/* Hỏi đáp công khai — đồng bộ khung Tin bài ETP (--etp-*) */

.etp-hoidap-list-page,
.etp-hoidap-detail-page {
  --etp-hoidap-accent: var(--etp-blue-primary, #0a4d8c);
  --etp-hoidap-accent-soft: #eef4fa;
  --etp-hoidap-gold: var(--etp-gold, #c9a227);
  --etp-hoidap-border: #e8edf2;
  --etp-hoidap-surface: #f4f6f8;
  --etp-hoidap-text: var(--etp-text, #1a2b3c);
  --etp-hoidap-muted: var(--etp-text-muted, #5c6b7a);
}

.etp-hoidap-list-page .title_h1_detail,
.etp-hoidap-detail-page .title_h1_detail {
  margin-bottom: 1rem;
}

.etp-hoidap-list-page__body,
.etp-hoidap-detail-page__body {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

/* ── List page ─────────────────────────────────────── */

.etp-hoidap-list-page__filter-panel {
  margin-bottom: 1rem;
}

.etp-hoidap-list-page__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.etp-hoidap-list-page__header h1 {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}

.etp-hoidap-list-page__heading {
  flex: 1 1 auto;
  min-width: min(100%, 18rem);
}

.etp-hoidap-list-page__lead {
  margin: 0.5rem 0 0;
  max-width: 42rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--etp-hoidap-muted);
}

.etp-hoidap-list-page__actions {
  flex: 0 0 auto;
  margin-left: auto;
}

.etp-hoidap-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.5rem 1rem;
  gap: 0.75rem;
}

.etp-hoidap-empty__icon {
  font-size: 2.5rem;
  color: var(--etp-hoidap-accent);
  opacity: 0.35;
}

.etp-hoidap-empty__text {
  margin: 0;
  font-size: 1rem;
  color: var(--etp-hoidap-muted);
}

.etp-hoidap-list-toolbar {
  margin-bottom: 0;
}

.etp-hoidap-list-filter {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  flex-wrap: nowrap;
}

.etp-hoidap-list-filter__label {
  flex: 0 0 auto;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--etp-hoidap-text);
  white-space: nowrap;
}

.etp-hoidap-list-filter__field {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.5rem 0.85rem;
  background: var(--etp-white, #fff);
  border: 1px solid var(--etp-hoidap-border);
  border-radius: 0.5rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.etp-hoidap-list-filter__field:focus-within {
  border-color: var(--etp-hoidap-accent);
  box-shadow: 0 0 0 3px rgba(10, 77, 140, 0.12);
}

.etp-hoidap-list-filter__icon {
  flex: 0 0 auto;
  color: var(--etp-hoidap-muted);
  font-size: 0.9rem;
}

.etp-hoidap-list-filter__input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.15rem 0;
  font-family: var(--etp-font, inherit);
  font-size: 0.9375rem;
  line-height: 1.4;
  color: var(--etp-hoidap-text);
  background: transparent;
  border: none;
  outline: none;
}

.etp-hoidap-list-filter__input::placeholder {
  color: var(--etp-hoidap-muted);
  opacity: 0.85;
}

.etp-hoidap-list-filter__input::-webkit-search-cancel-button {
  cursor: pointer;
}

.etp-hoidap-list-filter-empty {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  font-size: 0.9375rem;
  color: var(--etp-hoidap-muted);
  background: var(--etp-hoidap-surface);
  border: 1px dashed var(--etp-hoidap-border);
  border-radius: 0.5rem;
}

.etp-hoidap-list-filter-empty[hidden] {
  display: none !important;
}

.etp-hoidap-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.etp-hoidap-list__item {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.etp-hoidap-list__link {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 1.1rem;
  text-decoration: none;
  color: inherit;
  background: var(--etp-white, #fff);
  border: 1px solid var(--etp-hoidap-border);
  border-radius: 0.65rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.etp-hoidap-list__link:hover {
  border-color: rgba(10, 77, 140, 0.35);
  box-shadow: 0 4px 14px rgba(10, 77, 140, 0.08);
}

.etp-hoidap-list__link:hover .etp-hoidap-list__title {
  color: var(--etp-hoidap-accent);
}

.etp-hoidap-list__link:focus-visible {
  outline: 2px solid var(--etp-hoidap-gold);
  outline-offset: 2px;
}

.etp-hoidap-list__title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.45;
  color: var(--etp-hoidap-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.15s ease;
}

.etp-hoidap-list__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.25rem;
}

.etp-hoidap-list__meta,
.etp-hoidap-list__answers {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8125rem;
  color: var(--etp-hoidap-muted);
}

.etp-hoidap-list__meta .fa,
.etp-hoidap-list__answers .fa {
  color: var(--etp-hoidap-accent);
  opacity: 0.85;
}

.etp-hoidap-list__answers {
  margin-left: auto;
}

/* ── Detail page ───────────────────────────────────── */

.etp-hoidap-detail-page__header h1 {
  margin-bottom: 0.35rem;
}

.etp-hoidap-detail-page__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.etp-hoidap-detail-page__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.875rem;
  color: var(--etp-hoidap-muted);
}

.etp-hoidap-detail-page__meta-item .fa {
  color: var(--etp-hoidap-accent);
}

.etp-hoidap-detail__block {
  margin-bottom: 1.75rem;
  padding: 1.15rem 1.25rem;
  background: var(--etp-hoidap-surface);
  border: 1px solid var(--etp-hoidap-border);
  border-radius: 0.65rem;
  border-left: 4px solid var(--etp-hoidap-accent);
}

.etp-hoidap-detail__block-header {
  margin-bottom: 0.85rem;
}

.etp-hoidap-detail__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.3rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 999px;
}

.etp-hoidap-detail__badge--question {
  color: var(--etp-hoidap-accent);
  background: var(--etp-hoidap-accent-soft);
}

.etp-hoidap-detail__badge--answer {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  padding: 0;
  justify-content: center;
  font-size: 0.8125rem;
  color: var(--etp-white, #fff);
  background: linear-gradient(135deg, var(--etp-hoidap-gold) 0%, #b8921f 100%);
  border-radius: 0.45rem;
}

.etp-hoidap-detail__body,
.etp-hoidap-detail__answer-body {
  margin: 0;
  font-size: 0.9875rem;
  line-height: 1.65;
  color: var(--etp-hoidap-text);
  white-space: pre-wrap;
  word-break: break-word;
}

.etp-hoidap-detail__section-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin: 0 0 1rem;
  padding-bottom: 0.6rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--etp-hoidap-accent);
  border-bottom: 2px solid var(--etp-hoidap-border);
}

.etp-hoidap-detail__section-title .fa {
  opacity: 0.9;
}

.etp-hoidap-detail__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--etp-white, #fff);
  background: var(--etp-hoidap-accent);
  border-radius: 999px;
}

.etp-hoidap-detail__empty {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  color: var(--etp-hoidap-muted);
  background: var(--etp-hoidap-surface);
  border: 1px dashed var(--etp-hoidap-border);
  border-radius: 0.65rem;
}

.etp-hoidap-detail__empty .fa {
  margin-top: 0.15rem;
  color: var(--etp-hoidap-accent);
  opacity: 0.7;
}

.etp-hoidap-detail__empty p {
  margin: 0;
  line-height: 1.55;
}

.etp-hoidap-detail__answer-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.etp-hoidap-detail__answer {
  padding: 1rem 1.1rem;
  background: var(--etp-white, #fff);
  border: 1px solid var(--etp-hoidap-border);
  border-radius: 0.65rem;
  box-shadow: 0 2px 8px rgba(0, 28, 61, 0.04);
}

.etp-hoidap-detail__answer-header {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.etp-hoidap-detail__answer-author {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.etp-hoidap-detail__answer-name {
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--etp-hoidap-text);
}

.etp-hoidap-detail__answer-email {
  font-size: 0.8125rem;
  color: var(--etp-hoidap-muted);
}

.etp-hoidap-detail__attachment {
  margin: 0.85rem 0 0;
}

.etp-hoidap-detail__attachment-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--etp-hoidap-accent);
  text-decoration: none;
  background: var(--etp-hoidap-accent-soft);
  border-radius: 0.4rem;
  transition: background 0.15s ease;
}

.etp-hoidap-detail__attachment-link:hover {
  background: #dceaf7;
  color: var(--etp-blue-nav, #0d3d6b);
}

.etp-hoidap-detail__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--etp-hoidap-border);
}

.etp-hoidap-btn-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.1rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--etp-hoidap-text);
  text-decoration: none;
  background: var(--etp-white, #fff);
  border: 1px solid var(--etp-hoidap-border);
  border-radius: 6px;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.etp-hoidap-btn-back:hover {
  color: var(--etp-hoidap-accent);
  border-color: var(--etp-hoidap-accent);
  background: var(--etp-hoidap-accent-soft);
}

@media (max-width: 575.98px) {
  .etp-hoidap-list-page__header {
    flex-direction: column;
    align-items: stretch;
  }

  .etp-hoidap-list-page__actions {
    margin-left: 0;
  }

  .etp-hoidap-list-page__actions .etp-hoidap-btn-send,
  .etp-hoidap-empty .etp-hoidap-btn-send {
    width: 100%;
  }

  .etp-hoidap-list__link {
    padding: 0.85rem;
    gap: 0.75rem;
  }

  .etp-hoidap-list__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .etp-hoidap-list__answers {
    margin-left: 0;
  }

  .etp-hoidap-detail__footer .etp-hoidap-btn-back {
    justify-content: center;
    width: 100%;
  }
}

/* ── Buttons & shared ──────────────────────────────── */

.etp-hoidap-btn-send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.55rem 1.25rem;
  font-family: var(--etp-font, inherit);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--etp-white, #fff);
  background: var(--etp-blue-primary, #0a4d8c);
  border: 1px solid var(--etp-blue-primary, #0a4d8c);
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 6px rgba(10, 77, 140, 0.25);
}

.etp-hoidap-btn-send:hover {
  background: var(--etp-blue-nav, #0d3d6b);
  border-color: var(--etp-blue-nav, #0d3d6b);
  color: var(--etp-white, #fff);
  box-shadow: 0 4px 10px rgba(10, 77, 140, 0.3);
}

.etp-hoidap-btn-send:focus-visible {
  outline: 2px solid var(--etp-gold, #c9a227);
  outline-offset: 2px;
}

.etp-hoidap-btn-send--solid {
  min-width: 7rem;
}

.etp-hoidap-btn-send--outline {
  color: var(--etp-hoidap-accent);
  background: var(--etp-white, #fff);
  border-color: var(--etp-hoidap-accent);
  box-shadow: none;
}

.etp-hoidap-btn-send--outline:hover {
  color: var(--etp-white, #fff);
  background: var(--etp-hoidap-accent);
  border-color: var(--etp-hoidap-accent);
}

.etp-hoidap-btn-cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.25rem;
  font-family: var(--etp-font, inherit);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--etp-text, #1a2b3c);
  background: var(--etp-white, #fff);
  border: 1px solid var(--etp-border, #d8dee6);
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.etp-hoidap-btn-cancel:hover {
  background: #f0f4f8;
  border-color: var(--etp-blue-primary, #0a4d8c);
  color: var(--etp-blue-primary, #0a4d8c);
}

.etp-hoidap-alert {
  border-radius: 6px;
  border-left: 4px solid var(--etp-blue-primary, #0a4d8c);
}

/* Thông báo sau gửi form (nổi trên dialog) */
.etp-hoidap-notifications {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1110;
  width: min(560px, calc(100% - 2rem));
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  pointer-events: none;
}

.etp-hoidap-page-alert {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  font-size: 0.9375rem;
  line-height: 1.45;
  box-shadow: 0 8px 24px rgba(0, 28, 61, 0.15);
  pointer-events: auto;
}

.etp-hoidap-page-alert > span {
  flex: 1 1 auto;
}

.etp-hoidap-page-alert--success {
  color: #0d4d2e;
  background: #e8f7ef;
  border: 1px solid #9fd4b6;
}

.etp-hoidap-page-alert--success i {
  color: #198754;
}

.etp-hoidap-page-alert--error {
  color: #6b1020;
  background: #fdecef;
  border: 1px solid #f1b8c4;
}

.etp-hoidap-page-alert--error i {
  color: var(--etp-red, #c8102e);
}

.etp-hoidap-page-alert__close {
  flex: 0 0 auto;
  border: none;
  background: transparent;
  font-size: 1.35rem;
  line-height: 1;
  padding: 0 0.15rem;
  cursor: pointer;
  color: inherit;
  opacity: 0.65;
}

.etp-hoidap-page-alert__close:hover {
  opacity: 1;
}

.etp-hoidap-form__banner {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  border-radius: 6px;
}

/* Dialog */
body.etp-hoidap-dialog-open {
  overflow: hidden;
}

.etp-hoidap-dialog[hidden] {
  display: none !important;
}

.etp-hoidap-dialog {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.etp-hoidap-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 28, 61, 0.55);
}

.etp-hoidap-dialog__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 640px;
  max-height: calc(100vh - 2rem);
  display: flex;
  flex-direction: column;
  background: var(--etp-white, #fff);
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(0, 28, 61, 0.2);
  overflow: hidden;
}

.etp-hoidap-dialog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--etp-blue-primary, #0a4d8c);
  color: var(--etp-white, #fff);
}

.etp-hoidap-dialog__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.etp-hoidap-dialog__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  font-size: 1.25rem;
  color: var(--etp-white, #fff);
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s ease;
}

.etp-hoidap-dialog__close:hover {
  background: rgba(255, 255, 255, 0.15);
}

.etp-hoidap-dialog__body {
  padding: 1.25rem;
  overflow-y: auto;
}

.etp-hoidap-dialog__loading,
.etp-hoidap-dialog__error {
  margin: 0;
  font-size: 0.9375rem;
}

.etp-hoidap-dialog__error {
  color: var(--etp-red, #c8102e);
}

/* Form trong dialog */
.etp-hoidap-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.etp-hoidap-form__field {
  margin-bottom: 1rem;
}

.etp-hoidap-form__field--full {
  grid-column: 1 / -1;
}

.etp-hoidap-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1rem;
  margin-bottom: 0.25rem;
}

@media (max-width: 575.98px) {
  .etp-hoidap-form__grid {
    grid-template-columns: 1fr;
  }
}

.etp-hoidap-form__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--etp-text, #1a2b3c);
}

.etp-hoidap-form__required {
  color: var(--etp-red, #c8102e);
}

.etp-hoidap-form__control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-family: var(--etp-font, inherit);
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--etp-text, #1a2b3c);
  background: var(--etp-white, #fff);
  border: 1px solid var(--etp-border, #d8dee6);
  border-radius: 6px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.etp-hoidap-form__control:focus {
  outline: none;
  border-color: var(--etp-blue-primary, #0a4d8c);
  box-shadow: 0 0 0 3px rgba(10, 77, 140, 0.15);
}

.etp-hoidap-form__control--textarea {
  resize: vertical;
  min-height: 120px;
}

.etp-hoidap-form__hint {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  color: var(--etp-text-muted, #5c6b7a);
}

.etp-hoidap-form__captcha {
  width: 100%;
}

.etp-hoidap-form__captcha-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.etp-hoidap-form__captcha-img {
  display: block;
  flex: 0 0 auto;
  width: 180px;
  height: 40px;
  border: 1px solid var(--etp-border, #d8dee6);
  border-radius: 6px;
  background: #eef4fa;
  user-select: none;
}

.etp-hoidap-form__captcha-refresh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  color: var(--etp-blue-primary, #0a4d8c);
  background: var(--etp-white, #fff);
  border: 1px solid var(--etp-border, #d8dee6);
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.etp-hoidap-form__captcha-refresh-icon {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  color: var(--etp-blue-primary, #0a4d8c);
}

.etp-hoidap-form__captcha-refresh:hover {
  background: #eef4fa;
  border-color: var(--etp-blue-primary, #0a4d8c);
  color: var(--etp-blue-nav, #0d3d6b);
}

.etp-hoidap-form__captcha-refresh:hover .etp-hoidap-form__captcha-refresh-icon {
  color: var(--etp-blue-nav, #0d3d6b);
}

.etp-hoidap-form__captcha-refresh:focus-visible {
  outline: 2px solid var(--etp-blue-primary, #0a4d8c);
  outline-offset: 2px;
}

.etp-hoidap-form .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.etp-hoidap-form__captcha-input {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  max-width: none;
}

@media (max-width: 575.98px) {
  .etp-hoidap-form__captcha-row {
    flex-wrap: wrap;
  }

  .etp-hoidap-form__captcha-img {
    width: 160px;
    height: 36px;
  }

  .etp-hoidap-form__captcha-input {
    flex: 1 1 100%;
    min-width: 100%;
  }
}

.etp-hoidap-form__terms {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.etp-hoidap-form__checkbox {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.15rem;
  accent-color: var(--etp-blue-primary, #0a4d8c);
}

.etp-hoidap-form__terms-label {
  flex: 1;
  font-size: 0.875rem;
  color: var(--etp-text-muted, #5c6b7a);
  cursor: pointer;
}

.etp-hoidap-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 0.25rem;
  border-top: 1px solid var(--etp-border, #d8dee6);
}

.etp-hoidap-form__client-error {
  margin: 0;
  font-size: 0.9375rem;
}

.etp-hoidap-form__errors,
.etp-hoidap-form__error,
.field-validation-error {
  font-size: 0.8125rem;
  color: var(--etp-red, #c8102e);
}

.etp-hoidap-form__error:empty {
  display: none;
}

.etp-hoidap-form__control--invalid {
  border-color: var(--etp-red, #c8102e);
}

.etp-hoidap-form__terms--invalid .etp-hoidap-form__terms-label {
  color: var(--etp-red, #c8102e);
}
