/*
    ©4S Software 2005
    Green Wave doo
 */

/* whole document */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
    /*font-size: small;*/
}

/* Left Side container - Desktop menu */
.container {
    display: flex;
    min-height: 100vh;
}

/* Left Column - Desktop menu */
.left-column {
    flex: 0 0 300px;
    padding: 20px;
    position: sticky;
    top: 0;
    height: 100vh;
    color: white;
    z-index: 10;
}

/* Right Column - Desktop content */
.right-column {
    flex: 1;
    background: #fffffe;
}

/* Mobile Header */
.mobile-header {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    position: sticky;
    top: 0;
    z-index: 100;
}

/* Hamburger Icon */
#menu-toggle {
    display: none;
}

.hamburger {
    display: none;
    cursor: pointer;
    padding: 10px;
    position: relative;
    z-index: 101;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background: white;
    margin: 5px 0;
    transition: 0.3s;
}

/* Mobile menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100vh;
    transition: 0.3s;
    padding: 60px 20px 20px;
    text-transform: uppercase;
    font-size: small;
    z-index: 99;
}
.mobile-header-logo {
    width:50%;
    float:left;
    margin-left: 1vw;
    box-sizing: border-box;
}

.mobile-menu-home {
    text-transform: uppercase;
    /*font-size: small;*/
    font-weight: 600;
    margin-top: 2vw; 
}
.mobile-social-icons {
    width: 50%;
    margin: 10vw auto 0 auto;
}


/* Menu Toggle Logic */
#menu-toggle:checked ~ .mobile-menu {
    right: 0;
}

#menu-toggle:checked + .mobile-header .hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

#menu-toggle:checked + .mobile-header .hamburger span:nth-child(2) {
    opacity: 0;
}

#menu-toggle:checked + .mobile-header .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* detail tag */
details {
    max-width: 500px;
    overflow: hidden; /* Keep this line to prevent an odd blue outline around the element in Safari. */
  }

  summary {
    display: block;
  }

  summary::-webkit-details-marker {
    display: none;
  }

  summary span {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0.5rem;
    /*background: #444;*/
    color: #fff;
    /*height: 4rem;*/
    line-height: 2.5rem;
  }

  summary span:hover {
    cursor: pointer;
  }

  summary span::after {
    content: "►";
    font-size: 1rem;
    transform:scale(0.45,0.75); /* transform character width, height */
    width:.1rem;
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
    transition: rotate 200ms 400ms ease-out;
    right: -5vw;
    position: relative;
  }

  div.content {
    box-sizing: border-box;
    max-width: 500px;
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
    /*border: 2px solid transparent;*/
    transition: max-height 500ms/*, border 0ms 400ms linear*/;
  }

  details[open] + div.content {
    max-height: 800px; /* Set a max-height value enough to show all the content */
    /*border-color: #888;*/
    transition: max-height 2s/*, border 0ms linear*/;
  }

  details[open] summary span::after {
    rotate: 90deg;
    transition: rotate 300ms ease-out;
  }

  /* Navigation */
.nav-menu {
    list-style: none;
}

.nav-item {
    position: relative;
    margin: 10px 0;
}

.nav-link {
    color: white;
    text-decoration: none;
    padding: 10px;
    display: block;
}

/* Desktop menu */
.desktop-logo {
    margin:1.15vw 0 0.7vw 0.5vw; 
    width: 90%;
}

.left-column-home {
    text-transform: uppercase;
    font-weight: 600;
    font-size: small;
}

.nav-link-home {
    margin: 0 0 0 0.5vw;
}
.nav-link-home-caret {
    float: left;
    margin-left:5.5px;
    margin-right: 3px;
}
.nav-link-home-caret-menu {
    float: left;
    width: 90%;
    box-shadow: 0 0 12px rgba(0,0,0,.2);
}

.nav-link-home-desktop-menu {
    color: #777;
    background-color: white;
}
.desktop-contact {
    margin: 15vw 0 50px -1vw;
    text-align: center;
    font-size: .75rem;
}
/*
.desktop-contact-call {
    margin: 0 0 0 0.5vw;
    font-size: 1.15rem;
}
*/
.desktop-contact-phone {
    margin: -1vw 0 0 0.5vw;
    font-size: 1.15rem;
    color: white;
    text-decoration: none;
}
.desktop-social-icons {
    width: 33.3333%;
    margin: 0 auto 0 auto;
    font-size: .85rem;
}
.desktop-carret-left {
    float: left;
    margin-left:5.5px; 
    margin-right: 2px;
}
.desktop-carret-right {
    float: right;
}
.desktop-submenu-shadow {
    float: left; 
    width: 90%; 
    box-shadow: 0 0 12px rgba(0,0,0,.2);
}

/* Desktop Submenu */
.submenu {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
    list-style: none;
    opacity: 0;
    transform: translateX(-10px);
    transition: 0.3s;
    pointer-events: none;
}

.nav-item:hover .submenu {
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
}

/* START Responsive Design */

/* 1200px */
@media (max-width: 1200px) {
    .slider_container {
        height: calc(100vw/2.5) !important;               
    }
    .pic {
        top: calc(100vw/-15) !important;
    }
}

@media (min-width:768px) {
    .mobile-menu {
        display: none;
    }
}

/* 768px */
@media (max-width: 768px) {
    .left-column {
        display: none;
    }

    .mobile-header {
        display: flex;
    }

    .hamburger {
        display: block;
    }

    .submenu {
        position: static;
        background: #555;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s;
    }

    .nav-item:focus-within .submenu {
        max-height: 500px;
    }

    .slider_container {
        /* height: 35vh !important; */
        height: calc(100vw/1.75) !important;        
    }
}

/* END Responsive Design */

/* START HOME AND BRONHOGEN */
.mobile-header-home, .mobile-menu-home, 
.left-column-home, .nav-link-home {
    background-color: #1F73BE;
}
/* END HOME AND BRONHOGEN */

/* START KARDIOGEN */
.mobile-header-kardiogen, .mobile-menu-kardiogen, 
.left-column-kardiogen, .nav-link-kardiogen {
    background-color: #d63871;
}
/* END KARDIOGEN */

/* START NORMOFTAL */
.mobile-header-normoftal, .mobile-menu-normoftal, 
.left-column-normoftal, .nav-link-normoftal {
    background-color: #009D42;
}
/* END NORMOFTAL */

/* START PANKRAGEN */
.mobile-header-pankragen, .mobile-menu-pankragen, 
.left-column-pankragen, .nav-link-pankragen {
    background-color: #CC2FC1;
}
/* END PANKRAGEN */

/* START TESTAGEN */
.mobile-header-testagen, .mobile-menu-testagen, 
.left-column-testagen, .nav-link-testagen {
    /*background-color: #1F73BE;*/
    background-color: #016CA4;
}
/* END TESTAGEN */

/* START VEZILUT */
.mobile-header-vezilut, .mobile-menu-vezilut, 
.left-column-vezilut, .nav-link-vezilut {
    /*background-color: #1F73BE;*/
    background-color: #C84801;
}
/* END VEZILUT */

/* START slider */
.slider_container {
    height:35vw;
    align-items:self-end;
    justify-content: space-between;
    display:flex;
    width:100%;
    overflow: hidden;
    position: relative;
  }
  .pic {
    position: absolute; width:100%; height:auto; top: calc(100vw/(-11));
  }
  .pic-ctn {
    margin-top: 15vh;
  }
  .pic-ctn > img {
    opacity: 0;
    animation: display 10s infinite;
  }
  
  .svg {
    transform:rotate(180deg);
    /*position:relative;*/
    z-index:1;
  }

  .svg_path {
    transform:rotate(0deg); 
    transform-origin:center;
    fill:white;
  }

  @keyframes display {
    0% {
      transform: translateX(200px);
      opacity: 0;
    }
    10% {
      transform: translateX(0);
      opacity: 1;
    }
    20% {
      transform: translateX(0);
      opacity: 1;
    }
    30% {
      transform: translateX(-200px);
      opacity: 0;
    }
    100% {
      transform: translateX(-200px);
      opacity: 0;
    }
  }
  
  img:nth-child(2) {
    animation-delay: 2s;
  }
  img:nth-child(3) {
    animation-delay: 4s;
  }
  img:nth-child(4) {
    animation-delay: 6s;
  }
  img:nth-child(5) {
    animation-delay: 8s;
  }
  /* END slider */

  /* START home rows */
.home_first_row {
    display:flex;
    flex-direction: row;
    justify-content:space-around;
    align-items:center;
    flex-wrap: wrap;
}

.home_other_rows {
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items:center;
}

.home_first_row > div.box > p {
    font-family: Arial, Helvetica, sans-serif;
}

.home_other_rows > div.box > p {
    font-family: Arial, Helvetica, sans-serif;
}

.paragraph_1 {
    font-size: 16pt;
    font-style:italic; 
    font-weight: 600; 
    text-align:left;
}

.paragraph_2 {
    font-size: 12pt; 
    text-align:left; 
    margin-top: 14px;
}

.paragraph_3 {
    font-size: 12pt; 
    text-align:left; 
    margin-top: 10px;
}

.home_all {
    width: 100%;
    height:auto;
}
.box{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width:25rem;
    min-width:18rem;
    margin: 10px;
    text-align: center;        
}

@media (max-width: 1200px) {
    .home_other_rows {
        flex-direction: column;
    }
}
/* END home rows */

/* START hover elements */
.art {
    width:70%; 
    box-sizing: border-box;
    transition: 3000ms ease-in;
}
.art_paragraph_first {
    font-size:xx-large; 
    font-weight: 600; 
    margin-top: 1.25rem;
}
.art_paragraph_second {
    font-size:medium; 
    margin-top: 1.15rem;
}
.art:hover {
    scale: calc(100% / 1.1);
    transition: 300ms linear;
}
.art:not(:hover) {
    transition: 300ms linear;
}
button {
    background-color: #5bc0de;
    color: white;
    border: none;
    border-radius: 5px;
    margin-top: 1.15rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    width: 10rem;
    height: 3rem;
    line-height: 3rem;
    text-transform: uppercase;
}
button:hover {
    background-color: #0165BF;
    transition: 300ms linear;
}
button:not(:hover) {
    transition: 300ms linear;
}
/* END hover elements */

/* START greenvawe */
.greenvawe_start_separator {
    height:10rem;
}
.greenvawe_end_separator {
    height:7rem;
}

.greenvawe_inner_start_separator {
    height:3rem;
}

.greenvawe_inner_end_separator {
    height:2rem;
}

.greenvawe_bgd {
    height:3rem;
    color: #444;
}

.home_other_rows > div.greenvawe {
    background-color: #EEE;
    border-radius: 10px;
    width:100%;
    box-shadow: 0 0 50px 5px #DDD inset;
}
/* END greenvawe */

/* START footer */
.footer {
    background-color: #EEE;
    text-align: center;
    font-size: 1rem;
    box-shadow: 0 0 50px 5px #DDD inset;
}
.footer > p {
    padding: 2vw 0 0 0;
    line-height: 5rem;
}
.footer > div {
    line-height: 1rem;
    height:5rem;
    vertical-align: middle;
}
.footer > div > a {
    text-decoration: none;
    color: black;
}

.footer > div {
    animation: pulse 2s infinite;
    overflow: hidden;
    width:30%;
    margin: auto;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}
/* END footer*/

.hero-img {
    width:95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

.hero-img-qa {
    width:80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    /*background-color: beige;*/
}

.hero-img-in {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hero-img-in-in {
    float: right;
    margin-left: 20px;
}

.item-container {
    font-family: Arial, Helvetica, sans-serif;
    padding: 1vw 0 0 0;
}

.item-heading {
    font-family: inherit;
    font-size: 2.25rem;
    font-weight: 800;
    padding-left: 5vw;
}

.spacer {
    margin: 0 0 0 4vw;
}

.item-higlight {
    margin: 2vw 0 0 0; 
    border-left: #DDD 5px solid; 
    padding-left: 1rem; 
    line-height: 150%; 
    font-size: 1.15rem; 
    font-style: italic;
    margin: 3vw 0 0 3vw;
}

.item-higlight > div {
    padding: 1vw 10vw 1vw 0;
}

.item-summary {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    width:85%;
}

.item-summary-heading-position {
    font-family: inherit;
    /*flex:0 0 75%;*/
    padding: 0 0 0 5vw;
    text-align: left;
    padding-left: 0;
}

.item-summary-heading-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    margin: 3rem 0 1rem 0;
}

.item-summary-heading-text-1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    margin: 3rem auto 1rem 50px;
    width: 60vw;
    /*position: relative;
    left:9vw;*/
}

.item-summary-heading-list {
    margin: 0 0 0 3rem;
}

.item-summary-heading-paragraph-1 {
    margin: 3vw 0 0 0;
    text-indent: 30px;
}

.item-summary-heading-paragraph-2 {
    margin: 1vw 0 0 0;
    text-indent: 30px;
}

.item-summary-heading-paragraph-3 {
    margin: 1vw 0 0 0;
    text-indent: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-right: 5vw;
    /*padding-left: 9vw;*/
    margin-top: 0;
    width:60vw;
}

.img-pulse-container {
    box-sizing: border-box;
    position: relative;
    top:3rem;
    left: 2.25vw;
}

.img-pulse {
    box-sizing: border-box;
    margin-top: 50px; 
    margin-bottom: 10px;
    width: calc(100vw/5.5);
    position: relative;
    animation: pulse 2.5s linear infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
}

.item-composition {
    display: flex;
    flex-direction: column;
    width: 95%;
    padding: 0 0 0 5vw;
    position: relative;
    box-sizing: border-box;
}

.item-composition-heading > p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    margin: 2vw 0 0 14px;
}

.item-composition-heading-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    text-indent: 0px;
    margin: .5vw 0 0 44px;
}

.item-pdf {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 calc(5vw + 14px);
    position: relative;
    box-sizing: border-box;
}

.item-pdf-inner {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 3vw 0 0 0;
}

.item-pdf-inner > ol > li {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    width: 90%;
}

.item-pdf-inner > a {
    font-family: inherit;
    text-decoration: none; 
    color:#444;
}

.item-other {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 calc(5vw + 14px);
    margin-bottom: 3vw;
}

.item-other > div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.0rem;
    font-weight: 800;
    margin: 3vw 0 0 0;
}

/* Bottom slider */
.bottom-carousel {
    max-width: 55vw;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1px;
}

.slides {
    display: flex;
    transition: transform 0.5s linear;
    animation: slide 16s infinite;
    font-size: 1vw;
}

.bottom-carousel:hover .slides {
    animation-play-state: paused;
}

.card {
    width: 33.33%; /* Ensure 3 cards in a row */
    flex-shrink: 0;
    padding: 1vw;
    margin-right: 10px;
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    border: 1px solid #ddd;;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    box-sizing: border-box;
    height:calc(100vw/7);
}

.card > div {
    padding-top: 1vw; box-sizing: border-box;
}

.card > div > a > img {
    box-sizing: border-box; width: 50%;
}

.card > img {
    box-sizing: border-box;
    width: 50%;
    padding-top: calc(100%/15);
}

@keyframes slide {
    0% {
    transform: translateX(0);
    opacity: 1;
  }
  19% {
    transform: translateX(calc(-33.3333% - 10px));
    opacity: 1;
  }
  38% {
    transform: translateX(calc(-66.6666% - 20px));
    opacity: 1;
  }
  57% {
    transform: translateX(calc(-99.9999% - 30px));
    opacity: 1;
  }
  76% {
    transform: translateX(calc(-133.3333% - 40px));
    opacity: 1;   
  }
  97% {
    transform: translateX(calc(-166.6666% - 50px));
    opacity: 1;
  }
  100% {
    transform: translateX(calc(-166.6666% - 50px));
    opacity: 1;
  }

}

.item-container-plus {
    margin-left: 0;
    padding-left: 0;
}

.item-heading-plus {
    padding: 0;
    margin: 4.5vw 0 3vw 0;
    width:70vw;
    margin-left: auto;
    margin-right: auto;
}

.right-column-div {
    width:70vw;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    /*margin-left: calc(5vw + 14px);*/
    padding-right: 5vw;
}

.right-column-div-plus {
    width:70vw;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    /*margin-left: calc(5vw + 14px);*/
}

.right-column-div > div {
    float: left;
    margin: 0 20px 0px 0;
    width: 140px;
}

.right-column-div > div > img {
    width: 100%;
}

.right-column-div > ul {
    padding-left: 2em;
    float:inline-start;
}

.right-column-div > ul > li > a {
    color:black;
    text-decoration: none;
}

#vladimir {
    font-size: .85rem;
    color:#777;
    font-style: italic;
    text-align: center;
}

.item-summary-heading-text-plus {
    margin: 4.5vw 0 3vw 0;
    width:70vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
}

.item-pdf-inner > ol {
    margin-top: -1.5vw;
    width:70vw;
    margin-left: auto;
    margin-right: auto;
}

.item-pdf-inner > ol > li {
    margin: 21px 0 57px 0em;
}

.item-pdf-inner > ol > li > p {
    font-size: 1rem;
    font-weight: normal !important;
}

    /* container */
    .responsive-three-columns {
        display:flex;
        width:80%;
        margin-left: auto;
        margin-right: auto;
        flex-wrap:wrap;
        justify-content: space-between;
        justify-self: center;
    }
    
    /* columns */
    .responsive-three-columns > * {
        width:100%;
        padding:1rem;
    }
    
    /* tablet breakpoint */
    @media (min-width:768px) {
        .responsive-three-columns > * {
            width:calc(100% / 3);
        }
    }

    @media (min-width:767px) {
        .qa-a {
            /*margin-left: 130px !important;*/
            padding-left: 140px !important;
        }
    }

    @media (min-width:1200px) {
        .qa-a {
            /*margin-left: 130px !important;*/
            padding-left: 190px !important;
        }
    }

    
    @media (min-width: 1201px) {
        .qa-a {
            /*margin-left: 130px !important;*/
            padding-left: 420px !important;
        }
    }

    /* MAELIA APOTEKE CSS */
    .maelia-container {
        text-align: center;
        margin: 20px 0;
        padding: 15px 0;
    }

    .maelia-dropdown-btn {
        background-color: #2c7a7b;
        color: white;
        padding: 12px 25px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        transition: all 0.3s;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        display: inline-block;
    }

    .maelia-dropdown-btn:hover {
        background-color: #285e61;
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0,0,0,0.25);
    }

    .maelia-modal {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        max-width: 600px;
        height: auto;
        max-height: 80vh;
        background-color: #ffffff;
        z-index: 10000;
        border-radius: 12px;
        box-shadow: 0 15px 40px rgba(0,0,0,0.4);
        overflow: hidden;
        border: 2px solid #e0e0e0;
    }

    .maelia-modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 25px;
        border-bottom: 1px solid #e0e0e0;
        background-color: #f8f9fa;
        position: sticky;
        top: 0;
        z-index: 10001;
    }

    .maelia-modal-title {
        font-weight: bold;
        color: #2c7a7b;
        font-size: 20px;
    }

    .maelia-close-btn {
        background: none;
        border: none;
        color: #666;
        font-size: 26px;
        cursor: pointer;
        padding: 0;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: background-color 0.2s;
    }

    .maelia-close-btn:hover {
        background-color: rgba(44, 122, 123, 0.1);
        color: #2c7a7b;
    }

    .maelia-modal-content {
        max-height: calc(80vh - 70px);
        overflow-y: auto;
        padding: 15px 0;
        scroll-behavior: smooth;
        position: relative;
        z-index: 10000;
    }

    .maelia-modal-content a {
        color: #333;
        padding: 14px 25px;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #f0f0f0;
        transition: all 0.2s;
        position: relative;
        z-index: 10002;
    }

    .maelia-modal-content a:hover {
        background-color: rgba(44, 122, 123, 0.1);
        padding-left: 30px;
        color: #2c7a7b;
    }

    .maelia-city {
        font-weight: bold;
        color: #2c7a7b;
        display: block;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .maelia-address {
        font-size: 14px;
        color: #666;
        display: block;
    }

    .maelia-modal-content::-webkit-scrollbar {
        width: 8px;
    }

    .maelia-modal-content::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .maelia-modal-content::-webkit-scrollbar-thumb {
        background: #2c7a7b;
        border-radius: 4px;
        transition: background 0.3s;
    }

    .maelia-modal-content::-webkit-scrollbar-thumb:hover {
        background: #285e61;
    }

    .maelia-modal-content {
        scrollbar-width: thin;
        scrollbar-color: #2c7a7b #f1f1f1;
    }

    .maelia-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
        z-index: 9999;
    }

    body.modal-open {
        overflow: hidden;
    }

    .maelia-modal * {
        position: relative;
        z-index: 10001;
    }

    @media (max-width: 768px) {
        .maelia-modal {
            width: 90%;
            max-height: 85vh;
        }
        
        .maelia-modal-content {
            max-height: calc(85vh - 70px);
        }
        
        .maelia-modal-header {
            padding: 15px 20px;
        }
        
        .maelia-modal-title {
            font-size: 18px;
        }
    }

    @media (max-width: 480px) {
        .maelia-modal {
            width: 95%;
            max-height: 90vh;
        }
        
        .maelia-modal-content {
            max-height: calc(90vh - 70px);
        }
        
        .maelia-modal-title {
            font-size: 16px;
        }
        
        .maelia-city {
            font-size: 15px;
        }
        
        .maelia-address {
            font-size: 13px;
        }
        
        .maelia-modal-content a {
            padding: 12px 20px;
        }
    }