.fx-location + .image-text {
    padding-top: var(--section-margins);
}

.location-text,
.location-map {
    position: relative;
    width: 100%;
}

.location-text {
    padding: 60px 22px;
}

.location-text__wrapper ul {
    margin: 0 0 20px 0;
    padding: 0;
    column-count: 2;
}

.location-text__wrapper ul:last-child {
    margin-bottom: 0;
}

.location-text__wrapper ul li {
    line-height: 1.3em;
    padding: 0 0 0 18px;
    margin: 0 0 20px;
}

.location-text__wrapper ul li a {
    font-weight: 500;
    color: var(--gray);
    text-decoration: none;
}

.location-text__wrapper ul li::before {
    background: var(--gold);
    width: 8px;
    height: 8px;
    top: 7px;
}

.location-tag {
    color: var(--navy);
    font-family: "Koh Santepheap", serif;
    font-size: 8.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1em;
    text-transform: uppercase;
    position: absolute;
    opacity: 0.08;
    top: 0;
    left: 40px;
    transform: rotate(90deg);
    transform-origin: left center;
}

.gm-style-iw-d {
    overflow: hidden !important;
}

.location-text__search {
    position: relative;
    max-width: 290px;
    margin: 0 0 35px;
}

/* .location-text__search button, */
.location-text__search__input button[type="submit"] {
    position: absolute;
    right: 30px;
    font-size: 1.1875rem;
    top: 70%;
    transform: translate(0, -50%);
    padding: 0;
    background: none;
    border: none;
    display: flex;
}

.location-text__search__input {
    position: relative;
}

.location-text__search label {
    color: var(--navy);
}

@media (min-width: 768px) {

    .location-text {
        padding: 80px 52px;
    }

    .location-text__wrapper ul {
        column-count: 3;
    }
}

@media (min-width: 1200px) {

    .location-text {
        width: calc(50% + 16px);
        padding: 120px 80px 120px 120px;
    }

    .location-map {
        width: calc(50% - 16px);
    }

    .location-map .fx-location__map {
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .location-text__wrapper {
        max-width: 507px;
        margin-left: auto;
    }

    .location-text__wrapper ul {
        column-count: 2;
        margin-bottom: 30px;
        max-width: 420px;
    }

    .location-text__wrapper ul li span {
        display: block;
    }

    .location-text__wrapper ul li a:hover {
        font-weight: 700;
    }

    .location-text__wrapper ul li::before {
        top: 9px;
    }

    .location-text__wrapper ul li a {
        font-size: 1.25rem;
    }

}

@media (min-width: 1600px) {

    .location-text {
        width: calc(50% + 16px);
        padding: 120px 140px 120px 63px;
    }

}

/* Single Location */
.location-intro {
    flex-direction: column-reverse;
}

.location-info.location-info--single {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    color: var(--black);
}

.location-info.location-info--single .location-info__item {
    display: flex;
    gap: 12px;
}

@media (min-width: 1200px) {
    .location-intro {
        flex-direction: row;
    }

    .location-intro .fx-location__map {
        aspect-ratio: 944 / 842 auto;
    }
}