.section-address {
    text-align: -webkit-center;
    justify-items: center;
    place-items: center;
    padding-top: 0 !important;
    z-index: 2;
}


/* карточка адреса — стильная, с лёгким скруглением, как в современном дизайне */
.address-card {
    /* max-width: 600px; */
    width: 100%;
    text-align: center;
}

.location-title {
    font-family: 'Aurora-Script', serif;
    font-size: clamp(7vh, 7vw, 10vw);
    color: #4A5D23;
}

/* иконка локации (маленький акцент) */
.location-icon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 1rem;
}

.pin-svg {
    width: 28px;
    height: 28px;
    color: #c2410c;
}

.address-heading {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #2d2a24;
    margin-bottom: 1.25rem;
    border-left: 4px solid #e67e22;
    padding-left: 14px;
}

.address-details {
    margin-bottom: 1.8rem;
}

.address-line {
    font-size: 1.6rem;
    line-height: 1.45;
    color: #3c2e26;
    font-weight: 500;
    margin-bottom: 0.4rem;
    font-family: 'kazak-gothic', serif;
}

.venue-name {
    font-size: clamp(7vh, 5vw, 8vw);
    color: #4A5D23;
    letter-spacing: -0.2px;
    font-family: 'Aurora-Script', serif;
}

.address-note {
    font-size: 0.85rem;
    color: #8b6b52;
    margin-top: 0.5rem;
    font-weight: 400;
    border-top: 1px dashed #eedbcb;
    padding-top: 1rem;
}

/* кнопка перехода на карту */
.map-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #717d4f;
    color: white;
    font-size: 1.1rem;
    padding: 0.9rem 1.2rem;
    border: none;
    border-radius: 60px;
    width: 80%;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 1rem;
    box-shadow: 0 0px 8px #717d4f;
    font-family: 'kazak-gothic', serif;
    text-decoration: none;
    max-width: 500px;
}

.link-address-block {
    text-align: -webkit-center;
}
