.mycell-captcha--image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.55rem;
  margin-top: 0.35rem;
  width: 100%;
}

.mycell-captcha__title {
  font-size: 0.84rem;
  font-weight: 600;
  color: #000037;
  margin: 0;
}

.mycell-captcha__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: 100%;
}

.mycell-captcha__image-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.45rem;
  border: 1.5px solid #d8e2ec;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 55, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.mycell-captcha__image-btn:hover,
.mycell-captcha__image-btn:focus-visible {
  border-color: #7bdcee;
  box-shadow: 0 0 0 8px rgba(123, 220, 238, 0.2);
  outline: none;
  transform: translateY(-1px);
}

.mycell-captcha__image {
  display: block;
  width: 168px;
  height: 52px;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}

.mycell-captcha__input {
  width: 100%;
  max-width: 11.5rem;
  margin: 0 auto;
  padding: 0.78rem 1rem;
  border: 1.5px solid #d8e2ec;
  border-radius: 12px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #000037;
  background: #fff;
  text-align: center;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.25s ease;
}

.mycell-captcha__input::placeholder {
  font-weight: 400;
  letter-spacing: 0;
  color: #9aa3b5;
}

.mycell-captcha__input:focus {
  border-color: #7bdcee;
  box-shadow: 0 0 0 8px rgba(123, 220, 238, 0.22);
}

.mycell-captcha__hint {
  margin: 0;
  font-size: 0.72rem;
  color: #8a93a8;
  line-height: 1.5;
}

.mycell-service-form .mycell-captcha--image,
.mycell-article-form .mycell-captcha--image {
  margin-top: 0.5rem;
  padding-top: 0.15rem;
}

.cbs-captcha.mycell-captcha--image {
  margin-top: 0.25rem;
}

.cbs-file-wrap input[type="file"] {
  width: 100%;
  padding: 0.55rem 0.25rem;
  font-family: inherit;
  font-size: 0.86rem;
  color: #000037;
}

.cbs-file-hint {
  font-size: 0.8rem;
  color: #5a5f7a;
  margin-top: 0.45rem;
  text-align: center;
  line-height: 1.65;
  padding: 0.35rem 0.25rem 0;
}

.cbs-file-hint-sub {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.72rem;
  color: #8a93a8;
}
