/* Box pod "Do košíku" - Welcome formulář */
#dp-callback-box {
  margin-top: 14px;
  display: block !important;
  visibility: visible !important;
}

#dp-callback-box,
#dp-callback-box * {
  box-sizing: border-box;
}

.wt-callback-box {
  background: #d9e9f9;
  border: 1px solid #a5c5e5;
  padding: 18px 22px;
  margin: 14px 0;
  border-radius: 6px;
}

/* Formeo formulář styly */
#wt-form-wrapper-2GCP8 {
  display: block !important;
  visibility: visible !important;
}

.formeo-render {
  font-family: inherit;
  display: block !important;
  visibility: visible !important;
}

.formeo-render h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 6px;
  color: #0a2a43;
}

.formeo-render p {
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 12px;
  color: rgba(10, 42, 67, 0.85);
}

.formeo-render hr {
  border: none;
  border-bottom: 1px solid rgba(10, 42, 67, 0.18);
  margin: 0 0 12px;
  padding: 0;
}

.f-field-group {
  margin-bottom: 12px;
}

.f-field-group label {
  display: block;
  font-size: 12px;
  margin: 0 0 6px;
  color: rgba(10, 42, 67, 0.9);
  font-weight: normal;
}

.f-field-group input[type="tel"] {
  width: 100%;
  height: 38px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 10px;
  background: #fff;
  box-shadow: none;
  font-size: 14px;
  font-family: inherit;
}

.f-field-group input[type="tel"]:focus {
  outline: none;
  border-color: #2aa0d7;
  box-shadow: 0 0 0 2px rgba(42, 160, 215, 0.1);
}

.f-checkbox {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 12px;
  color: rgba(10, 42, 67, 0.9);
}

.f-checkbox input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
}

.f-checkbox label {
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}

.f-checkbox a {
  color: #0b67a4;
  text-decoration: underline;
}

.f-checkbox a:hover {
  text-decoration: none;
}

.text-error {
  color: #d00000;
}

.f-btn-group {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.f-btn-group button {
  height: 36px;
  padding: 0 20px;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  background: #2aa0d7;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  white-space: nowrap;
  font-family: inherit;
  transition: background 0.2s;
}

.f-btn-group button:hover {
  background: #2389b8;
}

.f-btn-group button:active {
  background: #1e7ba3;
}

/* Mobil – responzivní design */
@media (max-width: 520px) {
  .wt-callback-box {
    padding: 14px 16px;
  }

  .formeo-render h1 {
    font-size: 22px;
  }

  .f-btn-group {
    justify-content: stretch;
  }

  .f-btn-group button {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}
  
  