.camps-page-body {
    background: #f6f9fb;
    color: #243746;
}

.camps-page-body .navbar-brand {
    width: 250px;
}

.camps-page-body .nav-link.active {
    color: #C62828;
}

.camp-hero {
    background-image: url('../images/team-young-specialist-doctors-standing-corridor-hospital.jpg');
    background-position: center;
    background-size: cover;
    color: #fff;
    min-height: 390px;
    position: relative;
}

.camp-hero-overlay {
    background: rgba(11, 45, 77, .82);
    inset: 0;
    position: absolute;
}

.camp-hero-content {
    padding-bottom: 62px;
    padding-top: 62px;
    position: relative;
    z-index: 1;
}

.camp-eyebrow {
    color: #C62828;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.camp-eyebrow i {
    margin-right: 7px;
}

.camp-hero .camp-eyebrow {
    color: #efb2b2;
}

.camp-hero h1 {
    color: #fff;
    font-size: clamp(2.45rem, 5vw, 4.6rem);
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.04;
    margin: 0;
    max-width: 760px;
}

.camp-hero-content > p:not(.camp-eyebrow) {
    color: #d6e1e8;
    font-size: 18px;
    line-height: 1.7;
    margin: 22px 0 28px;
    max-width: 640px;
}

.camp-primary-action {
    align-items: center;
    background: #C62828;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 9px;
    padding: 13px 18px;
    text-decoration: none;
}

.camp-primary-action:hover,
.camp-primary-action:focus-visible {
    background: #fff;
    color: #0B2D4D;
}

.camp-overview-section,
.camp-history-section {
    padding: 68px 0;
}

.camp-section-heading {
    align-items: end;
    display: flex;
    gap: 26px;
    justify-content: space-between;
    margin-bottom: 28px;
}

.camp-section-heading h2,
.camp-status-panel h2,
.camp-cta-content h2 {
    color: #0B2D4D;
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0;
}

.camp-section-heading > p {
    color: #667986;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
    max-width: 430px;
}

.camp-overview-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.camp-overview-item {
    background: #fff;
    border: 1px solid #dce5eb;
    min-height: 210px;
    padding: 26px;
}

.camp-overview-item > i {
    color: #C62828;
    font-size: 28px;
    margin-bottom: 28px;
}

.camp-overview-item h3 {
    color: #0B2D4D;
    font-size: 19px;
    font-weight: 800;
    margin: 0 0 10px;
}

.camp-overview-item p {
    color: #667986;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.camp-status-section {
    background: #fff;
    border-bottom: 1px solid #dce5eb;
    border-top: 1px solid #dce5eb;
    padding: 38px 0;
}

.camp-status-panel {
    align-items: center;
    display: grid;
    gap: 22px;
    grid-template-columns: 58px minmax(0, 1fr) auto;
}

.camp-status-icon {
    align-items: center;
    background: #fdf1f1;
    border: 1px solid #efb2b2;
    color: #C62828;
    display: flex;
    font-size: 24px;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.camp-status-panel .camp-eyebrow {
    margin-bottom: 7px;
}

.camp-status-panel h2 {
    font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.camp-status-panel > div:nth-child(2) > p:last-child {
    color: #667986;
    font-size: 14px;
    line-height: 1.6;
    margin: 8px 0 0;
    max-width: 720px;
}

.camp-status-actions {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.camp-status-actions .camp-primary-action {
    white-space: nowrap;
}

.camp-outline-link {
    color: #C62828;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.camp-outline-link:hover,
.camp-outline-link:focus-visible {
    color: #0B2D4D;
}

.camp-history-section {
    background: #f6f9fb;
}

.camp-history-heading {
    margin-bottom: 28px;
}

.camp-history-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.camp-history-card {
    background: #fff;
    border: 1px solid #dce5eb;
    display: flex;
    flex-direction: column;
    min-height: 245px;
    padding: 22px;
}

.camp-history-top {
    align-items: start;
    border-bottom: 1px solid #dce5eb;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding-bottom: 13px;
}

.camp-city {
    color: #0B2D4D;
    font-size: 17px;
    font-weight: 800;
}

.camp-date {
    color: #C62828;
    font-size: 11px;
    font-weight: 800;
    text-align: right;
    text-transform: uppercase;
}

.camp-history-card > p:first-of-type {
    color: #667986;
    font-size: 13px;
    margin: 14px 0 12px;
}

.camp-history-card > p:first-of-type i {
    color: #C62828;
    margin-right: 6px;
}

.camp-history-card h3 {
    color: #0B2D4D;
    font-size: 17px;
    font-weight: 800;
    margin: 0 0 7px;
}

.camp-history-card .camp-venue {
    color: #667986;
    font-size: 13px;
    line-height: 1.55;
    margin: 0 0 16px;
}

.camp-focus {
    background: #fdf1f1;
    color: #C62828;
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    margin-top: auto;
    padding: 8px 10px;
}

.camp-cta-section {
    background: #0B2D4D;
    color: #fff;
    padding: 46px 0;
}

.camp-cta-content {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.camp-cta-content .camp-eyebrow {
    color: #efb2b2;
    margin-bottom: 8px;
}

.camp-cta-content h2 {
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.camp-cta-content > div > p:last-child {
    color: #d6e1e8;
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 0 0;
}

.camps-page-body .footer-social-icons {
    gap: 8px;
}

.camps-page-body .footer-social-icons a {
    align-items: center;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #0B2D4D;
    display: flex;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    width: 40px;
}

.camps-page-body .footer-social-icons a:hover,
.camps-page-body .footer-social-icons a:focus-visible {
    border-color: #C62828;
    color: #C62828;
}

@media (max-width: 991.98px) {
    .camp-overview-grid,
    .camp-history-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .camp-status-panel {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .camp-status-actions {
        align-items: flex-start;
        grid-column: 2;
        flex-direction: row;
    }
}

@media (max-width: 767.98px) {
    .camp-hero {
        min-height: 360px;
    }

    .camp-hero-content {
        padding-bottom: 48px;
        padding-top: 48px;
    }

    .camp-overview-section,
    .camp-history-section {
        padding: 52px 0;
    }

    .camp-section-heading,
    .camp-cta-content {
        align-items: flex-start;
        flex-direction: column;
    }

    .camp-overview-grid,
    .camp-history-grid {
        grid-template-columns: 1fr;
    }

    .camp-status-panel {
        align-items: start;
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .camp-status-icon {
        height: 48px;
        width: 48px;
    }

    .camp-status-actions {
        grid-column: 2;
        flex-direction: column;
    }

    .camp-cta-content .camp-primary-action {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 530px) {
    .camps-page-body .navbar-brand {
        width: 220px;
    }

    .camp-hero h1 {
        font-size: 2.35rem;
    }

    .camp-history-top {
        flex-direction: column;
        gap: 5px;
    }

    .camp-date {
        text-align: left;
    }
}
