.captcha-shell {
  display: grid;
  gap: 8px;
  min-height: 68px;
  margin: 2px 0 4px;
}

.captcha-slot {
  min-height: 65px;
  overflow: hidden;
  border-radius: 10px;
}

.captcha-message {
  min-height: 18px;
  margin: 0;
  color: #9b3c32;
  font-size: .75rem;
  font-weight: 700;
}

.captcha-shell[data-captcha-ready="true"] .captcha-message:empty {
  display: none;
}
