html :where(.wp-block) {
    /*
    max-width: initial !important;
    border: 5px solid silver;
     */
}
.is-root-container .wp-block {
    max-width: initial !important;
}
.edit-post-visual-editor .is-desktop-preview {
    border: 5px solid silver;
    max-width: initial !important;
}
/* region Gutenberg Colors Support */
.has-dark-blue-color {
    color:var(--dark-blue);
}
.has-dark-blue-background-color {
    background-color:var(--dark-blue);
}
.has-medium-blue-color {
    color:var(--medium-blue);
}
.has-medium-blue-background-color {
    background-color:var(--medium-blue);
}
.has-light-blue-color {
    color:var(--light-blue);
}
.has-light-blue-background-color {
    background-color:var(--light-blue);
}
.has-dark-accent-color {
    color: var(--dark-accent);
}
.has-dark-accent-background-color {
    background-color:var(--dark-accent);
}
.has-light-accent-color {
    color:var(--light-accent);
}
.has-light-accent-background-color {
    background-color: var(--light-accent);
}
.has-gold-color {
    color:var(--gold);
}
.has-gold-background-color {
    background-color:var(--gold);
}
.has-gold-bg-color {
    color:var(--gold-bg);
}
.has-gold-bg-background-color {
    background-color:var(--gold-bg);
}
.has-translucent-color {
    color:var(--translucent);
}
.has-translucent-background-color {
    background-color:var(--translucent);
}
.has-translucent-dark-color {
    color:var(--translucent-dark);
}
.has-translucent-dark-background-color {
    background-color:var(--translucent-dark);
}
/* endregion End gutenberg colors support */
.hidden-until-ready {
    display:none;
}
.ribbon-wrapper {
    position:relative;
    overflow: hidden;
}
.ribbon-background,.ribbon-background.container {
    position:absolute;
    height:100%;
    width: 50vw !important;
    z-index: -1;
}
.ribbon-wrapper section {
    position: relative;
}
.ribbon-background.ribbon-left {
    left:0;
}
.ribbon-background.ribbon-right {
    right:0;
}
.mundana-has-background-overlay {
    position:relative;
}
.mundana-has-background-overlay > *:not(.mundana-block-background-overlay) {
    position: relative;
}
.mundana-block-background-overlay {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.mundana-monospace {
    font-variant-numeric: tabular-nums lining-nums;
    line-height: normal;
}
.font-xl {
    font-size:var(--font-xl);
}
.font-l {
    font-size:var(--font-l);
}
.font-m {
    font-size:var(--font-m);
}
.font-s {
    font-size:var(--font-s);
}
.font-xs {
    font-size:var(--font-xs);
}

/* region Magazine Grid */
.magazine-content .travel-magazine-title{
    font-weight: 400;
}
.magazine-content h3,
.magazine-content h4{
    color: white;
}
.magazine-content h3{
    max-height: 105px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.magazine-content .text-wrapper{
    position: absolute;
    bottom: 0;
    transition: all ease-in-out 1s;

}
.magazine-content .explore-featured-image{
    position: relative;
}
.magazine-content .small-image{
    height: 197px;
}
/* magazine-page-load-more */
.magazine-content .load-more h4 {
    color: var(--dark-blue) !important;
}
.magazine-content .load-more {
    display: flex;
}
/* endregion */

/* region Mundana List Block */
.mundana-list-block:not(.list-circle),
.mundana-list-block li:not(ul.list-circle li),
.entry-content .mundana-list-block li:not(ul.list-circle li) {
    list-style: none !important;
    padding: 0;
    margin-bottom: 15px;
}
.mundana-list-block.list-circle,.mundana-list-block.list-circle li,
.entry-content .mundana-list-block.list-circle li {
    list-style: circle !important;
    padding: 0;
    margin-bottom: 15px;
}
.mundana-list-block.inline li, .mundana-list-block.inline li ul li {
    display:inline-block;
    margin-right: 15px;
}

.mundana-list-block-section {
    margin-bottom: 30px;
}
.mundana-list-block-section h2 {
    margin-top: 0;
    margin-bottom: 7px;
    line-height: 28px;
    text-transform: capitalize;
    font-size: 24px !important;
    font-weight: 500;
}
.mundana-list-block .list-tag {
    padding: 2px 20px !important;
    text-transform: uppercase;
    font-size:var(--font-xs);
}
.mundana-list-block.columns-layout li {
    break-inside: avoid-column;
    display: list-item;
    text-align: -webkit-match-parent;
}
.mundana-list-block.columns-layout {
    display: block;
    column-gap: 20px;
    margin-top: 30px;
    column-width: auto;
}
.column-count-1 {
    column-count: 1;
}
.column-count-2 {
    column-count: 2;
}
.column-count-3 {
    column-count: 3;
}
.column-count-4 {
    column-count: 4;
}
/* endregion **/
/* region Mundana block fullscreen gallery */
.mundana-block-fullscreen-gallery.hotel-gallery {
    position: relative;
}
.mundana-block-fullscreen-gallery .carouselFullscreenTrigger {
    top: 30px;
    z-index: 99999999;
}
.mundana-block-fullscreen-gallery.hotel-gallery.open-gallery {
    left: 0;
    bottom: 0;
    position: fixed;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    display: block;
}
.mundana-block-fullscreen-gallery.hotel-gallery.open-gallery::-webkit-scrollbar {
    display: none;
    overflow: hidden;
}
.mundana-block-fullscreen-gallery.hotel-gallery.open-gallery .hotel-carousel__item {
    height: 100vh !important;
}
.mundana-block-fullscreen-gallery.hotel-gallery.open-gallery .carouselFullscreenTrigger {
    bottom: unset;
    top: 30px;
}
.mundana-block-fullscreen-gallery .carousel-indicators li{
    background-color: var(--medium-blue);
    margin-bottom: 10px;
    opacity: 1!important;
}
.mundana-block-fullscreen-gallery .carousel-indicators li.active,
.mundana-block-fullscreen-gallery .carousel-indicators li:hover{
    background-color: white;
}
.mundana-block-fullscreen-gallery .slick-dots {
    list-style:none;
    opacity: .5;
}
/* endregion */
/* region media queries */
@media screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }
    .font-xl {
        font-size:var(--font-xl-mobile);
    }
    .font-l {
        font-size:var(--font-l-mobile);
    }
    .font-m {
        font-size:var(--font-m-mobile);
    }
    .font-s {
        font-size:var(--font-s-mobile);
    }
    .font-xs {
        font-size:var(--font-s-mobile);
    }
}
@media screen and (min-width:768px) and (max-width:1024px) {
    .hide-on-tablet {
        display: none;
    }
}
@media screen and (min-width:1024px) {
    .hide-on-desktop {
        display: none;
    }
}
/* endregion */
/* region animations */
@keyframes spinning-circle {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 150.6 100.4;
    }
    50% {
        stroke-dasharray: 1 250;
    }
    100% {
        stroke-dashoffset: 502;
        stroke-dasharray: 150.6 100.4;
    }
}
/* endregion animations */