body{
    --brand-color: #2AB159;
    --alt-color: #E3EEE7;
    --cta-color: #FE7B1F;
} 
.map-plugin-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
}

.punkty-pobran-wrapper {
    width: 100%;
    height: 100%;
    max-height: 600px;
    border: 1px solid #9FDDB5;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.wpgmza-marker-listing-category-filter {
    display: none;
}
#wpgmza_map_1 {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    float: none !important;
    margin: 0 auto !important;
    display: block !important;
}
div#wpgmza_map_1 {
    width: 100% !important;
    height: 100% !important;
    float: right;
    clear: none !important;
}

.wpgmza_map + div {
    display: none !important;
}
.punkty-pobran-left-col {
    width: 100%;
    flex-shrink: 0;
}
.punkty-pobran-right-col {
    flex-grow: 1;
    position: relative;
    min-width: 300px;
    height: 600px;
    overflow: hidden;
    display: flex;
}

.punkty-pobran-left-col__top,
.punkty-pobran-left-col__bottom {
    padding: 15px;
}
.punkty-pobran-left-col__top {
    display: flex;
    background-color: var(--alt-color);
    font-weight: 600;
    gap: 10px;
}

.punkty-pobran-searchbar {
    width: 100%;
    max-width: 346px;
    max-height: 40px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    border-color: var(--brand-color);
    border: 1px solid var(--brand-color);
    overflow: hidden;
}
.punkty-search-btn {
    background: none;
    border: none;
    display: inline-flex;
}
.punkty-pobran-location-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border-color: var(--brand-color);
    border: 1px solid var(--brand-color);
    background: #fff;
}
.punkty-pobran-searchbar input {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    margin: 0px;
    border: none;
    border-radius: 10px;
    overflow-x: clip !important;
    overflow-y: clip !important;
}
.punkty-pobran-left-col__bottom {
    max-height: 528px;
    overflow-y: scroll;
    scrollbar-color: var(--brand-color) #0314240D;
}
.punkty-pobran-left-col__bottom::-webkit-scrollbar-button {
    display: none;
}
.punkty-pobran-list {
    list-style: none;
    counter-reset: step-counter;
    padding: 0;
    margin: 0;
}
.punkty-pobran-item {
    display: flex;
    column-gap: 10px;
    position: relative;
    counter-increment: step-counter;
    padding: 20px 0px !important;
    background: none !important;
}
.punkty-pobran-address {
    font-weight: 400;
}
.punkty-pobran-item > div {
    column-gap: 15px;
}
.punkty-pobran-item:last-child {
    padding-bottom: 5px !important;
}
.punkty-pobran-item:not(:last-child) {
    border-bottom: 1px solid #EAEAEA;
}
.punkty-pobran-item::before {
    content: counter(step-counter);
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: var(--brand-color);
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
.punkty-pobran-item address {
    font-style: normal;
}
.punkty-pobran-distance {
    position: relative;
    color: #666;
    font-size: 14px;
    margin-left: 5px;
}
.punkty-pobran-distance:before {
    content:'';
    display: inline-block;
    position: relative;
    background: url('https://testdna.pl/img/road-map-icon.png') no-repeat;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    margin-right: 5px;
}

.punkty-pobran-item .punkty-pobran-name {
    color: #031424;
    font-weight: 700;
}
.punkty-pobran-row-btns {
    display: flex;
    gap: 10px;
}
.btn--cta, 
.btn--alt {
    width: 87px;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 12px;
    font-weight: 700;
}
.btn--alt {
    background: #fff;
    border: 1px solid #0314244D;
}
.btn--cta {
    background-color: var(--cta-color);
    border: none;
    color: #fff;
}
.no-point-box h3 {
    font-size: 18px !important;
}
.no-point-box p {
    font-size: 17px !important;
}


.wpgmza-infowindow .wpgmza_infowindow_title {
    display: none;
}
.gm-fullscreen-control {
    display: none;
}
.gm-style-iw.gm-style-iw-c {
    max-width: none !important;
    width: 282px;
    padding: 0px;
}
.gm-style .gm-style-iw-d,
.gm-style-iw-chr {
    padding: 15px 20px;
}
.gm-style-iw-chr {
    height: 54px;
    background: #F1F6F3;
    align-items: center;
    border-bottom: 1px solid #D5D5D5;
}
.gm-style-iw-ch {
    padding: 0px;
    position: relative;
    height: 19px !important;
}
.gm-style-iw-ch:before {
    content: 'Zaznaczony punkt';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 218px;
    font-size: 16px;
    font-weight: 700;
}
.gm-ui-hover-effect {
    width: initial !important;
    height: initial !important;
}
.gm-ui-hover-effect > span {
    margin: 0px !important;
}
.wpgmza_infowindow_link,
.wpgmza_infowindow_description,
.wpgmza_infowindow_categories {
    display: none;
}
.gm-style-iw-d .btn--cta {
    width: 142px;
    justify-content: center;
    font-family: 'Mulish';
}
.wpgmza-store-locator {
    display: none !important;
}
.show-list-btn-mobile {
    position: absolute;
    bottom: 70px;
    z-index: 999;
    background: var(--brand-color);
    color: #fff;
    border: none;
    padding: 13px 20px;
    left: 0;
    right: 0;
    max-width: 280px;
    margin: 0 auto;
    font-weight: 700;
}

.close-points-list-btn {
    background: none;
    border: 0;
}


/* .umow-badanie-map-form .global-form-v2 .wb-form-v2-stores-wrap {
    margin-top: 0px;
} */

.umow-badanie-map-form  .global-form-v2 .wb-form-v2-stores-wrap .stores-input-wrap-hospital .select2 {
    border: 2px solid var(--brand-color);
}

@media screen and (min-width: 991px) {
    .punkty-pobran-left-col {
        width: 426px;
    }
    .punkty-pobran-wrapper {
        flex-direction: row;
    }
}


@media screen and (max-width:991px) {
    .punkty-pobran-left-col__bottom,
    .gmnoprint {
        display: none;
    }
    .punkty-pobran-left-col__bottom.active {
        display: block;
    }
    .umow-badanie-map-form .global-form-v2 .wb-form-v2-products-lists {
        padding-top: 20px !important;
    }
}



/*  ▸ zielona ramka + układ nagłówka
   ──────────────────────────────────────────────── */
   .wb-form-v2-selected-point            {padding: 20px 40px 0;}
.wb-form-v2-selected-point .step-title{font-weight:700;font-size:18px;margin:0 0 12px;}
.selected-point-box{
    border:2px solid var(--brand-color,#2AB159);
    border-radius:8px; padding:18px 22px; line-height:1.45;
    display:flex; flex-direction:column; gap:6px;
    margin: 0px 20px;
}

.selected-point-box span {
    font-size: 16px;
}
.selected-point-box.is-empty{border-style:dashed;color:#757575;border: 1px solid #d5d5d5;}
.change-point-btn{
    align-self:flex-start; background:none;border:0;padding:0;
    color:#2AB159;font-weight:600;cursor:pointer;font-size:14px;
}
/* .umow-badanie-map-form .global-form-v2 .wb-form-v2-services-types .services-type-radio .service-type-item {
    display: none;
} */
@media(max-width:575px){
    .selected-point-box{font-size:14px; padding:16px;}
}
/*  */

.plug-map-form-wrapper.has-badanie .global-form-v2 .wb-form-v2-products-select,
.plug-map-form-wrapper.has-badanie .global-form-v2 .select-wrap > span {
    display: none;
}


.no-points-home-visit-banner {
  background-color: white;
  border-radius: 8px;
  padding: 16px;
  max-width: 360px;
}

.no-points-home-visit-banner .banner-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.no-points-home-visit-banner .banner-subtitle {
  font-size: 14px;
  margin: 0 0 20px 0;
  line-height: 1.4;
}

.no-points-home-visit-banner .home-visit-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color:var(--cta-color);
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.no-points-home-visit-banner .home-visit-btn-icon {
  width: 20px;
  height: 20px;
}