.elementor-16173 .elementor-element.elementor-element-834bdae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:220px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16173 .elementor-element.elementor-element-58529b6 > .elementor-widget-container{padding:30px 30px 30px 30px;}.elementor-16173 .elementor-element.elementor-element-58529b6{text-align:center;}.elementor-16173 .elementor-element.elementor-element-03ac552{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:768px){.elementor-16173 .elementor-element.elementor-element-834bdae{--padding-top:100px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-45057e6 *//* Wrapper (opcjonalnie jeśli input jest w kontenerze) */
#placowki-search {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: block;

  padding: 18px 56px 18px 22px;
  font-size: 18px;
  line-height: 1.3;

  border-radius: 12px;
  border: 1px solid #dcdcdc;
  background-color: #fff;

  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: all .2s ease;
}

/* Placeholder */
#placowki-search::placeholder {
  color: #9aa0a6;
  font-weight: 400;
}

/* Focus */
#placowki-search:focus {
  outline: none;
  border-color: #1f4fd8;
  box-shadow: 0 8px 24px rgba(31,79,216,0.18);
}

/* Ikona lupy (pseudo-element) */
#placowki-search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239aa0a6' viewBox='0 0 24 24'%3E%3Cpath d='M21 20l-5.6-5.6a7.5 7.5 0 1 0-1.4 1.4L20 21l1-1zM10.5 17a6.5 6.5 0 1 1 0-13 6.5 6.5 0 0 1 0 13z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: right 18px center;
}

/* Mobile */
@media (max-width: 768px) {
  #placowki-search {
    font-size: 16px;
    padding: 16px 52px 16px 18px;
  }
}

#no-results {
  display: none;
  margin: 32px auto 0;
  max-width: 640px;
  padding: 24px 28px;

  text-align: center;
  font-size: 18px;
  line-height: 1.4;

  border-radius: 16px;
  background: #f6f8fb;
  color: #1f2937;

  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

#no-results strong {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
}
.search-wrapper {
  position: relative;
}
/* Wrapper podpowiedzi – dokładnie pod inputem */
#miasto-suggestions {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 8px);

  width: 100%;
  max-width: 760px;

  background: #fff;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.14);
  overflow: hidden;

  display: none;
  z-index: 9999;
}

/* pojedyncza podpowiedź */
#miasto-suggestions .item {
  padding: 14px 22px;
  font-size: 16px;
  cursor: pointer;
  transition: background .15s ease;
}

/* hover */
#miasto-suggestions .item:hover {
  background: #f1f5f9;
}

/* separator */
#miasto-suggestions .item + .item {
  border-top: 1px solid #eef1f5;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-cbb4d10 *//* kontener listy */
#placowki-lista {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 24px;
}

/* pojedyncza karta */
.placowka-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  padding: 18px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 1px 6px rgba(0,0,0,0.04);
  transition: box-shadow .3s ease;
}

/* hover efekt */
.placowka-item:hover {
  box-shadow: 0px 3px 12px rgba(0,0,0,0.08);
}

/* obrazek placówki */
.placowka-img img {
  width: 200px;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
}

/* treść i tekst */
.placowka-content {
  flex: 1;
  min-width: 260px;
}

.placowka-content h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #0f2231;
}

.placowka-content .adres,
.placowka-content .miasto {
  margin: 6px 0 0;
  font-size: 15px;
  color: #5a5a5a;
}

/* przyciski */
.placowka-actions {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.placowka-actions a.btn-primary,
.placowka-actions a.btn-outline {
  padding: 10px 18px;
  font-size: 15px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}

/* niebieski główny */
.placowka-actions a.btn-primary {
  background: #003366;
  color: #fff;
}

/* outline */
.placowka-actions a.btn-outline {
  border: 1px solid #003366;
  color: #003366;
}

/* mobilne ułożenie */
@media (max-width: 768px) {
  .placowka-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .placowka-img img {
    width: 100%;
    height: auto;
  }
}
/* === MOBILE FIX: przyciski zawsze w jednej linii === */
@media (max-width: 768px) {

  .placowka-actions {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    width: 100% !important;
  }

  /* UMÓW WIZYTĘ ONLINE – SZERSZY */
  .placowka-actions .btn-online {
    flex: 2 1 0 !important;   /* <-- 2 części */
    min-width: 0 !important;
  }

  /* ZADZWOŃ – WĘŻSZY */
  .placowka-actions .btn-phone {
    flex: 1 1 0 !important;   /* <-- 1 część */
    min-width: 0 !important;
  }

  /* wspólne bezpieczeństwo */
  .placowka-actions a {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding: 12px 8px !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
    text-align: center !important;
  }
}


.miasto{
    display:none;
}/* End custom CSS */