/**
 * Cambium Google Ratings — Frontend Styles v1.2.0
 * All critical styles are inline on elements (theme-proof).
 * This file handles hover/focus states and minor resets only.
 */

/* Prevent any theme interference on wrapper */
span.cgr-wrap,
span.cgr-wrap * {
    box-sizing: border-box;
}

/* Reset hover/focus/active on all links inside wrapper */
span.cgr-wrap a:hover,
span.cgr-wrap a:focus,
span.cgr-wrap a:active {
    text-decoration: none !important;
    color: inherit !important;
    border: 0 !important;
    border-width: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* SVG stars should inherit color properly */
span.cgr-wrap svg {
    fill: currentColor;
}
