.otc-category-main {
    width: 100%;
    min-width: 1300px;
    display: flex;
    min-height: 450px;
}
.otc-category-tab {
    list-style: none;
    padding: 0;
    margin: 0;
}
.otc-category-tab h3 {
    margin: 0;
}
.otc-category-tab h3 a,
.otc-tabs-content .otc-place .otc-place-title {
    text-decoration: none;
    color: white;
    font-size: 18px;
    margin: 0;
    padding: 0px 40px;
    background: #7fb8be;
    border-radius: 10px;
    min-width: 200px;
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.otc-category-tab.active h3 a,
.otc-tabs-content .otc-place.active .otc-place-title {
    background: #009dac;
}

.otc-category-tab h3 {
    position: relative;
}
.otc-category-tab h3 a::before {
    content: ">";
    position: absolute;
    top: 50%;
    line-height: 1;
    right: 20px;
    transform: translate(0, -50%);
    color: white;
    opacity: 0;
    font-size: 16px;
    transition: ease-in-out .3s;
}
.otc-category-tab h3:hover a::before {
    opacity: 1;
}
.otc-category-tab.active h3 a::before {
    opacity: 1;
}

/* Tab Content Styles */

.otc-tabs-content {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #f1f1f1;
    width: 100%;
}
.otc-tabs-content .otc-places-list {
    position: relative;
}
.otc-tabs-content .otc-places-list .otc-place {
    margin-bottom: 10px;
}
.otc-tabs-content .otc-places-list .otc-place h4 {
    margin: 0;
    cursor: pointer;
}

.otc-tabs-content .otc-place {
    display: flex;
    gap: 30px;
}

.otc-tabs-content .otc-place.active .otc-place-title::before {
    content: ">";
    position: absolute;
    top: 50%;
    line-height: 1;
    right: 20px;
    transform: translate(0, -50%);
    opacity: 1;
    font-size: 16px;
    transition: ease-in-out .3s;
}

.otc-tabs-content .otc-place .otc-place-title {
    background: #7fb8be;
    color: #ffffff;
    font-size: 14px;
    min-width: 325px;
    text-align: center;
    justify-content: center;
    height: 45px;
}

.otc-tabs-content .otc-place .otc-place-content {
    display: none;
    width: 100%;
    position: absolute;
    padding-left: 375px;
}

.otc-tabs-content .otc-place.active .otc-place-content {
    display: block;
}

.otc-tabs-content .otc-place .otc-place-header {
    position: relative;
    z-index: 9;
}

.otc-tabs-content .otc-place:nth-child(2) .otc-place-content {
    margin-top: -55px;
}
.otc-tabs-content .otc-place:nth-child(3) .otc-place-content {
    margin-top: -110px;
}
.otc-tabs-content .otc-place:nth-child(4) .otc-place-content {
    margin-top: -165px;
}
.otc-tabs-content .otc-place:nth-child(5) .otc-place-content {
    margin-top: -220px;
}
.otc-tabs-content .otc-place:nth-child(6) .otc-place-content {
    margin-top: -275px;
}
.otc-tabs-content .otc-place:nth-child(7) .otc-place-content {
    margin-top: -330px;
}
.otc-tabs-content .otc-place:nth-child(8) .otc-place-content {
    margin-top: -385px;
}
.otc-tabs-content .otc-place:nth-child(9) .otc-place-content {
    margin-top: -440px;
}
.otc-tabs-content .otc-place:nth-child(10) .otc-place-content {
    margin-top: -495px;
}
.otc-tabs-content .otc-place:nth-child(11) .otc-place-content {
    margin-top: -550px;
}

/* Main Content Styles */

.otc-tabs-content .otc-main-wrapper {
    width: 100%;
    display: flex;
    gap: 40px;
    align-items: center;
}
.otc-tabs-content .otc-main-wrapper > div {
    width: 50%;
}
.otc-tabs-content .otc-main-wrapper h4 {
    margin: 0;
    font-size: 20px;
}
.otc-tabs-content .otc-main-wrapper ul {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 30px;
}
.otc-tabs-content .otc-main-wrapper ul li {
    font-weight: bold;
    font-size: 16px;
}

.otc-tabs-content .otc-main-wrapper ul li strong {
    width: 110px;
    margin-right: 20px;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 20px;
    border-right: 1px solid #f1f1f1;
}

.otc-tabs-content .otc-main-wrapper .otc-tab-content-map-content {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.otc-tabs-content .last-entry {
    font-size: 16px;
    margin: 0;
    margin-top: 20px;
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
}

.locationWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.locationWrap img {
    width: 30px;
    margin-bottom: 15px;
    height: auto;
}
.locationWrap .locationLink {
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #004145!important;
}

.otc-tab-content-button-wrapper .book-ticket-button {
    margin-top: 40px;
    display: block;
    width: 100%;
    text-align: center;
    color: #FFFFFF !important;
    border-color: #FF003D;
    font-size: 18px;
    background-color: #FF003D;
    padding: 10px 30px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    box-sizing: border-box;
}

@media screen and (max-width: 1170px) {
    .otc-opening-times-tabs {
        display: block;
        box-sizing: border-box;
        min-width: 100%;
    }
    .otc-opening-times-tabs .otc-tab-contents {
        margin: 0;
        margin-top: 40px;
        box-sizing: border-box;
    }
    .otc-tab-contents .otc-tab-content {
        align-items: center;
        justify-content: center;
    }
    .otc-tab-titles h4 a {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 800px) {
    .otc-category-main {
        display: block;
        min-width: auto;
    }

    .otc-category-main .otc-tabs-content {
        padding: 0;
        margin: 0;
        border: none;
    }

    .otc-tabs-content .otc-place {
        display: block;
    }

    .otc-tabs-content .otc-place .otc-place-content {
        margin: 0;
        margin-top: 20px !important;
        padding: 0;
        position: relative;
    }

    .otc-tabs-content .otc-place .otc-place-title {
        min-width: none;
    }
}

@media screen and (max-width: 650px) {
    .otc-tab-contents .otc-tab-content .otc-tab-content-main {
        flex-direction: column;
    }
    .otc-tab-contents .otc-tab-content .otc-tab-content-main > div {
        width: 100%;
    }
    .otc-tab-contents .otc-tab-content .otc-tab-content-time-wrapper {
        width: 100%;
    }
    .otc-tab-contents .otc-tab-content .otc-tab-content-map-content {
        width: 100%;
        display: block;
    }
    .otc-tab-contents .otc-tab-content .otc-tab-content-map-content .locationWrap {
        justify-content: end;
        align-items: flex-start;
    }
}

@media screen and (max-width: 550px) {
    .otc-category-main .otc-tabs-content .otc-place-content .otc-main-wrapper {
        display: block;
    }
    .otc-category-main .otc-tabs-content .otc-place-content .otc-main-wrapper > div {
        width: 100%;
    }
    .otc-category-main .otc-tabs-content .otc-place-content .otc-main-wrapper .otc-main-location-wrapper {
        margin-top: 30px;
    }
}