.website-generator-radio .inputs-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.website-generator-radio .inputs-container .radio-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.website-generator-radio .inputs-container .radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.website-generator-radio .inputs-container .radio:checked {
  color: #ffffff;
}
.website-generator-radio .inputs-container .radio:checked + .checkmark {
  background-color: #5CCC81;
  border: none;
}
.website-generator-radio .inputs-container .radio:checked + .checkmark:after {
  display: block;
}
.website-generator-radio .inputs-container .checkmark {
  position: absolute;
  top: 13px;
  left: 12px;
  height: 18px;
  width: 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.website-generator-radio .inputs-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}
.website-generator-radio .inputs-container label {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 12px 12px 42px;
  display: flex;
  gap: 12px;
  position: relative;
  cursor: pointer;
}
.website-generator-radio .inputs-container label:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.website-generator-radio .inputs-container label:has(.radio:checked) {
  background-color: rgba(255, 255, 255, 0.2);
}
.website-generator-radio .website-generator-button {
  padding: 12px 20px;
  width: 100%;
  background-color: #3339F1;
}
.website-generator-radio .website-generator-button .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
}
.website-generator-radio .website-generator-button .text:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../../../../../../uploads/tenweb-theme/images/icons/ai.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.website-generator-radio .website-generator-button:hover {
  background-color: rgba(51, 57, 241, 0.8);
}
