/* Suggested Notes - Simplified Metadata */

/* Since we only have priority now, adjust the metadata line */
[data-section="suggested-actions"] .clean-tile.note .tile-metadata {
    padding: 0.125rem 0.5rem 0.25rem 0.5rem;
    justify-content: flex-start; /* Align priority to the left */
}

/* Hide any reason that might be rendered from the original template */
[data-section="suggested-actions"] .clean-tile.note .tile-reason {
    display: none !important;
}