/**
 * Footer Widgets Styles
 * 
 * Styles for PPI Property Taxonomies Widget
 * See: /doc/specifications/bord-de-mer/fix-heavy-footer/SPEC.md
 * 
 * @package Houzez Child
 * @since 1.0.0
 */

/* Widget "See more" link */
.widget-taxonomy .widget-see-more {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: right;
}

.widget-taxonomy .see-more-link {
    font-size: 13px;
    font-weight: 500;
    color: #2271b1;
    text-decoration: none;
    transition: color 0.2s ease;
}

.widget-taxonomy .see-more-link:hover {
    color: #135e96;
    text-decoration: underline;
}

/* Widget "No terms" message */
.widget-taxonomy .widget-no-terms {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin: 0;
    padding: 10px 0;
}

/* Cache debug indicator (only visible in source) */
.ppi-cached-widget {
    position: relative;
}

