/* Donation campaign detail — full-width hero image + content */

.donate-campaign-detail-page .partners-header-section .container {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
}

/* Hero matches body width and shows full image */
.donate-campaign-hero {
    position: relative;
    width: 100%;
    margin: 1.25rem auto 0;
    padding: 0;
    overflow: hidden;
    background: linear-gradient(180deg, #e8edf2 0%, #dce3ea 100%);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(14, 25, 40, 0.12);
}

/* Keep hero aligned to the same grid width as the main content */
.donate-campaign-hero,
.donate-campaign-detail-body {
    max-width: 960px;
}

.donate-campaign-hero img {
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
    object-position: center;
    display: block;
    background: transparent;
}

.donate-campaign-kicker {
    letter-spacing: 0.06em;
}

.donate-campaign-detail-body .campaign-description {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #2c3544;
}

@media (max-width: 767.98px) {
    .donate-campaign-hero {
        margin-top: 1rem;
        border-radius: 14px;
    }

    .donate-campaign-hero,
    .donate-campaign-detail-body {
        max-width: 100%;
    }

    .donate-campaign-hero img {
        max-height: 55vh;
    }
}
