*,
*::before,
*::after {
    box-sizing: border-box;
}


html{
    height:100%;
    min-height:1500px;
}

main{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-content:center;
    align-items:center;
    padding:0;
    width:100%!important;
    min-width:100%;
}

body{
    display:flex;
    flex-direction:column;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    height:100%;
    
}

.my-color {
    color: #f3a170!important;
}
    .my-color:hover {
        color: #c2815a !important;
    }


#drawer-toggle:hover {
    color:#f3a170 !important;
}
header{
    width:100%;
}
.site-header-main-section-left{
    display:flex;
    justify-content:space-between!important;
}
/* Стилови за широчината на навигациското мени и на целокупната страна */
.site-container {
    max-width: 2000px !important;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.site-header {
    padding-left: 10%;
    padding-right: 10%;
}
/* Крај/////////////////////////////////////////////////////////////// */

@media(max-width:1024px){
    .site-header{
        padding-left:5%;
    }
}

footer{
    width:100%;
    margin-top:auto;
}

.container-fluid {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    height: fit-content !important;
}

.uppermost-row {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.uppermost-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}


h6 {
    text-transform: none !important;
}



/* Стилови за страничната фиока */
.drawer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;

    position: fixed;
    top: 0;
    right: -80%; /* hidden offscreen */
    width: 80%;
    height: 100%!important;
    background-color: #f7f4f1;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    padding: 1rem;
    transition: right 0.3s ease;
    z-index: 1000;

    padding-top:0;
    padding-left: 0;
    padding-right:0;
  }
  
  .drawer.open {
    right: 0;
  }
  
  /* Close button inside drawer */
  #drawer-close {
    background: none;
    border: none;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    cursor: pointer;
  }

  .drawer-link{
    font-family: "Sorts Mill Goudy", serif;
    font-style: italic;
    font-size: 23px;
    color:rgb(101, 100, 100);
    text-decoration: none;
  }
  .drawer-link:hover{
    color:#FF9E6C;
  }

  .drawer-title{
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 2rem;
    font-style: italic;
    font-weight: bolder;
    color: #ff9e6c;
    position: relative;
    white-space: nowrap;
    text-decoration: none!important;
    width:fit-content;
}

.drawer-title:hover{
    color:#FF9E6C;
}


.drawer-header{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 15%;
    background-color: white;
    color: #ff9e6c;
    position:relative;
}

.language-login-container{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-content:center;
    align-items:center;
    width:fit-content;
    gap:5px;
    margin-right:15px;
}

#drawerHeaderRow1 {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-content: center;
    align-items: center;
    width: 100%;
    height:33.3%;
    padding:15px;
}
#drawerHeaderRow2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 33.3%;
}

#drawerHeaderRow3 {
    width: 100%;
    height: 33.3%;
}

.drawer-language-picker{
    align-content: start;
      align-items: start;
}

@media(max-width:430px){
    .drawer-header{
        height: 25%;
    }
    .drawer-language-picker{
        top:10%;
    }
}
/* Енд////////////////////////////////////////////////// */









/* Стилови за логото */
.logoLink{
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 2rem;
    font-style: italic;
    font-weight: bolder;
    color: black;
    position: relative;
    white-space: nowrap;
    text-decoration: none!important;
}





.logoLink:hover{
    color: black!important;
}

.logoLink img{
    width:230px;
    height:auto;
    min-width:230px;

}
@media (max-width:450px){
    .logoLink img{
        min-width:100px;
        max-width:200px;
    }
}
/* Крај/////////////////////////////////////////////////////////////// */



/* Разно */

.laurens-name{
    white-space: nowrap!important;
    font-size: 6rem;
    /*font-family: "Pacifico", serif!important;*/
    margin-right:1rem;
    color: #f3a170;
    width: fit-content;
    
}
.welcome{
    font-family:"FiraSans", serif!important;
    font-size:15px!important;
    font-style:normal!important;
}

.page-title {
    text-align: center;
    font-size: 4.4rem;
    /*color: #f3a170;*/
    color: rgb(243, 161, 112);
    margin-bottom: 0;
    width:fit-content;
}

.custom-nav-link{
    font-family:Arial, Helvetica, sans-serif!important;
    font-style:normal!important;
    font-size:18px!important;
}
.page-subtitle {
    text-align: center;
    font-family: 'Sorts Mill Goudy', serif;
    font-style: italic;
    font-size: 1.5rem;
    color: #57595b;
    width:fit-content;
}

.introText{
    
    font-family: "Sorts Mill Goudy", serif;
    font-style: italic;
    font-size: 1.5rem;
    /* color: rgb(40,40,40); */
}

.qualification{
    font-size: 2rem;
}

.introButtons{
    width:200%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap!important;
    
    
}

.introButtons button{
    font-size: 1.2rem !important;
}

.introSubtitle{
    font-size:1.5rem;
}

/* About section */
.ab-sec-image-side{
    overflow: visible;
    position: relative;
    z-index: 2;
}
.ab-sec-image-side img{
    border-top-right-radius: 40px;
    width:100%;
    height: auto;
    position: absolute;
    top:-5%;
    left:10%;
    z-index: 1;
}

.ab-sec-text-side{
    background-color: white;
    border-bottom-right-radius: 40px;
    z-index: 3;
    padding: 30px;
    
}
.ab-sec-text-side p{
    font-family: "Sorts Mill Goudy", serif;
    font-style: italic;
    font-size: 1.2rem;
}


.imgCnt{
    position: relative;
    width:100%;
}
.imgCnt img{
    border-top-right-radius: 200px;
    border-bottom-left-radius: 200px;
    width:100%;
    height: auto;
}

.pitchCnt{
    background-color: white;
    font-family: "Sorts Mill Goudy", serif;
        font-style: italic;
        font-size: 1.7rem;
        color: rgba(40, 40, 40, 0.404);
        padding: 20px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        position: absolute;
        top:150px;
        left:30%;
        z-index: 10000 !important;
        margin-top:1rem;
        width:150%;
}

.pitchCnt::before{
    content: "";
        position: absolute;
        top: 0;
        left: -50px;
        width: 1px;
        /* Thickness of the line */
        height: 100%;
        background-color: #fc4230;
        
        /* Line color */
}

.problematicenTekst{
    width:110%;
}



.wp-block-kadence-image.kb-image6_6d3244-44:not(.kb-specificity-added):not(.kb-extra-specificity-added){
    margin-top: 0!important;
}

/* Стилови за менење на бојата на социјалните икони */
.kadence-svg-icon.kadence-facebook-alt-svg:hover{
    fill:  #FF9E6C!important;
    color: #FF9E6C!important;
}

.social-button.header-social-item.social-link-facebook:hover{
    color: #FF9E6C!important;
    outline-color: #FF9E6C!important;
    text-decoration-color: #FF9E6C!important;
}

.kadence-svg-icon.kadence-youtube-alt-svg:hover{
    fill:  #FF9E6C!important;
    color: #FF9E6C!important;
}

.social-button.header-social-item.social-link-youtube:hover{
    color: #FF9E6C!important;
    outline-color: #FF9E6C!important;
    text-decoration-color: #FF9E6C!important;
}


.kadence-svg-icon.kadence-twitter-alt-svg:hover{
    fill:  #FF9E6C!important;
    color: #FF9E6C!important;
}

.social-button.header-social-item.social-link-twitter:hover{
    color: #FF9E6C!important;
    outline-color: #FF9E6C!important;
    text-decoration-color: #FF9E6C!important;
}

.kadence-svg-icon.kadence-instagram-alt-svg:hover{
    fill:  #FF9E6C!important;
    color: #FF9E6C!important;
}

.social-button.header-social-item.social-link-instagram:hover{
    color: #FF9E6C!important;
    outline-color: #FF9E6C!important;
    text-decoration-color: #FF9E6C!important;
}

.social-button.footer-social-item.social-link-youtube:hover{
    color: #FF9E6C!important;
    outline-color: #FF9E6C!important;
    text-decoration-color: #FF9E6C!important;
}
.social-button.footer-social-item.social-link-twitter:hover{
    color: #FF9E6C!important;
    outline-color: #FF9E6C!important;
    text-decoration-color: #FF9E6C!important;
}
.social-button.footer-social-item.social-link-facebook:hover{
    color: #FF9E6C!important;
    outline-color: #FF9E6C!important;
    text-decoration-color: #FF9E6C!important;
}
.social-button.footer-social-item.social-link-instagram:hover{
    color: #FF9E6C!important;
    outline-color: #FF9E6C!important;
    text-decoration-color: #FF9E6C!important;
}


/* Стилови за знамето */
.flag {
    /*max-width: 40px;
    min-width: 40px;
    max-height: 27px;
    min-height: 27px;*/
    width: 40px;
    height: 27px;
    padding: 3px;
    border-radius: 5px;
    /*border: 3px solid #FF9E6C;*/
    background-color: #FF9E6C;
   /* outline: 3px solid #FF9E6C;*/
}

.dropdown-item:hover {
    cursor: pointer;
}
#lanDDT::after {
    content: none !important;
}

.dropdown-toggle::after {
    content: none !important;
}

.language-name{
    font-family: "Sorts Mill Goudy", serif;
    font-style: italic;
    
}


@media (max-width:600px) {
    .flag {
        max-width: 35px;
        min-width: 35px;
        max-height: 24px;
        min-height: 24px;
    }
}
/* Крај/////////////////////////////////////////////// */


/* Прозор за гледање слики */
.gclose, .gbtn{
    background: none;
    background-color: (0,0,0,0.7);
}

.gclose, .gbtn:hover{
    background: none;
    background-color: (0,0,0,1);
}

.gclose, .gbtn:active{
    background: none;
    background-color: (0,0,0,1);
}

.gclose, .gbtn:focus{
    background: none;
    background-color: (0,0,0,1);
}

.gclose::before {
    content: "✖"; /* or any other symbol */
  }



  /* Стилови за галерија */
/* Gallery */
.grid {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
}

.grid-sizer,
.grid-item {
    width: 33.3333%; /* 3 columns */
}

@media (max-width: 768px) {
    .grid-sizer,
    .grid-item {
        width: 50%; /* 2 columns on tablet */
    }
}

@media (max-width: 480px) {
    .grid-sizer,
    .grid-item {
        width: 100%; /* 1 column on mobile */
    }
}

.grid-item {
    margin-bottom: 10px;
    padding: 5px;
    box-sizing: border-box;
}

.grid-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.grid-item,
.grid-item a {
    pointer-events: auto;
    position: relative;
    z-index: 10;
}

  /* //////////////////////////////////////////////////////////// */


@media (max-width:350px){
    .logoLink{
        font-size: 9vw;
    }
}

.logo-element{
    margin-left: auto;
}

@media (max-width:1024px){
    .logo-element{
        margin-left: 0;
    }
}

@media (min-width:1025px){
    #aboutRowPaddingAccesser{
        padding-top:0px!important;
    }
}
.site-footer-middle-section-1{
    width: fit-content;
}
#footerNavMenu{
    white-space: nowrap;
    flex-wrap: nowrap!important;
}
@media (max-width:1024px){
    .site-footer-middle-section-1{
        width:100%;
    }
    #footerNavMenu{
        flex-wrap: wrap!important;
    }
}



/*  */



/* Pravi da ja snema crvenata vertikalna linija od levata strana na intro tekstot */
@media(max-width:1024){
    .problematicenTekst{
        border-left:none!important;
    }

    .kadence-column6_4b4594-4a > .kt-inside-inner-col{
        border-left:none!important;
    }

    
}

@media(max-width:767px){
    .problematicenTekst{
        width: 100%;
    }

}



@media (max-width:600px){
    .wp-block-kadence-column.kadence-column6_c5c05f-33.inner-column-2{
        margin-top:0!important;
    }

    .kt-row-column-wrap.kt-has-2-columns.kt-row-layout-right-golden.kt-tab-layout-row.kt-mobile-layout-row.kt-row-valign-top{
        padding-bottom:0!important;
    }
}





/* General image style */
.rounded-corner-image {
    border-top-right-radius: 150px;
    border-bottom-left-radius: 150px
}

.impressum-container{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-content: center;
    padding-top:50px;
    margin-bottom:100px;
}

.impressum-title{
    text-align: center;
    color:rgb(243, 161, 112);
}



/**/
/*Najgoren div na stranite*/
#inner-wrap {
    background-color: #f7f4f1;
    /*padding-top: 50px;*/
    /*aspect-ratio: 5 / 4;*/
    width: 100%;
}

#primary {
    margin-bottom: 0;
    margin-top: 0;
    height: 100%;
}

/*@media(max-width:1024px){
    #inner-wrap{
        aspect-ratio:3/8;
    }
}*/

.content-container, .site-container, .site-main, .content-wrap, .entry, .entry-content-wrap, .entry-content, .single-content, .kb-row-layout-wrap {
    height: 100%;
    margin-top:0!important;
}

    .kb-row-layout-wrap.kb-row-layout-id6_89073a-e3.alignnone.wp-block-kadence-rowlayout {
        height: 100%;
    }

#legalSection1 {
    display: flex;
    flex-direction: row;
}

#legalSection2 {
    display: none;
}

@media(max-width:400px) {
    #legalSection1 {
        display: none;
    }

    #legalSection2 {
        display: flex;
        flex-direction: column;
    }
}

.header-button {
    background: linear-gradient( 135deg, #d8a97a, #ff9e6c )!important;
}

    .header-button:hover {
        background: linear-gradient( 135deg, #d8a97a, #ff9e6c )!important;
    }
    .header-button:focus {
        background: linear-gradient( 135deg, #d8a97a, #ff9e6c )!important;
    }
    .header-button:active {
        background: linear-gradient( 135deg, #d8a97a, #ff9e6c )!important;
    }

.language-dropdown {
    align-content: start;
    align-items: start;
}

.language-dropdown-menu {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 44px);
}

.entry-content-wrap {
    padding: 0 !important;
}

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    display: none;
    justify-content: center;
    align-content: center;
    background-color: #00b3e3;
    color: white;
    border: none;
    background: linear-gradient( 135deg, #d8a97a, #ff9e6c );
    /*border-radius: 50%;*/
    width: 48px;
    height: 48px;
    max-width: 48px;
    max-height: 48px;
    overflow: hidden;
    font-size: 24px;
    padding-left: 7px;
    padding-right: 7px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}

    #backToTop:hover {
        background: linear-gradient( 135deg, #d8a97a, #ff9e6c );
    }

.back-to-top i {
    position: relative;
    font-weight: 1000 !important;
}

    .back-to-top i::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }


.dropdown-toggle {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: fit-content;
}

    .login-image {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        outline: 3px solid #ff9e6c;
    }
.c12b5a4e69860bc968b47223fd-press,
.c12b5a4e69860bc968b47223fd-press:focus,
.c12b5a4e69860bc968b47223fd-small-translator-div img:focus {
    outline: revert !important;
    border: revert !important;
}

.dropdown-item{
    background:none;
}
    .dropdown-item:hover {
        background: none;
        background-color: #f8f9fa;
    }


.close-drawer-btn {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: fit-content;
    height: auto;
    
    font-size: 23px;
    background: none;
    border-radius: 10px;
    padding: 5px;
    /*background-color: rgb(50,50,50,0.7);*/
    background-color: rgb(255, 158, 108, 0.7);
    color: white;
    z-index: 9999;
}

.close-drawer-btn img{
    width:15px;
    height:15px;
}

    .close-drawer-btn:hover {
        background: none;
        /*background-color: rgb(50,50,50,0.9);*/
        background-color: rgb(255, 158, 108, 0.8);
        color: white;
    }

    .close-drawer-btn:active {
        background: none;
        /*background-color: rgb(50,50,50,0.9);*/
        background-color: rgb(255, 158, 108, 0.9);
        color: white;
    }

    .close-drawer-btn:focus {
        background: none;
        /*background-color: rgb(50,50,50,0.9);*/
        background-color: rgb(255, 158, 108, 0.8);
        color: white;
    }

.swap-img-btn {
    position: absolute;
    top: 5%;
    right: 5%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: fit-content;
    height: auto;
    font-size: 60px;
    background: none;
    border-radius: 10px;
    padding: 1px 4px;
    background:none;
    /*background-color: rgb(50,50,50,0.7);*/
    /*background-color: rgb(255, 158, 108, 0.7);*/
    color: rgb(255, 158, 108);
    z-index: 9999;
}
    .swap-img-btn:hover {
        background: none;
        /*background-color: rgb(50,50,50,0.9);*/
        /*background-color: rgb(255, 158, 108, 0.8);*/
        color: rgb(255, 158, 108);
        transform: scale(1.1);
        box-shadow:none;
    }

    .swap-img-btn:active {
        background: none;
        /*background-color: rgb(50,50,50,0.9);*/
        /*background-color: rgb(255, 158, 108, 0.9);*/
        color: rgb(255, 158, 108);
        box-shadow: none;
    }

    .swap-img-btn:focus {
        background: none;
        /*background-color: rgb(50,50,50,0.9);*/
        /*background-color: rgb(255, 158, 108, 0.8);*/
        color: rgb(255, 158, 108);
        box-shadow: none;
    }



.add-new-img-btn {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: fit-content;
    height: auto;
    font-size: 23px;
    background: none;
    border-radius: 10px;
    padding: 1px 4px;
    background-color: rgb(50,50,50,0.7);
    /*background-color: rgb(255, 158, 108, 0.7);*/
    color: white;
    z-index: 9999;
}

    .add-new-img-btn:hover {
        background: none;
        background-color: rgb(50,50,50,0.9);
        /*background-color: rgb(255, 158, 108, 0.8);*/
        color: white;
    }

    .add-new-img-btn:active {
        background: none;
        background-color: rgb(50,50,50,0.9);
        /*background-color: rgb(255, 158, 108, 0.9);*/
        color: white;
    }

    .add-new-img-btn:focus {
        background: none;
        background-color: rgb(50,50,50,0.9);
        /*background-color: rgb(255, 158, 108, 0.8);*/
        color: white;
    }




.remove-img-btn {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: fit-content;
    height: auto;
    font-size: 60px;
    background: none;
    border-radius: 10px;
    padding:0;
    /*background-color: rgb(50,50,50,0.7);*/
    /*background-color: rgb(255, 158, 108, 0.7);*/
    color: rgb(255, 158, 108);
    z-index: 9999;
}

    .remove-img-btn:hover {
        background: none;
        /*background-color: rgb(50,50,50,0.9);*/
        transform: scale(1.1);
        box-shadow: none;
        color: rgb(255, 158, 108);
    }

    .remove-img-btn:active {
        background: none;
        /*background-color: rgb(50,50,50,0.9);*/
        box-shadow: none;
        color: rgb(255, 158, 108);
    }

    .remove-img-btn:focus {
        background: none;
        /*background-color: rgb(50,50,50,0.9);*/
        box-shadow: none;
        color: rgb(255, 158, 108);
    }



.admin-images-container {
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: fit-content;
    height: auto;
    z-index: 9999;
    position:absolute;
    top:-1%;
    right:2%;
}


.add-new-image{
    width:64px;
    height:64px;
    transition:all ease-in-out 0.2s;
    border-top-left-radius:10px!important;
    border-top-right-radius:10px!important;
}
.add-new-image:hover{
    transform:scale(1.1);
    cursor:pointer;
}

#addImageRow{
    display:flex;
    justify-content:center;
    align-items:center;
    align-content:center;
    width:100%;
}
#addImgColumn {
    display: flex;
    justify-content: end;
    align-items: center;
    align-content: center;
}


.admin-images-container .swap-img-btn, .remove-img-btn {
    position: relative;
}

shrinkable-admin-icon{
    z-index:9999;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.hidden {
    display: none;
}

.modal-content {
    background: white;
    padding: 20px;
    width: 95%;
    max-width: 700px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 1.2rem;
    background: none;
    border: none;
    cursor: pointer;
}

/* Toolbar layout */
.toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-end;
}

.toolbar-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1 1 160px;
    min-width: 140px;
}

    .toolbar-group label {
        font-size: 0.9rem;
        font-weight: 500;
        color: #333;
    }

select, input[type="color"] {
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.btn-group {
    display: flex;
    gap: 5px;
}

.format-btn {
    height: 34px;
    width: 34px;
    background: #f1f1f1;
    border: 1px solid #bbb;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #d8a97a;
    padding:16px;
}

    .format-btn:hover {
        background:none;
        background-color: #e0e0e0;
    }
    .format-btn:focus {
        background: none;
        background-color: #e0e0e0;
        color: #d8a97a;
    }
    .format-btn[data-active="true"] {
        background: linear-gradient( 135deg, #d8a97a, #ff9e6c );
        color: white;
    }

.toolbar-section {
    display: flex;
    flex-direction: column;
    flex: 1 1 200px;
    gap: 5px;
}

/* Font preview grid */
.font-preview-grid {
    max-height: 200px;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
}

    .font-preview-grid div {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 6px;
        background: #f9f9f9;
        cursor: pointer;
        text-align: center;
        font-size: 16px;
    }

/* Editor content area */
.editor-box {
    border: 1px solid #ccc;
    padding: 12px;
    min-height: 120px;
    font-size: 16px;
    border-radius: 6px;
}

/* Save button */
.save-button {
    padding: 8px 16px;
    background: linear-gradient( 135deg, #d8a97a, #ff9e6c );
    border: 3px solid #f2a271;
    color: white;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease-in-out !important;
}

    .save-button:hover {
        background: linear-gradient(135deg, #b67d4d, #e57e4f);
    }

.select2-selection__clear{
    background:none;
    display:none;
}

.select2-selection__clear:hover {
    background: none;
}
    .select2-selection__clear:focus {
        background: none;
    }
    .select2-selection__clear:active {
        background: none;
    }


select,
input[type="color"],
.select2-selection,
.ts-wrapper.single .ts-control {
    height: 36px !important;
    min-height: 36px !important;
    line-height: 36px;
    padding: 4px 10px;
    font-size: 14px;
    box-sizing: border-box;
}

/* Optional: align Select2 and TomSelect with vertical centering */
.select2-selection__rendered {
    line-height: 36px !important;
}

.select2-container .select2-selection--single {
    height: 36px !important;
    display: flex;
    align-items: center;
}

.ts-control {
    display: flex;
    align-items: center;
}

input[type="color"] {
    appearance: none;
    -webkit-appearance: none;
    /*border: 1px solid #ccc;*/
    border-radius: 10px;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    transition: box-shadow 0.2s ease-in-out;
    outline: 3px solid #f2a271;
}

    /* Remove Chrome's inner padding and default swatch border */
    input[type="color"]::-webkit-color-swatch-wrapper {
        padding: 0;
    }

    input[type="color"]::-webkit-color-swatch {
        border: none;
        outline: 3px solid #f2a271;
        /*border-radius: 8px;*/
    }

    /* Firefox style */
    input[type="color"]::-moz-color-swatch {
        border: none;
        outline: 3px solid #f2a271;
        /*border-radius: 8px;*/
    }

    /* Hover effect */
    input[type="color"]:hover {
        box-shadow: 0 0 0 2px #b0d4ff;
        outline: 3px solid #f2a271;
    }

.cancel-btn {
    color: #f2a271;
    background: none;
    background-color: rgb(247,244,241);
    border: 3px solid #f2a271;
    padding-left: 16px;
    padding-right: 16px;
    padding-top:8px;
    padding-bottom:8px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
}

    .cancel-btn:hover {
        color: white;
        background:none;
        background-color: #f2a271;
    }

#hoverEditButton {
    position: absolute;
    display: none;
    background: none;
    background: linear-gradient( 135deg, #d8a97a, #ff9e6c );
    color: white;
    border: none;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 999999;
}

    #hoverEditButton:hover {
        background: none;
        background: linear-gradient(135deg, #b67d4d, #e57e4f);
    }

.add-link-btn {
    background: none;
    background: linear-gradient( 135deg, #d8a97a, #ff9e6c );
    color: white;
    border: none;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 1000;
}
    .add-link-btn:hover {
        background: none;
        background: linear-gradient(135deg, #b67d4d, #e57e4f);
    }


.editor-legend {
    background-color: #fdf1e9; /* subtle version of #f4a170 */
    border-left: 4px solid #f4a170;
    padding: 6px 10px;
    margin-bottom: 8px;
    font-size: 12.5px;
    line-height: 1.4;
    border-radius: 4px;
    color: #333;
}

    .editor-legend code {
        background-color: #ffe3cc;
        padding: 1px 4px;
        border-radius: 3px;
        font-family: monospace;
    }

    .editor-legend ul {
        margin: 4px 0 0 16px;
        padding: 0;
        list-style: disc;
    }

    .editor-legend li {
        margin: 0;
        padding: 0;
        font-size: 14px!important;
    }


    .pitch{
        text-align:start!important;
    }

.title-row {
    width: 100%;
    height: 210px;
    background-color: #f7f4f1;
    display:flex;
    justify-content:center;
    align-content:center;
    align-items:center;
}
@media(max-width:400px){
    .title-row{
        height:300px;
    }
}

.title-column{
    display:flex!important;
    flex-direction:column;
    justify-content:center;
    align-content:center;
    align-items:center;
    height:100%;
}

section{
    width:100%;
}