/**
 * Flavor Affiliate Products - Frontend Styles
 */

/* Widget Styles */
.fap-categories-widget {
    margin-bottom: 20px;
}

.fap-category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fap-category-item {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.fap-category-item:last-child {
    border-bottom: none;
}

.fap-category-item a {
    display: block;
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.fap-category-item a:hover {
    color: #0073aa;
}

.fap-count {
    color: #888;
    font-size: 0.9em;
}

/* Subcategories */
.fap-subcategories {
    list-style: none;
    margin: 5px 0 0 15px;
    padding: 0;
}

.fap-subcategories .fap-category-item {
    padding: 5px 0;
    border-bottom: none;
    font-size: 0.95em;
}

.fap-category-item.depth-1 a {
    color: #555;
}

.fap-category-item.depth-1 a:hover {
    color: #0073aa;
}
