/* Final non-destructive consent-copy override. */
[data-washnah-consent-copy="v4"] .washnah-consent__copy strong,
[data-washnah-consent-copy="v4"] [data-consent-title] {
  display:block;
  margin:0 0 4px;
  font-size:clamp(14px,1.2vw,17px)!important;
  line-height:1.45!important;
  font-weight:800!important;
}
[data-washnah-consent-copy="v4"] .washnah-consent__copy p,
[data-washnah-consent-copy="v4"] [data-consent-description] {
  margin:0!important;
  font-size:clamp(11px,1vw,13px)!important;
  line-height:1.8!important;
  overflow-wrap:anywhere;
}
[data-washnah-consent-copy="v4"] button {
  white-space:nowrap;
  min-width:82px;
}
html[dir="rtl"] [data-washnah-consent-copy="v4"] { text-align:right; }
html[dir="ltr"] [data-washnah-consent-copy="v4"] { text-align:left; }
@media (max-width:760px) {
  [data-washnah-consent-copy="v4"] .washnah-consent__actions,
  [data-washnah-consent-copy="v4"] [data-consent-actions] {
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    width:100%;
  }
  [data-washnah-consent-copy="v4"] button { width:100%; }
}
