.avis-verifies-error {
        display: none;
    }
    .av-stars-widget,
    .av-reviews-widget {
        min-height: 20px;
    }


    /* ===== SHORTCODE STARS POUR PRODUCT CARD ===== */

    .av-card-display{
        display: flex;
        flex-direction: row;
        gap: 6px;
        align-items: center;
    }

    .av-card-stars{
        font-size: 20px;
    }

    .av-card-count{
        color: var(--Principal, #174A42);
        text-align: center;
        font-family: Pontiac;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px; /* 150% */
    }

    /* ===== SHORTCODE STARS PERSONNALISÉ ===== */
    .av-custom-rating-display {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .av-rating-number {
        color: var(--Principal, #174A42);
        font-family: Pontiac;
        font-size: 56px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }

    .av-rating-stars-count-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
    }

    .av-rating-stars {
        font-size: 24px;
        letter-spacing: 3px;
    }

    .av-rating-count {
        font-size: 14px;
        color: #174A42;
        text-decoration: underline;
    }

    .av-rating-loader {
        text-align: center;
        padding: 20px;
        font-size: 14px;
    }

    .av-rating-error {
        text-align: center;
        padding: 20px;
        font-size: 14px;
    }

    /* ===== SIMPLE STARS SHORTCODE ===== */
    .av-simple-display, .av-simple-link {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    .av-simple-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        color: inherit;
        cursor: pointer;
        transition: opacity 0.2s ease;
    }

    .av-simple-link:hover {
        opacity: 0.8;
    }

    .av-simple-stars {
        font-size: 22px;
        color: #174A42;
    } 

    .av-simple-count {
        font-size: 16px;
        color: #174A42;
        font-family: Pontiac;
        font-weight: 600;
    }

    .av-simple-no-review{
        text-decoration: underline;
        color: #174A42;
    }

    /* ===== SHORTCODE CUSTOM - CARDS AVIS ===== */
    .av-custom-wrapper {
        width: 100%;
        max-width: 100%;
        font-family: "Pontiac", Sans-serif;
    }

    .av-loading {
        text-align: center;
        padding: 20px;
        color: #174A42;
        font-size: 14px;
    }

    .av-no-reviews {
        text-align: center;
        padding: 40px;
        color: #174A42;
        font-size: 14px;
    }

    .av-reviews-grid {
        display: grid;
        gap: 20px;
        margin: 20px 0;
    }

    .av-review-card {
        background: #fff;
        border-radius: 24px;
        border: 1px solid var(--Principal, #174A42);
        background: var(--Blanc, #FFF);
        padding: 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .av-review-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-direction: row;
    }

    .av-review-stars {
        font-size: 18px;
    }

    .av-review-date {
        font-size: 16px;
        color: var(--Principal, #174A42);
    }

    .av-review-text {
        color: var(--Principal, #174A42);
        font-family: Pontiac;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .av-review-author {
        color: var(--Principal, #174A42);
        font-family: Pontiac;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
    }

    @media (max-width: 768px) {
        .av-rating-number {
            font-size: 28px;
        }

        .av-rating-stars {
            font-size: 20px;
        }

        .av-review-card {
            padding: 15px;
        }

        .av-review-date {
            align-self: flex-end;
        }
    }

    .skeepers_product__stars:empty::after {
        content: "⭐ Chargement des étoiles...";
        color: #174A42;
        font-size: 12px;
    }

    .skeepers_product__reviews:empty::after {
        content: "💬 Chargement des avis...";
        color: #174A42;
        font-size: 12px;
    }