/*
CTC Separate Stylesheet
Updated: 2025-01-30 09:35:54
Theme Name: Traveler Child
Theme URI: www.acampar.com.ar
Template: traveler
Author: Acampar
Author URI: www.acampar.com.ar
Description: Child theme de traveler by acampar
Tags: black,green,white,light,dark,two-columns,three-columns,left-sidebar,right-sidebar,fixed-layout,responsive-layout,custom-background,custom-header,custom-menu,editor-style,featured-images,flexible-header,full-width-template,microformats,post-formats,rtl-language-support,sticky-post,theme-options,translation-ready,accessibility-ready
Version: 3.1.7.1738240554
*/

.service-facilities{
    display:flex;
    flex-wrap:wrap;
    gap:12px 14px;
    margin-top:10px;
}
.service-facilities .facility-item{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:38px;
    height:34px;
    border-radius:12px;
    background:#f6f8fa;
    color:#5e6d77;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
    padding:4px;
}
.service-facilities .facility-item i,
.service-facilities .facility-item svg{
    font-size:16px;
    width:18px;
    height:18px;
}
.service-facilities .facility-item svg *,
.service-facilities .facility-item svg path{
    fill: #5e6d77 !important;

}
.service-facilities .facility-dot{
    display:block;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#5e6d77;
}

@media (max-width: 767px){
    .service-facilities{
        gap:10px 12px;
        margin-top:10px;
    }
    .service-facilities .facility-item{
        width:34px;
        height:30px;
        border-radius:10px;
        padding:3px;
    }
}
