/**
 * Ledylight - Custom Styles
 *
 * Site d'affiliation / comparatifs
 * Couleur principale: Emerald (#10b981)
 */

/* =============================================================================
   LEDYLIGHT SPECIFIC STYLES
   ============================================================================= */

/* Product cards for affiliate */
/*
.ledylight-product-card {
    background: var(--starter-bg-card);
    border: 1px solid var(--starter-border);
    border-radius: var(--starter-radius-lg);
    padding: var(--starter-space-xl);
    transition: all var(--starter-transition);
}

.ledylight-product-card:hover {
    border-color: var(--starter-primary);
    transform: translateY(-4px);
}

.ledylight-product-card__price {
    font-size: var(--starter-text-2xl);
    font-weight: 700;
    color: var(--starter-primary);
}

.ledylight-product-card__rating {
    color: var(--starter-warning);
}
*/

/* Comparison tables */
/*
.ledylight-comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.ledylight-comparison-table th,
.ledylight-comparison-table td {
    padding: var(--starter-space-md);
    border: 1px solid var(--starter-border);
    text-align: center;
}

.ledylight-comparison-table th {
    background: var(--starter-bg-alt);
    font-weight: 600;
}

.ledylight-comparison-table .best-value {
    background: var(--starter-success-bg);
}
*/
