.custom-radio-look ul{list-style:none;padding:0;margin:0}.custom-radio-look div{text-align:left;width:500px}.custom-radio-look li{margin-left:20px;box-sizing:border-box}.custom-radio-look div{margin-top:10px}.custom-radio-look div strong{font-weight:bold}.custom-radio-look div h3{font-weight:bold;font-size:16px;margin-bottom:10px}.custom-radio-look input[type="radio"]{display:none}.custom-radio-look input[type="radio"]:not(:disabled)+label{cursor:pointer}.custom-radio-look input[type="radio"]:disabled+label{color:hsla(150,5%,75%,1);border-color:hsla(150,5%,75%,1);box-shadow:none;cursor:not-allowed}.custom-radio-look label{height:100%;display:block;background:white;border:2px solid hsla(150,75%,50%,1);border-radius:20px;padding:1rem;margin-bottom:1rem;text-align:center;box-shadow:0px 3px 10px -2px hsla(150,5%,65%,0.5);position:relative}.custom-radio-look input[type="radio"]:checked+label{background:hsla(150,100%,32%,1);color:hsla(215,0%,100%,1);box-shadow:0px 0px 20px hsla(150,100%,50%,0.75)}.custom-radio-look input[type="radio"]:checked+label::after{color:hsla(215,5%,25%,1);font-family:ETModules;border:2px solid hsla(150,75%,45%,1);content:"\4e";font-size:24px;position:absolute;top:-15px;left:50%;transform:translateX(-50%);height:40px;width:40px;line-height:40px;text-align:center;border-radius:50%;background:white;box-shadow:0px 2px 5px -2px hsla(0,0%,0%,0.25);font-weight:bold}.custom-radio-look#gform_fields_YOURFORMID_YOURFIELDID li:nth-child(3) input[type="radio"]:checked+label{background:red;border-color:red}.gfield label.gfield_label{font-weight:900}@media only screen and (max-width:700px){.custom-radio-look ul{flex-direction:column}}