.tcsc-inline-map-wrap {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    background: #ffffff;
}

.tcsc-inline-map-wrap .tc_seating_map_button {
    display: none !important;
}

.tcsc-inline-map-wrap .tc_seating_map {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    z-index: 1 !important;
    overflow: hidden !important;
}

.tcsc-inline-map-wrap .tc_seating_map.active {
    position: absolute !important;
}

.tcsc-inline-map-wrap .tc_seating_map .tc-full-screen {
    display: none !important;
}

.tcsc-inline-map-wrap .tc_seating_map .tc-wrapper {
    min-height: 100%;
    height: 100% !important;
    touch-action: none;
}

.tcsc-inline-map-wrap .tc_seating_map .tc-pan-wrapper {
    -webkit-transform-origin: 0 0 !important;
    -moz-transform-origin: 0 0 !important;
    -o-transform-origin: 0 0 !important;
    transform-origin: 0 0 !important;
    transition: none !important;
    touch-action: none;
}

.tcsc-inline-map-wrap .tc_seating_map .tc-wrapper {
    transition: none !important;
}

.tcsc-inline-map-wrap .tc_seating_map .tc-bottom-controls {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    z-index: 30 !important;
}

.tcsc-inline-map-wrap .tc_seating_map .tc-bottom-controls-inside {
    width: 100% !important;
}

.tcsc-inline-map-wrap .tc_seating_map .tc-seating-legend-wrap {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 40 !important;
    max-height: calc(100% - 12px);
    overflow: auto;
}

html.tcsc-inline-pan-lock,
html.tcsc-inline-pan-lock *,
body.tcsc-inline-pan-lock,
body.tcsc-inline-pan-lock * {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.tcsc-inline-map-wrap .tc-wrapper > span.tc-ticket-info-wrap.tcsc-inline-native-tooltip {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: none !important;
}

.tcsc-inline-map-wrap .tcsc-inline-tooltip {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) !important;
    pointer-events: none;
}

.tcsc-inline-map-wrap .tc-wrapper .tc-ticket-info-wrap:not(.tcsc-inline-tooltip) {
    display: none !important;
    visibility: hidden !important;
}

.tcsc-inline-map-wrap .tcsc-inline-tooltip .tc-arrow-up {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

@media (max-width: 900px) {
    .tcsc-inline-map-wrap {
        width: 100% !important;
        min-height: 420px;
        height: min(72vh, 560px) !important;
    }
}

@media (max-width: 600px) {
    .tcsc-inline-map-wrap {
        min-height: 340px;
        height: min(68vh, 460px) !important;
    }
}


