/* Stacked inline header — make the drag+title+delete bar visually distinct */

.inline-related .inline-related-fields,
.inline-related .form-row:last-of-type {
    padding-bottom: 1.25rem !important;
}

.inline-related h3 {
    background-color: #f1f5f9 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    color: #1e293b !important;
    font-weight: 600 !important;
    padding: 0.6rem 1rem !important;
}

/* Dark mode */
.dark .inline-related h3 {
    background-color: #1e293b !important;
    border-top-color: #334155 !important;
    border-bottom-color: #334155 !important;
    color: #f1f5f9 !important;
}
