/* Suggested Notes - Compact Spacing */

/* Reduce gap in the layout container */
[data-section="suggested-actions"] .clean-tile.note .suggested-note-layout {
    gap: 0.125rem !important; /* Very small gap between elements */
}

/* Reduce source info margins */
[data-section="suggested-actions"] .clean-tile.note .suggested-note-source-info {
    margin-top: 0.125rem !important; /* Minimal gap from quote */
    margin-bottom: 0 !important;
}

/* Compact divider spacing */
[data-section="suggested-actions"] .clean-tile.note .suggested-note-divider {
    margin: 0.25rem 0 0.25rem 0 !important; /* Reduced from 0.375rem */
}


/* Ensure quote has no bottom margin */
[data-section="suggested-actions"] .clean-tile.note .suggested-note-quote {
    margin-bottom: 0 !important;
}

/* Overall tile padding adjustment for tighter feel */
[data-section="suggested-actions"] .clean-tile.note {
    padding: 0.375rem 0.5rem 0.5rem 0.5rem !important; /* Tighter padding */
}

/* Header margin adjustment */
[data-section="suggested-actions"] .clean-tile.note .tile-header {
    margin: -0.375rem -0.5rem 0.375rem !important; /* Tighter header spacing */
}