.sm-captcha-image {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 0;
  border: 0;
}

.sm-captcha-image .smic-hidden-inputs,
.sm-captcha-image .smic-hidden-inputs input {
  display: none;
  visibility: hidden;
}

.sm-captcha-image .smic-instructions {
  font-family: inherit;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 15px;
  text-align: right;
}

.sm-captcha-image .smic-instructions .smic-choice {
  font-weight: bold;
  color:  var(--awb-color5);
}
.sm-captcha-image .smic-choices{
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sm-captcha-image .smic-choices label {
  cursor: pointer;
  display: inline-block;
}

.sm-captcha-image .smic-choices label > input {
  opacity: 0;
  width: 0;
  height: 0;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  display: none;
  visibility: hidden;
}

.sm-captcha-image .smic-choices svg {
  width: 25px;
  height: 25px;
}

.sm-captcha-image .smic-choices svg {
  color: var(--awb-color6);
  transition: 0.3s;
}

.sm-captcha-image .smic-choices label > input:checked + svg,
.sm-captcha-image .smic-choices label > input:focus + svg,
.sm-captcha-image .smic-choices svg:hover{
  color:  var(--awb-color3);
}

.wpcf7-smic_captcha{
     display: flex;
    flex-direction: column;
    align-items: end;
}
