/*
 * FOTO RATTS V155 — PALETA CLARA GLOBAL
 *
 * Alterações solicitadas:
 * #efe9dc -> #f1f1f1
 * #fffdf9 -> #fbfbfb
 * #fffdf8 -> #fbfbfb
 *
 * Este CSS é carregado por último no layout público para manter
 * o mesmo resultado em Home, Eventos, Parceiros, Produtos, Álbuns etc.
 */

:root {
    /* HOME */
    --fr-cream-2: #f1f1f1 !important;
    --fr-white: #fbfbfb !important;

    /* PARCEIROS */
    --fr-partner-card: #fbfbfb !important;

    /* ÁLBUNS */
    --fr-album-card: #fbfbfb !important;
}

/* ---------------------------------------------------------
   #efe9dc -> #f1f1f1
   --------------------------------------------------------- */
html body .foto-ratts-home .depoimentos-container {
    background: #f1f1f1 !important;
}

/* ---------------------------------------------------------
   #fffdf9 -> #fbfbfb
   Home e áreas públicas que usavam o branco quente
   --------------------------------------------------------- */
html body .foto-ratts-home .home-eventos--recentes,
html body .foto-ratts-home .fr-home-banners {
    background: #fbfbfb !important;
}

/* Evento externo / toolbar */
html body .fr-external-event__toolbar {
    background: #fbfbfb !important;
}

/* ---------------------------------------------------------
   #fffdf8 -> #fbfbfb
   Parceiros e áreas públicas que usam cards claros
   --------------------------------------------------------- */
html body .fr-partner-card {
    background: #fbfbfb !important;
}

/* Cards da listagem de álbuns */
html body .fr-album-card {
    background: #fbfbfb !important;
}

/* Botões do visualizador de álbum que usavam #fffdf8 */
html body .fr-album-viewer__controls button {
    background: #fbfbfb !important;
}

/* Mantém hover dourado dos controles do álbum */
html body .fr-album-viewer__controls button:hover {
    background: var(--fr-book-gold, #c9953f) !important;
}

/* Menu e submenus continuam exatamente no padrão V154 */
html body .fr-navbar,
html body .fr-navbar .dropdown-menu,
html body .fr-navbar .fr-navbar__dropdown,
html body .fr-navbar .dropdown-item {
    background-color: #f8f9fa !important;
}
