.sport-container {
    padding: 2px 6px; 
    margin-right: 6px;
    margin-top: 4px;
    background-color: rgba(232, 232, 232, 0.4); 
    border-radius: 4px;
}
.section_icon_other {
    height: 24px;
    width: 24px;
    margin-right: 12px;
}
.section_icon_mobile {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}
.section_title_other {
    line-height: 34px; 
    align-items: center;
    color: #25282B;
}
.section_title_mobile {
    line-height: 28px;
    letter-spacing: 0.15px;
    align-items: center;
    color: #25282B;
}
#map_container {
    padding: 16px; 
    background: #F9F9F9; 
    border-radius: 8px; 
    cursor: pointer;
    background-image: url('/assets/img/map_mask.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}
#map_container div p {
    margin: 0px; 
    letter-spacing: 0.25px;
}
.vd_side_container {
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(37, 40, 43, 0.06);
    border-radius: 8px;
    margin-bottom: 24px !important;
}
.vd_side_title {
    line-height: 26px; 
    letter-spacing: 0.25px; 
    color: #25282B;
}
.vd_side_desc {
    line-height: 16px; 
    letter-spacing: 0.15px; 
    color: #52575C;
}
#download_app_btn {
    cursor: pointer; 
    border: 1px solid #E8E8E8; 
    border-radius: 8px; 
    padding: 6px 16px; 
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.25px;
}
#see_facilities_btn {
    cursor: pointer; 
    border: 1px solid #E8E8E8; 
    border-radius: 8px;
    padding: 12px 18px;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
}
