﻿.location-slider {
    position: relative;
    overflow: hidden;
    padding: 0 48px;
    margin-top: 40px;
}

.location-slider .location-entry {
    display: flex;
    width: 350px;
}

.location-slider .location-entry:hover {
    text-decoration: none;
}

.location-slider .location-entry .map {
    background-color: #eff3f7;
    padding: 0 12px;
}

.location-slider .location-entry .location {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 12px;
}

.location-slider .location-entry .name,
.location-slider .location-entry .counter {
    color: #385d70;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}

.location-slider .location-entry p {
    font-size: 0.9rem;
    margin: 8px 0;
}

.location-slider .location-entry .counter {
    text-transform: uppercase;
    color: #385D70;
}

.location-slider .slider-button {
    height: 24px;
}
