/*!
Theme Name: PlatformSupport Child
Theme URI: https://platformsupport.com
Description: One Framework For All Your Website Needs.
Author: PlatFormSupport.com
Author URI: https://platformsupport.com
Template: platformsupport
Version: 1.0.0
Text Domain: platformsupport
*/

    /* Remove arrows/spinners from number inputs */
    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }
    
    
    input[type=checkbox], input[type=radio] { margin: 0px !important; }

    /* Optional: Highlight the active cell to make entry easier */
    .hole-score:focus {
        background-color: #fff9c4;
        border-color: #0073aa;
        outline: none;
    }
    

    /* Make checkboxes larger for easier tapping */
    .golf-checkbox {
        transform: scale(1.8);
        cursor: pointer;
        margin: 0;
    }

    /* Styling for the distance input */
    .ctp-distance-input {
        width: 70px;
        padding: 5px;
        margin-left: 10px;
        border: 1px solid #0073aa;
        border-radius: 4px;
        text-align: center;
        display: none; /* Hidden by default */
    }

    .ctp-column {
        min-width: 140px;
        white-space: nowrap;
    } 