/*
Theme Name: Hello Elementor Child BLSS
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Best Local SEO Services
Author URI: www.bestlocalseoservices.com
Description: A custom lightweight child theme built for The Bite House (https://thebitehouse.fi/), optimized for technical performance, local search visibility, and high-conversion UI/UX design. Developed and maintained by Best Local SEO Services.
Tags: one-column, custom-menu, featured-images, flexible-header, translation-ready, accessibility-ready, elementor-optimized
Version: 3.4.9.1783668325
Updated: 2026-07-10 07:25:25

*/

/* Make Advanced Product Fields Checkboxes 2 columns */
.wapf-field-container.wapf-field-checkboxes .wapf-checkboxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 10px;
}

/* Make it drop back to 1 column on mobile phones so it's easy to tap */
@media (max-width: 767px) {
    .wapf-field-container.wapf-field-checkboxes .wapf-checkboxes {
        grid-template-columns: 1fr;
    }
}
