.elementor-374 .elementor-element.elementor-element-59883b6{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-4b40041 */.cats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 15px;
}

.cat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 12px;
    text-decoration: none;
    background: linear-gradient(135deg, #1e1e1e, #2c2c2c);
    color: #fff;
    transition: 0.3s;
}

.cat-card:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, #0073ff, #00c6ff);
}

.cat-name {
    font-size: 16px;
    font-weight: bold;
}

.cat-count {
    font-size: 12px;
    opacity: 0.7;
}/* End custom CSS */