/* Start custom CSS for section, class: .elementor-element-2449ac2 *//* ===================== NAŽEHLOVÁČKY – 100% FUNGUJÍCÍ MNOŽSTVÍ ===================== */
.nazehlovacky-objednavka {
  background:#f9f9f9;
  padding:40px;
  border-radius:20px;
  max-width:960px;
  margin:30px auto;
  box-shadow:0 12px 40px rgba(0,0,0,0.1);
}
.nazehlovacky-objednavka label {display:block;margin:25px 0 8px;font-weight:bold;font-size:17px;}
.req {color:#e63946;}

/* Dvojité řádky */
.flex-row {display:flex;gap:20px;flex-wrap:wrap;margin:15px 0;}
.flex-row > div {flex:1;min-width:280px;}

/* Běžná pole */
.nazehlovacky-objednavka input[type="text"],
.nazehlovacky-objednavka input[type="email"],
.nazehlovacky-objednavka input[type="tel"],
.nazehlovacky-objednavka select {
  width:100%;height:58px;padding:0 18px;border:2px solid #ddd;border-radius:12px;font-size:17px;background:white;
}
.nazehlovacky-objednavka input:focus,
.nazehlovacky-objednavka select:focus {border-color:#e63946;outline:none;}

/* Barvy a písma */
.barvy-radio,.pisma-radio {
  display:flex;flex-wrap:wrap;gap:18px;padding:25px;background:white;border:3px solid #eee;border-radius:16px;justify-content:center;margin:20px 0 40px;
}
.barvy-radio label,.pisma-radio label {
  width:56px;height:56px;border:3px solid #ccc;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:16px;cursor:pointer;transition:all .25s;background:white;
}
.barvy-radio input:checked + span,
.pisma-radio input:checked + span {background:#e63946 !important;color:white !important;border-color:#e63946 !important;}
.barvy-radio label:hover,.pisma-radio label:hover {border-color:#e63946;transform:scale(1.1);}

/* MNOŽSTVÍ – vždy viditelné číslo, příjemná velikost, žádné šipky */
.mnozstvi-box {
  max-width:180px;
  margin:20px auto;
}
.mnozstvi-number {
  width:100% !important;
  height:90px !important;
  padding:0 20px !important;
  font-size:36px !important;
  font-weight:bold !important;
  text-align:center !important;
  border:4px solid #333 !important;
  border-radius:16px !important;
  background:#fff !important;
  color:#000 !important;
  -moz-appearance:textfield;
}
.mnozstvi-number::-webkit-outer-spin-button,
.mnozstvi-number::-webkit-inner-spin-button {
  -webkit-appearance:none;
  margin:0;
}

/* Nahrávání souboru */
.wpcf7-file {padding:18px;border:2px dashed #aaa;border-radius:12px;background:#fafafa;text-align:center;}

/* Odeslat */
.wpcf7-submit {
  background:#e63946;color:white;height:64px;padding:0 60px;font-size:20px;font-weight:bold;border:none;border-radius:50px;cursor:pointer;margin-top:30px;transition:.3s;
}
.wpcf7-submit:hover {background:#c1121f;}

/* Mobil */
@media (max-width:600px) {
  .mnozstvi-number {height:80px !important;font-size:32px !important;}
}/* End custom CSS */