.yenwa-turnstile {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
}

.yenwa-turnstile > div,
.yenwa-turnstile iframe {
  max-width: 100%;
}

.yenwa-turnstile [data-turnstile-status] {
  display: block;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.yenwa-turnstile [data-turnstile-status][hidden] {
  display: none;
}

.yenwa-turnstile [data-turnstile-status].is-error {
  color: #b42318;
}

.yenwa-footer .yenwa-turnstile,
.site-footer .yenwa-turnstile {
  color: #dceaf3;
}

.yenwa-footer .yenwa-turnstile [data-turnstile-status].is-error,
.site-footer .yenwa-turnstile [data-turnstile-status].is-error {
  color: #ffd5d2;
}
