.fcrm-mental-guide-page .entry-title,
.fcrm-mental-guide-page .nv-page-title-wrap,
.fcrm-mental-guide-page .wp-block-post-title {
    display: none;
}

.fcrm-mental-guide-page .entry-content,
.fcrm-mental-guide-page .wp-block-post-content {
    max-width: none;
    margin: 0;
}

.fcrm-guide {
    --fcrm-guide-green: #176b5d;
    --fcrm-guide-green-soft: #eaf7f3;
    --fcrm-guide-orange: #9a4f08;
    --fcrm-guide-orange-soft: #fff4e8;
}

.fcrm-guide section[id] {
    scroll-margin-top: 28px;
}

.fcrm-guide > section + section {
    margin-top: clamp(40px, 4vw, 56px);
}

.fcrm-guide-hero {
    background:
        radial-gradient(circle at 90% 10%, rgba(244, 204, 34, 0.22), transparent 34%),
        linear-gradient(135deg, #edf8fd 0%, #f9fcfe 58%, #fff8d6 100%);
}

.fcrm-guide-alert,
.fcrm-guide-source-card {
    min-width: 0;
    padding: clamp(24px, 4vw, 38px);
    border-radius: 24px;
}

.fcrm-guide-alert,
.fcrm-guide-alert:hover {
    border: 1px solid #e2a96f;
    background: var(--fcrm-guide-orange-soft);
    color: var(--fcrm-donations-ink);
    box-shadow: none;
    transform: none;
}

.fcrm-guide-source-card,
.fcrm-guide-source-card:hover {
    border: 1px solid #98cec3;
    background: var(--fcrm-guide-green-soft);
    color: var(--fcrm-donations-ink);
    box-shadow: none;
    transform: none;
}

.fcrm-guide-alert > span,
.fcrm-guide-source-card > span {
    display: block;
    margin-bottom: 10px;
    color: var(--fcrm-guide-orange);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.fcrm-guide-source-card > span {
    color: var(--fcrm-guide-green);
}

.fcrm-guide-alert strong,
.fcrm-guide-source-card strong {
    display: block;
    margin-bottom: 12px;
    color: var(--fcrm-donations-ink);
    font-size: clamp(1.35rem, 2.6vw, 2rem);
    line-height: 1.18;
}

.fcrm-guide-alert p,
.fcrm-guide-source-card p {
    color: var(--fcrm-donations-muted);
}

.fcrm-guide-alert a:not(.fcrm-donations-button),
.fcrm-guide-source-card a {
    color: var(--fcrm-donations-blue-dark);
    font-weight: 800;
    text-underline-offset: 3px;
}

.fcrm-guide-alert a:not(.fcrm-donations-button):hover,
.fcrm-guide-source-card a:hover {
    color: var(--fcrm-donations-blue-dark);
}

.fcrm-guide-steps {
    display: grid;
    gap: 18px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.fcrm-guide-steps li,
.fcrm-guide-steps li:hover {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--fcrm-donations-border);
    border-radius: 18px;
    background: var(--fcrm-donations-white);
    box-shadow: none;
    transform: none;
}

.fcrm-guide-steps li > span,
.fcrm-guide-signal-grid article > span,
.fcrm-guide-option-number {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--fcrm-donations-blue-dark);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
}

.fcrm-guide-steps h3,
.fcrm-guide-steps p {
    margin: 0;
}

.fcrm-guide-steps p {
    margin-top: 7px;
    color: var(--fcrm-donations-muted);
}

.fcrm-guide-do-dont {
    border-radius: 26px;
    background: var(--fcrm-donations-blue-soft);
}

.fcrm-guide-two-columns,
.fcrm-guide-signal-grid,
.fcrm-guide-donation-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px;
}

.fcrm-guide-two-columns article,
.fcrm-guide-signal-grid article,
.fcrm-guide-monthly,
.fcrm-guide-one-time,
.fcrm-guide-two-columns article:hover,
.fcrm-guide-signal-grid article:hover,
.fcrm-guide-monthly:hover,
.fcrm-guide-one-time:hover {
    min-width: 0;
    padding: clamp(22px, 3vw, 30px);
    border: 1px solid var(--fcrm-donations-border);
    border-radius: 20px;
    background: #fff;
    color: var(--fcrm-donations-ink);
    box-shadow: none;
    transform: none;
}

.fcrm-guide-two-columns h3,
.fcrm-guide-signal-grid h3,
.fcrm-guide-monthly h3,
.fcrm-guide-one-time h3 {
    margin-top: 14px;
}

.fcrm-guide-two-columns ul {
    margin: 18px 0 0;
    padding-left: 21px;
}

.fcrm-guide-two-columns li + li {
    margin-top: 10px;
}

.fcrm-guide-chip {
    display: inline-flex;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 0.77rem;
    font-weight: 800;
}

.fcrm-guide-chip-good {
    background: var(--fcrm-guide-green-soft);
    color: var(--fcrm-guide-green);
}

.fcrm-guide-chip-caution {
    background: var(--fcrm-guide-orange-soft);
    color: var(--fcrm-guide-orange);
}

.fcrm-guide-boundaries,
.fcrm-guide-alert-wide {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.42fr);
    gap: 28px;
    align-items: center;
    border-radius: 24px;
}

.fcrm-guide-boundaries {
    background: var(--fcrm-guide-green-soft);
}

.fcrm-guide-boundaries .fcrm-donations-button,
.fcrm-guide-alert-wide .fcrm-donations-button {
    width: 100%;
}

.fcrm-guide-signal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fcrm-guide-signal-grid article > span {
    width: 38px;
    height: 38px;
}

.fcrm-guide-signal-grid p {
    margin-bottom: 0;
    color: var(--fcrm-donations-muted);
}

.fcrm-guide-action-plan {
    border-radius: 26px;
    background: var(--fcrm-guide-green-soft);
}

.fcrm-guide-donations {
    border: 1px solid #ead75c;
    border-radius: 28px;
    background: var(--fcrm-donations-yellow-soft);
}

.fcrm-guide-donation-grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
}

.fcrm-guide-monthly,
.fcrm-guide-one-time {
    align-content: start;
}

.fcrm-guide-amounts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.fcrm-guide-amount,
.fcrm-guide-amount:hover {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 96px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 8px 12px;
    border: 2px solid var(--fcrm-donations-blue-dark);
    border-radius: 15px;
    background: #fff;
    color: var(--fcrm-donations-blue-dark);
    box-shadow: none;
    text-align: center;
    text-decoration: none;
    transform: none;
}

.fcrm-guide-amount > span {
    position: absolute;
    top: 0;
    left: 50%;
    width: max-content;
    max-width: calc(100% - 8px);
    padding: 3px 7px;
    border-radius: 0 0 8px 8px;
    background: var(--fcrm-donations-yellow);
    color: var(--fcrm-donations-ink);
    font-size: 0.65rem;
    font-weight: 800;
    transform: translateX(-50%);
}

.fcrm-guide-amount-recommended,
.fcrm-guide-amount-recommended:hover {
    border-color: var(--fcrm-donations-yellow);
    background: var(--fcrm-donations-yellow-soft);
    color: var(--fcrm-donations-ink);
}

.fcrm-guide-amount strong {
    color: inherit;
    font-size: 1.24rem;
    line-height: 1.15;
}

.fcrm-guide-amount small {
    color: inherit;
    font-size: 0.74rem;
}

.fcrm-guide-payment-note {
    margin: 18px 0 0;
    color: var(--fcrm-donations-muted);
    font-size: 0.86rem;
    text-align: center;
}

.fcrm-guide-one-time .fcrm-donations-button {
    width: 100%;
    margin-top: 14px;
}

.fcrm-campaign-education-cta {
    margin: 48px auto 64px;
}

.fcrm-campaign-education-cta .fcrm-guide-donations {
    margin: 0;
}

@media (max-width: 920px) {
    .fcrm-guide-signal-grid,
    .fcrm-guide-amounts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fcrm-guide-donation-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 680px) {
    .fcrm-campaign-education-cta {
        width: min(100% - 24px, 1160px);
        margin: 32px auto 48px;
    }

    .fcrm-guide > section + section {
        margin-top: 32px;
    }

    .fcrm-guide,
    .fcrm-guide-hero,
    .fcrm-guide-alert,
    .fcrm-guide-source-card,
    .fcrm-guide-boundaries,
    .fcrm-guide-alert-wide,
    .fcrm-guide-two-columns article,
    .fcrm-guide-signal-grid article,
    .fcrm-guide-monthly,
    .fcrm-guide-one-time {
        text-align: center;
    }

    .fcrm-guide-hero,
    .fcrm-guide-two-columns,
    .fcrm-guide-signal-grid,
    .fcrm-guide-boundaries,
    .fcrm-guide-alert-wide,
    .fcrm-guide-donation-grid {
        grid-template-columns: 1fr;
    }

    .fcrm-guide-two-columns,
    .fcrm-guide-signal-grid,
    .fcrm-guide-donation-grid,
    .fcrm-guide-steps {
        gap: 26px;
    }

    .fcrm-guide-steps li {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .fcrm-guide-amounts {
        grid-template-columns: 1fr;
    }

    .fcrm-guide-two-columns ul {
        display: inline-block;
        padding-left: 20px;
        text-align: left;
    }

    .fcrm-guide-signal-grid article > span,
    .fcrm-guide-option-number {
        margin-inline: auto;
    }

    .fcrm-guide-boundaries .fcrm-donations-button,
    .fcrm-guide-alert-wide .fcrm-donations-button,
    .fcrm-guide-one-time .fcrm-donations-button,
    .fcrm-guide .fcrm-donations-hero-actions .fcrm-donations-button {
        width: 100%;
        min-width: 0;
        white-space: normal;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .fcrm-guide-donations {
        padding-inline: 14px;
    }

    .fcrm-guide-amount {
        white-space: normal;
        word-break: normal;
    }
}
