.elementor-17362 .elementor-element.elementor-element-80a20bf{--display:flex;}.elementor-17362 .elementor-element.elementor-element-3dbfd96 > .elementor-widget-container{padding:50px 0px 50px 0px;}@media(max-width:767px){.elementor-17362 .elementor-element.elementor-element-3dbfd96 > .elementor-widget-container{padding:50px 20px 50px 20px;}}/* Start custom CSS for shortcode, class: .elementor-element-3dbfd96 */.category-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 15px;
    }
    .category-item a {
        display: block;
        padding: 10px;
        background: #f9f9f9;
        text-align: center;
        border-radius: 6px;
        text-decoration: none;
        color: #333;
        transition: background 0.2s ease;
    }
    .category-item a:hover {
        background: #eee;
    }/* End custom CSS */