#ssdh-map {
    --container-width: 309px;
}

.ssdh-map-text {
    padding-bottom: 40px;
}

.ws-block-location-card {
    width: var(--container-width, 100%);
}

.location-card {
    position: relative;
}

.location-card__slide {
    display: none;
}

#archive-residence .location-card__thumbnail {
    height: 225px;
    background:#f0f0f0
}

.location-card__thumbnail img {
    max-width: var(--container-width, 100%);
    min-width: var(--container-width, 100%);
    height: 100%;
    object-fit: cover;
}

.location-card__title-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.location-card__title {
    color: var(--violet);
    font-size: 1.3rem;
    font-weight: 700;
}

.location-card__label {
    position: absolute;
    top: 5px;
    left: 5px;
    height: fit-content;
    font-size: 13px;
    line-height: 1.3;
    color: var(--blanc);
    background: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 5px;
}

.location-card i {
    color: var(--violet);
}

.location-card__row {
    display: flex;
    align-items: baseline;
    gap: 15px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: normal;
}

.location-card__row i {
    flex: 0 0 17px;
}


@media (max-width: 768px) {
    .location-card {
        max-height:300px;
        overflow: auto;
    }
}