#gsl-map {
    height: 650px;
    border-radius: 14px;
    margin-bottom: 40px;
}

#gsl-sidebar {
    margin-top: 40px;
}

.gsl-state-group {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.gsl-state-header {
    background: #111;
    color: #fff;
    padding: 18px 22px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.gsl-state-content {
    display: none;
    padding: 25px;
    background: #fafafa;
}

.gsl-location-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 18px;
    border: 1px solid #ececec;
    transition: .3s ease;
}

.gsl-location-card h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.gsl-location-card a {
    display: inline-block;
    margin-top: 10px;
}

.gsl-highlight {
    border-color: #000;
    transform: scale(1.02);
}

@media(max-width:768px){

    #gsl-map {
        height: 450px;
    }

    .gsl-state-header {
        font-size: 18px;
    }
}
