.wc-block-components-text-input input{
    border: 1px solid hsl(0deg 0% 68.5% / 80%) !important;
}

.wc-blocks-components-select__container select{
    border: 1px solid #afafafcc !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border-radius: 4px;
    box-shadow: inset 0 0 0 1.5px #afafafcc !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background-color: #16a34a;
    color: white;
    width: 50%;
    border: 1px solid #fbff10;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    background-color: black;
    color: white;
    width: 50%;
    border: 1px solid #fbff10;
}

a.wc-block-components-checkout-return-to-cart-button svg{
    display: none;
}

a.wc-block-components-checkout-return-to-cart-button {
    background-color: black;
    width: 50%;
    padding: 17px;
    border: 1px solid black;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    font-size: 1rem;
}

a.wc-block-components-checkout-return-to-cart-button:hover {
    background-color: #16a34a;
    border: 1px solid black !important;
    color: black;
}


@media screen and (max-width:680px) {
 .wc-block-checkout__actions .wc-block-checkout__actions_row {
        flex-direction: row !important;
        gap: 16px;
        justify-content: center;
    }   
}