/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Styles the shipping calculator button */
.shipping-calculator-button {
    font-size: 14.4px;
    color: #2259da;
    text-decoration: underline;
    font-weight: 500;
}

/* Radio button alignment fix */
#billing_firma_kupuje_na_potrzeby_dzialalnosci_gospodarczej_field {
    margin-bottom: 15px;
}

#billing_firma_kupuje_na_potrzeby_dzialalnosci_gospodarczej_field label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

#billing_firma_kupuje_na_potrzeby_dzialalnosci_gospodarczej_field input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    flex-shrink: 0;
    accent-color: #2259da;
}

#billing_firma_kupuje_na_potrzeby_dzialalnosci_gospodarczej_field legend {
    margin-bottom: 10px;
    font-weight: 500;
}

/* For better mobile responsiveness */
@media (max-width: 768px) {
    #billing_firma_kupuje_na_potrzeby_dzialalnosci_gospodarczej_field label {
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 48em) {  
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}