.elementor-2056 .elementor-element.elementor-element-d8ea182{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;}.elementor-2056 .elementor-element.elementor-element-d8ea182.e-con{--align-self:flex-start;--order:99999 /* order end hack */;}/* Start custom CSS for shortcode, class: .elementor-element-cdfebb3 */.taxonomy-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.taxonomy-item {
    text-align: center;
    width: 200px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.taxonomy-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.taxonomy-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.taxonomy-item h3 {
    margin: 10px 0;
    font-size: 16px;
    color: #333;
}

.taxonomy-item a {
    text-decoration: none;
    color: inherit;
}/* End custom CSS */