/* AdAnalyzer Pro - Styles custom (en complement de Tailwind CDN) */

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.score-ring {
    background: conic-gradient(#4f46e5 var(--p, 0%), #e2e8f0 0);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.score-ring::before {
    content: '';
    background: white;
    border-radius: 50%;
    width: 70%;
    height: 70%;
    position: absolute;
}
