.nl-venue {
    padding: 16px 0 28px;
}

.nl-venue__title {
    margin: 0 0 30px;
    font-size: 40px;
    line-height: 1.05;
    font-weight: 700;
    color: var(--theme-primary);
    text-transform: none !important;
}

.nl-venue__subtitle {
    margin: 10px 0 8px;
    color: var(--theme-secondary);
    font-size: clamp(34px, 3.2vw, 44px);
    font-weight: 700;
}

/* Układ 1/3 + 2/3 — selektor #mod_venue utrudnia nadpisanie przez bundle */
#mod_venue .nl-venue__top-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: clamp(12px, 2vw, 28px);
    align-items: stretch;
}

.nl-venue__details {
    padding: 20px 18px;
    border: 1px solid #e4e4e4;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
    min-height: 320px;
    display: flex;
    flex-direction: column;
}

.nl-venue__photo-wrap {
    border: 1px solid #d8e0e4;
    border-radius: 10px;
    overflow: hidden;
    min-height: 320px;
    background: #dfe5e9;
    position: relative;
}

.nl-venue__photo {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    object-position: center;
}

.nl-venue__photo-placeholder {
    min-height: 320px;
    height: 100%;
    background: linear-gradient(135deg, #e6ecef 0%, #cfd8dc 100%);
}

.nl-venue__map-bleed {
    width: 100%;
    max-width: 1366px;
    clear: both;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.nl-venue__name {
    margin: 0 0 6px;
    font-size: 32px;
    line-height: 1.1;
    color: var(--theme-primary);
    font-weight: 700;
}

.nl-venue__line {
    margin: 0;
    font-size: 21px;
    line-height: 1.15;
    color: #2f2f2f;
}

.nl-venue__line + .nl-venue__line {
    margin-top: 4px;
}

.nl-venue__line a {
    color: inherit;
    text-decoration: none;
}

.nl-venue__line a:hover,
.nl-venue__line a:focus {
    text-decoration: underline;
}

.nl-venue__extra {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.25;
    border: 1px solid #e3e8ea;
    border-radius: 10px;
    background: #ffffff;
    padding: 10px 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.nl-venue__extra p {
    margin: 0 0 4px;
}

.nl-venue__extra p:last-child {
    margin-bottom: 0;
}

.nl-venue__map-wrap {
    border: 1px solid #d8e0e4;
    border-radius: 18px;
    overflow: hidden;
    min-height: 420px;
}

.nl-venue__map {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
}

.nl-venue__map--full {
    min-height: 440px;
}

.nl-venue__accommodation {
    margin-top: 10px;
}

.nl-venue__accommodation-content {
    border-top: 1px dashed #8aa8c3;
    padding-top: 8px;
    font-size: 19px;
    line-height: 1.25;
}

.nl-venue__accommodation-content p {
    margin: 0 0 4px;
}

@media (max-width: 992px) {
    .nl-venue__photo-wrap,
    .nl-venue__photo,
    .nl-venue__photo-placeholder {
        min-height: 220px;
    }

    #mod_venue .nl-venue__top-row {
        grid-template-columns: 1fr;
    }

    .nl-venue__details {
        min-height: 0;
    }

    .nl-venue__line,
    .nl-venue__extra {
        font-size: 18px;
    }

    .nl-venue__map-wrap,
    .nl-venue__map,
    .nl-venue__map--full {
        min-height: 260px;
    }

    .nl-venue__name {
        font-size: 30px;
    }
}
