body.page-faq,
.page-id-faq #page,
body.page-slug-faq,
body.page-template-default.page #page:has(.mc-faq) {
    background: #f4f1e7;
}

body:has(.mc-faq) #page { width: 100%; max-width: none; }
body:has(.mc-faq) .site-content {
    width: min(1440px, calc(100% - 48px));
    margin: 0 auto;
    padding: 62px 0 84px;
}
body:has(.mc-faq) .content-area,
body:has(.mc-faq) .site-main,
body:has(.mc-faq) .inside-article { width: 100%; margin: 0; }
body:has(.mc-faq) .content-area {
    width: 100% !important;
    max-width: none;
    flex: 0 0 100% !important;
    float: none;
}
body:has(.mc-faq) .site-main { margin: 0 !important; }
body:has(.mc-faq) .widget-area { display: none; }
body:has(.mc-faq) .inside-article { padding: 0; background: transparent; }
body:has(.mc-faq) .entry-header { margin-bottom: 34px; }
body:has(.mc-faq) .entry-title {
    margin: 0;
    color: #214a30;
    font: 400 clamp(28px, 4vw, 46px)/1.15 "Press Start 2P", monospace;
    letter-spacing: -.035em;
    text-transform: uppercase;
}
body:has(.mc-faq) .entry-title::after {
    width: 84px; height: 7px; margin-top: 18px; display: block; content: "";
    background: #f4c451; border: 2px solid #9a6f1e; box-shadow: 4px 4px 0 #765438;
}

.mc-faq {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    color: #263c2c;
    font-family: "Manrope", sans-serif;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.mc-faq .mc-faq-grid,
.mc-faq .mc-faq-support,
.mc-faq > .wp-block-group__inner-container {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    box-sizing: border-box;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.mc-faq-intro {
    max-width: 760px;
    margin: 0 0 42px !important;
    color: #52634f;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.75;
}
.mc-faq-grid,
.mc-faq-grid > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
}
.mc-faq-grid > .wp-block-group__inner-container {
    width: 100%;
    max-width: none;
    padding: 0 !important;
    grid-column: 1 / -1;
}
.mc-faq-section {
    min-width: 0;
    padding: 18px;
    background: #eadfbd;
    border: 2px solid #765438;
    border-radius: 6px;
    box-shadow: 7px 7px 0 #8a633e;
}
.mc-faq-section h2 {
    margin: 0 0 16px;
    color: #214a30;
    font: 400 14px/1.5 "Press Start 2P", monospace;
    text-transform: uppercase;
}
.mc-faq-section h2::before {
    width: 9px; height: 9px; margin-right: 11px; display: inline-block; content: "";
    background: #69b84a; border: 2px solid #315c36; box-shadow: 2px 2px 0 #765438;
}
.mc-faq details {
    margin: 0 0 12px;
    overflow: hidden;
    background: #fff8df;
    border: 2px solid #765438;
    border-radius: 4px;
}
.mc-faq details:last-child { margin-bottom: 0; }
.mc-faq summary {
    position: relative;
    padding: 13px 40px 13px 13px;
    color: #214a30;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.4;
    list-style: none;
}
.mc-faq summary::-webkit-details-marker { display: none; }
.mc-faq summary::after {
    position: absolute; top: 50%; right: 11px; width: 18px; height: 18px;
    display: grid; place-items: center; content: "+"; transform: translateY(-50%);
    color: #fffdf3; background: #2f6b3f; border: 2px solid #173c27; border-radius: 3px;
    font: 800 16px/1 "Manrope", sans-serif;
}
.mc-faq details[open] summary { background: #f4c451; border-bottom: 2px solid #765438; }
.mc-faq details[open] summary::after { content: "−"; }
.mc-faq details > p {
    margin: 0 !important;
    padding: 13px;
    color: #40543f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
}
.mc-faq summary:focus-visible { outline: 3px solid #2f6b3f; outline-offset: -5px; }

.mc-faq-support {
    margin-top: 34px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #fffdf3;
    background: #2f6b3f;
    border: 2px solid #173c27;
    border-radius: 5px;
    box-shadow: 6px 6px 0 #765438;
}
.mc-faq-support > .wp-block-group__inner-container {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.mc-faq-support p { margin: 0 !important; font-weight: 800; }
.mc-faq-support a {
    flex: 0 0 auto;
    padding: 12px 16px;
    color: #214a30;
    background: #f4c451;
    border: 2px solid #9a6f1e;
    border-radius: 4px;
    box-shadow: 3px 3px 0 #173c27;
    font: 400 10px/1.4 "Press Start 2P", monospace;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .mc-faq-grid,
    .mc-faq-grid > .wp-block-group__inner-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
    .mc-faq-section:last-child { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
    .mc-faq-grid,
    .mc-faq-grid > .wp-block-group__inner-container { grid-template-columns: 1fr; }
    .mc-faq-section:last-child { grid-column: auto; }
}
@media (max-width: 600px) {
    body:has(.mc-faq) .site-content { width: calc(100% - 24px); padding: 38px 0 58px; }
    body:has(.mc-faq) .entry-header { margin-bottom: 27px; }
    body:has(.mc-faq) .entry-title { font-size: clamp(23px, 9vw, 31px); }
    body:has(.mc-faq) .entry-title::after { width: 64px; height: 6px; margin-top: 14px; }
    .mc-faq-intro { margin-bottom: 30px !important; font-size: 15px; }
    .mc-faq-grid { gap: 22px; }
    .mc-faq-section { padding: 18px; box-shadow: 5px 5px 0 #8a633e; }
    .mc-faq-section h2 { font-size: 11px; }
    .mc-faq summary { padding: 15px 44px 15px 14px; font-size: 14px; }
    .mc-faq details > p { padding: 15px 14px; }
    .mc-faq-support { align-items: stretch; flex-direction: column; }
    .mc-faq-support > .wp-block-group__inner-container {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
    }
    .mc-faq-support a { text-align: center; }
}
