.location-wrapper {
    background: linear-gradient(90deg, #068693 0%, #16A5B4 100%);
    padding-top: 40px;
    padding-bottom: 40px;
}

.location-container {
    max-width: 1400px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.search-area {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
}

.search-form-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.hih-custom-button {
    position: relative;
    margin: 0;
    border-radius: 0 14px 14px 0;
    background-color: #fff;
    color: #068693;
}

.custom-form-control {
    height: 50px;
    border-radius: 14px 0 0 14px!important;
    border: none!important;
}

.search-area-title {
    font-family: "Baloo 2", sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.content-wrapper { display: flex; gap: 20px; margin-top: 50px; margin-bottom: 50px;}
.centers-list { 
    width: 50%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.childcare-map { width: 50%; min-height: 500px;}

.centre-location-img {
    width: 40%;
    overflow: hidden;
    display: flex;
}

.centre-list {
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.centre-list:hover {
    background-color: #EDE0F7;
}

.centre-list.active {
    background-color: #EDE0F7;
    border-left: 4px solid #16A5B4;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}