<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Martulli Viaggi - Stile cpt */
/* Image slider */
.mv-cpt-gallery.alignfull {
    margin-left: calc( -50vw + 50%)!important;
    margin-right: calc( -50vw + 50%)!important;
    max-width: 100vw;
    width: 100vw;
}
.mv-cpt-gallery .glide__arrow {
    background: #ffffff!important;
    margin: 0 20px;
}

.icon {
    fill: var(--ast-global-color-0);
}
/* Location */
.mv-accom-location .tb-field:first-child::after {
    content: "/";
    padding-left: 8px;
    color: #cccccc;
}
/* Icone opzioni */
.mv-accom-icons {
    max-width: 200px;
    text-align: center;
}
/* Servizi */
.mv-accom-services ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.mv-accom-services ul li {
    display: flex;
    width: calc(33.33% - 10px);
    gap: 7px;
    align-items: center
}
.mv-accom-services ul li::before {
    content: url('https://rst.martulliviaggi.com/wp-content/themes/astra-child/assets/icons/mv-accom-service.svg');
    display: block;
    width: 20px;
    height: 20px;
}
/* Check in - Check out */
.mv-accom-check {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mv-accom-check&gt;span {
    display: flex;
    gap: 10px;
}
.mv-accom-check&gt;span&gt;span {
    width: 100px;
    font-weight: bold;
}
/* Sticky sidebar */
.mv-cpt-sticky {
    position: sticky!important;
    top: 20px;
}
/* Responsive */
@media (max-width: 544px) {
    /* Slider */
    .mv-cpt-gallery li a {
        pointer-events: none;
    }
    .mv-cpt-gallery .glide__arrow {
        margin: 0;
    }
    /* Servizi */
    .mv-accom-services ul li {
        width: calc(100% / 2 - 10px);
    }
    /* Icone */
    .mv-accom-icons {
        display: flex!important;
    }
    .mv-accom-icons .wp-block-outermost-icon-block .icon-container {
        padding: 10px;
        width: 42px;
    }
    /* Opzioni */
    .mv-accom-option {
        display: flex!important;
    }
}</pre></body></html>