.year-captcha-wrapper.am-captcha-container {
  margin-bottom: 20px;
}

.year-captcha-wrapper.am-captcha-container .label_wrap {
  margin-bottom: 5px;
}

.year-captcha-wrapper.am-captcha-container .label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.year-captcha-wrapper.am-captcha-container .year-captcha-inputs {
  display: flex;
  gap: 10px;
}

.year-captcha-wrapper.am-captcha-container .year-digit {
  width: 48px !important;
  height: 48px !important;
  background-color: #E6E6E6 !important;
  color: #000 !important;
  border: none !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: bold !important;
  padding: 0 !important;
  line-height: 48px !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
}

.year-captcha-wrapper.am-captcha-container .year-digit:focus {
  background-color: #D6D6D6 !important;
  outline: 2px solid #000 !important;
}

/* Screen reader only */
.year-captcha-wrapper.am-captcha-container .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}
