.leaflet-popup-content-wrapper {
    padding: 2px 1px 2px 2px;
    text-align: left;
    border-radius: 16px;
}

.leaflet-popup-content {
    margin: 0px;
}

.leaflet-container a.leaflet-popup-close-button {
    top: -10px;
    right: -10px;
    background: #fff;
    z-index: 99;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.192);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 4px 5px;
}
.leaflet-container a {
    color: #0056ae;
}

.leaflet-popup-content .object {
      width: 240px;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      position: relative;
      margin: 0px 0px 0px;
      margin-top: 0px;
      background: transparent;
      z-index: 1;
      padding: 0px 0 0 0;
  }
  .leaflet-popup-content .object * {
      text-decoration: none
  }
  .leaflet-popup-content .object.no-footer {
      padding-bottom: 10px;
  }
  .leaflet-popup-content .object .object-image {
      min-height: 180px;
  }
  .leaflet-popup-content .object .object-image img {
      width: 100%;
      border-radius: 14px 14px 0 0 ;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -ms-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
  }
  .leaflet-popup-content .object .object-image a:hover img {
      opacity: 0.9;
  }
  .leaflet-popup-content .object .object-section {
      position: relative;
      margin-top: 0px;
      display: block;
      font-size: 14px;
      /*width: calc(100% - 35px);*/
      width: 100%;
      padding: 10px 20px 15px 15px;
      z-index: 2;
  }
  .leaflet-popup-content .object-logo {
      position: absolute;
      top: -65px;
      left: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 75px;
      height: 70px;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
      overflow: hidden;

  }
  .leaflet-popup-content .object-logo img {
      max-width: 65px;
      max-height: 60px;
  }
  .leaflet-popup-content .object-title-header {
      display: block;
      width: 100%;
  }

  .leaflet-popup-content .object .object-section .object-title {
      position: relative;
      display: block;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.1;
      padding: 0em 0px 0 0;
      margin: 0 0 5px 0px;
      letter-spacing: 0px;
      text-transform: none;
  }
  .leaflet-popup-content .object .object-section  a .object-title,
  .leaflet-popup-content .object .object-section .object-title > a {
      color: #042824;
  }

  .leaflet-popup-content .object .object-section .object-title a:hover {
      color: #0056ae;
  }
  .leaflet-popup-content .object .object-section a:hover .object-title {
      color: #0056ae;
  }
  .leaflet-popup-content .object .object-section .object-title.title-small {
      font-size: 16px;
      line-height: 1.3;
  }
  .leaflet-popup-content .object-title-breadcrumb {
      list-style: none;
      margin:10px 0 5px;
      padding-inline-start: 0px;
      display: flex;
      align-items: center;
      font-size: 12px;
      color: rgba(4, 40, 36, 0.7);
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  }
  .leaflet-popup-content .object-title-breadcrumb li:before {
      content: " - ";
      margin-left: 4px;
  }
  .leaflet-popup-content .object-title-breadcrumb li:first-child:before {
      display: none;
  }

  /* USP Listing */
  .leaflet-popup-content .object .object-usp-list {
      display: block;
      font-size: 12px;
      position: relative;
      margin: 5px 0 5px;
      padding-inline-start: 0px;
      z-index: 2;
  }


  .leaflet-popup-content .object .object-usp-list li {
      display: block;
      position: relative;
      padding: 0px 0 0 16px;
      font-size: 12px;
      color: #042824;
  }
  .leaflet-popup-content .object .object-usp-list li img {
      position: absolute;
      top: 3px;
      left:0;
      width: 12px;
  }
  .leaflet-popup-content .object-section strong {
      float: right
  }

  .leaflet-attribution-flag {
    display: none !important;
  }

  @media (max-width: 767px) {
    .leaflet-popup-content .object {
        width: 200px;
    }
    .leaflet-popup-content .object .object-image {
        min-height: 160px;
    }
    .leaflet-popup-content .object-logo {
        position: absolute;
        top: -55px;
        left: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
        overflow: hidden;
  
    }
   .leaflet-popup-content  .object-logo img {
        max-width: 40px;
        max-height: 40px;
    }
    .leaflet-popup-content .object .object-section .object-title {
        font-size: 14px;
    }
    .leaflet-popup-content .object .object-usp-list li {
        display: block;
        position: relative;
        padding: 0px 0 0 13px;
        font-size: 10px;
        color: #042824;
    }
    .leaflet-popup-content .object .object-usp-list li img {
        width: 10px;
    }
  }