/* [int] WNMU Foundation Online Giving */

/* ── Global Elementor kit ── */
.elementor-kit-41{--e-global-color-primary:#FEBE10;--e-global-color-secondary:#42196F;--e-global-color-text:#333333;--e-global-color-accent:#00A79C;}.e-con{--container-max-width:100%;}h1.entry-title{display:var(--page-title-display);}

/* ── Hero ── */
.giving-hero {
    margin-top: 110px;
    background-image: url("wnmu-grad-cap-and-gown.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.giving-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
}
.giving-hero-inner {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 140px 24px;
    box-sizing: border-box;
}
.giving-hero h1 {
    color: #fff !important;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 0.4rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
.giving-hero p {
    color: #fff !important;
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
}

/* Content area */
.giving-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* ── Intro / Why Give ── */
.giving-intro {
    padding-bottom: 28px;
}
.giving-intro h2 {
    margin: 0 0 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1E1E2F;
}
.giving-intro p {
    margin: 0 0 0.85em;
    line-height: 1.75;
    font-size: 1rem;
    color: #333;
}
.giving-intro p:last-child {
    margin-bottom: 0;
}
.giving-intro p:nth-last-child(2) {
    margin-top: 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    color: #1E1E2F;
}

/* ── Donate heading ── */
.giving-blocks-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.giving-blocks-heading {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1E1E2F;
}
.giving-donor-note {
    margin: 0;
    font-size: 0.85rem;
    color: #666;
    line-height: 1.4;
}

/* ── Two-column layout ── */
.giving-layout {
    display: flex;
    align-items: stretch;
    gap: 16px;
    min-height: 500px;
}

/* ── Left nav ── */
.giving-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 280px;
    flex-shrink: 0;
    background: var(--color-primary-teal, hsl(176deg 81% 36% / 1));
    padding: 12px;
    box-sizing: border-box;
    border-radius: 8px;
}
.giving-nav-item {
    display: block;
    width: 100%;
    text-align: left;
    padding: 13px 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(176deg 81% 22% / 1);
    background: rgba(255,255,255,0.9);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.15s;
    line-height: 1.3;
}
.giving-nav-item:hover {
    background: #fff;
}
.giving-nav-item.is-active {
    background: #FEBE10;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* ── Right panels ── */
.giving-panels {
    flex: 1;
    min-width: 0;
}
.giving-panel {
    display: none;
    padding: 32px;
}
.giving-panel.is-active {
    display: block;
}

/* Force Blackbaud iframe to fill panel width */
.giving-panel iframe {
    width: 100% !important;
    min-width: 0 !important;
}

/* Foundation info inside last panel */
.giving-foundation-info {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #eee;
    color: #333;
    line-height: 1.7;
}
.giving-foundation-info p { margin: 0 0 0.75em; }
.giving-foundation-info p:last-child { margin-bottom: 0; }

/* ── Mobile: stack nav above panels ── */
@media (max-width: 640px) {
    .giving-layout {
        flex-direction: column;
        min-height: 0;
    }
    .giving-nav {
        width: 100%;
        padding-bottom: 0;
    }
    .giving-panel {
        padding: 24px 16px;
    }
}
