.t888-location-list {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.location-title {
    margin-top: 0;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--forth-color);
}

.location-title i {
    font-size: 36px;
    color: var(--third-color);
}
.location-details{
    margin-bottom: 16px;
}
.info-location{
    font-size: 1.125rem;
    line-height: 2.25rem;
    color: var(--ninth-color);
    margin: 0;
}
.location-hours{
    margin-bottom: 24px;
}
.time-open{
    margin: 4px 0;
}
.time-open i{
    font-size: 14px;
}
.time-open span{
font-size: 0.875rem;
line-height: 30px;
opacity: 0.5;
}
.location-map .btn-map{
    font-size: 0.875rem;
    line-height: 30px;
    color: var(--primary-color);
    padding: 9px 28px;
    border: 1px solid var(--forth-color);
    display: inline-flex;
    font-weight: bold;
    text-transform: uppercase;
    background-color: var(--secondary-color);
    transition: all 0.3s ease-in-out;
}
.location-map .btn-map:hover{
    color: var(--secondary-color);
    background-color: var(--third-color);
    border: 1px solid var(--third-color);
}