@tailwind base;@tailwind components;@tailwind utilities;@layer base{body,html{max-width:100vw;overflow-x:hidden}*,:after,:before{box-sizing:border-box}.content-boxed-container,.content-custom-container,.content-full-container{max-width:calc(100vw - 2rem)!important}}@layer components{.btn-primary{@apply bg-blue-600 text-white px-5 py-2.5 rounded-md hover:bg-blue-700 transition-colors shadow-sm font-semibold}.btn-outline{@apply border-2 border-blue-600 text-blue-600 px-5 py-2 rounded-md hover:bg-blue-50 transition-colors font-semibold}.theme-logo-wrapper{align-items:center;display:flex;justify-content:center;width:var(--logo-w-mob,150px)}@media (min-width:768px){.theme-logo-wrapper{width:var(--logo-w-tab,150px)}}@media (min-width:1024px){.theme-logo-wrapper{width:var(--logo-w-desk,150px)}}.woocommerce-input-wrapper input[type=email],.woocommerce-input-wrapper input[type=tel],.woocommerce-input-wrapper input[type=text],.woocommerce-input-wrapper textarea{@apply w-full border-gray-300 rounded-md shadow-sm focus:border-blue-500 focus:ring focus:ring-blue-200 py-2 px-3 transition-all}}
