.bg-blue-light {
    background: #F0F6FF;
}

.state-active {
    stroke: #FF0067 !important;
    stroke-width: 2 !important;
    fill: #FFD700 !important; /* Optional: change fill color when active */
  }
  .custom-popup {
    font-size: 16px;
    font-family: 'Lato';
  }
  .xmark_sm {
    display: none;
  }
  div#tt_sm_map {
    width: 285px;
  }
  body .tt_sm {
    background: #fff !important;
    opacity: 1;
    border-radius: 5px;
    border-top-left-radius: 24px;
    padding: 30px 25px;
  }

.tt_custom_sm,
body .tt_name_sm,
.state-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0E3D6B;
    font-family: 'Lato';
}

.tt_custom_sm,
.tt_name_sm {
    margin-bottom: 0;
}

.location-address {
    font-size: 16px;
    line-height: 19px;
    color: #6E8BA6;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}
.location-address svg {
    position: absolute;
    left: 0;
    top: 3px;
}

.tt_sm:before {
    content: none;
    position: absolute;
    top: 15px;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
}

#mapworld_access,
#map_access {
    display: none !important;
}

.tt_sm > div:first-child {
    display: none;
}

.tt_sm.default-tt-details > div:first-child {
    display: block;
}

.location-address p a {
    font-size: 16px;
    font-weight: normal;
    color: #0665EA;
}

#mapworld,
#map {
    display: none;
    margin-top: var(--section-margins);
}

.for-mobile .section-padding img {
    margin-inline: auto;
}

.fx-accordion__panel__content .btn-link {
    margin-top: 25px;
    display: block;
}

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

    #mapworld,
    #map {
        display: block;
    }
}