@media (max-width:766px) {

}

@media (min-width: 767px) and (max-width: 1024px) {

}

@media (min-width: 1025px) and (max-width: 1440px) {
    .button-view-all-reviews {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 1441px) {
    .button-view-all-reviews {
        font-size: 22px;
        line-height: 26px;
    }
}

.google-business-reviews-rating.tiny {
    padding: 8px 16px 8px 8px!important;
    border-radius: 24px!important;
    background: #FFF;
    box-shadow: none!important;
    width: 100%!important;
    border: none!important;

    .google-icon {
        top: 1px;
    }

    .number {
        color: #000;
        font-family: 'Raleway';
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        top: -1px;
    }

    .count {
        color: #000;
        font-family: 'Raleway';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-decoration-line: underline;
        top: -2px;
    }

    .star {
        color: #FFA927;
    }
}

.fixed-badge {
    .count {
        display: none;
    }

    .star:nth-child(2),
    .star:nth-child(3),
    .star:nth-child(4),
    .star:nth-child(5) {
        display: none;
    }
    
    .badge {
        box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.10)!important;
    }
}

.google-business-reviews-rating.badge {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 56px;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    border-radius: 24px;
    border: 0.5px solid #CCC;
    background: #FFF;
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.05);
}

.business-card {
    .google-business-reviews-rating {
        padding: 0!important;
        border: none!important;
        max-width: 100%!important;

        .number {
            color: #FFA927;
        }
    }
}

.button-view-all-reviews {
    padding: 11px 47px 11px 47px;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid #1D366C;
    background: #FFF;
    color: #1D366C;
    text-align: center;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
}

.button-view-all-reviews:hover {
    background: #1D366C;
    color: #fff;
    transition: 0.3s ease;
}