.widget_archive li a, .widget_categories li.cat-item a, .widget_pages li a {
    color: #000;
    transition: color 0.3s ease;
}

.widget_archive li a:hover, .widget_categories li.cat-item a:hover, .widget_pages li a:hover {
    color: #ff00ff;
}

.product-sidebar .single-post .content h5 a {
    color: #000;
    font-weight: 300;
    text-decoration: none;
}

.product-sidebar .single-post .content h5 a:hover {
    color: #ff00ff;
    text-decoration: underline;
}

.widget_categories {
    background-color: #f3f6f8;
    border: 1px solid #f3f6f8;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.widget_categories li {
    margin: 5px 0;
}