﻿@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

/* ═══════════════════════════════════════════════════════════════
   FARMPLUS LITE — site.css
═══════════════════════════════════════════════════════════════ */

/* ── Validação ──────────────────────────────────────────────── */
.dxbl-text-edit.invalid .dxbl-edit-validation-status-icon-invalid {
    color: sandybrown !important;
    font-size: 25px !important;
}

.dxbl-text-edit.invalid .dxbl-edit-validation-status .dxbl-image {
    display: none;
}

.dxbl-text-edit.invalid .dxbl-edit-validation-status::after {
    width: 16px;
    height: 16px;
    content: url("path to your custom icon");
}

/* ── Tipografia / utilitários ───────────────────────────────── */
.fonte-group-caption {
    font-weight: bold;
    color: #38605F;
}

.dx-form-layout-group-caption-style {
    color: black;
    font-weight: 800;
    font-size: 14px;
}

.cw-320 {
    max-width: 320px;
}

.texto-combo {
    font-size: 120%;
    font-weight: bold;
}

.espacamento-icone {
    margin-right: 8px;
}

.my-icon-add {
    color: #19743F;
}

.my-icon-trash {
    color: dimgrey;
}

.button-link {
    text-decoration: unset;
}

.botao-verde {
    background-color: #19743F;
}

.botao-texto-maior {
    background-color: #19743F;
    font-size: 120%;
}

/* ── Pivô de Operações ──────────────────────────────────────── */
.pivot-container {
    width: 100%;
    height: calc(100vh - 190px);
}

.pivot-container .dxbl-pivot-table {
    width: 100%;
    height: 100%;
}

/* Estado inicial — intro animada */
.pivot-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem 2rem;
    text-align: center;
    opacity: 0;
    animation: pivotFadeIn 0.7s ease forwards;
}

.pivot-intro-icon {
    font-size: 2.8rem;
    color: #19743F;
    margin-bottom: 1rem;
    animation: pivotPulse 2.4s ease-in-out infinite;
}

.pivot-intro-title {
    font-weight: 700;
    color: #1a2e1e;
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
}

.pivot-intro-subtitle {
    color: #6c757d;
    font-size: .875rem;
    margin-bottom: 1.75rem;
}

.pivot-intro-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
    margin-bottom: 2.25rem;
}

.pivot-intro-card {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    background: #f0f9f4;
    border: 1px solid #b8dfc8;
    border-radius: 8px;
    padding: 0.45rem 0.9rem;
    font-size: .82rem;
    color: #19743F;
    font-weight: 500;
    opacity: 0;
    transform: translateY(10px);
    animation: pivotSlideUp 0.4s ease forwards;
}

.pivot-bars-demo {
    display: flex;
    align-items: flex-end;
    gap: 7px;
    height: 72px;
    opacity: 0.35;
}

.pivot-bar {
    width: 26px;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(to top, #19743F, #5abf80);
    transform: scaleY(0);
    transform-origin: bottom;
    animation: pivotGrowBar 0.5s ease forwards;
}

@keyframes pivotFadeIn   { to { opacity: 1; } }
@keyframes pivotSlideUp  { to { opacity: 1; transform: translateY(0); } }
@keyframes pivotGrowBar  { to { transform: scaleY(1); } }
@keyframes pivotPulse {
    0%, 100% { transform: scale(1);    opacity: 1;    }
    50%       { transform: scale(1.12); opacity: 0.75; }
}

/* ── DevExpress ─────────────────────────────────────────────── */
.dxbl-wait-indicator {
    --dxbl-wait-indicator-color: black;
}

.dxbl-btn.dxbl-lg {
    --dxbl-btn-line-height: 1.5rem;
}

.dxbl-grid-edit-new-item-row-content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0;
}

.dxbl-grid-edit-new-item-row-content::after {
    content: "Clique aqui para adicionar uma nova linha";
    color: inherit;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* ── Responsivo ─────────────────────────────────────────────── */
@media (max-width: 575.98px) {
    .gridlayout-item {
        font-size: 1.0em;
    }
}

/* ── Scrollbar oculta ───────────────────────────────────────── */
div::-webkit-scrollbar {
    display: none;
}

/* ── Imagens / fundos ───────────────────────────────────────── */
.page-background-class {
    background-image: url(../images/farm2.jpg);
}

.background {
    background-image: url('../images/farm.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.my-image {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 6px 20px rgba(0,0,0,0.19);
}

.w-30 {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 220px;
}

/* ── MENU PRINCIPAL ─────────────────────────────────────────────
   Estilização movida para Menu.razor <style> — carrega após DevExpress
─────────────────────────────────────────────────────────────── */
.texto-header {
    color: #C8913A;
    font-weight: 800;
}

.menu {
    /* fundo base — sobrescrito pelo <style> do Menu.razor */
    background: #0E1E13;
    border-radius: 0;
    padding: 0;
}

/* ── HTML / Body ────────────────────────────────────────────── */
html, body {
    background-color: #eef0f5;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

/* ── Validação de formulário Bootstrap ──────────────────────── */
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

/* ── Blazor error UI ────────────────────────────────────────── */
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* ── Títulos ────────────────────────────────────────────────── */
.title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 0.625rem;
    text-align: center;
}

    .title.title-secondary {
        padding-top: 0.313rem;
        padding-bottom: 0;
        color: var(--bs-secondary-color);
    }

.title-header-text {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0rem;
    padding: 0.3125rem 0;
}

.title-content-text {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.5rem;
}

/* ── Welcome cards ──────────────────────────────────────────── */
.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    width: 100%;
}

.block-content {
    width: 31.25rem;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    max-width: 100%;
}

.welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

.welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.welcome-card {
    width: 12vw;
    height: 14vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6.6px -1px rgba(0,0,0,.11), 0px 2px 4.4px -2px rgba(0,0,0,.11);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5vw;
    text-decoration: none;
    position: relative;
    padding: 3px;
    border: 1px solid rgba(0,0,0,0.1);
}

    .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0,0,0,.1), 0px 8px 10px -6px rgba(0,0,0,.1);
    }

    .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    .welcome-card .welcome-card-text {
        font-family: Tahoma;
        color: green;
        font-size: clamp(16px, 1.2vw, 24px);
        font-weight: 500;
        text-align: center;
        text-decoration: unset;
    }

.icon-fill {
    fill: var(--bs-primary);
}

.welcome-card .welcome-card-back {
    position: absolute;
    inset: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}

/* ═══════════════════════════════════════════════════════════════
   APP SHELL — layout principal com sidebar colapsável
═══════════════════════════════════════════════════════════════ */

.app-shell {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 0;
    background: #eef0f5;
}

.app-body {
    display: flex;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.app-content {
    flex: 1;
    min-width: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background: #eef0f5;
}

/* ── Topbar — estilos canônicos no AppTopbar.razor ─────────── */

/* ── Sidebar ─────────────────────────────────────────────────── */
.app-sidebar {
    width: 220px;
    min-width: 220px;
    background: #ffffff;
    border-right: none;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: width 0.22s ease, min-width 0.22s ease;
    flex-shrink: 0;
    z-index: 100;
}

.app-sidebar--collapsed {
    width: 52px;
    min-width: 52px;
}

.app-sidebar__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    height: 52px;
    border-bottom: 0.5px solid #eeeeee;
    flex-shrink: 0;
    gap: 8px;
}

.app-sidebar--collapsed .app-sidebar__header {
    justify-content: center;
    padding: 0;
}

.app-sidebar__brand {
    font-size: 0.88rem;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    flex: 1;
    color: #2e7d32;
}

.app-sidebar__brand-main {
    color: #2e7d32;
}

.app-sidebar__brand-lite {
    color: #2e7d32;
    font-weight: 400;
}

.app-sidebar__toggle {
    background: #f5f5f5;
    border: 0.5px solid #e0e0e0;
    color: #9e9e9e;
    border-radius: 6px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.68rem;
    transition: background 0.15s, color 0.15s;
    flex-shrink: 0;
    padding: 0;
    line-height: 1;
}

.app-sidebar__toggle:hover {
    background: #eeeeee;
    color: #606060;
}

.app-sidebar__scroll {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px 0 16px;
    scrollbar-width: thin;
    scrollbar-color: #e0e0e0 transparent;
}

.app-sidebar__scroll::-webkit-scrollbar {
    width: 3px;
}

.app-sidebar__scroll::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 2px;
}

/* Separadores de seção */
.app-sidebar__section {
    padding: 14px 14px 3px;
}

.app-sidebar--collapsed .app-sidebar__section {
    padding: 10px 0 3px;
}

.app-sidebar__section-label {
    display: block;
    font-size: 0.59rem;
    font-weight: 700;
    color: #9e9e9e;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    white-space: nowrap;
}

.app-sidebar--collapsed .app-sidebar__section-label {
    display: none;
}

/* Itens de navegação — NavLink renderiza como <a>, class é passada para o anchor */
a.app-sidebar__item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 14px;
    color: #424242 !important;
    text-decoration: none !important;
    font-size: 0.81rem;
    font-weight: 500;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    white-space: nowrap;
    overflow: hidden;
    border-left: 3px solid transparent;
    line-height: 1.4;
}

a.app-sidebar__item:hover {
    background: #f5f5f5;
    color: #333333 !important;
    text-decoration: none !important;
}

a.app-sidebar__item.active {
    background: #e8f5e9;
    color: #2e7d32 !important;
    border-left-color: #2e7d32;
    font-weight: 500;
}

a.app-sidebar__item.active img {
    filter: drop-shadow(0 1px 3px rgba(46,125,50,0.25));
}

.app-sidebar--collapsed a.app-sidebar__item {
    padding: 9px 0;
    justify-content: center;
    border-left: 3px solid transparent;
}

.app-sidebar--collapsed a.app-sidebar__item.active {
    border-left-color: #2e7d32;
}

/* Ícones Icons8 via CDN */
a.app-sidebar__item img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 4px;
}

.app-sidebar--collapsed a.app-sidebar__item img {
    width: 26px;
    height: 26px;
}

.app-sidebar__label {
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.app-sidebar--collapsed .app-sidebar__label {
    display: none;
}

/* Rodapé da sidebar */
.app-sidebar__footer {
    border-top: 0.5px solid #eeeeee;
    padding: 4px 0;
    flex-shrink: 0;
}

a.app-sidebar__item--logout {
    color: #d32f2f !important;
}

a.app-sidebar__item--logout:hover {
    background: rgba(211,47,47,0.06) !important;
    color: #b71c1c !important;
}

/* ── Responsivo: colapsa automaticamente abaixo de 768px ────── */
@media (max-width: 768px) {
    .app-sidebar {
        width: 52px !important;
        min-width: 52px !important;
    }

    .app-sidebar__brand,
    .app-sidebar__label,
    .app-sidebar__section-label {
        display: none !important;
    }

    a.app-sidebar__item {
        padding: 9px 0 !important;
        justify-content: center;
    }

    .app-sidebar__section {
        padding: 6px 0 !important;
    }

    .app-sidebar__header {
        justify-content: center;
        padding: 0;
    }
}

/* ── Carrossel de notícias ──────────────────────────────────── */
@keyframes scroll-news {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ── Mapas de contexto das telas ────────────────────────────── */
.fp-page-context {
    margin-bottom: 12px;
    border: 1px solid #c9d7ce;
    border-left: 4px solid #3f7f55;
    border-radius: 8px;
    overflow: hidden;
    background: #f4f8f5;
    box-shadow: 0 8px 18px rgba(37, 82, 53, .05);
}

.fp-page-context--inside-group {
    margin: 8px 24px 12px;
}

.fp-page-context__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 14px 10px;
    background: #eaf2ec;
}

.fp-page-context__title {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
}

.fp-page-context__icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    border-radius: 8px;
    background: #dceade;
    color: #3f7f55;
    font-size: 18px;
}

.fp-page-context__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 2px;
    color: #255235;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.fp-page-context__eyebrow i {
    color: #3f7f55;
    font-size: 18px;
    letter-spacing: 0;
}

.fp-page-context h2 {
    margin: 0;
    color: #142235;
    font-size: 15px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.2;
}

.fp-page-context p {
    margin: 3px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
}

.fp-page-context__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 26px;
    padding: 0 9px;
    border: 1px solid #c9d7ce;
    border-radius: 999px;
    background: #f7faf8;
    color: #255235;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.fp-page-context__rule {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) 20px minmax(150px, 1fr) 20px minmax(150px, 1fr) 20px minmax(150px, 1fr);
    align-items: center;
    gap: 0;
    padding: 10px 14px;
    border-top: 1px solid #d6e1da;
    background: #f4f8f5;
}

.fp-page-context__rule span {
    min-height: 42px;
    padding: 8px 9px;
    border: 1px solid #d6e1da;
    border-radius: 7px;
    background: #fbfdfb;
    color: #5a6b60;
    font-size: 11px;
    line-height: 1.25;
}

.fp-page-context__rule strong {
    display: block;
    margin-bottom: 2px;
    color: #172e20;
    font-size: 12px;
    font-weight: 850;
}

.fp-page-context__rule > i {
    display: grid;
    place-items: center;
    color: #94a3b8;
    font-size: 15px;
}

.fp-page-context__details {
    border-top: 1px solid #d6e1da;
    background: #f4f8f5;
}

.fp-page-context__details summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 38px;
    margin: 8px 14px;
    padding: 0 11px;
    border: 1px solid #b7cdbd;
    border-radius: 8px;
    background: #edf5ee;
    color: #255235;
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
    list-style: none;
    overflow: hidden;
    transition: background .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.fp-page-context__details summary::after {
    content: "";
    position: absolute;
    inset: -35% auto -35% -48%;
    width: 42%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .88), rgba(230, 247, 233, .65), transparent);
    transform: skewX(-18deg);
    opacity: 0;
    animation: fpContextDetailsSheen 3.6s ease-in-out infinite;
    pointer-events: none;
}

.fp-page-context__details summary:hover {
    border-color: #3f7f55;
    background: #dceade;
    box-shadow: 0 6px 14px rgba(37, 82, 53, .1);
    transform: translateY(-1px);
}

.fp-page-context__details summary:hover::after {
    animation-play-state: paused;
}

.fp-page-context__details summary::-webkit-details-marker {
    display: none;
}

.fp-page-context__details summary span {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.fp-page-context__details summary span i {
    color: #3f7f55;
    font-size: 16px;
}

.fp-page-context__details-arrow {
    position: relative;
    z-index: 1;
    color: #255235;
    transition: transform .16s ease;
}

.fp-page-context__details[open] .fp-page-context__details-arrow {
    transform: rotate(180deg);
}

.fp-page-context__lessons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 0 14px 12px;
}

.fp-page-context__lesson {
    min-height: 76px;
    padding: 9px 10px;
    border: 1px solid #d6e1da;
    border-radius: 8px;
    background: #fbfdfb;
}

.fp-page-context__lesson strong,
.fp-page-context__lesson span {
    display: block;
}

.fp-page-context__lesson strong {
    color: #172e20;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.2;
}

.fp-page-context__lesson span {
    margin-top: 4px;
    color: #5a6b60;
    font-size: 11px;
    line-height: 1.32;
}

.fp-page-context__examples,
.fp-page-context__checklist {
    padding: 0 14px 12px;
}

.fp-page-context__examples-title,
.fp-page-context__checklist-title {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    color: #255235;
    font-size: 11px;
    font-weight: 850;
}

.fp-page-context__examples-title i,
.fp-page-context__checklist-title i {
    color: #3f7f55;
    font-size: 15px;
}

.fp-page-context__example-grid,
.fp-page-context__checklist-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.fp-page-context__example,
.fp-page-context__checklist-grid span {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    min-height: 48px;
    padding: 9px 10px;
    border: 1px solid #d6e1da;
    border-radius: 8px;
    background: #fbfdfb;
    color: #5a6b60;
    font-size: 11px;
    line-height: 1.3;
}

.fp-page-context__example {
    justify-content: space-between;
    gap: 8px;
}

.fp-page-context__example strong {
    flex: 0 0 auto;
    color: #172e20;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
}

.fp-page-context__example span {
    color: #5a6b60;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.25;
    text-align: right;
}

.fp-page-context__checklist-grid i {
    margin-top: 1px;
    color: #3f7f55;
    font-size: 14px;
    flex: 0 0 auto;
}

.fp-page-context__warning {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 14px 12px;
    border-top: 1px solid #d6e1da;
    background: #edf5ee;
    color: #255235;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}

.fp-page-context__warning i {
    margin-top: 1px;
    font-size: 15px;
    flex: 0 0 auto;
}

.fp-work-area-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 8px;
    padding: 9px 11px;
    border: 1px solid #dbe4ee;
    border-radius: 8px;
    background: #f8fafc;
    color: #172436;
}

.fp-work-area-heading--inside-group {
    margin: 0 24px 8px;
}

.fp-work-area-heading span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 850;
}

.fp-work-area-heading i {
    color: #16834a;
    font-size: 15px;
}

.fp-work-area-heading small {
    color: #64748b;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.25;
    text-align: right;
}

@keyframes fpContextDetailsSheen {
    0%, 46% {
        left: -48%;
        opacity: 0;
    }

    58% {
        opacity: .92;
    }

    76%, 100% {
        left: 118%;
        opacity: 0;
    }
}

@media (max-width: 1100px) {
    .fp-page-context__lessons,
    .fp-page-context__example-grid,
    .fp-page-context__checklist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .fp-page-context--inside-group {
        margin: 8px 12px 12px;
    }

    .fp-work-area-heading--inside-group {
        margin: 0 12px 8px;
    }

    .fp-page-context__header,
    .fp-work-area-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .fp-page-context__rule {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .fp-page-context__rule > i {
        display: none;
    }

    .fp-page-context__lessons,
    .fp-page-context__example-grid,
    .fp-page-context__checklist-grid {
        grid-template-columns: 1fr;
    }

    .fp-page-context__example {
        flex-direction: column;
    }

    .fp-page-context__example span,
    .fp-work-area-heading small {
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fp-page-context__details summary,
    .fp-page-context__details summary::after {
        animation: none;
        transition: none;
    }
}
