html:has(.avis-page),
html:has(.avis-page) body,
html:has(.avis-page) form#form1,
html:has(.avis-page) form#form1 > .cerceve {
    background: #f6f3ef;
}

.avis-page {
    width: 100%;
    max-width: 760px;
    margin: 8px auto 64px;
    box-sizing: border-box;
}

.avis-kicker {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.avis-head h1 {
    margin: 0 0 10px;
    font-size: 28px;
}

.avis-lead {
    color: #555;
    line-height: 1.55;
}

.avis-score-box {
    margin: 22px 0 28px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #eceae6;
    border-radius: 10px;
}

.avis-big {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #011893;
}

.avis-big span {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.avis-big-stars {
    color: #011893;
    letter-spacing: 2px;
    margin: 4px 0 8px;
}

.avis-card {
    background: #fff;
    border: 1px solid #eceae6;
    border-radius: 10px;
    padding: 16px 18px;
    margin: 0 0 12px;
}

.avis-card-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.avis-card-stars { color: #011893; letter-spacing: 1px; }

.avis-card p {
    margin: 0 0 10px;
    line-height: 1.55;
    color: #333;
}

.avis-card-img {
    display: block;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    margin: 0 0 10px;
}

.avis-card-prod {
    color: #011893;
    font-weight: 650;
    text-decoration: none;
    font-size: 13px;
}

.avis-empty {
    padding: 24px;
    background: #fff;
    border-radius: 10px;
    color: #666;
}
