/* ========================================
   FOOTER-CUSTOM.CSS
   Estilos do Rodapé Principal
======================================== */

.main-content-footer {
    padding: 0.50rem;
    background: var(--header-footer-bg);
    border-radius: 8px;
    text-align: center;
    color: var(--text-color);
    font-size: 0.9rem;
    flex-shrink: 0;
    margin: 0 10px 10px 10px;
}

.main-content-footer p {
    margin-top: 5px;
    margin-bottom: 0px;
}

/* Tema Lux Spa Premium */
.main-header,
.main-content-footer {
    background: linear-gradient(90deg, #EFE6DA 0%, #FFFDF9 100%) !important;
    border: 1px solid rgba(200, 164, 122, .32);
    box-shadow: 0 10px 25px rgba(91, 31, 36, .07);
}
.sidebar-toggle-btn {
    background-color: #8F1A18 !important;
    color: #fff !important;
}
.user-avatar { border-color: #C8A47A !important; }
.notification-badge { background-color: #8F1A18 !important; border-color: #EFE6DA !important; }
.user-menu-dropdown a:hover { background-color: #EFE6DA !important; }
