.list-search {
    max-height: 43rem;
    overflow: auto;
}

.list-search .item {
    padding: 1.5rem 8.6rem 1.5rem 1.6rem;
    border: 1px solid #818184;
    margin: 1.5rem 0;
    font-weight: normal;
    position: relative;
}

.list-search .item .text-md {
    font-size: 1.6rem !important;
}

.list-search .item .btn-icon {
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1e1e20;
    color: white;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.6rem;
}

.form-search .search-result {
    padding: 2rem;
    background: white;
    box-shadow: 0 0.2rem 0.9rem rgba(0, 0, 0, 0.12);
    position: absolute;
    width: 100%;
    z-index: 9;
}

.form-search .search-result:empty {
    display: none;
}

.panel .form-search .search-result {
    background: #363636;
}

.form-search .search-result .search-result__item {
    cursor: pointer;
    display: flex;
    font-weight: 400;
    gap: 1rem;
    font-size: 1.4rem;
    align-items: flex-start;
}

.form-search .search-result .search-result__item:hover {
    opacity: 0.8;
}

.form-search .search-result .search-result__item + .search-result__item {
    margin-top: 1.5rem;
}

.form-search .search-result .search-result__tag {
    border-radius: 2rem;
    font-size: 1.2rem;
    background: black;
    padding: 0.2rem 1.5rem;
    color: white;
}

body:not(:has(.hero)) .logo-white {
    display: none;
}

body:not(:has(.hero)) .navbar-toggler-icon:after {
    color: black;
}

body:not(:has(.hero)) .logo-black {
    display: block !important;
}

body:not(:has(.hero)) .fixed .logo-white {
    display: block !important;
}

body:not(:has(.hero)) .fixed .logo-black {
    display: none !important;
}

body:not(:has(.hero)) .fixed .main-menu .navbar-nav > .nav-item > .nav-link {
    color: white;
}

body:not(:has(.hero)) .main-menu .navbar-nav > .nav-item > .nav-link {
    color: inherit;
}

.find-studio .tl {
    top: 12rem;
}

.find-studio .bl {
    bottom: 30%;
    right: 0;
}

.find-studio .heading {
    margin-bottom: 4.8rem;
}

.find-studio .form-search .icon-search,
.find-studio .form-search .icon-close {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #7A93DC !important;
    cursor: pointer;
}

.find-studio .form-search input {
    box-shadow: none !important;
    height: 4rem;
    border: none;
    border-bottom: 1px solid black;
    padding: 1rem 4rem 1rem 0;
}

.map {
    position: relative;
    min-height: 500px;
}

.map iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}

.studio-list .studio-list-item {
    display: block;
    text-decoration: none;
    padding: 1.2rem 2.4rem;
    border-bottom: 1px solid #ccc;
    color: #7A93DC;
    font-weight: normal;
}

.studio-list .studio-list-item:hover {
    color: #7A93DC;
}

.mapboxgl-popup-content .btn-outline-secondary {
    color: black;
    background: #EEF386;
}

.mapboxgl-popup-content .btn-outline-secondary:hover {
    opacity: 0.6;
}

.mapboxgl-popup-content .card {
    border: none;
    margin: 0 !important;
}

.mapboxgl-popup-content .sqz-btn {
    margin: 0;
    width: 100%;
    min-width: 0;
}

.mapboxgl-popup-content .sqz-btn.sqz-btn_dark:hover,
.mapboxgl-popup-content .sqz-btn.sqz-btn_dark:focus-visible {
    background: transparent !important;
    border-color: #1e1e20 !important;
    color: #1e1e20 !important;
}

.mapboxgl-popup-content .sqz-btn.sqz-btn_dark:focus:not(:hover):not(:focus-visible) {
    background: #1e1e20 !important;
    border-color: #1e1e20 !important;
    color: #fff !important;
}

.current-location-btn {
    z-index: 2;
}

/* Responsive */

@media (max-width: 767.98px) {
    .find-studio .heading {
        margin-bottom: 1.6rem;
    }

    .find-studio .tl {
        top: 8rem;
    }
}

@media (min-width: 768px) {
    .map {
        min-height: 550px;
    }
}

@media (min-width: 992px) {
    .map {
        min-height: 500px;
    }
}

@media (min-width: 1513px) {
    .map {
        min-height: 550px;
    }
}

:root {
    font-size: 62.5%;
}

@media (min-width: 1340px) {
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        width: 96%;
    }

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1360px;
    }
}

.list-search {
    max-height: 50rem;
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
}

.list-search::-webkit-scrollbar {
    width: 8px;
}

.list-search::-webkit-scrollbar-track {
    background: transparent;
}

.list-search::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 999px;
}

.list-search::-webkit-scrollbar-thumb:hover {
    background: #666;
}

.list-search .item {
    margin-top: 0;
}

.list-search .item .btn-icon {
    border: 2px solid #1e1e20;
    transition: all 0.3s ease-in-out 0s;
}

.list-search .item .btn-icon i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    margin-left: -2px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    transition: border-left-color 0.3s ease-in-out 0s;
}

.list-search .item .btn-icon:hover,
.list-search .item .btn-icon:focus {
    background: transparent;
    border-color: #1e1e20;
}

.list-search .item .btn-icon:hover i:before,
.list-search .item .btn-icon:focus i:before {
    border-left-color: #1e1e20;
}

@media (min-width: 768px) {
    .list-search {
        max-height: 55rem;
    }
}

@media (min-width: 992px) {
    .list-search {
        max-height: 50rem;
    }
}

@media (min-width: 1513px) {
    .list-search {
        max-height: 55rem;
    }
}
