/**
 * We offer the best and most useful modules PrestaShop and modifications for your online store
 *
 * We are experts and professionals in PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 website only
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party
 * Please ensure that you are using a valid license for this file.
 *
 * @author PresTeamShop SAS (Registered Trademark) <info@presteamshop.com>
 * @copyright 2011-2025 PresTeamShop SAS, All rights reserved
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 *
 * @category PrestaShop
 * @category Module
 */
#header .header-banner, #header .header__banner {
    background-color: var(--ptsgr-bg-color);
}

.ptsgr-google-reviews-top-bar {
    padding: 4px 0;
    text-align: center;
    font-size: 14px;
    width: 100%;
    font-family: 'Play', sans-serif;
}

.ptsgr-google-reviews-top-bar .google-reviews-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ptsgr-google-reviews-top-bar .google-reviews-content.align-left {
    justify-content: flex-start;
}

.ptsgr-google-reviews-top-bar .google-reviews-content.align-center {
    justify-content: center;
}

.ptsgr-google-reviews-top-bar .google-reviews-content.align-right {
    justify-content: flex-end;
}

.ptsgr-google-reviews-top-bar .stars-container {
    display: flex;
    align-items: center;
}

.ptsgr-google-reviews-top-bar .star-wrapper {
    position: relative;
    display: inline-flex;
}

.ptsgr-google-reviews-top-bar .star-partial {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
    display: inline-flex;
}

.ptsgr-google-reviews-top-bar .material-icons {
    font-size: 18px;
    line-height: 1;
} 

.ptsgr-google-reviews-top-bar .google-reviews-link,
.ptsgr-google-reviews-top-bar .google-reviews-link:hover {
    text-decoration: underline;
}