/*
Theme Name: Hawp Child
Theme URI: http://hawpmedia.com/
Author: Hawp Media
Author URI: http://hawpmedia.com/
Description: Hawp Media
Version: 6.5.7
Template: hawp
Text Domain: hawp-child
*/

/* Radio Star Styling */
.radio-stars .gfield_radio {
    display: flex;
    gap: 5px;
}

.radio-stars .gchoice {
    position: relative;
}

.radio-stars .gfield-choice-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.radio-stars .gchoice .gform-field-label {
    display: inline-block;
    font-size: 24px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s ease;
}

.radio-stars .gfield-choice-input:checked + .gform-field-label,
.radio-stars .gchoice .gform-field-label:hover,
.radio-stars .gchoice .gform-field-label:hover ~ .gform-field-label {
    color: #ffd700;
}

.radio-stars .gchoice .gform-field-label::before {
    content: "★";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* Hide the original radio button */
.radio-stars .gfield-choice-input:focus + .gform-field-label {
    outline: none;
}
