/* Suggested Notes - Remove Gap Above Note and Add Quote Spacing */

/* Remove gap above the suggested note text */
[data-section="suggested-actions"] .clean-tile.note .suggested-note-bottom-row {
    margin-top: 0 !important; /* Remove top margin */
}

/* Reduce or remove divider margins to close gap */
[data-section="suggested-actions"] .clean-tile.note .suggested-note-divider {
    margin: 0.125rem 0 0.125rem 0 !important; /* Very minimal vertical spacing */
}

/* Ensure no gap in layout container */
[data-section="suggested-actions"] .clean-tile.note .suggested-note-layout {
    gap: 0 !important; /* Remove all gaps between children */
}

/* Add left padding to quote text for better spacing from edge */
[data-section="suggested-actions"] .clean-tile.note .suggested-note-quote {
    padding-left: 0.5rem !important; /* Add comfortable spacing from left edge */
}

/* Ensure source info column doesn't have extra margins */
[data-section="suggested-actions"] .clean-tile.note .suggested-note-source-info {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Remove any padding that might be creating gaps */
[data-section="suggested-actions"] .clean-tile.note .suggested-note-source-row {
    margin: 0 !important;
    padding: 0 !important;
}