body.single-donation_campaign .gbc-single,
.gbc-single {
    background: #f7f9fc;
    color: #1f2937;
    font-family: inherit;
    margin: 0;
    overflow: hidden;
}

body.single-donation_campaign .gbc-single__hero,
.gbc-single__hero {
    background:
        linear-gradient(135deg, rgba(20, 36, 58, 0.93), rgba(49, 128, 203, 0.88)),
        radial-gradient(circle at 15% 25%, rgba(255, 139, 32, 0.28), transparent 32%);
    color: #fff;
    padding: clamp(3.25rem, 7vw, 6.5rem) 1.5rem 3.5rem;
}

body.single-donation_campaign .gbc-single__hero-inner,
body.single-donation_campaign .gbc-single__content,
body.single-donation_campaign .gbc-single__bar-inner,
body.single-donation_campaign .gbc-single__details,
.gbc-single__hero-inner,
.gbc-single__content,
.gbc-single__bar-inner,
.gbc-single__details {
    margin: 0 auto;
    max-width: 1180px;
}

.gbc-single__hero-inner {
    align-items: end;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
}

.gbc-single__hero-copy {
    max-width: 780px;
}

.gbc-single__eyebrow {
    color: #ff8b20;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 0.9rem;
    text-transform: uppercase;
}

.gbc-single__hero h1 {
    color: inherit;
    font-size: clamp(2.25rem, 5vw, 4.5rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.02;
    margin: 0;
    max-width: 920px;
}

.gbc-single__dek {
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    line-height: 1.65;
    margin: 1.25rem 0 0;
    max-width: 720px;
}

.gbc-single__donation-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 24px 80px rgba(10, 20, 35, 0.28);
    color: #1f2937;
    padding: 1.3rem;
}

.gbc-single__stat-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gbc-single__stat-grid div {
    background: #f3f7fc;
    border-radius: 14px;
    min-width: 0;
    padding: 0.9rem;
}

.gbc-single__stat-grid span {
    color: #6b7280;
    display: block;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
}

.gbc-single__stat-grid strong {
    color: #3180cb;
    display: block;
    font-size: clamp(1rem, 2vw, 1.35rem);
    line-height: 1.15;
    margin-top: 0.25rem;
    overflow-wrap: anywhere;
}

.gbc-single__meter {
    background: #d9e5f3;
    border-radius: 999px;
    height: 0.8rem;
    margin-top: 1.25rem;
    overflow: hidden;
}

.gbc-single__meter span {
    background: linear-gradient(90deg, #ff8b20, #3180cb);
    display: block;
    height: 100%;
}

.gbc-single__percent {
    color: #4b5563;
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0.7rem 0 1.1rem;
}

.gbc-single__actions givebutter-button,
.gbc-single__actions .givebutter-button {
    width: 100%;
}

.gbc-single__bar {
    background: #3180cb;
    color: #fff;
    padding: 1.25rem 1.5rem;
}

.gbc-single__bar .gbc-progress {
    max-width: none;
}

.gbc-single__bar .gbc-progress__header span,
.gbc-single__bar .gbc-progress__supporters {
    color: rgba(255, 255, 255, 0.8);
}

.gbc-single__bar .gbc-progress__bar {
    background: rgba(255, 255, 255, 0.34);
}

.gbc-single__bar .gbc-progress__bar span {
    background: #ff8b20;
}

.gbc-single__overview,
.gbc-single__details {
    padding: clamp(2.5rem, 6vw, 5rem) 1.5rem;
}

.gbc-single__content {
    align-items: start;
    display: grid;
    gap: clamp(1.5rem, 4vw, 3.5rem);
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
}

.gbc-single__overview-copy,
.gbc-single__media-wrap,
.gbc-tabs {
    background: #fff;
    border: 1px solid #e4ebf4;
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(31, 41, 55, 0.08);
}

.gbc-single__overview-copy {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.gbc-single__overview-copy .gbc-share {
    margin-top: 1.8rem;
}

.gbc-single__media-wrap {
    overflow: hidden;
    padding: 0.75rem;
}

.gbc-progress {
    display: grid;
    gap: 0.55rem;
    max-width: 680px;
}

.gbc-progress__header {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.gbc-progress__header strong {
    font-size: 1.35rem;
}

.gbc-progress__header span,
.gbc-progress__supporters {
    color: #4b5563;
}

.gbc-progress__bar {
    background: #e5e7eb;
    border-radius: 999px;
    height: 0.75rem;
    overflow: hidden;
}

.gbc-progress__bar span {
    background: #2563eb;
    display: block;
    height: 100%;
}

.gbc-progress__supporters {
    font-size: 0.95rem;
    margin: 0;
}

.gbc-media {
    aspect-ratio: 16 / 9;
    background: #f3f4f6;
    border-radius: 16px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.gbc-media iframe,
.gbc-media embed,
.gbc-media object,
.gbc-media video,
.gbc-media__image {
    border: 0;
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.gbc-media--video-link {
    align-items: center;
    display: flex;
    justify-content: center;
}

.gbc-share {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.gbc-share__label {
    color: #4b5563;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
}

.gbc-share__link,
.gbc-share__copy {
    align-items: center;
    background: transparent;
    border: 2px solid #2f80d1;
    border-radius: 999px;
    color: #2f80d1;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 0;
    font-weight: 700;
    height: 2.45rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    text-decoration: none;
    width: 2.45rem;
}

.gbc-share__link:hover,
.gbc-share__copy:hover {
    background: #2f80d1;
    color: #fff;
}

.gbc-share__link::before,
.gbc-share__copy::before {
    font-size: 0.95rem;
}

.gbc-share__link--facebook::before {
    content: "f";
}

.gbc-share__link--twitter::before {
    content: "t";
}

.gbc-share__link--pinterest::before {
    content: "p";
}

.gbc-share__link--email::before {
    content: "@";
}

.gbc-share__link--print::before {
    content: "P";
}

.gbc-section {
    display: grid;
    gap: 1.25rem;
}

.gbc-section__item,
.gbc-resource,
.gbc-team-member {
    border-top: 1px solid #e5e7eb;
    padding-top: 1rem;
}

.gbc-section__item:first-child,
.gbc-resource:first-child,
.gbc-team-member:first-child {
    border-top: 0;
    padding-top: 0;
}

.gbc-section h3,
.gbc-resource h3,
.gbc-team-member h3 {
    margin: 0 0 0.45rem;
}

.gbc-richtext > *:first-child {
    margin-top: 0;
}

.gbc-richtext > *:last-child {
    margin-bottom: 0;
}

.gbc-richtext {
    color: #5d6675;
    font-size: 1rem;
    line-height: 1.75;
}

.gbc-richtext h2,
.gbc-richtext h3,
.gbc-richtext h4 {
    color: #1f2937;
    line-height: 1.2;
}

.gbc-richtext a {
    color: #3180cb;
    font-weight: 700;
}

.gbc-tabs {
    overflow: hidden;
}

.gbc-tabs__nav {
    background: #f3f7fc;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0.6rem;
}

.gbc-tabs__tab {
    -webkit-appearance: none;
    appearance: none;
    background: transparent !important;
    border: 0 !important;
    border-radius: 14px;
    color: #1f2937;
    cursor: pointer;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    min-height: 0;
    padding: 0.95rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.gbc-tabs__tab.is-active {
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(49, 128, 203, 0.16);
    color: #3180cb;
}

.gbc-tabs__panel {
    padding: clamp(1.25rem, 3vw, 2.25rem);
}

.gbc-team-member__role {
    color: #4b5563;
    font-weight: 700;
    margin: 0 0 0.45rem;
}

@media (max-width: 860px) {
    .gbc-single__hero-inner,
    .gbc-single__content {
        grid-template-columns: 1fr;
    }

    .gbc-single__donation-card {
        align-self: stretch;
    }
}

@media (max-width: 560px) {
    .gbc-single__hero,
    .gbc-single__bar,
    .gbc-single__overview,
    .gbc-single__details {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .gbc-single__stat-grid {
        grid-template-columns: 1fr;
    }

    .gbc-tabs__nav {
        display: grid;
    }

    .gbc-tabs__tab {
        text-align: left;
    }
}
