.elementor-42727 .elementor-element.elementor-element-87f1194{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-e766f88 */.woo-series-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.woo-series-item {
    background: #fdfdfd;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    color: #444;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: bold;
}

.woo-series-item:hover {
    background: #0070ff; /* رنگ سبز ملایم در حالت هاور - قابل تغییر */
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}/* End custom CSS */