.custom-radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  margin-right: 18px;
  vertical-align: middle;
  padding: 4px 0;
}

.custom-radio:last-child {
  margin-right: 0;
}

.custom-radio.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.custom-radio .radio-icon {
  font-size: 14px;
  margin-right: 8px;
  line-height: 1;
  transition: color 0.2s;
  background: #fff;
  border-radius: 50%;
}

.custom-radio .icon-weixuanzhong {
  color: #ededed;
}

.custom-radio .icon-icon-xuanzhongxiang {
  color: var(--color-primary-product);
}

.custom-radio .radio-label {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}

.custom-radio:hover .iconfont,
.custom-radio:hover .radio-label,
.custom-radio .radio-label.checked {
  color: var(--color-primary-product);
}
