gmp-map {
    display: block;
    opacity: 0;
    transition: opacity .3s ease;
    width: 100%;
}

gmp-map.is-loaded {
    opacity: 1;
}

.custom-marker-icon {
    display: none;
}

gmp-map.is-loaded .custom-marker-icon {
    display: block;
}

.locations-map-wrapper {
    overflow: hidden;
    position: relative;
}

.locations-map-wrapper {
    min-width: 240px;
}

.locations-map-wrapper h3 {
    font-size: 24px;
    margin-bottom: 8px;
}

.locations-map-wrapper .reviews-widget {
    margin-bottom: 24px;
}

.locations-map-wrapper .svg-icon {
    color: var(--wp--preset--color--accent);
    margin-right: 6px;
    transform: translateY(4px);
}

.locations-map-wrapper .courses-information {
    font-weight: 600;
}
