.mcs-captcha-wrap {
  margin: 12px 0 16px;
}

.mcs-label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.mcs-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.mcs-image-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  min-width: 180px;
  border: 1px solid #ccd0d4;
  background: #fff;
  overflow: hidden;
}

.mcs-captcha-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.mcs-refresh-button {
  min-width: 42px;
  min-height: 42px;
  line-height: 1;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mcs-answer-input {
  width: 100%;
  max-width: 280px;
}

.mcs-error {
  color: #b32d2e;
  font-weight: 600;
}

@media (max-width: 480px) {
  .mcs-row {
    flex-wrap: wrap;
  }

  .mcs-image-box {
    min-width: 100%;
  }

  .mcs-answer-input {
    max-width: 100%;
  }
}
