.elementor-614 .elementor-element.elementor-element-8ef473d{--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;}.elementor-614 .elementor-element.elementor-element-86e36f5{--spacer-size:30px;}.elementor-614 .elementor-element.elementor-element-67b537e{--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;}.elementor-614 .elementor-element.elementor-element-e1e9442{--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;}.elementor-614 .elementor-element.elementor-element-a24328f{--spacer-size:30px;}/* Start custom CSS for container, class: .elementor-element-67b537e *//* ===============================
   REZERWACJA - ZIELONA MILA
   Sekcja: #plannyy
   Bezpieczna wersja - nie psuje popupu
================================ */

#plannyy {
  background: #f6f3ec;
  padding: 40px 15px;
  font-family: inherit;
}

#plannyy .e-con-inner {
  max-width: 1180px;
  margin: 0 auto;
}

/* Główne pudełko */
#plannyy .tsi-booking-wrap {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(45, 35, 25, 0.10);
  border: 1px solid rgba(116, 91, 62, 0.14);
}

/* Formularz wyszukiwania */
#plannyy .tsi-booking-search {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  align-items: end;
  background: #efe8da;
  padding: 18px;
  border-radius: 18px;
  margin-bottom: 28px;
  border: 1px solid rgba(121, 93, 60, 0.18);
}

#plannyy .tsi-booking-search input {
  width: 100%;
  height: 48px;
  border: 1px solid #d9c9b4;
  border-radius: 12px;
  padding: 0 14px;
  font-size: 15px;
  background: #fff;
  color: #30251b;
  outline: none;
  transition: 0.25s ease;
}

#plannyy .tsi-booking-search input:focus {
  border-color: #8a653f;
  box-shadow: 0 0 0 3px rgba(138, 101, 63, 0.16);
}

#plannyy .tsi-booking-search button {
  height: 48px;
  border: none;
  border-radius: 12px;
  background: #6f8f3d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s ease;
  box-shadow: 0 8px 18px rgba(80, 120, 45, 0.22);
}

#plannyy .tsi-booking-search button:hover {
  background: #587832;
  transform: translateY(-1px);
}

/* Wyniki */
#plannyy .tsi-results {
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #e7dccd;
  background: #fff;
}

/* Wiersze tabeli */
#plannyy .tsi-row {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 0.8fr;
  align-items: stretch;
  border-bottom: 1px solid #eadfce;
  background: #fff;
}

#plannyy .tsi-row:last-child {
  border-bottom: none;
}

/* Nagłówek */
#plannyy .tsi-row.tsi-head {
  background: #4f6f2f;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

#plannyy .tsi-row.tsi-head .tsi-cell {
  padding: 16px 18px;
  border-right: 1px solid rgba(255,255,255,0.18);
  color: #fff;
}

/* Komórki */
#plannyy .tsi-cell {
  padding: 20px 18px;
  border-right: 1px solid #eadfce;
  color: #31271d;
  font-size: 15px;
  background: transparent;
}

#plannyy .tsi-cell:last-child {
  border-right: none;
}

/* Karta apartamentu */
#plannyy .tsi-room-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#plannyy .tsi-title {
  font-size: 21px;
  font-weight: 700;
  color: #0071e8;
  text-decoration: none;
  margin-bottom: 8px;
  line-height: 1.25;
}

#plannyy .tsi-type-desc {
  color: #4b4035;
  font-size: 15px;
  line-height: 1.65;
}

#plannyy .tsi-type-desc p {
  margin: 0;
}

#plannyy .emoji {
  width: 18px !important;
  height: 18px !important;
  vertical-align: -3px;
  margin-right: 5px;
}

/* Przycisk szczegółów */
#plannyy .tsi-details-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-top: 12px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #0071e8;
  background: #fff;
  color: #0071e8;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: 0.25s ease;
}

#plannyy .tsi-details-button:hover {
  background: #0071e8;
  color: #fff;
}

/* Liczba gości */
#plannyy .tsi-selected-guests-box {
  background: #f8f6f1;
  border: 1px solid #e2d7c7;
  border-radius: 16px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #3b3027;
}

#plannyy .tsi-selected-guests-box strong {
  color: #3f5f25;
  font-size: 17px;
  margin-bottom: 3px;
}

#plannyy .tsi-selected-guests-box span {
  font-size: 14px;
  color: #3b3027;
}

#plannyy .tsi-selected-guests-muted {
  color: #7c7167 !important;
  font-size: 13px !important;
}

/* Najpierw wybierz daty */
#plannyy .tsi-select-label {
  display: inline-flex;
  padding: 8px 12px;
  background: #fff5df;
  color: #8a653f;
  border: 1px solid #ead7ac;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

/* Pokaż ceny */
#plannyy .tsi-show-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  background: #8a653f;
  color: #fff !important;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  transition: 0.25s ease;
  box-shadow: 0 8px 18px rgba(138, 101, 63, 0.22);
}

#plannyy .tsi-show-price:hover {
  background: #6d4d2f;
  transform: translateY(-1px);
}

/* ===============================
   POPUP - TYLKO LEKKI WYGLĄD
   NIE NADPISUJE display/position/grid JS
================================ */

#plannyy .tsi-popup-box {
  border-radius: 22px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.35);
}

#plannyy .tsi-popup-close {
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5c7c7;
  color: #d35b5b;
  cursor: pointer;
}

#plannyy .tsi-popup-close:hover {
  background: #d35b5b;
  color: #fff;
}

#plannyy .tsi-popup-content h2,
#plannyy #tsi-popup-title {
  color: #2f3b22;
  font-weight: 700;
}

#plannyy .tsi-popup-body {
  color: #2f2a24;
  line-height: 1.65;
}

#plannyy .tsi-popup-body strong {
  color: #2f3b22;
}

#plannyy .tsi-popup-body img.emoji {
  width: 17px !important;
  height: 17px !important;
  vertical-align: -3px;
  margin-right: 4px;
}

#plannyy .tsi-popup-thumbs img {
  border-radius: 6px;
}

#plannyy .tsi-popup-thumbs img:hover,
#plannyy .tsi-popup-thumbs img.active {
  border-color: #0071e8;
}

/* Haczyki */
#plannyy .tsi-popup-beds-block img[alt="✔"],
#plannyy .tsi-popup-body img[alt="✔"] {
  filter: hue-rotate(45deg) saturate(1.2);
}

/* Kolumny w popupie */
#plannyy .tsi-popup-beds-block div[style*="column-count"] {
  column-count: 2 !important;
  column-gap: 34px !important;
}

/* ===============================
   TABLET
================================ */

@media (max-width: 1024px) {
  #plannyy .tsi-booking-search {
    grid-template-columns: repeat(2, 1fr);
  }

  #plannyy .tsi-booking-search button {
    grid-column: span 2;
  }

  #plannyy .tsi-row {
    grid-template-columns: 1.7fr 1fr 1fr;
  }

  #plannyy .tsi-row .tsi-cell:nth-child(4) {
    grid-column: 1 / -1;
    border-top: 1px solid #eadfce;
  }
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 767px) {
  #plannyy {
    padding: 20px 10px;
  }

  #plannyy .tsi-booking-wrap {
    padding: 16px;
    border-radius: 18px;
  }

  #plannyy .tsi-booking-search {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  #plannyy .tsi-booking-search button {
    grid-column: auto;
  }

  #plannyy .tsi-results {
    border: none;
    background: transparent;
  }

  #plannyy .tsi-row.tsi-head {
    display: none;
  }

  #plannyy .tsi-row {
    display: block;
    background: #fff;
    border: 1px solid #e5d9c7;
    border-radius: 18px;
    margin-bottom: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(45, 35, 25, 0.08);
  }

  #plannyy .tsi-cell {
    border-right: none;
    border-bottom: 1px solid #eadfce;
    padding: 16px;
    color: #31271d;
  }

  #plannyy .tsi-cell:last-child {
    border-bottom: none;
  }

  #plannyy .tsi-title {
    font-size: 20px;
  }

  #plannyy .tsi-show-price,
  #plannyy .tsi-details-button {
    width: 100%;
  }

  #plannyy .tsi-popup-beds-block div[style*="display:flex"] {
    display: block !important;
  }

  #plannyy .tsi-popup-beds-block div[style*="min-width:260px"] {
    margin-bottom: 18px;
  }

  #plannyy .tsi-popup-beds-block div[style*="column-count"] {
    column-count: 1 !important;
  }
}


/* ===============================
   POPUP - poprawka wyglądu
   czcionka, X, strzałki, tekst
================================ */

#plannyy .tsi-popup-box,
#plannyy .tsi-popup-box * {
  font-family: "Poppins", Sans-serif !important;
}

/* Całe okno popup */
#plannyy .tsi-popup-box {
  border-radius: 22px !important;
  background: #ffffff !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34) !important;
}

/* Tytuł popupu */
#plannyy #tsi-popup-title,
#plannyy .tsi-popup-content h2 {
  font-family: "Poppins", Sans-serif !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: #2f3b22 !important;
  margin-bottom: 14px !important;
}

/* Treść popupu */
#plannyy .tsi-popup-body {
  font-family: "Poppins", Sans-serif !important;
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  color: #2f2a24 !important;
}

/* Pogrubione nagłówki w popupie */
#plannyy .tsi-popup-body strong {
  font-size: 13.5px !important;
  font-weight: 700 !important;
  color: #26351d !important;
}

/* Bloki informacji */
#plannyy .tsi-popup-info-block {
  padding: 0 !important;
  margin-bottom: 14px !important;
  background: transparent !important;
  border: none !important;
}

/* Ikony emoji w popupie */
#plannyy .tsi-popup-body img.emoji {
  width: 15px !important;
  height: 15px !important;
  vertical-align: -2px !important;
  margin-right: 4px !important;
}

/* Przycisk X zamykania */
#plannyy .tsi-popup-close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  border: 1px solid rgba(220, 80, 100, 0.25) !important;
  background: #ffffff !important;
  color: #e45068 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
  text-align: center !important;
  cursor: pointer !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10) !important;
  transition: all 0.22s ease !important;
  z-index: 20 !important;
}

#plannyy .tsi-popup-close:hover {
  background: #e45068 !important;
  color: #ffffff !important;
  border-color: #e45068 !important;
  transform: rotate(90deg) scale(1.04) !important;
}

/* Główne zdjęcie */
#plannyy .tsi-popup-main {
  border-radius: 16px !important;
  overflow: hidden !important;
}

#plannyy .tsi-popup-main img {
  border-radius: 16px !important;
}

/* Strzałki na zdjęciu */
#plannyy .tsi-popup-arrow {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #e45068 !important;
  font-size: 30px !important;
  font-weight: 300 !important;
  line-height: 38px !important;
  text-align: center !important;
  cursor: pointer !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16) !important;
  transition: all 0.22s ease !important;
  z-index: 10 !important;
}

#plannyy .tsi-popup-arrow:hover {
  background: #e45068 !important;
  color: #ffffff !important;
  border-color: #e45068 !important;
  transform: translateY(-50%) scale(1.06) !important;
}

/* Lewa strzałka */
#plannyy .tsi-popup-prev {
  left: 16px !important;
}

/* Prawa strzałka */
#plannyy .tsi-popup-next {
  right: 16px !important;
}

/* Miniaturki zdjęć */
#plannyy .tsi-popup-thumb {
  border: 1px solid #e45068 !important;
  border-radius: 7px !important;
  background: #fff !important;
  padding: 3px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

#plannyy .tsi-popup-thumb:hover,
#plannyy .tsi-popup-thumb.active {
  border-color: #0071e8 !important;
  box-shadow: 0 0 0 2px rgba(0, 113, 232, 0.16) !important;
}

#plannyy .tsi-popup-thumb img {
  border-radius: 5px !important;
}

/* Drobne zmniejszenie odstępów w listach popupu */
#plannyy .tsi-popup-beds-block {
  font-size: 13.5px !important;
  line-height: 1.55 !important;
}

#plannyy .tsi-popup-beds-block p {
  margin-bottom: 10px !important;
}

#plannyy .tsi-popup-beds-block div[style*="gap:40px"] {
  gap: 28px !important;
}

#plannyy .tsi-popup-beds-block div[style*="margin-top:20px"] {
  margin-top: 14px !important;
}

#plannyy .tsi-popup-beds-block div[style*="column-count"] {
  column-gap: 28px !important;
}

/* Mobile popup */
@media (max-width: 767px) {
  #plannyy #tsi-popup-title,
  #plannyy .tsi-popup-content h2 {
    font-size: 21px !important;
  }

  #plannyy .tsi-popup-body,
  #plannyy .tsi-popup-beds-block {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  #plannyy .tsi-popup-close {
    top: 12px !important;
    right: 12px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    line-height: 32px !important;
    font-size: 19px !important;
  }

  #plannyy .tsi-popup-arrow {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    font-size: 26px !important;
    line-height: 32px !important;
  }

  #plannyy .tsi-popup-prev {
    left: 10px !important;
  }

  #plannyy .tsi-popup-next {
    right: 10px !important;
  }
}/* End custom CSS */