.afimc-captcha-image-wrap .inner-afimc-captcha {
  display: flex;
  align-items: center;
  gap: 5px;
}
.afimc-captcha-image-wrap p {
  margin-bottom: 5px;
}
.afimc-captcha-image-wrap {
  background: #fafafa !important;
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent) !important;
  border-radius: 5px !important;
  box-sizing: border-box !important;
  font-size: var(--wp--preset--font-size--small, 14px) !important;
  line-height: 1.4 !important;
  padding: 10px !important;
  margin: 10px 0 !important;
}

.afimc-captcha-image-wrap .afimc-captcha-radio {
  display: none !important;
}

.afimc-captcha-image-wrap .afimc-captcha-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
}

.afimc-captcha-image-wrap .afimc-captcha-option:hover .afimc-captcha-icon {
  opacity: 0.75;
}


.afimc-captcha-image-wrap .afimc-captcha-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 40px;
  color: var(--afimc-icon-color, #000000);
  border: 2px solid transparent;
  border-radius: 6px;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease;
}

.afimc-captcha-image-wrap .afimc-captcha-radio:checked + .afimc-captcha-icon {
  border-color: var(--afimc-icon-color, #000000);
  transform: scale(1.08);
}
.wp-block-woocommerce-checkout .afimc-captcha-image-wrap {
  background: transparent !important;
}