/* LIST BLUE */
.is-style-orange-list {
    list-style: none;
    padding-left: 0;
}

.is-style-orange-list li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 5px; 
}

.is-style-orange-list li:before {
    content: ""; 
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px; 
    height: 14px; 
    background-image: url('../aebo/assets/arrow-right.svg');
    background-size: contain; 
    background-repeat: no-repeat; 
}


/* MAIN NAVIGATION */

nav.is-style-main-nav {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #7B898F;
    border-bottom: 1px solid #7B898F;

}

nav.is-style-main-nav ul {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 40px;
}

nav.is-style-main-nav ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #7B898F;
}



/* TRAVELPAPER PAGE */
.is-style-travelpaper-page {
    height: 842px!important;
    width: 595px!important;
    margin: 0 auto!important;
}

.logged-in .is-style-travelpaper-page,
.editor-styles-wrapper .is-style-travelpaper-page {
    outline: 1px dotted grey!important;
}

#flipbook .is-style-travelpaper-page {
    outline: unset!important;
}

@media print {    
    .is-style-travelpaper-page {
        outline: unset!important;
    }
}