/**
 * Webform Counter Styles
 */

.text-count-wrapper {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #666;
  font-weight: 500;
}

.text-count-message {
  display: inline-block;
}

.text-count {
  font-weight: 700;
  color: #333;
}

.webform-counter-warning {
  color: #d32f2f !important;
}

.text-count-wrapper.counter-error {
  color: #d32f2f;
}

.text-count-wrapper .error-text {
  display: block;
  color: #d32f2f;
  margin-top: 0.25rem;
  font-size: 0.813rem;
}



