/* Widget google reviews */
.audetourdunreve-rating {
    line-height: initial;
}

.audetourdunreve-rating .audetourdunreve-rating-widget {
    z-index: var(--audetourdunreve-zindex-rating);
    background-color: white;
    border: 1px solid #e3e3e3;
    border-right: none;
    border-radius: 4px 0 0 4px;
    width: 140px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.audetourdunreve-rating .audetourdunreve-rating-widget.audetourdunreve-position-absolute {
    position: fixed;
    bottom: 45px;
    right: 0;
}

.audetourdunreve-rating .audetourdunreve-rating-content {
    padding: 14px 10px;
}

/* Style du logo Google Reviews */
.audetourdunreve-rating-txt {
    text-align: center;
    margin-bottom: 8px;
}

.audetourdunreve-rating-txt img {
    width: 90px;
    height: auto;
}

/* Style des étoiles */
.audetourdunreve-rating-star {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
    gap: 2px;
}

.audetourdunreve-star {
    display: inline-block;
}

.audetourdunreve-star-img {
    width: 18px;
    height: 18px;
}

/* Style du bouton "Voir tous les avis" */
.audetourdunreve-rating-link {
    display: block;
    background-color: #008ed1;
    color: white !important;
    text-align: center;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 8px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.audetourdunreve-rating-link:hover {
    background-color: #ef418c;
    color: white;
    text-decoration: none;
}

/* Style du bouton de fermeture */
.close-review {
    position: fixed;
    bottom: 190px;
    right: 126px;
    cursor: pointer;
    z-index: 99999;
}

.close-review img {
    width: 24px;
    height: 24px;
}

/* Styles responsive */
@media screen and (max-width: 990px) {
    .audetourdunreve-rating .audetourdunreve-rating-widget.audetourdunreve-position-absolute {
        bottom: 20px;
    }
    
    .close-review {
        bottom: 42px;
        right: 162px;
    }
}

.audetourdunreve-rating .audetourdunreve-rating-widget.audetourdunreve-show-pointer {
    z-index: 9999;
}


.top-bar a.gb-button .gb-icon svg {
    width: 1.5em;
    height: 1.5em;
}

.wp-block-woocommerce-customer-account a,
.wc-block-customer-account__account-icon,
.wc-block-mini-cart__button .wc-block-mini-cart__icon {
    width: 3.0em !important;
    height: 3.0em !important;
}