.elementor-13361 .elementor-element.elementor-element-851a1d9{--display:flex;--min-height:100vh;--justify-content:center;}.elementor-13361 .elementor-element.elementor-element-215682e{--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;}/* Start custom CSS for html, class: .elementor-element-7036112 *//* ========================== */
/* PODSTAWOWA SEKCJA          */
/* ========================== */

.search-bar-custom {
  font-family: inherit;
  background: #eee;
}

.search-bar-row {
  display: flex;
  align-items: center;
  background: #eee;
  padding: 0;
  flex-wrap: nowrap;
}

.search-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 16px;
  background: #eee;
  border-right: 1px solid #ddd;
  height: 80px;
  white-space: nowrap;
  overflow: hidden;
}

.field-25 {
  width: 25%;
}

.field-8 {
  width: 8%;
  min-width: 100px;
}

.field-auto {
  flex-grow: 1;
}

.search-field label {
  font-size: 11px;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.search-field select,
.search-field input[type="text"] {
  border: none;
  background: transparent;
  font-size: 16px;
  color: #000;
  padding: 0;
  outline: none;
  width: 100%;
}

.search-field button {
  all: unset;
  font-size: 14px;
  text-transform: uppercase;
  color: #888;
  cursor: pointer;
}

/* ========================== */
/* PRZYCISK Z LUPĄ            */
/* ========================== */

.search-submit {
  width: 80px;
  height: 80px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.search-submit button {
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.search-submit i {
  color: white;
  font-size: 18px;
}

/* ========================== */
/* "WIĘCEJ OPCJI" + ANIMACJA  */
/* ========================== */

.search-advanced {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
  border-top: 1px solid #ddd;
  transition: max-height 0.5s ease, padding 0.3s ease;
}

.search-advanced.visible {
  max-height: 1000px;
  padding: 40px 20px 20px;
}

/* Siatka pól */
.advanced-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  align-items: end;
}

.advanced-grid .pole {
  display: flex;
  flex-direction: column;
}

.advanced-grid label {
  font-size: 11px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.advanced-grid .double {
  display: flex;
  gap: 10px;
}

.advanced-grid .double select {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  background: #fff;
}

.advanced-grid .przyciski {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.advanced-grid button {
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  font-weight: 500;
}

.advanced-grid button[type="reset"] {
  background: transparent;
  border: 1px solid #ccc;
  color: #000;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.advanced-grid button[type="reset"]:hover {
  color: #666;
  border-color: #999;
}


/* ========================== */
/* MOBILE                     */
/* ========================== */
@media (max-width: 768px) {
  .search-bar-row {
    flex-direction: column;
  }

  .search-field,
  .field-25,
  .field-8,
  .field-auto {
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid #ddd;
    height: auto;
    padding: 12px 16px;
  }

  .search-submit {
    width: 100%;
    height: 60px;
  }

  .search-submit button {
    font-size: 16px;
  }

  .advanced-grid {
    grid-template-columns: 1fr;
  }

  .advanced-grid .przyciski {
    flex-direction: column;
    align-items: stretch;
  }
}/* End custom CSS */