/*
Theme Name: ListingHive Child
Template: listinghive
Author: rezerwujsale.pl
Description: Motyw potomny dla ListingHive
Version: 1.0
*/


/* Minimalistyczny styl dla karty vendor */
.hp-vendor.hp-vendor--view-block {
   
    /* złoty */
    /* bardzo jasny krem */
    border-radius: 25px;
    box-shadow: 0 2px 10px 0 rgba(212, 175, 55, 0.08);
    /* subtelny cień */
    padding: 24px 18px 18px 18px;
    margin-bottom: 32px;
    transition: box-shadow 0.2s, border 0.2s;
}

.hp-block.hp-listing__attributes.hp-listing__attributes--primary {
    border: 1px solid #e6e6e6;
    border-radius: 25px;
    box-shadow: 0 2px 10px 0 rgba(212, 175, 55, 0.08);
    padding: 24px 18px 18px 18px;
    margin-bottom: 32px;
    transition: box-shadow 0.2s, border 0.2s;
  
}

.hp-listing__images {
    border: 1px solid #e0e0da;
    /* delikatny, szarawy kolor */
    border-radius: 25px;
    box-shadow: 0 2px 10px 0 rgba(120, 120, 120, 0.07);
    /* subtelniejszy cień */
    padding: 24px 18px 18px 18px;
    margin-bottom: 32px;
    transition: box-shadow 0.2s, border 0.2s;
    /* bardzo delikatny, prawie biały krem */
}

.hp-listing__description {

    border: 1px solid #e0e0da;
        /* delikatny, szarawy kolor */
        border-radius: 25px;
        box-shadow: 0 2px 10px 0 rgba(120, 120, 120, 0.07);
        /* subtelniejszy cień */
        padding: 24px 18px 18px 18px;
        margin-bottom: 32px;
        transition: box-shadow 0.2s, border 0.2s;
        /* bardzo delikatny, prawie biały krem */
}


.dolny-opis-tresc h2 {
    font-size: 16px;
    margin-bottom: 12px;
}

.dolny-opis-tresc p {
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 10px;
}






.hp-listing__attributes--primary {
    font-size: 11.5px; 
}

body.post-type-archive-ogloszenie .hp-listing__attributes--primary {
    font-size: 10px;
}
























.hp-listing__action--claim {
  background: #fdf3ce !important;
  color: #18181b !important;
  padding: 12px 20px !important;
  border-radius: 999px !important;
  font-weight: 500 !important;
  font-size: 1.03rem !important;
  display: block !important;
  text-align: center !important;
  box-shadow: 0 2px 10px rgba(252, 204, 84, 0.10);
  width: 100% !important;
  margin-top: 12px;
  border: none !important;
  transition: background 0.18s, box-shadow 0.18s;
  white-space: normal !important;
  word-break: break-word !important;
  box-sizing: border-box;
  position: relative;
}

.hp-listing__action--claim:hover,
.hp-listing__action--claim:focus-visible {
  background: #ffe9a2 !important;
  color: #18181b !important;
  box-shadow: 0 6px 18px #ffe9a244 !important;
  text-decoration: none !important;
}

/* Ukryj ikonę */
.hp-listing__action--claim i {
  display: none !important;
}

/* Ukryj oryginalny tekst */
.hp-listing__action--claim span {
  display: none !important;
}

/* Dodaj własny tekst na buttonie */
.hp-listing__action--claim::after {
  content: "Jesteś właścicielem? Wnioskuj o dostęp";
  display: inline-block;
  white-space: normal;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: center;
  width: 100%;
}








.hp-listing__action--message.button--primary {
  width: 100%;
  min-height: 56px;
  background: #ffd151 !important;
  color: #18181b !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 500 !important;
  font-size: 1.11rem !important;
  box-shadow: 0 3px 16px 0 #ffd15144 !important;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s;
  text-align: center !important;
  padding: 0 32px !important;
  line-height: 56px;
  display: block !important;
}

.hp-listing__action--message.button--primary:hover,
.hp-listing__action--message.button--primary:focus-visible {
  background: #fccc54 !important;
  box-shadow: 0 6px 28px #fccc5440 !important;
}




















.hp-listing__verified-badge::after {
  content: " Zweryfikowano – sala z przypisanym właścicielem";
  font-weight: 500;
  font-size: 16px;
  color: #388e3c; /* ciemna zieleń */
  margin-left: 8px;
}
















/* === SEKCJE TYTUŁÓW: np. "Klimatyzacja (opcjonalne)" === */
.hp-form__field label.hp-form__label {
  font-size: 15px;
  font-weight: 700;
  color: #c28700; /* głębszy złoty */
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  display: block;
  padding-left: 4px;
}

/* === POLA DO WYPEŁNIANIA (INPUT, TEXTAREA, SELECT) === */
.hp-form__field input:not([type="radio"]):not([type="checkbox"]),
.hp-form__field textarea,
.hp-form__field select {
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  border: 2px solid #fbc02d;
  border-radius: 12px;
  background-color: #fffef8;
  color: #333;
  transition: 0.3s;
}

.hp-form__field input:focus,
.hp-form__field textarea:focus,
.hp-form__field select:focus {
  border-color: #f9a825;
  box-shadow: 0 0 0 3px rgba(249, 168, 37, 0.2);
  outline: none;
}

/* === OPCJE DO ZAZNACZENIA (checkbox + radio) === */
.hp-form__field--checkboxes label,
.hp-form__field--radio label {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid #e0e0e0; /* subtelna szarość */
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
  color: #444;
  transition: all 0.2s ease;
  box-shadow: none;
}

/* === Aktywny checkbox / radio: lepsza widoczność zaznaczenia === */
.hp-form__field--checkboxes label:hover,
.hp-form__field--radio label:hover {
  background-color: #f9f9f9;
  border-color: #d6d6d6;
}

/* === OPIS POD TYTUŁAMI (np. "Podaj lokalizację Twojego obiektu") === */
.hp-field__description {
  font-size: 13px;
  color: #777;
  margin-bottom: 8px;
  padding-left: 4px;
}

/* === PO ZAZNACZENIU === */
.hp-form__field--checkboxes input:checked + span,
.hp-form__field--radio input:checked + span {
  font-weight: 600;
  color: #c28700;
}







.form-progress-indicator {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff8e1;
  border: 2px solid #fbc02d;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-family: sans-serif;
  font-size: 14px;
  z-index: 9999;
  width: 250px;
}

.form-progress-label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #f57f17;
}

.form-progress-bar {
  width: 100%;
  height: 10px;
  background: #fff3cd;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8px;
}

.form-progress-fill {
  height: 100%;
  background: #fbc02d;
  width: 0%;
  transition: width 0.3s ease;
}

.form-progress-status {
  font-size: 13px;
  color: #555;
  margin-bottom: 4px;
}

.form-progress-current {
  font-size: 12px;
  color: #888;
}

.form-progress-status {
  font-size: 13px;
  color: #555;
  margin-bottom: 4px;
}

.form-progress-current {
  font-size: 12px;
  color: #888;
}












/* Główna karta kategorii */
.hp-listing-category {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* Efekt hover */
.hp-listing-category:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}


/* Obrazek + zaokrąglenie górne */
.hp-listing-category__image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  display: block;
}


/* Liczba ogłoszeń */
.hp-listing-category__count {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 8px;
  font-weight: 500;
  z-index: 2;
}

/* Treść */
.hp-listing-category__content {
  padding: 20px;
  background: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #1a1a1a;
}

/* Tytuł kategorii */
.hp-listing-category__name a {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a !important;
  text-decoration: none;
}

/* Opis kategorii */
.hp-listing-category__description {
  color: #555;
  font-size: 14px;
  margin-top: 4px;
}



















.sale-weselne-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px 24px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
}

.sale-weselne-list a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s ease;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sale-weselne-list a:hover {
  color: #fccc54;
}
.sale-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1a1a1a;
}










section.why-us {
  background: #fffbe8;
  border-radius: 32px;
  box-shadow: 0 6px 36px #fccc5430;
  padding: 48px 0;
  margin: 36px 0 48px 0;
}

.why-us-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px;
  flex-wrap: wrap;
}

.why-us-text {
  flex: 1 1 380px;
  min-width: 320px;
}

.why-us-text h2 {
  font-size: 2.15rem;
  font-weight: 700;
  color: #18181b;
  margin-bottom: 22px;
  letter-spacing: 0.01em;
}

.why-us-text p {
  font-size: 1.14rem;
  color: #222;
  margin-bottom: 28px;
  line-height: 1.7;
}

.why-us-text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.why-us-text ul li {
  background: #fff;
  border-radius: 15px;
  padding: 12px 18px 12px 50px;
  font-size: 1.07rem;
  font-weight: 500;
  color: #1a1a1a;
  box-shadow: 0 2px 10px #fccc5412;
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.why-us-text ul li img {
  width: 27px;
  height: 27px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: #fccc54;
  border-radius: 8px;
  padding: 5px;
  box-shadow: 0 1px 5px #fccc5420;
}

.why-us-text .btn-primary {
  display: inline-block;
  background: #fccc54;
  color: #18181b;
  border: none;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1.08rem;
  padding: 14px 36px;
  margin-top: 8px;
  box-shadow: 0 2px 12px #fccc5430;
  transition: background 0.2s, box-shadow 0.2s;
  text-decoration: none;
}
.why-us-text .btn-primary:hover {
  background: #ffe082;
  color: #18181b;
  box-shadow: 0 5px 20px #fccc5434;
}

.why-us-image {
  flex: 1 1 320px;
  min-width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-us-image img {
  max-width: 320px;
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 6px 26px #fccc541a;
}

@media (max-width: 950px) {
  .why-us-wrapper {
    flex-direction: column;
    gap: 34px;
    padding: 0 9vw;
  }
  .why-us-image img {
    max-width: 400px;
  }
}

@media (max-width: 650px) {
  section.why-us {
    padding: 18px 0;
    border-radius: 18px;
  }
  .why-us-wrapper {
    padding: 0 3vw;
  }
  .why-us-text h2 {
    font-size: 1.32rem;
  }
  .why-us-text p, .why-us-text ul li {
    font-size: 0.98rem;
  }
  .why-us-image img {
    max-width: 100%;
    border-radius: 14px;
  }
}
































.hp-listing__attributes--ternary {
  display: grid;
   grid-template-columns: 1fr;  /* <-- tylko jedna kolumna */
  gap: 24px;
  padding: 28px 0;
}

.hp-listing__attributes--ternary .hp-listing__attribute {
  background: #fff;
  border-left: 8px solid #fccc54;
  border-radius: 20px;
  box-shadow: 0 8px 32px 0 #fccc5433;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 28px;
  font-size: 1.04rem;
  font-weight: 500;
  color: #18181b;
  position: relative;
  min-height: 70px;
  transition: box-shadow 0.18s;
}

.hp-listing__attributes--ternary .hp-listing__attribute:hover {
  box-shadow: 0 12px 48px 0 #fccc5444;
}

.hp-listing__attributes--ternary .hp-listing__attribute::before {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  margin-right: 6px;
  border-radius: 14px;
  background: #fccc54;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 64%;
  flex-shrink: 0;
}


/* Tematyczne ikony TYLKO w sekcji ternary! */
.hp-listing__attributes--ternary .hp-listing__attribute--animator::before {
 background-image: url('https://rezerwujsale.pl/wp-content/uploads/2025/07/clown-emoji-smiley-svgrepo-com.png');
}
.hp-listing__attributes--ternary .hp-listing__attribute--godziny-najmu::before {
 background-image: url('https://rezerwujsale.pl/wp-content/uploads/2025/07/24-hours-svgrepo-com.png');
}
.hp-listing__attributes--ternary .hp-listing__attribute--prywatna-rezerwacja::before {
  background-image: url('https://rezerwujsale.pl/wp-content/uploads/2025/07/private-baggage-box-with-key-svgrepo-com.png');
}
.hp-listing__attributes--ternary .hp-listing__attribute--rodzaje-zabaw::before {
 background-image: url('https://rezerwujsale.pl/wp-content/uploads/2025/07/types-svgrepo-com.png');	
}
.hp-listing__attributes--ternary .hp-listing__attribute--klimatyzacja::before {
 background-image: url('https://rezerwujsale.pl/wp-content/uploads/2025/07/cold-temperature-thermometer-svgrepo-com.png');
}



.hp-listing__attributes--ternary .hp-listing__attribute--dojazd::before {
 background-image: url('https://rezerwujsale.pl/wp-content/uploads/2025/07/drive-svgrepo-com.png');
}

.hp-listing__attributes--ternary .hp-listing__attribute--udogodnienia::before {
 background-image: url('https://rezerwujsale.pl/wp-content/uploads/2025/07/multi-skills-employee-svgrepo-com.png');
}

.hp-listing__attributes--ternary .hp-listing__attribute--atrakcje::before {
 background-image: url('https://rezerwujsale.pl/wp-content/uploads/2025/07/theme-park-svgrepo-com.png');
}

.hp-listing__attributes--ternary .hp-listing__attribute--rodzaje-kuchni::before {
 background-image: url('https://rezerwujsale.pl/wp-content/uploads/2025/07/food-menu-3-svgrepo-com.png');
}

.hp-listing__attributes--ternary .hp-listing__attribute--okolica::before {
 background-image: url('https://rezerwujsale.pl/wp-content/uploads/2025/07/area-svgrepo-com.png');
}

.hp-listing__attributes--ternary .hp-listing__attribute--parking-wybor::before {
 background-image: url('https://rezerwujsale.pl/wp-content/uploads/2025/07/parking-1-svgrepo-com.png');
}

.hp-listing__attributes--ternary .hp-listing__attribute--noclegi::before {
 background-image: url('https://rezerwujsale.pl/wp-content/uploads/2025/07/sleep-svgrepo-com.png');
}

.hp-listing__attributes--ternary .hp-listing__attribute--rodzaj-sali::before {
 background-image: url('https://rezerwujsale.pl/wp-content/uploads/2025/07/type-hierarchy-sub-svgrepo-com.png');
}

.hp-listing__attributes--ternary .hp-listing__attribute--pojemnosc-max::before {
 background-image: url('https://rezerwujsale.pl/wp-content/uploads/2025/07/capacity-svgrepo-com.png');
}

.hp-listing__attributes--ternary .hp-listing__attribute--powierzchnia-m2::before {
 background-image: url('https://rezerwujsale.pl/wp-content/uploads/2025/07/area-svgrepo-com-1.png');
}

.hp-listing__attributes--ternary .hp-listing__attribute--udogodnienia-konferen::before {
 background-image: url('https://rezerwujsale.pl/wp-content/uploads/2025/07/air-conditioner-svgrepo-com.png');
}
.hp-listing__attributes--ternary .hp-listing__attribute--otoczenie-i-lokalizac::before {
 background-image: url('https://rezerwujsale.pl/wp-content/uploads/2025/07/area-search-svgrepo-com.png');
}










@media (max-width: 700px) {
  .hp-listing__attributes--ternary {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 14px 0;
  }
  .hp-listing__attributes--ternary .hp-listing__attribute {
    padding: 16px 14px;
    font-size: 1rem;
  }
  .hp-listing__attributes--ternary .hp-listing__attribute::before {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    margin-right: 6px;
  }
}




.hp-listing__description {
  background: #fff;
  border-left: 8px solid #fccc54;
  border-radius: 20px;
  box-shadow: 0 8px 32px 0 #fccc5433;
  padding: 32px 36px;
  font-size: 1.09rem;
  color: #18181b;
  margin-bottom: 32px;
  margin-top: 20px;
  /* Jeśli chcesz wyśrodkować lub dodać max width: */
  /* max-width: 900px; margin-left:auto; margin-right:auto; */
}

@media (max-width: 700px) {
  .hp-listing__description {
    padding: 18px 13px;
    font-size: 1rem;
    border-radius: 14px;
  }
}


























.hp-listing-category__description {
  background: rgba(34, 34, 34, 0.72);
  color: #fff !important;
  border-radius: 28px;
  box-shadow: 0 6px 36px 0 #2226;
  padding: 54px 56px 50px 56px;      /* dużo powietrza z każdej strony */
  max-width: 900px;                 /* szerszy na desktopie */
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.85;                /* większy odstęp między liniami */
  text-shadow: 0 1px 8px #1115;
  letter-spacing: 0.01em;
}

.hp-listing-category__description p {
  margin: 0;
}

@media (max-width: 900px) {
  .hp-listing-category__description {
    max-width: 98vw;
    padding: 28px 8vw;
    font-size: 1.08rem;
  }
}
@media (max-width: 600px) {
  .hp-listing-category__description {
    font-size: 0.98rem;
    padding: 15px 3vw;
    border-radius: 13px;
    line-height: 1.5;
  }
}














.sale-weselne-list {
  background: #fffbe8;                           /* bardzo jasny żółty, neutralnie */
  border-radius: 22px;
  box-shadow: 0 4px 18px 0 #fccc5433;
  padding: 32px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  justify-content: center;
  margin: 30px 0;
}

.sale-weselne-list a {
  display: inline-block;
  background: #fff;
  color: #18181b;
  border-radius: 999px;
  font-weight: 500;
  font-size: 1.06rem;
  text-decoration: none;
  padding: 10px 22px;
  box-shadow: 0 2px 8px #fccc5422;
  transition: background 0.14s, color 0.14s, box-shadow 0.16s;
  border: 1.5px solid #fbe4a3;
  letter-spacing: 0.01em;
  position: relative;
}

.sale-weselne-list a:hover,
.sale-weselne-list a:focus-visible {
  background: #fccc54;
  color: #18181b;
  box-shadow: 0 4px 16px #fccc5436;
  border-color: #fccc54;
}

@media (max-width: 650px) {
  .sale-weselne-list {
    padding: 18px 6px;
    gap: 8px 7px;
  }
  .sale-weselne-list a {
    font-size: 0.96rem;
    padding: 8px 13px;
  }
}












.select2-selection__rendered[title="Wszystkie kategorie"] {
  color: transparent !important;    /* ukryj tekst */
  position: relative;
}

.select2-selection__rendered[title="Wszystkie kategorie"]::after {
  content: "Podaj miasto, województwo lub rodzaj sali";
  color: #97989b;                   /* nowoczesny jasny szary */
  font-style: italic;
  font-weight: 400;
  font-size: 1.05em;
  letter-spacing: 0.01em;
  position: absolute;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 4px;                /* leciutko przesunięte jak placeholder */
  pointer-events: none;             /* nie przeszkadza w klikaniu */
  white-space: normal;
}

/* Efekt focus: placeholder trochę jaśniejszy */
.select2-container--focus .select2-selection__rendered[title="Wszystkie kategorie"]::after {
  color: #b7b7ba;
  font-style: normal;
}


/* MOBILE: większy font, mniej paddingu, multi-line */
@media (max-width: 600px) {
  .select2-selection__rendered[title="Wszystkie kategorie"]::after {
    font-size: 1.15em;
    padding-left: 2px;
    white-space: normal;
    line-height: 1.25;
    text-align: left;
    word-break: break-word;
  }
}


