/* Fix: Convert WooCommerce block toggle switches to standard radio buttons */
.wc-block-components-radio-control__option {
    padding-left: 40px !important;
    position: relative !important;
}

.wc-block-components-radio-control__input {
    position: absolute !important;
    left: 12px !important;
    top: 20px !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    appearance: auto !important;
    -webkit-appearance: radio !important;
    border-radius: 50% !important;
    border: 2px solid #888 !important;
    background: #fff !important;
    transform: none !important;
    cursor: pointer !important;
}

.wc-block-components-radio-control__input::before {
    display: none !important;
}

.wc-block-components-radio-control__input::after {
    display: none !important;
}

.wc-block-components-radio-control__input:checked {
    border-color: var(--bzo-main-color, #000) !important;
    accent-color: var(--bzo-main-color, #000) !important;
}

.wc-block-components-radio-control__label-group {
    display: block;
    width: 100%;
}

/* Fix: Place Order button to match theme style */
.wc-block-components-checkout-place-order-button,
.wc-block-checkout__actions button.wc-block-components-button {
    border: 0 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 56px !important;
    text-align: center !important;
    background: var(--bzo-main-color) !important;
    border-radius: 0px !important;
    padding: 0px 40px !important;
    height: 56px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-family: var(--bzo-body_typo-font-family) !important;
    transition: all .25s ease-in-out !important;
    min-width: 200px;
}

.wc-block-components-checkout-place-order-button:hover,
.wc-block-checkout__actions button.wc-block-components-button:hover {
    background: var(--bzo-main-color2) !important;
    color: #fff !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12) !important;
}

.wc-block-components-checkout-place-order-button .wc-block-components-button__text {
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

/* Remove default button spinner styling conflicts */
.wc-block-components-checkout-place-order-button .wc-block-components-spinner {
    filter: brightness(10);
}
