<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Counter element styles.
 */

input.webform-counter-warning,
input.form-text.webform-counter-warning,
textarea.webform-counter-warning,
textarea.form-textarea.webform-counter-warning {
  border-color: #e09600;
  background: #fdf8ed;
}

.text-count-wrapper.webform-counter-warning {
  color: #734c00;
  font-weight: bold;
}
</pre></body></html>