.kvit-recaptcha-card {
  display: grid;
  gap: 13px;
  margin: 18px 0;
  padding: 17px;
  border: 1px solid rgba(47, 125, 50, .18);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(247, 252, 245, .96), rgba(249, 246, 253, .94));
  box-shadow: 0 10px 26px rgba(49, 78, 43, .07);
}

.kvit-recaptcha-copy {
  display: grid;
  gap: 3px;
}

.kvit-recaptcha-copy strong {
  color: #1c2a1d;
  font-size: 15px;
  line-height: 1.25;
}

.kvit-recaptcha-copy span {
  color: #667064;
  font-size: 12px;
  line-height: 1.45;
}

.kvit-recaptcha-widget {
  min-height: 78px;
  overflow: hidden;
}

.kvit-recaptcha-error {
  margin: 0;
  padding: 9px 11px;
  border: 1px solid #e6a0a0;
  border-radius: 9px;
  background: #fff4f4;
  color: #a02727;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 390px) {
  .kvit-recaptcha-card {
    padding: 14px 12px;
  }

  .kvit-recaptcha-widget {
    display: flex;
    min-height: 144px;
    justify-content: center;
    width: 100%;
    overflow: hidden;
  }
}
