.md-page {
    background: #f7fafb;
    color: #17243a;
    font-family: "Jost", sans-serif;
}

.md-venue-hero {
    position: relative;
    overflow: hidden;
    min-height: 460px;
    background: #0d1725;
    border-radius: 20px;
    box-shadow: 0 22px 54px rgba(15, 36, 56, 0.16);
}

.md-venue-media {
    position: absolute;
    inset: 0;
}

.md-venue-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.md-venue-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 42px;
    background: linear-gradient(180deg, rgba(12, 24, 39, 0.12) 0%, rgba(12, 24, 39, 0.78) 100%);
}

.md-venue-copy {
    max-width: 820px;
}

.md-venue-copy > span,
.md-section-head span {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    color: #ffffff;
    background: #158951;
    border-radius: 999px;
    padding: 7px 13px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
}

.md-venue-copy h2 {
    margin: 0 0 13px;
    color: #ffffff;
    font-family: "Jost", sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: 0;
}

.md-venue-copy p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
}

.md-venue-copy p i {
    margin-top: 4px;
    color: #7fe0ad;
}

.md-venue-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.md-venue-actions .th-btn,
.md-outline-btn {
    min-height: 48px;
    border-radius: 10px;
    font-family: "Jost", sans-serif;
    font-weight: 800;
}

.md-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.36);
    backdrop-filter: blur(10px);
}

.md-outline-btn:hover {
    color: #17243a;
    background: #ffffff;
}

.md-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.md-stats a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 86px;
    padding: 18px 20px;
    color: #17243a;
    background: #ffffff;
    border: 1px solid #e1ebf1;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(15, 36, 56, 0.06);
}

.md-stats strong {
    color: #158951;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.md-stats span {
    color: #65758a;
    font-size: 14px;
    font-weight: 800;
    text-align: right;
}

.md-content {
    position: relative;
}

.md-section,
.md-side-card {
    background: #ffffff;
    border: 1px solid #e1ebf1;
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(15, 36, 56, 0.07);
}

.md-section {
    padding: 28px;
    margin-bottom: 28px;
}

.md-about-section {
    padding: 34px;
}

.md-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.md-section-head span {
    color: #158951;
    background: #e8f7ef;
    border: 1px solid #c8e7d8;
}

.md-section-head h3 {
    margin: 0;
    color: #17243a;
    font-family: "Jost", sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0;
}

.md-about-text {
    color: #344459;
    font-size: 18px;
    line-height: 1.82;
}

.md-about-text p {
    margin-bottom: 16px;
}

.md-about-text img,
.md-about-text iframe {
    max-width: 100%;
}

.md-empty {
    padding: 18px;
    color: #65758a;
    background: #f7fafb;
    border: 1px solid #e3edf2;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
}

.md-online-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.md-online-card {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 14px;
    min-height: 138px;
    padding: 14px;
    background: #f7fafb;
    border: 1px solid #e3edf2;
    border-radius: 14px;
}

.md-online-card img {
    width: 118px;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
}

.md-online-card span {
    display: inline-flex;
    margin-bottom: 7px;
    padding: 5px 10px;
    color: #158951;
    background: #e8f7ef;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.md-online-card h4 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 10px;
    color: #17243a;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.md-online-card a {
    color: #158951;
    font-size: 14px;
    font-weight: 800;
}

.md-gallery-item {
    display: block;
    overflow: hidden;
    background: #eef5f8;
    border-radius: 12px;
    aspect-ratio: 1 / 1;
}

.md-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.md-gallery-item:hover img {
    transform: scale(1.04);
}

.md-sidebar {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 20px;
}

.md-side-card {
    padding: 24px;
}

.md-side-card h3 {
    margin: 0 0 18px;
    color: #17243a;
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-weight: 800;
}

.md-info-list {
    display: grid;
    gap: 12px;
}

.md-info-list > div {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 2px 12px;
    align-items: center;
    padding: 13px;
    background: #f7fafb;
    border: 1px solid #e3edf2;
    border-radius: 12px;
}

.md-info-list i {
    grid-row: span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #158951;
    background: #ffffff;
    border-radius: 50%;
}

.md-info-list span {
    color: #78889b;
    font-size: 13px;
    font-weight: 700;
}

.md-info-list strong {
    min-width: 0;
    color: #17243a;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.md-info-list a {
    color: #158951;
}

.md-map {
    overflow: hidden;
    border-radius: 14px;
}

.md-map iframe {
    display: block;
    width: 100% !important;
    height: 300px;
    border: 0;
}

.md-link-list {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.md-link-list a {
    display: block;
    padding: 12px 14px;
    color: #17243a;
    background: #f7fafb;
    border: 1px solid #e3edf2;
    border-radius: 12px;
    font-weight: 800;
}

.md-link-list a:hover {
    color: #158951;
    border-color: #c8e7d8;
}

.md-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-top: 24px;
}

.md-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 13px;
    color: #17243a;
    background: #ffffff;
    border: 1px solid #dfeaf0;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 800;
}

.md-pagination a:hover,
.md-pagination a.active {
    color: #ffffff;
    background: #158951;
    border-color: #158951;
}

@media (max-width: 1199px) {
    .md-venue-copy h2 {
        font-size: 40px;
    }

    .md-online-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .md-venue-hero {
        min-height: 420px;
    }

    .md-venue-overlay {
        padding: 28px;
    }

    .md-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md-sidebar {
        position: static;
        margin-top: 6px;
    }
}

@media (max-width: 575px) {
    .md-venue-hero,
    .md-section,
    .md-side-card {
        border-radius: 14px;
    }

    .md-venue-hero {
        min-height: 430px;
    }

    .md-venue-overlay {
        padding: 20px;
    }

    .md-venue-copy h2 {
        font-size: 30px;
    }

    .md-venue-copy p {
        font-size: 15px;
    }

    .md-venue-actions .th-btn,
    .md-outline-btn {
        width: 100%;
    }

    .md-stats {
        grid-template-columns: 1fr;
    }

    .md-section,
    .md-about-section {
        padding: 18px;
    }

    .md-section-head {
        display: block;
    }

    .md-section-head h3 {
        font-size: 24px;
    }

    .md-about-text {
        font-size: 16px;
    }

    .md-online-card {
        grid-template-columns: 1fr;
    }

    .md-online-card img {
        width: 100%;
        height: 180px;
    }
}
