.fcrm-charity-collections-page .entry-title,
.fcrm-charity-collections-page .nv-page-title-wrap,
.fcrm-charity-collections-page .wp-block-post-title {
    display: none;
}

.fcrm-charity-collections-page .entry-content,
.fcrm-charity-collections-page .wp-block-post-content {
    max-width: none;
}

.fcrm-charity-collections > section + section {
    margin-top: 32px;
}

.fcrm-collections-hero {
    background:
        radial-gradient(circle at 9% 15%, rgba(244, 204, 34, 0.24), transparent 35%),
        linear-gradient(135deg, #edf8fd 0%, #f9fcfe 55%, #fff8d6 100%);
}

.fcrm-collections-paths {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.fcrm-collections-path {
    display: flex;
    min-width: 0;
    min-height: 330px;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    border: 1px solid var(--fcrm-donations-border);
    border-radius: 20px;
    background: var(--fcrm-donations-white);
    box-shadow: 0 18px 45px rgba(44, 92, 119, 0.08);
}

.fcrm-collections-path:hover {
    border-color: var(--fcrm-donations-border);
    background: var(--fcrm-donations-white);
    box-shadow: 0 18px 45px rgba(44, 92, 119, 0.08);
    transform: none;
}

.fcrm-collections-path-featured,
.fcrm-collections-path-featured:hover {
    border-color: var(--fcrm-donations-yellow);
    background: var(--fcrm-donations-yellow-soft);
}

.fcrm-collections-path > span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--fcrm-donations-blue-dark);
    color: var(--fcrm-donations-white);
    font-size: 0.82rem;
    font-weight: 800;
}

.fcrm-collections-path h3 {
    font-size: 1.42rem;
}

.fcrm-collections-path p {
    color: var(--fcrm-donations-muted);
}

.fcrm-collections-path .fcrm-donations-button {
    width: 100%;
    margin-top: auto;
}

.fcrm-collections-monthly {
    border-radius: 24px;
    background: var(--fcrm-donations-blue-soft);
}

.fcrm-collections-events {
    border-radius: 24px;
    background: var(--fcrm-donations-yellow-soft);
}

.fcrm-collections-school {
    border-radius: 24px;
    background: var(--fcrm-donations-blue-soft);
}

.fcrm-collections-school-grid,
.fcrm-collections-school-checklist {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    margin-top: 32px;
}

.fcrm-collections-school-grid article,
.fcrm-collections-school-grid article:hover,
.fcrm-collections-school-checklist > div,
.fcrm-collections-school-checklist > div:hover {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--fcrm-donations-border);
    border-radius: 18px;
    background: var(--fcrm-donations-white);
    box-shadow: none;
    transform: none;
}

.fcrm-collections-school-grid span {
    color: var(--fcrm-donations-blue-dark);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.fcrm-collections-school-grid h3 {
    margin-top: 10px;
}

.fcrm-collections-school-grid p,
.fcrm-collections-school-cta p,
.fcrm-collections-school-note {
    margin-bottom: 0;
    color: var(--fcrm-donations-muted);
}

.fcrm-collections-school-checklist strong {
    color: var(--fcrm-donations-ink);
    font-size: 1.12rem;
}

.fcrm-collections-school-checklist ol,
.fcrm-collections-school-checklist ul {
    margin: 18px 0 0;
    padding-left: 22px;
}

.fcrm-collections-school-checklist li + li {
    margin-top: 9px;
}

.fcrm-collections-school-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin-top: 32px;
    padding: 24px;
    border-radius: 18px;
    background: var(--fcrm-donations-yellow-soft);
}

.fcrm-collections-school-cta strong {
    color: var(--fcrm-donations-ink);
    font-size: 1.2rem;
}

.fcrm-collections-school-actions {
    display: grid;
    gap: 14px;
}

.fcrm-collections-school-note {
    margin-top: 32px;
    text-align: center;
}

.fcrm-collections-event-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.fcrm-collections-event-grid article,
.fcrm-collections-event-grid article:hover {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--fcrm-donations-border);
    border-radius: 18px;
    background: var(--fcrm-donations-white);
    box-shadow: none;
    transform: none;
}

.fcrm-collections-event-grid span {
    color: var(--fcrm-donations-blue-dark);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.fcrm-collections-event-grid h3 {
    margin-top: 10px;
}

.fcrm-collections-event-grid p,
.fcrm-collections-event-cta p {
    margin-bottom: 0;
    color: var(--fcrm-donations-muted);
}

.fcrm-collections-event-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
    gap: 24px;
    align-items: center;
    margin-top: 20px;
    padding: 24px;
    border-radius: 18px;
    background: var(--fcrm-donations-white);
}

.fcrm-collections-event-cta strong {
    color: var(--fcrm-donations-ink);
    font-size: 1.25rem;
}

.fcrm-collections-event-actions {
    display: grid;
    gap: 12px;
}

.fcrm-collections-amounts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.fcrm-collections-amount,
.fcrm-collections-amount:hover {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 104px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px 14px;
    border: 2px solid var(--fcrm-donations-blue-dark);
    border-radius: 16px;
    background: var(--fcrm-donations-white);
    color: var(--fcrm-donations-blue-dark);
    box-shadow: none;
    text-align: center;
    text-decoration: none;
    transform: none;
}

.fcrm-collections-amount strong {
    color: inherit;
    font-size: 1.3rem;
    line-height: 1.2;
}

.fcrm-collections-amount small {
    color: inherit;
    font-size: 0.78rem;
}

.fcrm-collections-amount-recommended,
.fcrm-collections-amount-recommended:hover {
    border-color: var(--fcrm-donations-yellow);
    background: var(--fcrm-donations-yellow);
    color: var(--fcrm-donations-ink);
}

.fcrm-collections-amount-recommended > span {
    position: absolute;
    top: -10px;
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--fcrm-donations-ink);
    color: var(--fcrm-donations-white);
    font-size: 0.66rem;
    font-weight: 800;
    line-height: 1.3;
    white-space: nowrap;
}

.fcrm-collections-payment-note {
    margin: 22px 0 0;
    color: var(--fcrm-donations-muted);
    text-align: center;
}

.fcrm-collections-organize {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    gap: 38px;
    align-items: center;
}

.fcrm-collections-organize p:last-child {
    margin-bottom: 0;
    color: var(--fcrm-donations-muted);
}

.fcrm-collections-organize-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    text-align: center;
}

.fcrm-collections-steps ol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.fcrm-collections-steps li {
    display: grid;
    min-width: 0;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 22px;
    border: 1px solid var(--fcrm-donations-border);
    border-radius: 18px;
    background: var(--fcrm-donations-white);
}

.fcrm-collections-steps li:hover {
    border-color: var(--fcrm-donations-border);
    background: var(--fcrm-donations-white);
    box-shadow: none;
    transform: none;
}

.fcrm-collections-steps li > span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--fcrm-donations-blue-dark);
    color: var(--fcrm-donations-white);
    font-weight: 800;
}

.fcrm-collections-steps strong {
    color: var(--fcrm-donations-ink);
}

.fcrm-collections-steps p {
    margin: 5px 0 0;
    color: var(--fcrm-donations-muted);
}

@media (min-width: 681px) {
    .fcrm-charity-collections > section + section {
        margin-top: 40px;
    }

    .fcrm-collections-school-grid,
    .fcrm-collections-school-checklist,
    .fcrm-collections-school-cta,
    .fcrm-collections-school-note {
        margin-top: 40px;
    }

    .fcrm-collections-school-grid,
    .fcrm-collections-school-checklist {
        gap: 40px;
    }
}

@media (min-width: 901px) {
    .fcrm-collections-school-grid,
    .fcrm-collections-school-checklist {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fcrm-collections-school-cta {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
    }
}

@media (max-width: 900px) {
    .fcrm-collections-paths,
    .fcrm-collections-event-cta,
    .fcrm-collections-school-grid,
    .fcrm-collections-school-checklist,
    .fcrm-collections-school-cta,
    .fcrm-collections-organize,
    .fcrm-collections-steps ol {
        grid-template-columns: 1fr;
    }

    .fcrm-collections-path {
        min-height: 0;
    }

    .fcrm-collections-amounts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .fcrm-collections-paths {
        gap: 16px;
    }

    .fcrm-collections-path,
    .fcrm-collections-events,
    .fcrm-collections-school,
    .fcrm-collections-organize,
    .fcrm-collections-steps,
    .fcrm-collections-monthly {
        padding: 34px 20px;
    }

    .fcrm-collections-path,
    .fcrm-collections-events,
    .fcrm-collections-school,
    .fcrm-collections-organize,
    .fcrm-collections-steps,
    .fcrm-collections-monthly {
        text-align: center;
    }

    .fcrm-collections-path {
        align-items: center;
    }

    .fcrm-collections-amounts {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .fcrm-collections-event-grid,
    .fcrm-collections-event-cta {
        grid-template-columns: 1fr;
    }

    .fcrm-collections-event-grid article,
    .fcrm-collections-event-cta,
    .fcrm-collections-event-actions,
    .fcrm-collections-event-actions .fcrm-donations-button,
    .fcrm-collections-school-grid article,
    .fcrm-collections-school-checklist,
    .fcrm-collections-school-checklist > div,
    .fcrm-collections-school-cta,
    .fcrm-collections-school-actions,
    .fcrm-collections-school-actions .fcrm-donations-button {
        width: 100%;
    }

    .fcrm-collections-event-grid article,
    .fcrm-collections-event-cta,
    .fcrm-collections-school-grid article,
    .fcrm-collections-school-checklist > div,
    .fcrm-collections-school-cta {
        text-align: center;
    }

    .fcrm-collections-school-checklist ol,
    .fcrm-collections-school-checklist ul {
        display: inline-block;
        max-width: 100%;
        text-align: left;
    }

    .fcrm-collections-amount,
    .fcrm-collections-amount:hover {
        width: 100%;
        min-height: 94px;
        overflow-wrap: normal;
        word-break: keep-all;
    }

    .fcrm-collections-organize-actions,
    .fcrm-collections-organize-actions .fcrm-donations-button,
    .fcrm-collections-steps li {
        width: 100%;
    }

    .fcrm-collections-steps li {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .fcrm-collections-path h3,
    .fcrm-collections-path p,
    .fcrm-collections-organize h2,
    .fcrm-collections-organize p,
    .fcrm-collections-steps h2,
    .fcrm-collections-steps p {
        overflow-wrap: normal;
        word-break: normal;
    }
}
