/* =========================================================
   ACON ÜGYFÉLKÖZPONT 1.0.2
   Finomhangolás a meglévő oldal CSS-éhez.
   ========================================================= */

/* Sticky header alatti biztonsági hely */
body #ac-ugyfelkozpont-2026 .acu-form-area {
  scroll-margin-top: 120px;
}

/* =========================================================
   DESKTOP OLVASHATÓSÁG
   ========================================================= */

@media (min-width: 701px) {

  body #ac-ugyfelkozpont-2026 .acu-eyebrow {
    font-size: 11px;
  }

  body #ac-ugyfelkozpont-2026 .acu-lead {
    font-size: 17px;
    line-height: 1.55;
  }

  body #ac-ugyfelkozpont-2026 .acu-phone-copy small {
    font-size: 11px;
  }

  body #ac-ugyfelkozpont-2026 .acu-phone-copy strong {
    font-size: 16px;
  }

  body #ac-ugyfelkozpont-2026 .acu-section-label {
    font-size: 10px;
  }

  body #ac-ugyfelkozpont-2026 .acu-choice-head h2 {
    font-size: 27px;
  }

  body #ac-ugyfelkozpont-2026 .acu-choice-head p {
    font-size: 13px;
    line-height: 1.5;
  }

  body #ac-ugyfelkozpont-2026 .acu-choice-kicker {
    font-size: 9px;
  }

  body #ac-ugyfelkozpont-2026 .acu-choice-content strong {
    font-size: 18px;
  }

  body #ac-ugyfelkozpont-2026 .acu-choice-content small {
    font-size: 12.5px;
    line-height: 1.45;
  }

  body #ac-ugyfelkozpont-2026 .acu-form-heading h2 {
    font-size: 28px;
  }

  body #ac-ugyfelkozpont-2026 .acu-change-case {
    font-size: 12px;
  }

  body #ac-ugyfelkozpont-2026 .acu-selected-case {
    font-size: 12px;
  }

  body #ac-ugyfelkozpont-2026 .acu-field label {
    font-size: 12px;
  }

  body #ac-ugyfelkozpont-2026 .acu-field input,
  body #ac-ugyfelkozpont-2026 .acu-field select,
  body #ac-ugyfelkozpont-2026 .acu-field textarea {
    font-size: 14px;
  }

  body #ac-ugyfelkozpont-2026 .acu-field input,
  body #ac-ugyfelkozpont-2026 .acu-field select {
    height: 46px;
  }

  body #ac-ugyfelkozpont-2026 .acu-field textarea {
    min-height: 105px;
    line-height: 1.5;
  }

  body #ac-ugyfelkozpont-2026 .acu-field-note {
    font-size: 10px;
  }

  body #ac-ugyfelkozpont-2026 .acu-consent span {
    font-size: 11px;
  }

  body #ac-ugyfelkozpont-2026 .acu-submit {
    min-height: 48px;
    padding: 10px 18px;
    font-size: 12.5px;
  }

  body #ac-ugyfelkozpont-2026 .acu-status {
    font-size: 12px;
  }
}

/* =========================================================
   MEGJEGYZÉS / HIBALEÍRÁS MEZŐ
   ========================================================= */

body #ac-ugyfelkozpont-2026 .acu-field--message {
  position: relative;

  margin-top: 15px;
  padding: 16px;

  background: rgba(237, 247, 252, 0.52);

  border: 1px solid rgba(22, 130, 197, 0.14);
  border-radius: 9px;
}

body #ac-ugyfelkozpont-2026 .acu-field--message label {
  margin-bottom: 7px;

  font-weight: 800;
}

body #ac-ugyfelkozpont-2026 .acu-field--message textarea {
  background: #ffffff;
}

/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 700px) {

  body #ac-ugyfelkozpont-2026 .acu-form-area {
    scroll-margin-top: 95px;
  }

  body #ac-ugyfelkozpont-2026 .acu-choice-content strong {
    font-size: 16px;
  }

  body #ac-ugyfelkozpont-2026 .acu-choice-content small {
    font-size: 11.5px;
  }

  body #ac-ugyfelkozpont-2026 .acu-field label {
    font-size: 11px;
  }

  body #ac-ugyfelkozpont-2026 .acu-field input,
  body #ac-ugyfelkozpont-2026 .acu-field select,
  body #ac-ugyfelkozpont-2026 .acu-field textarea {
    font-size: 14px;
  }

  body #ac-ugyfelkozpont-2026 .acu-field--message {
    padding: 12px;
  }
}


/* =========================================================
   1.0.3 – EGYSZERŰBB DÁTUMVÁLASZTÁS
   ========================================================= */

body #ac-ugyfelkozpont-2026 .acu-date-input {
  min-height: 54px !important;
  padding: 0 14px !important;

  font-size: 16px !important;
  font-weight: 650;

  cursor: pointer;

  color-scheme: light;
}

body #ac-ugyfelkozpont-2026
.acu-date-input::-webkit-calendar-picker-indicator {
  width: 26px;
  height: 26px;

  padding: 4px;

  cursor: pointer;

  opacity: 0.8;

  transform: scale(1.15);
  transform-origin: center;
}

body #ac-ugyfelkozpont-2026
.acu-date-input:hover::-webkit-calendar-picker-indicator {
  opacity: 1;
}

body #ac-ugyfelkozpont-2026
.acu-field--message label small {
  margin-left: 6px;

  color: var(--acu-text);

  font-size: 10px;
  font-weight: 500;
}

@media (max-width: 700px) {

  body #ac-ugyfelkozpont-2026 .acu-date-input {
    min-height: 52px !important;

    font-size: 16px !important;
  }

  body #ac-ugyfelkozpont-2026
  .acu-date-input::-webkit-calendar-picker-indicator {
    width: 28px;
    height: 28px;

    transform: scale(1.2);
  }
}
