/* Sidebar section headings — styled as labels, not links */
#sidebar nav h2.font-semibold {
    font-weight: 400 !important;
    font-size: 0.7rem !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.55;
}

/* Save and Continue Editing button — bright green, stands out */
button[name="_continue"] {
    background-color: #16a34a !important;
    border-color: #16a34a !important;
    color: #ffffff !important;
}

button[name="_continue"]:hover {
    background-color: #15803d !important;
    border-color: #15803d !important;
    color: #ffffff !important;
}
