/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 05 2026 | 17:47:28 */
/* Jen pokladna – udělej pole čitelná + vrať popisky */
.wc-block-checkout .wc-block-components-text-input__input,
.wc-block-checkout .wc-block-components-textarea__control,
.wc-block-checkout .wc-block-components-select__select {
  background: #fff !important;
  color: #444 !important;
  border-color: #ccc !important;
}

/* Placeholder (pokud se používá) */
.wc-block-checkout .wc-block-components-text-input__input::placeholder,
.wc-block-checkout .wc-block-components-textarea__control::placeholder {
  color: #777 !important;
  opacity: 1 !important;
}

/* Popisky/labely – často je šablona schová */
.wc-block-checkout .wc-block-components-text-input label,
.wc-block-checkout .wc-block-components-textarea label,
.wc-block-checkout .wc-block-components-select label,
.wc-block-checkout .wc-block-components-text-input__label,
.wc-block-checkout .wc-block-components-textarea__label,
.wc-block-checkout .wc-block-components-select__label {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #444 !important;
}

/* Když je šablona schová přes "screen-reader-text" apod. */
.wc-block-checkout .screen-reader-text {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

