/**
 * Google Note Widget Styles
 */

.google-note-widget {
    display         : flex;
    flex-direction  : row;
    justify-content : center;
    align-items     : center;
    gap             : 8px;
}

.google-note-logo {
    display   : block;
    max-width : 28px;
    height    : 28px !important;
}


.google-note-rating {
    display   : block;
    max-width : 100% !important;
    height    : 22px !important;
}


.google-note-text {
    font-family : Inter, sans-serif;
    font-size   : 14px;
    font-weight : 600;
    line-height : 1.25em;
    color       : #1A1A1A;
    text-align  : center;
    margin      : 0;
    padding     : 0;
}
