.block.ticket_block {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 22px;
    padding: 24px;
}

.ticket_block-left {
    margin-right: auto;
    padding-inline: 24px;
}

.ticket_block-left :is(.h4, .h2) {
    margin-bottom: 0;
}

.ticket_block-center .hotel__location {
    margin-top: 0px;
    background: var(--dark);
    column-gap: 40px;
    border-radius: 16px;
}

.ticket_block-center .hotel__location .hotel__location-links a {
    flex-direction: column;
}

.ticket_block-center .hotel__location .hotel__name {
    margin-bottom: 6px;
}

.maps_link {
    background: var(--main-alpha-5) !important;
}

.maps_link span {
    opacity: .6;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.block__title {
    margin-bottom: 8px;
    font-weight: 700;
}

.block__title span {
    opacity: .4;
}

.block__subtitle {
    opacity: .4;
}
