/*
Theme Name:  Hodges Child Theme
Description: Child theme for the Hodges theme
Author:      ThemeMount
Author URI:  http://themeforest.net/user/thememount
Template:    hodges
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/
/* NOTE: Main theme's style.css file is already added in head tag. /*
/* =Theme customization starts here
-------------------------------------------------------------- */

/* Radio button variation styling */
.wc-radio-variation {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.wc-radio-variation .wc-radio-label {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    background: #f9f9f9;
}

.wc-radio-variation .wc-radio-label:hover {
    border-color: #000;
    background: #fff;
}

.wc-radio-variation input[type="radio"] {
    margin-right: 6px;
    accent-color: #000; /* Change to your theme color */
}
