/*
Theme Name: Medical Campaign Theme
Theme URI: https://demo.9886688.xyz
Author: GitHub Copilot
Author URI: https://github.com
Description: A simple, modern one-page theme for medical campaigns with referral tracking.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: medical-campaign
*/

body {
    font-family: 'Noto Sans TC', sans-serif;
    color: #333;
    line-height: 1.6;
}

/* WPForms styles removed as per user request to use built-in styles */

/* Fix Tailwind CSS Conflict: Remove extra box/borders on Radio and Checkbox */
.wpforms-container input[type="radio"],
.wpforms-container input[type="checkbox"] {
    appearance: auto !important; /* Restore native browser styling */
    background-image: none !important; /* Remove Tailwind's SVG background */
    background-color: transparent !important; /* Remove background color */
    border: none !important; /* Remove border */
    box-shadow: none !important; /* Remove shadow */
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 3px 6px 0 0 !important; /* Slight adjustments for alignment */
    display: inline-block !important;
}

/* Ensure labels are aligned correctly with the native inputs */
.wpforms-container .wpforms-field-label-inline {
    display: inline-block;
    vertical-align: middle;
}
