:is(.single-tc_events, .single-event-campaign) {
    --gc-crimson: #f47c98;
    --gc-crimson-deep: #9f4f60;
    --gc-crimson-soft: #f8ebe3;
    --gc-turquoise: #31a497;
    --gc-turquoise-deep: #0f6f68;
    --gc-turquoise-dark: #0b514d;
    --gc-porcelain: #eef8f7;
    --gc-ivory: #fbf4e8;
    --gc-gold: #b88934;
    --gc-blue: #1c4f78;
    --gc-ink: #183734;
    --gc-muted: #536b68;
    --gc-border: rgba(15, 111, 104, 0.18);
    background: var(--gc-ivory);
}

:is(.single-tc_events, .single-event-campaign) .site-main,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-page {
    background: #fffaf6;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-page {
    color: #2d2522;
    font-family: "Outfit", "Mulish", sans-serif;
    margin-top: -28px;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-page a {
    color: #31a497;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase {
    display: grid;
    align-items: start;
    column-gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
    grid-template-areas:
        "media impact"
        "story impact";
    row-gap: 26px;
    margin: 0 auto;
    max-width: 1240px;
    padding: 68px 24px 44px;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase__media {
    background-color: #fff8f4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    grid-area: media;
    min-height: 430px;
    overflow: hidden;
    position: relative;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase__media--fallback {
    background-image: url("../images/givesg-blog-placeholder.svg");
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase__media span,
:is(.single-tc_events, .single-event-campaign) .roh-impact-card__status {
    background: #fff4ec;
    border: 1px solid rgba(45, 37, 34, 0.08);
    border-radius: 8px;
    color: #8f3448;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 8px 11px;
    text-transform: uppercase;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase__media span {
    box-shadow: 0 12px 30px rgba(45, 37, 34, 0.14);
    left: 18px;
    position: absolute;
    top: 18px;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase__story {
    align-self: center;
    grid-area: story;
    max-width: 790px;
    padding: 2px 0 0;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-kicker {
    color: #31a497;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0;
    margin: 0 0 14px;
    text-transform: uppercase;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase .entry-title {
    color: #241f21;
    font-family: "Outfit", "Mulish", sans-serif;
    font-size: clamp(2.45rem, 4.7vw, 5rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.02;
    margin: 0;
    max-width: 760px;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-summary {
    color: #5f524d;
    font-size: 1.16rem;
    line-height: 1.66;
    margin: 24px 0 0;
    max-width: 660px;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-actions--impact {
    align-items: stretch;
    border-top: 1px solid rgba(45, 37, 34, 0.08);
    flex-direction: column;
    margin-top: 22px;
    padding-top: 22px;
}

:is(.single-tc_events, .single-event-campaign) .roh-donate-button,
:is(.single-tc_events, .single-event-campaign) .roh-share-button,
:is(.single-tc_events, .single-event-campaign) a.roh-share-button,
:is(.single-tc_events, .single-event-campaign) .start-camp-btn .button,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-start-button,
:is(.single-tc_events, .single-event-campaign) .p2pdonate-button .button,
:is(.single-tc_events, .single-event-campaign) .donate-modal .addtocart-btn .button {
    align-items: center;
    border-radius: 8px !important;
    box-shadow: none !important;
    display: inline-flex;
    font-family: "Outfit", "Mulish", sans-serif;
    font-size: 1rem;
    font-weight: 850;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.2;
    min-height: 48px;
    padding: 14px 20px !important;
    text-decoration: none !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-donate-button,
:is(.single-tc_events, .single-event-campaign) .start-camp-btn .button,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-start-button,
:is(.single-tc_events, .single-event-campaign) .p2pdonate-button .button,
:is(.single-tc_events, .single-event-campaign) .donate-modal .addtocart-btn .button {
    background: #31a497 !important;
    border: 1px solid #31a497 !important;
    color: #ffffff !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-share-button {
    background: #ffffff !important;
    border: 1px solid rgba(45, 37, 34, 0.14) !important;
    color: #2d2522 !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-actions--impact .roh-donate-button,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-actions--impact .roh-share-button {
    width: 100%;
}

:is(.single-tc_events, .single-event-campaign) .roh-donate-button:hover,
:is(.single-tc_events, .single-event-campaign) .start-camp-btn .button:hover,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-start-button:hover,
:is(.single-tc_events, .single-event-campaign) .p2pdonate-button .button:hover,
:is(.single-tc_events, .single-event-campaign) .donate-modal .addtocart-btn .button:hover {
    background: #0b514d !important;
    border-color: #0b514d !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-share-button:hover {
    border-color: rgba(49, 164, 151, 0.38) !important;
    color: #31a497 !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-impact-card {
    align-self: start;
    background: #ffffff;
    border: 1px solid rgba(45, 37, 34, 0.08);
    border-radius: 8px;
    box-shadow: 0 20px 55px rgba(45, 37, 34, 0.08);
    grid-area: impact;
    padding: 26px;
    position: sticky;
    top: 104px;
}

:is(.single-tc_events, .single-event-campaign) .roh-impact-card__amounts {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
}

:is(.single-tc_events, .single-event-campaign) .roh-impact-card__amounts--single {
    grid-template-columns: 1fr;
}

:is(.single-tc_events, .single-event-campaign) .roh-impact-card__amounts div,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-stat {
    background: #fffaf6;
    border: 1px solid rgba(45, 37, 34, 0.08);
    border-radius: 8px;
    padding: 16px;
}

:is(.single-tc_events, .single-event-campaign) .roh-impact-card__amounts span,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-stat span,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-progress__meta span {
    color: #7a6b64;
    display: block;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.35;
}

:is(.single-tc_events, .single-event-campaign) .roh-impact-card__amounts strong,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-stat strong,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-progress__meta strong {
    color: #241f21;
    display: block;
    font-size: 1.25rem;
    font-weight: 850;
    line-height: 1.16;
    margin-top: 6px;
    overflow-wrap: anywhere;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-progress {
    margin-top: 22px;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-progress__bar {
    background: #f4e7df;
    border-radius: 999px;
    height: 10px;
    overflow: hidden;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-progress__bar span {
    background: #31a497;
    border-radius: 999px;
    display: block;
    height: 100%;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-progress__meta {
    align-items: baseline;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin-top: 10px;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-stats {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    margin-top: 18px;
}

:is(.single-tc_events, .single-event-campaign) .roh-impact-card__note {
    color: #5f524d;
    font-size: 1rem;
    line-height: 1.58;
    margin: 18px 0 0;
}

:is(.single-tc_events, .single-event-campaign) .roh-refresh-total-link {
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    margin-top: 16px;
}

:is(.single-tc_events, .single-event-campaign) .roh-event-tabs-nav-wrapper {
    background: transparent !important;
    border: 0 !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-event-tabs-nav-wrapper.is-sticky {
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 30px rgba(45, 37, 34, 0.08) !important;
    left: 50% !important;
    max-width: 1180px !important;
    padding: 8px !important;
    right: auto !important;
    transform: translateX(-50%) !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-event-tabs-nav {
    align-items: center !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    display: flex !important;
    gap: 8px !important;
    justify-content: flex-start !important;
    margin: 20px 0 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 8px !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-event-tab-btn {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 0 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #5f524d !important;
    font-family: "Outfit", "Mulish", sans-serif !important;
    font-size: 0.98rem !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    min-height: 44px !important;
    padding: 10px 16px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-event-tab-btn:hover,
:is(.single-tc_events, .single-event-campaign) .roh-event-tab-btn.is-active {
    background: #31a497 !important;
    border: 0 !important;
    border-bottom: 0 !important;
    color: #ffffff !important;
}

:is(.single-tc_events, .single-event-campaign) .entry-content.roh-event-tabs-content {
    background: #ffffff;
    border: 1px solid rgba(45, 37, 34, 0.08);
    border-radius: 8px;
    box-shadow: 0 16px 45px rgba(45, 37, 34, 0.07);
    color: #2d2522;
    font-family: "Outfit", "Mulish", sans-serif;
    margin: 0 auto;
    max-width: 1180px;
    padding: 14px 24px 38px;
}

:is(.single-tc_events, .single-event-campaign) .roh-event-tab-panel {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0px 14px 0;
    margin-top: 0;
}

:is(.single-tc_events, .single-event-campaign) .roh-event-tab-panel h1,
:is(.single-tc_events, .single-event-campaign) .roh-event-tab-panel h2,
:is(.single-tc_events, .single-event-campaign) .roh-event-tab-panel h3 {
    border: 0;
    color: #241f21;
    font-family: "Outfit", "Mulish", sans-serif;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0 0 18px;
}

:is(.single-tc_events, .single-event-campaign) .roh-event-tab-panel h1 {
    font-size: clamp(2rem, 3.6vw, 3.5rem);
}

:is(.single-tc_events, .single-event-campaign) .roh-event-tab-panel p,
:is(.single-tc_events, .single-event-campaign) .roh-event-tab-panel li {
    color: #5f524d;
    font-size: 1.04rem;
    line-height: 1.72;
}

:is(.single-tc_events, .single-event-campaign) .roh-event-tab-panel img {
    border-radius: 8px;
}

:is(.single-tc_events, .single-event-campaign) .roh-tab-section-intro {
    align-items: center;
    border-bottom: 1px solid rgba(45, 37, 34, 0.08);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
    margin-bottom: 24px;
    padding-bottom: 22px;
}

:is(.single-tc_events, .single-event-campaign) .roh-tab-section-intro-copy {
    min-width: 0;
}

:is(.single-tc_events, .single-event-campaign) .roh-tab-section-intro h1 {
    margin-bottom: 12px;
}

:is(.single-tc_events, .single-event-campaign) .roh-tab-section-intro p:not(.roh-campaign-kicker) {
    color: #655650;
    font-size: 1.04rem;
    line-height: 1.62;
    margin: 0;
    max-width: 720px;
}

:is(.single-tc_events, .single-event-campaign) .roh-donor-count-card {
    background: #fff4ec;
    border: 1px solid rgba(49, 164, 151, 0.18);
    border-radius: 8px;
    justify-self: end;
    min-width: 180px;
    padding: 18px;
    text-align: right;
}

:is(.single-tc_events, .single-event-campaign) .donors-list {
    display: grid;
    gap: 12px;
    margin-top: 0;
}

:is(.single-tc_events, .single-event-campaign) .roh-donor-count {
    color: #31a497;
    display: block;
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 0.95;
}

:is(.single-tc_events, .single-event-campaign) .roh-donor-count-card strong {
    color: #241f21;
    display: block;
    font-size: 1.02rem;
    font-weight: 850;
    margin-top: 6px;
    text-transform: lowercase;
}

:is(.single-tc_events, .single-event-campaign) .donors-list .donors-list-item {
    align-items: center;
    background: #fffaf6;
    border: 1px solid rgba(45, 37, 34, 0.08);
    border-radius: 8px;
    display: grid;
    gap: 14px;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    padding: 16px;
}

:is(.single-tc_events, .single-event-campaign) .donor-avatar {
    align-items: center;
    background: rgba(244, 124, 152, 0.16);
    border-radius: 999px;
    color: #8f3448;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 850;
    height: 46px;
    justify-content: center;
    width: 46px;
}

:is(.single-tc_events, .single-event-campaign) .donors-list .donors-list-item .donor-left {
    min-width: 0;
    width: auto;
    word-break: break-word;
}

:is(.single-tc_events, .single-event-campaign) .donor-name strong {
    color: #241f21;
    font-size: 1.04rem;
    font-weight: 850;
}

:is(.single-tc_events, .single-event-campaign) .donor-message {
    color: #655650;
    font-size: 0.96rem;
    line-height: 1.5;
    margin-top: 4px;
}

:is(.single-tc_events, .single-event-campaign) .donors-list-item .donor-right {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #31a497;
    font-size: 1rem;
    font-weight: 850;
    min-width: 96px;
    padding: 0;
    text-align: right;
}

:is(.single-tc_events, .single-event-campaign) .roh-donors-empty {
    background: #fff4ec;
    border: 1px solid rgba(45, 37, 34, 0.08);
    border-radius: 8px;
    color: #655650;
    margin: 0;
    padding: 18px;
}

:is(.single-tc_events, .single-event-campaign) .location_datetime {
    background: #fff4ec;
    border: 1px solid rgba(45, 37, 34, 0.08);
    border-radius: 8px;
    display: block;
    margin-bottom: 34px;
    padding: 24px;
}

:is(.single-tc_events, .single-event-campaign) .location_datetime h1 {
    font-size: 1.45rem;
    margin-bottom: 12px;
}

:is(.single-tc_events, .single-event-campaign) .keyeventdetails {
    color: #31a497;
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0;
    margin-right: 8px;
    text-transform: uppercase;
}

:is(.single-tc_events, .single-event-campaign) .event-closed {
    background: #ecf7ef;
    border: 1px solid rgba(86, 143, 96, 0.18);
    border-radius: 8px;
    color: #257254;
    display: block;
    font-weight: 850;
    margin-bottom: 18px;
    padding: 16px 18px;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-panel {
    padding-bottom: 10px;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-intro {
    align-items: stretch;
    border-bottom: 1px solid rgba(45, 37, 34, 0.08);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    margin-bottom: 30px;
    padding-bottom: 28px;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-intro__copy {
    min-width: 0;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-copy {
    max-width: 760px;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-copy p {
    margin: 0 0 12px;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-copy p:last-child {
    margin-bottom: 0;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-start-card {
    background: #fff4ec;
    border: 1px solid rgba(49, 164, 151, 0.18);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-start-card span {
    color: #31a497;
    display: block;
    font-size: clamp(2.3rem, 4vw, 3.6rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 0.95;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-start-card strong {
    color: #241f21;
    display: block;
    font-size: 1.04rem;
    font-weight: 850;
    margin-top: 8px;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-start-card p {
    color: #655650;
    font-size: 0.98rem;
    line-height: 1.5;
    margin: 14px 0 0;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-start-button {
    margin-top: 18px;
    width: 100%;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-leaderboard {
    background: #fffaf6;
    border: 1px solid rgba(45, 37, 34, 0.08);
    border-radius: 8px;
    margin-bottom: 34px;
    padding: 22px;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-section-header {
    align-items: end;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
    margin-bottom: 20px;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-section-header h2 {
    color: #241f21;
    font-size: clamp(1.7rem, 2.8vw, 2.65rem);
    margin: 0;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-section-header p:not(.roh-campaign-kicker) {
    color: #655650;
    font-size: 1rem;
    line-height: 1.56;
    margin: 0;
}

:is(.single-tc_events, .single-event-campaign) .p2p-campaigns-wrap,
:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin-top: 0;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-grid--leaderboard {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

:is(.single-tc_events, .single-event-campaign) .p2pcampaign_container,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card {
    background: #ffffff;
    border: 1px solid rgba(45, 37, 34, 0.08);
    border-radius: 8px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card--leader {
    border-color: rgba(244, 124, 152, 0.28);
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-rank {
    align-items: center;
    background: #31a497;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 850;
    justify-content: center;
    left: 14px;
    min-height: 34px;
    min-width: 46px;
    padding: 6px 10px;
    position: absolute;
    top: 14px;
    z-index: 2;
}

:is(.single-tc_events, .single-event-campaign) .p2pcampaign_container .campaign-photo {
    background: #fff4ec;
    display: block;
    overflow: hidden;
}

:is(.single-tc_events, .single-event-campaign) .p2pcampaign_container .campaign-photo img {
    aspect-ratio: 16 / 10;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

:is(.single-tc_events, .single-event-campaign) .p2pcampaign_container .campaign-photo img.roh-fundraiser-placeholder {
    object-fit: cover;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

:is(.single-tc_events, .single-event-campaign) .campaign-name,
:is(.single-tc_events, .single-event-campaign) .campaign-name a {
    color: #241f21;
    font-size: 1.16rem;
    font-weight: 850;
    line-height: 1.22;
    margin: 0;
    text-decoration: none;
}

:is(.single-tc_events, .single-event-campaign) .campaign-name a:hover {
    color: #31a497;
}

:is(.single-tc_events, .single-event-campaign) .author-name {
    color: #7a6b64;
    font-size: 0.92rem;
    margin: 8px 0 14px;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card .wpneo-raised-bar {
    margin: 0;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card .wpneo-raised-funds-info {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: space-between;
    margin-bottom: 10px;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card .funding-amount,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card .raised-amount,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card .raised-text {
    color: #5f524d;
    font-size: 0.92rem;
    font-weight: 750;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card .funding-amount .events-amount {
    color: #241f21;
    font-weight: 850;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card .rohneo-progressbar,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card .cssProgress,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card .progress1 {
    background: #f3e6dc;
    border-radius: 999px;
    box-shadow: none;
    height: 10px;
    overflow: hidden;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card .cssProgress-bar {
    background: #31a497 !important;
    border-radius: 999px;
    box-shadow: none !important;
    height: 100%;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card .cssProgress-label {
    display: none;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 18px;
}

:is(.single-tc_events, .single-event-campaign) .p2pdonate-button {
    margin: 0;
}

:is(.single-tc_events, .single-event-campaign) .p2pdonate-button .button {
    min-height: 42px;
    padding: 11px 16px !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-view-link,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-edit-link {
    color: #5f524d;
    font-size: 0.92rem;
    font-weight: 850;
    text-decoration: none;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-view-link:hover,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-edit-link:hover {
    color: #31a497;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-empty {
    background: #fff4ec;
    border: 1px solid rgba(45, 37, 34, 0.08);
    border-radius: 8px;
    color: #655650;
    margin: 0;
    padding: 18px;
}

:is(.single-tc_events, .single-event-campaign) .pagination {
    margin-top: 26px;
}

:is(.single-tc_events, .single-event-campaign) .accordion-item {
    border-color: rgba(45, 37, 34, 0.08);
}

:is(.single-tc_events, .single-event-campaign) .accordion-button {
    color: #241f21;
    font-family: "Outfit", "Mulish", sans-serif;
    font-weight: 850;
}

:is(.single-tc_events, .single-event-campaign) .accordion-button:not(.collapsed) {
    background: #fff4ec;
    color: #31a497;
}

:is(.single-tc_events, .single-event-campaign) .acf-map {
    border: 1px solid rgba(45, 37, 34, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

:is(.single-tc_events, .single-event-campaign) .entry-footer,
:is(.single-tc_events, .single-event-campaign) .author-bio {
    display: none;
}

:is(.single-tc_events, .single-event-campaign) .donate-modal {
    border-radius: 8px;
}

:is(.single-tc_events, .single-event-campaign) .donate-modal .modal-header .modal-title {
    color: #241f21;
    font-family: "Outfit", "Mulish", sans-serif;
    font-weight: 850;
    letter-spacing: 0;
}

:is(.single-tc_events, .single-event-campaign) .donate-modal ul.wpcf_predefined_pledge_amount li a {
    border-color: rgba(45, 37, 34, 0.14);
    border-radius: 8px;
    color: #241f21;
}

:is(.single-tc_events, .single-event-campaign) .donate-modal ul.wpcf_predefined_pledge_amount li a:hover,
:is(.single-tc_events, .single-event-campaign) .donate-modal ul.wpcf_predefined_pledge_amount li a:focus {
    background: #31a497 !important;
    border-color: #31a497 !important;
    color: #ffffff !important;
}

@media (max-width: 1100px) {
    :is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase {
        grid-template-columns: 1fr;
        grid-template-areas:
            "media"
            "story"
            "impact";
    }

    :is(.single-tc_events, .single-event-campaign) .roh-campaign-impact-card {
        grid-column: 1 / -1;
        position: static;
    }
}

@media (max-width: 760px) {
    :is(.single-tc_events, .single-event-campaign) .roh-campaign-page {
        margin-top: -18px;
    }

    :is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase {
        grid-template-columns: 1fr;
        padding: 48px 18px 30px;
    }

    :is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase__media {
        min-height: 340px;
    }

    :is(.single-tc_events, .single-event-campaign) .roh-campaign-impact-card,
    :is(.single-tc_events, .single-event-campaign) .roh-event-tab-panel {
        padding: 24px;
    }

    :is(.single-tc_events, .single-event-campaign) .roh-impact-card__amounts {
        grid-template-columns: 1fr;
    }

    :is(.single-tc_events, .single-event-campaign) .roh-campaign-actions {
        align-items: stretch;
        flex-direction: column;
    }

    :is(.single-tc_events, .single-event-campaign) .roh-donate-button,
    :is(.single-tc_events, .single-event-campaign) .roh-share-button {
        width: 100%;
    }

    :is(.single-tc_events, .single-event-campaign) .roh-event-tabs-nav-wrapper.is-sticky {
        max-width: calc(100% - 36px) !important;
    }

    :is(.single-tc_events, .single-event-campaign) .roh-event-tabs-nav {
        align-items: stretch;
        flex-direction: column;
        justify-content: flex-start !important;
        overflow: visible;
    }

    :is(.single-tc_events, .single-event-campaign) .roh-event-tab-btn {
        text-align: left;
        width: 100%;
    }

    :is(.single-tc_events, .single-event-campaign) .entry-content.roh-event-tabs-content {
        padding: 12px 18px 30px;
    }

    :is(.single-tc_events, .single-event-campaign) .roh-event-tab-panel {
        padding: 22px 0 0;
    }

    :is(.single-tc_events, .single-event-campaign) .donors-list .donors-list-item {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    :is(.single-tc_events, .single-event-campaign) .donor-avatar {
        height: 42px;
        width: 42px;
    }

    :is(.single-tc_events, .single-event-campaign) .donors-list-item .donor-right {
        grid-column: 1 / -1;
        text-align: left;
    }

    :is(.single-tc_events, .single-event-campaign) .roh-tab-section-intro {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    :is(.single-tc_events, .single-event-campaign) .roh-donor-count-card {
        justify-self: stretch;
        text-align: left;
    }

    :is(.single-tc_events, .single-event-campaign) .roh-fundraisers-intro,
    :is(.single-tc_events, .single-event-campaign) .roh-fundraisers-section-header {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    :is(.single-tc_events, .single-event-campaign) .roh-fundraisers-start-card,
    :is(.single-tc_events, .single-event-campaign) .roh-fundraisers-leaderboard {
        padding: 18px;
    }

    :is(.single-tc_events, .single-event-campaign) .roh-fundraisers-grid,
    :is(.single-tc_events, .single-event-campaign) .roh-fundraisers-grid--leaderboard {
        grid-template-columns: 1fr;
    }

    :is(.single-tc_events, .single-event-campaign) .roh-fundraiser-actions {
        align-items: stretch;
        flex-direction: column;
    }

    :is(.single-tc_events, .single-event-campaign) .p2pdonate-button,
    :is(.single-tc_events, .single-event-campaign) .p2pdonate-button .button,
    :is(.single-tc_events, .single-event-campaign) .roh-fundraiser-view-link,
    :is(.single-tc_events, .single-event-campaign) .roh-fundraiser-edit-link {
        text-align: center;
        width: 100%;
    }
}

/* Give Collective Peranakan-inspired refresh overrides */
:is(.single-tc_events, .single-event-campaign),
:is(.single-tc_events, .single-event-campaign) .site-main,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-page {
    background:
        linear-gradient(45deg, rgba(28, 79, 120, 0.05) 25%, transparent 25% 50%, rgba(49, 164, 151, 0.055) 50% 75%, transparent 75%),
        linear-gradient(135deg, rgba(184, 137, 52, 0.05) 12.5%, transparent 12.5% 37.5%, rgba(184, 137, 52, 0.05) 37.5% 62.5%, transparent 62.5% 87.5%, rgba(184, 137, 52, 0.05) 87.5%),
        var(--gc-ivory);
    background-size: 32px 32px, 64px 64px, auto;
    color: var(--gc-ink);
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-page a,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-kicker,
:is(.single-tc_events, .single-event-campaign) .roh-donor-count,
:is(.single-tc_events, .single-event-campaign) .donors-list-item .donor-right,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-view-link,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-edit-link,
:is(.single-tc_events, .single-event-campaign) .roh-refresh-total-link {
    color: var(--gc-turquoise-deep);
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase__media,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-impact-card,
:is(.single-tc_events, .single-event-campaign) .entry-content.roh-event-tabs-content,
:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-start-card,
:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-leaderboard,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card {
    border-color: var(--gc-border);
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase__media span,
:is(.single-tc_events, .single-event-campaign) .roh-impact-card__status,
:is(.single-tc_events, .single-event-campaign) .roh-donor-count-card,
:is(.single-tc_events, .single-event-campaign) .location_datetime,
:is(.single-tc_events, .single-event-campaign) .roh-donors-empty {
    background: var(--gc-crimson-soft);
    border-color: rgba(244, 124, 152, 0.3);
    color: var(--gc-crimson-deep);
}

:is(.single-tc_events, .single-event-campaign) .roh-impact-card__amounts div,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-stat,
:is(.single-tc_events, .single-event-campaign) .donors-list .donors-list-item {
    background:
        linear-gradient(45deg, rgba(28, 79, 120, 0.04) 25%, transparent 25% 50%, rgba(49, 164, 151, 0.05) 50% 75%, transparent 75%),
        linear-gradient(135deg, rgba(184, 137, 52, 0.045) 12.5%, transparent 12.5% 37.5%, rgba(184, 137, 52, 0.045) 37.5% 62.5%, transparent 62.5% 87.5%, rgba(184, 137, 52, 0.045) 87.5%),
        #ffffff;
    background-size: 24px 24px, 48px 48px, auto;
    border-color: var(--gc-border);
}

:is(.single-tc_events, .single-event-campaign) .roh-donate-button,
:is(.single-tc_events, .single-event-campaign) .start-camp-btn .button,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-start-button,
:is(.single-tc_events, .single-event-campaign) .p2pdonate-button .button,
:is(.single-tc_events, .single-event-campaign) .donate-modal .addtocart-btn .button,
:is(.single-tc_events, .single-event-campaign) .roh-event-tab-btn:hover,
:is(.single-tc_events, .single-event-campaign) .roh-event-tab-btn.is-active,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-rank {
    background: var(--gc-turquoise-deep) !important;
    border-color: var(--gc-turquoise-deep) !important;
    color: #ffffff !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-donate-button:hover,
:is(.single-tc_events, .single-event-campaign) .start-camp-btn .button:hover,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-start-button:hover,
:is(.single-tc_events, .single-event-campaign) .p2pdonate-button .button:hover,
:is(.single-tc_events, .single-event-campaign) .donate-modal .addtocart-btn .button:hover {
    background: var(--gc-turquoise-dark) !important;
    border-color: var(--gc-turquoise-dark) !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-share-button:hover {
    border-color: rgba(49, 164, 151, 0.38) !important;
    color: var(--gc-turquoise-deep) !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-progress__bar {
    background: rgba(49, 164, 151, 0.18);
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-progress__bar span {
    background: linear-gradient(90deg, var(--gc-turquoise-deep), var(--gc-blue), var(--gc-gold));
}

:is(.single-tc_events, .single-event-campaign) .donor-avatar {
    background: var(--gc-porcelain);
    color: var(--gc-turquoise-deep);
}

/* Minimal Peranakan refinement */
:is(.single-tc_events, .single-event-campaign),
:is(.single-tc_events, .single-event-campaign) .site-main,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-page {
    background: var(--gc-ivory);
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase {
    background: linear-gradient(180deg, #fffdf8 0%, transparent 100%);
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-impact-card,
:is(.single-tc_events, .single-event-campaign) .entry-content.roh-event-tabs-content {
    border-color: rgba(15, 111, 104, 0.14);
    box-shadow: 0 14px 40px rgba(24, 55, 52, 0.08);
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-impact-card {
    border-top: 4px solid var(--gc-gold);
}

:is(.single-tc_events, .single-event-campaign) .roh-impact-card__amounts div,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-stat,
:is(.single-tc_events, .single-event-campaign) .donors-list .donors-list-item {
    background: #ffffff;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase__media span,
:is(.single-tc_events, .single-event-campaign) .roh-impact-card__status,
:is(.single-tc_events, .single-event-campaign) .roh-donor-count-card,
:is(.single-tc_events, .single-event-campaign) .location_datetime,
:is(.single-tc_events, .single-event-campaign) .roh-donors-empty {
    background: var(--gc-porcelain);
    border-color: rgba(15, 111, 104, 0.14);
    color: var(--gc-turquoise-deep);
}

/* Refined character layer */
:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase {
    overflow: hidden;
    position: relative;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase:before {
    background:
        linear-gradient(135deg, transparent 0 42%, rgba(184, 137, 52, 0.5) 42% 58%, transparent 58%),
        linear-gradient(45deg, transparent 0 42%, rgba(28, 79, 120, 0.28) 42% 58%, transparent 58%);
    background-size: 22px 22px;
    content: "";
    height: 220px;
    opacity: 0.28;
    position: absolute;
    right: 24px;
    top: 54px;
    width: 42px;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase__media,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase__story,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-impact-card {
    position: relative;
    z-index: 1;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-impact-card:before {
    background: linear-gradient(180deg, var(--gc-turquoise-deep), var(--gc-blue), var(--gc-gold));
    content: "";
    inset: 0 auto 0 0;
    position: absolute;
    width: 4px;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-impact-card {
    overflow: hidden;
}

:is(.single-tc_events, .single-event-campaign) .roh-event-tabs-content {
    border-top: 3px solid rgba(184, 137, 52, 0.72);
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card {
    border-top: 3px solid var(--gc-turquoise-deep);
}

/* Remove decorative stripe fields; campaign content comes first. */
:is(.single-tc_events, .single-event-campaign),
:is(.single-tc_events, .single-event-campaign) .site-main,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-page,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase,
:is(.single-tc_events, .single-event-campaign) .roh-impact-card__amounts div,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-stat,
:is(.single-tc_events, .single-event-campaign) .donors-list .donors-list-item {
    background-image: none !important;
}

:is(.single-tc_events, .single-event-campaign),
:is(.single-tc_events, .single-event-campaign) .site-main,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-page {
    background-color: var(--gc-ivory) !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase:before {
    display: none !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-impact-card__amounts div,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-stat,
:is(.single-tc_events, .single-event-campaign) .donors-list .donors-list-item {
    background-color: #ffffff !important;
}

/* Give Collective brand lift: individual event pages. */
:is(.single-tc_events, .single-event-campaign) .roh-campaign-page {
    color: var(--gc-ink);
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase {
    background:
        linear-gradient(180deg, #fffdf8 0%, rgba(49, 164, 151, 0.08) 58%, var(--gc-ivory) 100%) !important;
    border-bottom: 1px solid rgba(49, 164, 151, 0.16);
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-page a,
:is(.single-tc_events, .single-event-campaign) .roh-refresh-total-link,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-view-link,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-edit-link {
    color: var(--gc-turquoise-deep);
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-page a:hover,
:is(.single-tc_events, .single-event-campaign) .roh-refresh-total-link:hover,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-view-link:hover,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-edit-link:hover,
:is(.single-tc_events, .single-event-campaign) .campaign-name a:hover {
    color: var(--gc-turquoise);
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-kicker,
:is(.single-tc_events, .single-event-campaign) .keyeventdetails {
    color: var(--gc-crimson);
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase .entry-title,
:is(.single-tc_events, .single-event-campaign) .roh-event-tab-panel h1,
:is(.single-tc_events, .single-event-campaign) .roh-event-tab-panel h2,
:is(.single-tc_events, .single-event-campaign) .roh-event-tab-panel h3,
:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-section-header h2,
:is(.single-tc_events, .single-event-campaign) .campaign-name,
:is(.single-tc_events, .single-event-campaign) .campaign-name a,
:is(.single-tc_events, .single-event-campaign) .donor-name strong {
    color: var(--gc-ink);
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-summary,
:is(.single-tc_events, .single-event-campaign) .roh-impact-card__note,
:is(.single-tc_events, .single-event-campaign) .roh-event-tab-panel p,
:is(.single-tc_events, .single-event-campaign) .roh-event-tab-panel li,
:is(.single-tc_events, .single-event-campaign) .roh-tab-section-intro p:not(.roh-campaign-kicker),
:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-section-header p:not(.roh-campaign-kicker),
:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-start-card p,
:is(.single-tc_events, .single-event-campaign) .author-name,
:is(.single-tc_events, .single-event-campaign) .donor-message {
    color: var(--gc-muted);
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase__media {
    background-color: #eaf8f6;
    box-shadow: 0 18px 42px rgba(24, 55, 52, 0.1);
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-showcase__media span,
:is(.single-tc_events, .single-event-campaign) .roh-impact-card__status,
:is(.single-tc_events, .single-event-campaign) .roh-donors-empty,
:is(.single-tc_events, .single-event-campaign) .event-closed {
    background: rgba(49, 164, 151, 0.12);
    border-color: rgba(49, 164, 151, 0.22);
    color: var(--gc-turquoise-deep);
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-impact-card {
    border-color: rgba(49, 164, 151, 0.18);
    border-top: 0;
    box-shadow: 0 18px 46px rgba(24, 55, 52, 0.09);
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-impact-card:before {
    background: linear-gradient(180deg, var(--gc-turquoise), var(--gc-crimson));
}

:is(.single-tc_events, .single-event-campaign) .roh-impact-card__amounts div,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-stat,
:is(.single-tc_events, .single-event-campaign) .donors-list .donors-list-item,
:is(.single-tc_events, .single-event-campaign) .location_datetime,
:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-leaderboard,
:is(.single-tc_events, .single-event-campaign) .p2pcampaign_container,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card {
    border-color: rgba(49, 164, 151, 0.16);
}

:is(.single-tc_events, .single-event-campaign) .roh-impact-card__amounts strong,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-stat strong,
:is(.single-tc_events, .single-event-campaign) .roh-campaign-progress__meta strong,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card .funding-amount .events-amount {
    color: var(--gc-ink);
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-progress__bar,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card .rohneo-progressbar,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card .cssProgress,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card .progress1 {
    background: rgba(49, 164, 151, 0.14);
}

:is(.single-tc_events, .single-event-campaign) .roh-campaign-progress__bar span,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card .cssProgress-bar {
    background: linear-gradient(90deg, var(--gc-turquoise), var(--gc-crimson)) !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-donate-button,
:is(.single-tc_events, .single-event-campaign) .start-camp-btn .button,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-start-button,
:is(.single-tc_events, .single-event-campaign) .p2pdonate-button .button,
:is(.single-tc_events, .single-event-campaign) .donate-modal .addtocart-btn .button {
    background: var(--gc-turquoise) !important;
    border-color: var(--gc-turquoise) !important;
    box-shadow: 0 14px 30px rgba(49, 164, 151, 0.2) !important;
    color: #ffffff !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-donate-button:hover,
:is(.single-tc_events, .single-event-campaign) .roh-donate-button:focus,
:is(.single-tc_events, .single-event-campaign) .start-camp-btn .button:hover,
:is(.single-tc_events, .single-event-campaign) .start-camp-btn .button:focus,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-start-button:hover,
:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-start-button:focus,
:is(.single-tc_events, .single-event-campaign) .p2pdonate-button .button:hover,
:is(.single-tc_events, .single-event-campaign) .p2pdonate-button .button:focus,
:is(.single-tc_events, .single-event-campaign) .donate-modal .addtocart-btn .button:hover,
:is(.single-tc_events, .single-event-campaign) .donate-modal .addtocart-btn .button:focus {
    background: var(--gc-turquoise-dark) !important;
    border-color: var(--gc-turquoise-dark) !important;
    box-shadow: 0 16px 34px rgba(11, 81, 77, 0.22) !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-share-button {
    border-color: rgba(49, 164, 151, 0.28) !important;
    color: var(--gc-ink) !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-share-button:hover,
:is(.single-tc_events, .single-event-campaign) .roh-share-button:focus {
    background: rgba(49, 164, 151, 0.08) !important;
    border-color: var(--gc-turquoise) !important;
    color: var(--gc-turquoise-deep) !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-event-tabs-nav-wrapper.is-sticky,
:is(.single-tc_events, .single-event-campaign) .entry-content.roh-event-tabs-content {
    border-color: rgba(49, 164, 151, 0.16) !important;
    box-shadow: 0 14px 34px rgba(24, 55, 52, 0.08) !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-event-tab-btn {
    color: var(--gc-muted) !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-event-tab-btn:hover,
:is(.single-tc_events, .single-event-campaign) .roh-event-tab-btn:focus,
:is(.single-tc_events, .single-event-campaign) .roh-event-tab-btn.is-active {
    background: var(--gc-turquoise) !important;
    border-color: var(--gc-turquoise) !important;
    color: #ffffff !important;
}

:is(.single-tc_events, .single-event-campaign) .roh-tab-section-intro,
:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-intro {
    border-bottom-color: rgba(49, 164, 151, 0.16);
}

:is(.single-tc_events, .single-event-campaign) .roh-donor-count-card,
:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-start-card {
    background:
        linear-gradient(135deg, rgba(49, 164, 151, 0.12), rgba(244, 124, 152, 0.08)),
        #fffdf8;
    border-color: rgba(49, 164, 151, 0.18);
}

:is(.single-tc_events, .single-event-campaign) .roh-donor-count,
:is(.single-tc_events, .single-event-campaign) .donors-list-item .donor-right,
:is(.single-tc_events, .single-event-campaign) .roh-fundraisers-start-card span {
    color: var(--gc-crimson);
}

:is(.single-tc_events, .single-event-campaign) .donor-avatar {
    background: rgba(244, 124, 152, 0.16);
    color: #8f3448;
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card {
    border-top-color: var(--gc-turquoise);
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card:hover {
    border-color: rgba(49, 164, 151, 0.34);
    box-shadow: 0 20px 46px rgba(49, 164, 151, 0.1);
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-card--leader {
    border-color: rgba(244, 124, 152, 0.28);
}

:is(.single-tc_events, .single-event-campaign) .roh-fundraiser-rank {
    background: var(--gc-crimson) !important;
    border-color: var(--gc-crimson) !important;
}

:is(.single-tc_events, .single-event-campaign) .accordion-button:not(.collapsed) {
    background: rgba(49, 164, 151, 0.1);
    color: var(--gc-turquoise-deep);
}

:is(.single-tc_events, .single-event-campaign) .donate-modal ul.wpcf_predefined_pledge_amount li a:hover,
:is(.single-tc_events, .single-event-campaign) .donate-modal ul.wpcf_predefined_pledge_amount li a:focus {
    background: var(--gc-turquoise) !important;
    border-color: var(--gc-turquoise) !important;
    color: #ffffff !important;
}
