/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Domain Path: /languages
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;
}
/* Improved CSS for perfect radio button alignment */
#billing_firma_kupuje_na_potrzeby_dzialalnosci_gospodarczej_field label {
    display: flex;
    align-items: center;
    margin-bottom: 5px; /* Reduced from 10px to decrease space between rows */
    padding: 0; /* Remove any padding that might be causing extra space */
  }
  
  #billing_firma_kupuje_na_potrzeby_dzialalnosci_gospodarczej_field input[type="radio"] {
    margin: 0 8px 0 0; /* Right margin only, remove any top/bottom margins */
    width: 18px;
    height: 18px;
    position: relative;
    top: 0; /* Ensure no vertical offset */
    flex-shrink: 0;
  }
  
  /* If needed, adjust the line height of the text for better alignment */
  #billing_firma_kupuje_na_potrzeby_dzialalnosci_gospodarczej_field label {
    line-height: 1.2; /* Tighter line height for better text alignment */
  }
  
  /* For better mobile responsiveness */
  @media (max-width: 768px) {
    #billing_firma_kupuje_na_potrzeby_dzialalnosci_gospodarczej_field label {
      margin-bottom: 8px; /* Slightly more space on mobile for touch targets */
    }
  }
@media only screen and (max-width: 48em) {  
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}