.fh-radio{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;cursor:pointer}.fh-radio--disabled{opacity:.4;pointer-events:none}.fh-radio__label{position:relative;cursor:pointer;margin:0}.fh-radio__input{display:none}.fh-radio__input:checked~.fh-radio__checkmark:after{display:block}.fh-radio__input--fh:checked~.fh-radio__checkmark{background-color:#fff;border:1px solid #01c3a7}.fh-radio__input--aegean:checked~.fh-radio__checkmark{background-color:#fff;border:1px solid #27aae1}.fh-radio__input--easyferry:checked~.fh-radio__checkmark{background-color:#fff;border:1px solid #ff6600}.fh-radio__checkmark{position:absolute;top:-8px;left:0;height:16px;width:16px;border:1px solid #d4d4d4;background:#fff;border-radius:50%}.fh-radio__checkmark--error{border-color:#ee1e23}.fh-radio__checkmark:after{content:"";position:absolute;display:none;top:2px;left:2px;width:10px;height:10px;border-radius:50%}.fh-radio__checkmark--fh:after{background:#01c3a7}.fh-radio__checkmark--aegean:after{background:#27aae1}.fh-radio__checkmark--easyferry:after{background:#ff6600}.fh-radio__text{font-size:14px;margin-left:10px}@media only screen and (max-width: 767px){.fh-radio__text{font-size:14px}}
