.elementor-11303 .elementor-element.elementor-element-5bf1cef4{--display:flex;--margin-top:0px;--margin-bottom:15px;--margin-left:015px;--margin-right:15px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11303 .elementor-element.elementor-element-3fe46d1 > .elementor-widget-container{padding:40px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-3fe46d1 *//* ═══════════════════════════════════════════════════════════════════
   Sdílené pozadí stránky /poptavka/ — gradient z Hydraulika_WP_blok
   (modrá + žlutá + jemný teal nad bílou, fixní při scrollu)
   Zdroj: .hydra-wp::before, řádek 569–574 původního WP bloku.
   Selektor: body.page-poptavka — WP přidává class .page-{slug} automaticky.
   Pokud má stránka jiný slug, doplň alternativní třídu (např. .page-id-XX).
   ═══════════════════════════════════════════════════════════════════ */
body.page-poptavka,
body[class*="poptavka"] {
  background:
    radial-gradient(60% 48% at 50% -2%,  rgba(59,130,246, .10), transparent 70%),
    radial-gradient(46% 40% at 88% 24%,  rgba(255,249,145,.20), transparent 72%),
    radial-gradient(50% 45% at  6% 82%,  rgba(13,148,136, .07), transparent 72%),
    #ffffff !important;
  background-attachment: fixed !important;
}

#formular-poptavky {
  max-width: 100%;
  margin-top: 20px;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  color: #1f2937;
}

.formular-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.formular-levy {
  flex: 1 1 60%;
  min-width: 0;
}

.formular-pravy {
  flex: 1 1 40%;
  min-width: 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 16px;
  border-radius: 8px;
  max-height: 100%;
  overflow-y: auto;
}

.formular-blok {
  margin-bottom: 20px;
}

.formular-blok h5 {
  margin-bottom: 12px;
  font-size: 1.1em;
  font-weight: 700;
}

/* Základní styl labelů a polí jen v tomto formuláři */
#formular-poptavky label {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-weight: 500;
}

#formular-poptavky input[type="text"],
#formular-poptavky input[type="email"],
#formular-poptavky input[type="tel"],
#formular-poptavky select,
#formular-poptavky textarea {
  width: 100%;
  padding: 10px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
  color: #1f2937;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

#formular-poptavky input[type="text"]:focus,
#formular-poptavky input[type="email"]:focus,
#formular-poptavky input[type="tel"]:focus,
#formular-poptavky select:focus,
#formular-poptavky textarea:focus {
  outline: none;
  border-color: #4b7bd8;
  box-shadow: 0 0 0 3px rgba(75, 123, 216, 0.15);
}

#formular-poptavky input::placeholder,
#formular-poptavky textarea::placeholder {
  color: #9aa1ad;
}

#formular-poptavky textarea {
  resize: vertical;
  min-height: 80px;
}

/* select – vlastní šipka */
#formular-poptavky select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%236b7280' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 34px;
  cursor: pointer;
}

/* checkbox – sladěná barva */
#formular-poptavky input[type="checkbox"] {
  width: 17px;
  height: 17px;
  accent-color: #111;
  cursor: pointer;
  flex-shrink: 0;
}

.tlacitko-akce {
  background: black;
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.tlacitko-akce:hover {
  background-color: #333;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.tlacitko-akce:active {
  transform: translateY(0);
  box-shadow: none;
}

.tlacitko-akce:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(75, 123, 216, 0.25);
}

.tlacitko-akce:disabled,
.tlacitko-akce[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.povinne {
  color: red;
}

.info-hlaska {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}

.souhlas-label {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 0.95em;
}

/* Příslušenství – mini produkt boxy */
.product-mini {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.product-mini img {
  max-width: 100%;
  height: 100px !important;
  object-fit: contain;
}

.product-mini .button {
  padding: 4px 10px;
  font-size: 0.8em;
  height: auto;
  line-height: 1.2;
  display: inline-block;
  text-decoration: none;
  background: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

.product-mini .button:hover {
  background-color: #e0e0e0;
  border-color: #999;
}

/* Obal produktu ve výpisu */
.product-mini ul.products li.product {
  display: flex !important;
  flex-direction: row !important;
  gap: 16px !important;
  border: 1px solid #e0e6ec !important;
  border-radius: 10px !important;
  padding: 16px !important;
  margin-bottom: 20px !important;
  background: #fff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
  align-items: flex-start !important;
  flex-wrap: nowrap !important;
  transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}

.product-mini ul.products li.product:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-2px) !important;
}

/* Prolink v modálu */
.prolink-navod {
  display:inline-block;
  padding:12px 18px;
  border-radius:10px;
  background:linear-gradient(90deg,#fff7cc,#ffe680);
  border:1px solid #f0c200;
  font-weight:700;
  text-decoration:none;
  color:#2a2a2a;
  box-shadow:0 2px 6px rgba(0,0,0,0.08);
  margin:12px 0;
  transition:all 0.3s ease-in-out;
}

.prolink-navod:hover {
  background:linear-gradient(90deg,#ffe680,#ffd633);
  box-shadow:0 4px 10px rgba(0,0,0,0.15);
  transform: translateY(-1px);
  color:#000;
}

/* ARES – vyhledávací řádek ve formuláři */
.ico-search-wrapper {
  position: relative;
  width: 100%;
}

.ico-search-row {
  position: relative;
  display: flex;
  align-items: center;
}

#subjectInput {
  width: 100%;
  padding-right: 32px;
}

/* Spinner */
.spinner {
  position: absolute;
  right: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #4b7bd8;
  border-right-color: #4b7bd8;
  animation: spin 0.7s linear infinite;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease-out;
}

.spinner.visible {
  opacity: 1;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Dropdown ARES */
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #cdd4e0;
  border-top: none;
  border-radius: 0 0 6px 6px;
  max-height: 260px;
  overflow-y: auto;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
  z-index: 1000;
}

.dropdown-item {
  padding: 8px 10px;
  font-size: 13px;
  cursor: pointer;
  border-bottom: 1px solid #f1f3f6;
  transition: background 0.15s ease;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item:hover {
  background: #f3f6fc;
}

.dropdown-name {
  font-weight: 600;
  margin-bottom: 2px;
  color: #111827;
}

.dropdown-info {
  font-size: 12px;
  color: #4b5563;
}

.dropdown-empty {
  padding: 8px 10px;
  font-size: 12px;
  color: #6b7280;
}

/* Zvýraznění shody */
mark {
  background: #fde68a;
  padding: 0 1px;
}

/* ====== MOBILNÍ OPTIMALIZACE ====== */
@media (max-width: 900px) {
  #formular-poptavky {
    padding: 16px 12px;
  }

  .formular-wrapper {
    flex-direction: column;
    gap: 24px;
  }

  .formular-levy,
  .formular-pravy {
    flex: 1 1 auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  #formular-poptavky {
    padding: 14px 10px;
    border-radius: 6px;
  }

  .formular-blok h5 {
    font-size: 1em;
    margin-bottom: 8px;
  }

  #formular-poptavky label {
    margin-bottom: 10px;
    font-size: 0.95em;
  }

  #formular-poptavky input[type="text"],
  #formular-poptavky input[type="email"],
  #formular-poptavky input[type="tel"],
  #formular-poptavky select,
  #formular-poptavky textarea {
    padding: 9px 8px;
    font-size: 16px;
  }

  .info-hlaska {
    font-size: 12px;
  }

  .tlacitko-akce {
    width: 100%;
    justify-content: center;
  }

  .formular-pravy {
    padding: 12px;
  }

  .product-mini ul.products li.product {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}/* End custom CSS */