.cd-faq-page{
    --cd-faq-bg:#edf1f6;
    --cd-faq-surface:#ffffff;
    --cd-faq-dark:#42475b;
    --cd-faq-dark-2:#34394a;
    --cd-faq-text:#334155;
    --cd-faq-title:#273142;
    --cd-faq-muted:#64748b;
    --cd-faq-line:#dfe5ec;
    --cd-faq-accent:#f2c900;
    --cd-faq-accent-hover:#e7bd00;
    --cd-faq-accent-soft:#fff8d8;
    --cd-faq-success:#16a34a;
    --cd-faq-radius-xl:28px;
    --cd-faq-radius-lg:20px;
    --cd-faq-radius-md:16px;
    --cd-faq-shadow:0 14px 40px rgba(15,23,42,.07);
    --cd-faq-shadow-soft:0 8px 24px rgba(15,23,42,.055);
    width:calc(100% - 30px);
    max-width:1180px;
    margin:0 auto 34px;
    padding:28px;
    box-sizing:border-box;
    border-radius:30px;
    background:linear-gradient(180deg,#eef2f7 0%,#e8edf4 100%);
    color:var(--cd-faq-text);
    font-family:Arial,Helvetica,sans-serif;
    isolation:isolate;
}
.cd-faq-page *,
.cd-faq-page *::before,
.cd-faq-page *::after{
    box-sizing:border-box;
}
.cd-faq-page [hidden]{
    display:none !important;
}
.cd-faq-page .sr-only{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip:rect(0,0,0,0) !important;
    white-space:nowrap !important;
    border:0 !important;
}
.cd-faq-shell{
    width:100%;
    max-width:1124px;
    margin:0 auto;
}
.cd-faq-hero{
    position:relative;
    overflow:hidden;
    padding:38px 40px 34px;
    border-radius:var(--cd-faq-radius-xl);
    background:
        radial-gradient(circle at 91% 10%,rgba(242,201,0,.16) 0,rgba(242,201,0,.04) 25%,transparent 52%),
        linear-gradient(145deg,var(--cd-faq-dark) 0%,var(--cd-faq-dark-2) 100%);
    box-shadow:var(--cd-faq-shadow);
    color:#fff;
}
.cd-faq-hero::before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    left:0;
    height:4px;
    background:linear-gradient(90deg,var(--cd-faq-accent),#ffe36e);
}
.cd-faq-hero::after{
    content:"?";
    position:absolute;
    right:38px;
    top:10px;
    color:rgba(255,255,255,.035);
    font-size:190px;
    line-height:1;
    font-weight:700;
    pointer-events:none;
}
.cd-faq-hero-content{
    position:relative;
    z-index:1;
    max-width:850px;
}
.cd-faq-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:9px;
    min-height:34px;
    padding:0 14px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:999px;
    background:rgba(255,255,255,.08);
    color:#fff;
    font-size:12px;
    line-height:1;
    font-weight:700;
    letter-spacing:.075em;
}
.cd-faq-eyebrow-dot{
    width:8px;
    height:8px;
    flex:0 0 8px;
    border-radius:50%;
    background:var(--cd-faq-accent);
    box-shadow:0 0 0 5px rgba(242,201,0,.12);
}
.cd-faq-title{
    max-width:760px;
    margin:18px 0 10px;
    color:#fff;
    font-size:42px;
    line-height:1.08;
    font-weight:700;
    text-align:left;
    letter-spacing:-.025em;
}
.cd-faq-subtitle{
    max-width:790px;
    margin:0;
    color:rgba(255,255,255,.8);
    font-size:17px;
    line-height:1.65;
    text-align:left;
}
.cd-faq-hero-meta{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    margin:20px 0 0;
}
.cd-faq-meta-pill{
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:34px;
    padding:0 12px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:999px;
    background:rgba(255,255,255,.07);
    color:rgba(255,255,255,.9);
    font-size:13px;
    line-height:1;
}
.cd-faq-meta-pill::before{
    content:"";
    width:7px;
    height:7px;
    flex:0 0 7px;
    border-radius:50%;
    background:var(--cd-faq-accent);
}
.cd-faq-meta-pill.is-online::before{
    background:#4ade80;
    box-shadow:0 0 0 4px rgba(74,222,128,.11);
}
.cd-faq-search-wrap{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    width:100%;
    max-width:790px;
    min-height:58px;
    margin-top:25px;
    border:2px solid transparent;
    border-radius:17px;
    background:#fff;
    box-shadow:0 12px 26px rgba(9,14,28,.17);
    transition:border-color .18s ease,box-shadow .18s ease;
}
.cd-faq-search-wrap:focus-within{
    border-color:transparent;
    box-shadow:0 0 0 3px rgba(242,201,0,.72),0 12px 26px rgba(9,14,28,.17);
}
.cd-faq-search-icon{
    width:20px;
    height:20px;
    flex:0 0 20px;
    margin-left:18px;
    color:#64748b;
}
.cd-faq-search{
    width:100%;
    min-width:0;
    height:54px;
    margin:0;
    padding:0 12px;
    border:0;
    outline:0;
    background:transparent;
    box-shadow:none;
    color:var(--cd-faq-title);
    font:400 16px/1.3 Arial,Helvetica,sans-serif;
    appearance:none;
}
.cd-faq-search:focus{
    border:0;
    outline:0;
    box-shadow:none;
}
.cd-faq-search::-webkit-search-cancel-button{
    display:none;
    appearance:none;
}
.cd-faq-search::placeholder{
    color:#64748b;
    opacity:1;
}
.cd-faq-clear{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    flex:0 0 40px;
    margin-right:7px;
    padding:0;
    border:0;
    border-radius:12px;
    background:#f1f4f8;
    color:#64748b;
    font:700 22px/1 Arial,Helvetica,sans-serif;
    cursor:pointer;
    appearance:none;
}
.cd-faq-clear:hover{
    background:#e7ebf1;
    color:#334155;
}
.cd-faq-category:focus-visible,
.cd-faq-quick-link:focus-visible,
.cd-faq-action:focus-visible{
    outline:3px solid rgba(242,201,0,.72);
    outline-offset:3px;
}
.cd-faq-item summary:focus-visible{
    outline:0;
    border-radius:15px;
    box-shadow:inset 0 0 0 3px rgba(242,201,0,.72);
}
.cd-faq-search-status{
    min-height:20px;
    margin:10px 2px 0;
    color:rgba(255,255,255,.72);
    font-size:13px;
    line-height:1.45;
}
.cd-faq-quick{
    margin:20px 0;
    padding:20px;
    border:1px solid rgba(215,222,231,.9);
    border-radius:var(--cd-faq-radius-lg);
    background:rgba(255,255,255,.94);
    box-shadow:var(--cd-faq-shadow-soft);
}
.cd-faq-quick-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:14px;
}
.cd-faq-quick-title{
    margin:0;
    color:var(--cd-faq-title);
    font-size:19px;
    line-height:1.25;
    font-weight:700;
    text-align:left;
}
.cd-faq-quick-note{
    margin:0;
    color:var(--cd-faq-muted);
    font-size:13px;
    line-height:1.4;
}
.cd-faq-quick-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:10px;
}
.cd-faq-quick-link{
    display:flex;
    align-items:center;
    min-width:0;
    min-height:64px;
    gap:11px;
    padding:12px 13px;
    border:1px solid var(--cd-faq-line);
    border-radius:14px;
    background:#fff;
    color:var(--cd-faq-title);
    text-decoration:none;
    transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.cd-faq-quick-link:hover{
    border-color:#dac76c;
    background:#fffdf3;
    color:var(--cd-faq-title);
    text-decoration:none;
    box-shadow:0 7px 18px rgba(15,23,42,.06);
}
.cd-faq-quick-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:36px;
    height:36px;
    flex:0 0 36px;
    border-radius:11px;
    background:var(--cd-faq-accent-soft);
    color:#7a6500;
}
.cd-faq-quick-icon svg{
    width:19px;
    height:19px;
}
.cd-faq-quick-text{
    min-width:0;
    color:inherit;
    font-size:13px;
    line-height:1.35;
    font-weight:700;
    overflow-wrap:anywhere;
}
.cd-faq-layout{
    display:grid;
    grid-template-columns:252px minmax(0,1fr);
    align-items:start;
    width:100%;
    min-width:0;
    max-width:100%;
    gap:20px;
}
.cd-faq-sidebar{
    position:sticky;
    top:20px;
    width:100%;
    min-width:0;
    max-width:100%;
    padding:18px;
    border:1px solid var(--cd-faq-line);
    border-radius:var(--cd-faq-radius-lg);
    background:rgba(255,255,255,.96);
    box-shadow:var(--cd-faq-shadow-soft);
}
.cd-faq-sidebar-label{
    display:block;
    margin:0 0 11px;
    color:#64748b;
    font-size:11px;
    line-height:1.3;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.cd-faq-categories{
    display:flex;
    flex-direction:column;
    width:100%;
    min-width:0;
    max-width:100%;
    gap:6px;
}
.cd-faq-category{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    min-height:46px;
    gap:10px;
    margin:0;
    padding:9px 10px 9px 12px;
    border:1px solid transparent;
    border-radius:12px;
    background:transparent;
    color:#566276;
    font:600 13px/1.35 Arial,Helvetica,sans-serif;
    text-align:left;
    cursor:pointer;
    appearance:none;
    transition:background .18s ease,border-color .18s ease,color .18s ease;
}
.cd-faq-category:hover{
    background:#f4f6f9;
    color:var(--cd-faq-title);
}
.cd-faq-category[aria-pressed="true"]{
    border-color:#ebd875;
    background:var(--cd-faq-accent-soft);
    color:#564900;
}
.cd-faq-category-count{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:27px;
    height:27px;
    flex:0 0 auto;
    padding:0 7px;
    border-radius:999px;
    background:#eef2f6;
    color:#475467;
    font-size:11px;
    line-height:1;
    font-weight:700;
}
.cd-faq-category[aria-pressed="true"] .cd-faq-category-count{
    background:#fff;
    color:#6d5d00;
}
.cd-faq-sidebar-note{
    margin-top:15px;
    padding:13px;
    border:1px solid #e8edf3;
    border-radius:13px;
    background:#f8fafc;
}
.cd-faq-sidebar-note strong{
    display:block;
    margin-bottom:5px;
    color:var(--cd-faq-title);
    font-size:12px;
    line-height:1.35;
}
.cd-faq-sidebar-note span{
    display:block;
    color:var(--cd-faq-muted);
    font-size:11.5px;
    line-height:1.5;
}
.cd-faq-content{
    width:100%;
    min-width:0;
    max-width:100%;
}
.cd-faq-group{
    width:100%;
    min-width:0;
    max-width:100%;
    scroll-margin-top:22px;
}
.cd-faq-group + .cd-faq-group{
    margin-top:24px;
}
.cd-faq-group-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    margin:0 2px 11px;
}
.cd-faq-group-title{
    margin:0;
    color:var(--cd-faq-title);
    font-size:23px;
    line-height:1.2;
    font-weight:700;
    text-align:left;
    letter-spacing:-.012em;
}
.cd-faq-group-count{
    flex:0 0 auto;
    color:#64748b;
    font-size:12px;
    line-height:1.3;
}
.cd-faq-list{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    width:100%;
    min-width:0;
    max-width:100%;
    gap:10px;
}
.cd-faq-item{
    position:relative;
    margin:0;
    overflow:hidden;
    border:1px solid var(--cd-faq-line);
    border-radius:var(--cd-faq-radius-md);
    background:var(--cd-faq-surface);
    box-shadow:0 3px 12px rgba(15,23,42,.025);
    transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
    scroll-margin-top:22px;
}
.cd-faq-item:hover{
    border-color:#cfd7e2;
    box-shadow:0 8px 22px rgba(15,23,42,.055);
}
.cd-faq-item[open]{
    border-color:#dfc958;
    background:#fffefa;
    box-shadow:0 10px 25px rgba(15,23,42,.065);
}
.cd-faq-item[open]::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:4px;
    background:linear-gradient(180deg,var(--cd-faq-accent),#ffd950);
}
.cd-faq-item summary{
    display:flex;
    align-items:center;
    min-width:0;
    min-height:70px;
    gap:13px;
    margin:0;
    padding:15px 17px;
    border:0;
    outline:0;
    color:var(--cd-faq-title);
    list-style:none;
    cursor:pointer;
    user-select:none;
}
.cd-faq-item summary::-webkit-details-marker{
    display:none;
}
.cd-faq-item summary::marker{
    display:none;
    content:"";
}
.cd-faq-question-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:36px;
    height:36px;
    flex:0 0 36px;
    border-radius:11px;
    background:#f3f5f8;
    color:#667085;
    font-size:17px;
    line-height:1;
    font-weight:700;
    transition:background .18s ease,color .18s ease;
}
.cd-faq-item[open] .cd-faq-question-icon{
    background:var(--cd-faq-accent);
    color:#2f2a00;
}
.cd-faq-question-text{
    min-width:0;
    flex:1 1 auto;
    color:inherit;
    font-size:16px;
    line-height:1.42;
    font-weight:700;
    text-align:left;
    overflow-wrap:anywhere;
}
.cd-faq-chevron{
    position:relative;
    width:34px;
    height:34px;
    flex:0 0 34px;
    border:1px solid #e3e8ef;
    border-radius:10px;
    background:#f8fafc;
    transition:transform .2s ease,background .18s ease,border-color .18s ease;
}
.cd-faq-chevron::before,
.cd-faq-chevron::after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:12px;
    height:2px;
    border-radius:2px;
    background:#64748b;
    transform:translate(-50%,-50%);
}
.cd-faq-chevron::after{
    transform:translate(-50%,-50%) rotate(90deg);
    transition:opacity .18s ease,transform .18s ease;
}
.cd-faq-item[open] .cd-faq-chevron{
    border-color:#ead76e;
    background:var(--cd-faq-accent-soft);
}
.cd-faq-item[open] .cd-faq-chevron::after{
    opacity:0;
    transform:translate(-50%,-50%) rotate(0deg);
}
.cd-faq-answer{
    margin:0 17px 0 66px;
    padding:0 4px 19px 0;
    color:#566276;
    font-size:15px;
    line-height:1.72;
    text-align:left;
    animation:cdFaqReveal .18s ease both;
}
.cd-faq-answer::before{
    content:"";
    display:block;
    height:1px;
    margin:0 0 15px;
    background:linear-gradient(90deg,#e5eaf0,transparent);
}
.cd-faq-answer p{
    margin:0;
    color:inherit;
    font:inherit;
    text-align:left;
}
.cd-faq-answer p + p{
    margin-top:10px;
}
.cd-faq-answer strong{
    color:#344054;
    font-weight:700;
}
.cd-faq-answer a{
    color:#335f91;
    font:inherit;
    font-weight:700;
    text-decoration:underline;
    text-decoration-thickness:1px;
    text-underline-offset:3px;
    overflow-wrap:anywhere;
}
.cd-faq-answer a:hover{
    color:#24476c;
}
.cd-faq-no-results{
    padding:32px 24px;
    border:1px dashed #ccd5df;
    border-radius:18px;
    background:rgba(255,255,255,.76);
    text-align:center;
}
.cd-faq-no-results-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:52px;
    height:52px;
    margin-bottom:13px;
    border-radius:16px;
    background:var(--cd-faq-accent-soft);
    color:#7a6500;
    font-size:24px;
    font-weight:700;
}
.cd-faq-no-results h2{
    margin:0 0 7px;
    color:var(--cd-faq-title);
    font-size:21px;
    line-height:1.3;
    text-align:center;
}
.cd-faq-no-results p{
    max-width:520px;
    margin:0 auto;
    color:var(--cd-faq-muted);
    font-size:14px;
    line-height:1.6;
    text-align:center;
}
.cd-faq-support{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:24px;
    margin-top:22px;
    overflow:hidden;
    padding:27px 29px;
    border-radius:22px;
    background:
        radial-gradient(circle at 94% 0,rgba(242,201,0,.17),transparent 38%),
        linear-gradient(145deg,var(--cd-faq-dark),var(--cd-faq-dark-2));
    box-shadow:var(--cd-faq-shadow);
}
.cd-faq-support::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:4px;
    background:var(--cd-faq-accent);
}
.cd-faq-support-copy{
    position:relative;
    z-index:1;
    min-width:0;
}
.cd-faq-support-kicker{
    display:inline-flex;
    align-items:center;
    gap:7px;
    margin-bottom:7px;
    color:#ffe56e;
    font-size:12px;
    line-height:1.2;
    font-weight:700;
    letter-spacing:.05em;
    text-transform:uppercase;
}
.cd-faq-support-kicker::before{
    content:"";
    width:7px;
    height:7px;
    border-radius:50%;
    background:#4ade80;
    box-shadow:0 0 0 4px rgba(74,222,128,.1);
}
.cd-faq-support-title{
    margin:0 0 7px;
    color:#fff;
    font-size:25px;
    line-height:1.18;
    font-weight:700;
    text-align:left;
}
.cd-faq-support-text{
    max-width:620px;
    margin:0;
    color:rgba(255,255,255,.75);
    font-size:14px;
    line-height:1.6;
    text-align:left;
}
.cd-faq-actions{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    gap:9px;
}
.cd-faq-action{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 17px;
    border:1px solid transparent;
    border-radius:13px;
    font:700 13px/1.25 Arial,Helvetica,sans-serif;
    text-align:center;
    text-decoration:none;
    white-space:nowrap;
    cursor:pointer;
    appearance:none;
    transition:background .18s ease,border-color .18s ease,color .18s ease;
}
.cd-faq-action-primary{
    background:var(--cd-faq-accent);
    color:#242000;
}
.cd-faq-action-primary:hover{
    background:var(--cd-faq-accent-hover);
    color:#242000;
    text-decoration:none;
}
.cd-faq-action-secondary{
    border-color:rgba(255,255,255,.22);
    background:rgba(255,255,255,.08);
    color:#fff;
}
.cd-faq-action-secondary:hover{
    border-color:rgba(255,255,255,.36);
    background:rgba(255,255,255,.14);
    color:#fff;
    text-decoration:none;
}
@keyframes cdFaqReveal{
    from{opacity:0;transform:translateY(-4px)}
    to{opacity:1;transform:translateY(0)}
}
@media (hover:hover){
    .cd-faq-item summary:hover .cd-faq-question-icon{
        background:var(--cd-faq-accent-soft);
        color:#6e5d00;
    }
}
@media (max-width:1024px){
    .cd-faq-layout{
        grid-template-columns:minmax(0,1fr);
    }
    .cd-faq-sidebar{
        position:static;
        top:auto;
        padding:12px;
    }
    .cd-faq-sidebar-label,
    .cd-faq-sidebar-note{
        display:none;
    }
    .cd-faq-categories{
        display:flex;
        flex-direction:row;
        gap:8px;
        overflow-x:auto;
        overflow-y:hidden;
        padding:2px;
        scrollbar-width:thin;
        overscroll-behavior-x:contain;
    }
    .cd-faq-category{
        width:auto;
        min-width:max-content;
        flex:0 0 auto;
        padding-right:9px;
    }
    .cd-faq-quick-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .cd-faq-support{
        grid-template-columns:1fr;
    }
    .cd-faq-actions{
        justify-content:flex-start;
    }
}
@media (max-width:1200px){
    .cd-faq-page{
        margin-bottom:calc(96px + env(safe-area-inset-bottom));
    }
}
@media (max-width:720px){
    .cd-faq-page{
        width:calc(100% - 20px);
        margin-top:0;
        padding:14px;
        border-radius:22px;
    }
    .cd-faq-hero{
        padding:25px 20px 23px;
        border-radius:20px;
    }
    .cd-faq-hero::after{
        right:6px;
        top:28px;
        font-size:130px;
    }
    .cd-faq-title{
        margin-top:15px;
        font-size:31px;
    }
    .cd-faq-subtitle{
        font-size:15px;
        line-height:1.58;
    }
    .cd-faq-hero-meta{
        gap:7px;
        margin-top:15px;
    }
    .cd-faq-meta-pill{
        min-height:31px;
        padding:0 10px;
        font-size:12px;
    }
    .cd-faq-search-wrap{
        min-height:54px;
        margin-top:19px;
        border-radius:15px;
    }
    .cd-faq-search{
        height:50px;
        font-size:15px;
    }
    .cd-faq-quick{
        padding:16px;
        border-radius:18px;
    }
    .cd-faq-quick-head{
        align-items:flex-start;
        flex-direction:column;
        gap:4px;
    }
    .cd-faq-quick-grid{
        display:flex;
        grid-template-columns:none;
        gap:9px;
        overflow-x:auto;
        padding:2px 2px 6px;
        scroll-snap-type:x proximity;
        scrollbar-width:thin;
        overscroll-behavior-x:contain;
    }
    .cd-faq-quick-link{
        flex:0 0 min(78vw,255px);
        scroll-snap-align:start;
    }
    .cd-faq-group-title{
        font-size:21px;
    }
    .cd-faq-item summary{
        min-height:62px;
        padding:13px 14px;
    }
    .cd-faq-question-icon{
        width:34px;
        height:34px;
        flex-basis:34px;
    }
    .cd-faq-question-text{
        font-size:15px;
        line-height:1.4;
    }
    .cd-faq-chevron{
        width:32px;
        height:32px;
        flex-basis:32px;
    }
    .cd-faq-answer{
        margin:0 14px;
        padding:0 0 16px;
        font-size:14px;
        line-height:1.65;
    }
    .cd-faq-support{
        padding:23px 20px;
        border-radius:19px;
    }
    .cd-faq-support-title{
        font-size:22px;
    }
}
@media (max-width:430px){
    .cd-faq-page{
        width:calc(100% - 12px);
        padding:10px;
        border-radius:18px;
    }
    .cd-faq-hero{
        padding:22px 16px 20px;
        border-radius:17px;
    }
    .cd-faq-eyebrow{
        min-height:31px;
        padding:0 11px;
        font-size:11px;
    }
    .cd-faq-title{
        font-size:28px;
    }
    .cd-faq-search-icon{
        margin-left:14px;
    }
    .cd-faq-search{
        padding-right:7px;
    }
    .cd-faq-quick{
        margin:12px 0;
        padding:14px;
    }
    .cd-faq-sidebar{
        padding:9px;
        border-radius:16px;
    }
    .cd-faq-layout{
        gap:15px;
    }
    .cd-faq-group + .cd-faq-group{
        margin-top:20px;
    }
    .cd-faq-group-head{
        align-items:flex-start;
        gap:8px;
    }
    .cd-faq-group-title{
        font-size:19px;
    }
    .cd-faq-group-count{
        padding-top:3px;
        font-size:11px;
    }
    .cd-faq-item{
        border-radius:14px;
    }
    .cd-faq-item summary{
        gap:10px;
        min-height:58px;
        padding:12px;
    }
    .cd-faq-question-icon{
        width:32px;
        height:32px;
        flex-basis:32px;
        border-radius:10px;
        font-size:15px;
    }
    .cd-faq-chevron{
        width:30px;
        height:30px;
        flex-basis:30px;
    }
    .cd-faq-answer{
        margin:0 12px;
        font-size:13.5px;
    }
    .cd-faq-actions{
        align-items:stretch;
        flex-direction:column;
    }
    .cd-faq-action{
        width:100%;
        white-space:normal;
    }
}
@media (prefers-reduced-motion:reduce){
    .cd-faq-page *,
    .cd-faq-page *::before,
    .cd-faq-page *::after{
        scroll-behavior:auto !important;
        animation:none !important;
        transition:none !important;
    }
}