﻿.back-link {
    color: var(--brand);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items:center;
    gap: 0.5rem;
}

    .back-link:hover {
        color: var(--brand-dark);
    }

.icon-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--pa-border);
    background: #fff;
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease, color 0.15s ease;
}

    .icon-btn:hover {
        background: var(--brand);
        color: #fff;
    }

campground-title {
    font-size: 2rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.35rem;
}

.verified-badge {
    color: var(--pa-green);
    font-size: 1.15rem;
}

.campground-address {
    color: #000;
    font-size: 1rem;
}

.contact-row {
    font-size: 0.95rem;
}

    .contact-row li {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        color: #000;
    }

.contact-item {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.contact-label {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--pa-muted);
}

    .contact-row i {
        color: var(--brand);
        width: 16px;
        text-align: center;
    }

    .contact-row a {
        color: #000;
        text-decoration: none;
        font-size: 0.95rem;
    }

        .contact-row a:hover {
            color: var(--brand);
        }

.pricing-card {
    border: 1px solid #d3e8d8 !important;
    border-radius: 14px;
    text-align: center;
}

.pricing-eyebrow {
    font-weight: 700;
    font-size: 1.25rem;
}

.pricing-amount {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--brand);
    font-family: 'Poppins', sans-serif;
}

.pricing-normal {
    font-weight: 600;
    font-size: 0.95rem;
}

.pricing-strike {
    text-decoration: line-through;
    color: var(--pa-muted);
    font-size: 0.95rem;
}

.pricing-note {
    font-size: 0.8rem;
    color: var(--pa-muted);
}

.gps-line {
    font-size: 0.85rem;
    color: var(--brand);
}

    .gps-line i {
        color: var(--brand);
        margin-right: 0.3rem;
    }

.info-banner {
    background: #eef1f6;
    border: 1px solid rgba(18, 40, 76, 0.18);
    border-left: 3px solid #12284C;
    border-radius: 14px;
    padding: 1rem 1.25rem;
    font-size: 0.92rem;
    color: #4c5a54;
}

    .info-banner i {
        color: #12284C;
        opacity: 0.75;
        font-size: 1.1rem;
        margin-top: 0.15rem;
    }

.gallery-row {
    height: 520px;
}

.gallery-main {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
}

    .gallery-main img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.object-fit-cover {
    object-fit: cover;
}

.photo-count-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 999px;
    padding: 0.4rem 0.85rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

    .photo-count-badge i {
        color: var(--brand);
    }

.photo-count-badge-mobile {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(18, 40, 76, 0.85);
    border: none;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    align-items: center;
    gap: 0.4rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

    .photo-count-badge-mobile i {
        color: #fff;
    }

.gallery-thumb-wrap {
    position: relative;
    flex: 1 1 0;
    overflow: hidden;
    border-radius: 14px;
}

    .gallery-thumb-wrap img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.map-embed {
    position: relative;
    display: block;
    width: 100%;
    flex-grow: 1;
    min-height: 0;
    border-radius: 14px;
    overflow: hidden;
}

.detail-card {
    /*border: 1px solid var(--brand) !important;*/
    border-radius: 14px;
}

.section-title {
    font-size: 1.15rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.85rem;
}

.section-title i {
    color: var(--brand);
}

.amenities-title {
    border-bottom: 2px solid var(--brand);
    padding-bottom: 0.6rem;
    display: inline-block;
}

.stat-box {
    border-radius: 14px;
    padding: 1rem 1.1rem;
    height: 100%;
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e9edf4;
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 24px;
}

.stat-icon-shield {
    background: #fdecec;
    color: #d9433c;
}

.stat-icon-fb {
    background: #e8f0fe;
    color: #1877f2;
}

.stat-value {
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--brand);
    font-family: 'Poppins', sans-serif;
}

.stat-interstate {
    font-size: 1.1rem;
    color: var(--brand);
    font-family: 'Poppins', sans-serif;
}

.stat-label {
    font-size: 0.8rem;
    color: var(--muted-gray);
}

.amenity-pill {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    border: 1px solid var(--brand);
    border-radius: 10px;
    padding: 0.6rem 0.8rem;
    font-size: 0.9rem;
    /*color: var(--cg-ink);*/
    height: 100%;
}

    .amenity-pill i {
        color: var(--brand);
        font-size: 1.25rem;
        text-align: center;
    }

.testimonial-text {
    font-size: 1rem;
}

.section-title-row {
    margin-bottom: 0.85rem; /* replaces the margin the h2 used to carry on its own */
}

.btn-add-testimonial {
    background: transparent;
    border: 1px solid var(--brand);
    color: var(--brand);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.4rem 0.85rem;
    border-radius: 8px;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease;
}

    .btn-add-testimonial:hover {
        background: var(--brand);
        color: #fff;
    }

.login-required-modal {
    border: none;
    border-radius: 16px;
    overflow: hidden;
}

.login-modal-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    border-radius: 50%;
    background: #e9edf4;
    color: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.login-modal-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--brand);
    margin-bottom: 0.5rem;
}

.login-modal-text {
    font-size: 0.92rem;
    color: var(--pa-muted);
}

.btn-outline-login {
    background: transparent;
    border: 1px solid var(--brand);
    color: var(--brand);
    font-weight: 600;
    border-radius: 10px;
    padding: 0.6rem 1rem;
    transition: background 0.15s ease, color 0.15s ease;
}

    .btn-outline-login:hover {
        background: var(--brand);
        color: #fff;
    }

.add-note-modal {
    border: none;
    border-radius: 16px;
    overflow: hidden;
}

.add-note-modal-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--brand);
}

.note-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--brand);
}

.note-textarea {
    border: 1px solid var(--pa-border);
    border-radius: 10px;
    font-size: 0.92rem;
    resize: none;
}

    .note-textarea:focus {
        border-color: var(--brand);
        box-shadow: 0 0 0 0.2rem rgba(18, 40, 76, 0.15);
    }

.note-char-count {
    font-size: 0.78rem;
    color: var(--pa-muted);
}

.share-icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    font-size: 1.1rem;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.share-option:hover .share-icon-circle {
    background-color: #0d6efd;
    color: #fff;
}

.gallery-clickable {
    cursor: pointer;
}

.photo-gallery-modal .modal-content {
    background: #000;
}

.gallery-counter {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
}

.gallery-slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-modal-img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}

.carousel-control-prev,
.carousel-control-next {
    width: 60px;
}

.gallery-nav-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
}

.add-testimonial-modal {
    border: none;
    border-radius: 16px;
    overflow: hidden;
}

.add-testimonial-modal-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--brand);
}

.testimonial-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--brand);
}

.testimonial-input,
.testimonial-textarea {
    border: 1px solid var(--pa-border);
    border-radius: 10px;
    font-size: 0.92rem;
}

.testimonial-textarea {
    resize: none;
}

    .testimonial-input:focus,
    .testimonial-textarea:focus {
        border-color: var(--brand);
        box-shadow: 0 0 0 0.2rem rgba(18, 40, 76, 0.15);
    }

.testimonial-char-count {
    font-size: 0.78rem;
    color: var(--pa-muted);
}

.testimonial-error {
    color: #dc3545;
    font-size: 0.8rem;
}

.note-error {
    color: #dc3545;
    font-size: 0.8rem;
}