/* Google Review QR — Sidebar Zone (narrow tall).
 * Same design DNA as main zone with the card width kept at 80%.
 */

.grqr-sidebar {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(45deg,
        #4285F4 0% 35%,
        #ffffff 35% 40%,
        #EA4335 40% 65%,
        #ffffff 65% 70%,
        #34A853 70% 100%);
}
.grqr-sidebar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg,
        #4285F4 0% 35%,
        #ffffff 35% 40%,
        #FBBC04 40% 65%,
        #ffffff 65% 70%,
        #34A853 70% 100%);
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    pointer-events: none;
}

.grqr-sidebar-card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    color: #202124;
    padding: 18cqmin 5cqmin 5cqmin 5cqmin;
    width: 80%;
    height: calc(80% - 11cqmin);
    margin-top: 11cqmin;
    word-break: break-word;
    box-sizing: border-box;
    gap: 3cqmin;
    border-radius: 3cqmin;
    box-shadow: 0 1.5cqmin 3cqmin rgba(0, 0, 0, 0.12);
}

.grqr-sidebar-google-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22cqmin;
    height: 22cqmin;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 0.4cqmin 1cqmin rgba(0, 0, 0, 0.12);
}
.grqr-sidebar-google {
    width: 65% !important;
    height: 65% !important;
    display: block !important;
    margin: 0 !important;
    border-radius: 0 !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain;
}

.grqr-sidebar-headline {
    font-size: 5cqmin !important;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif;
    color: #202124;
    line-height: 1.2 !important;
    max-width: 90%;
}

.grqr-sidebar-qr-wrap {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 3cqmin;
    margin: 5cqmin 0;
}
.grqr-sidebar-qr-corner {
    position: absolute;
    width: 10cqmin;
    height: 10cqmin;
    border-style: solid;
    border-width: 0;
}
.grqr-sidebar-qr-corner.tl { top: 0; left: 0; border-top-width: 1.6cqmin; border-left-width: 1.6cqmin; border-color: #4285F4; }
.grqr-sidebar-qr-corner.tr { top: 0; right: 0; border-top-width: 1.6cqmin; border-right-width: 1.6cqmin; border-color: #EA4335; }
.grqr-sidebar-qr-corner.bl { bottom: 0; left: 0; border-bottom-width: 1.6cqmin; border-left-width: 1.6cqmin; border-color: #34A853; }
.grqr-sidebar-qr-corner.br { bottom: 0; right: 0; border-bottom-width: 1.6cqmin; border-right-width: 1.6cqmin; border-color: #FBBC04; }
.grqr-sidebar-qr {
    width: 30cqmin;
    height: 30cqmin;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grqr-sidebar-qr svg {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.grqr-sidebar-thanks {
    font-size: 8cqmin !important;
    font-weight: 400 !important;
    font-family: 'Oleo Script', cursive;
    color: #202124;
    line-height: 1 !important;
}
.grqr-sidebar-rainbow-stars {
    font-size: 8cqmin !important;
    letter-spacing: 0.15em !important;
    line-height: 1 !important;
}
.grqr-sidebar-rainbow-stars .s1 { color: #4285F4; }
.grqr-sidebar-rainbow-stars .s2 { color: #EA4335; }
.grqr-sidebar-rainbow-stars .s3 { color: #FBBC04; }
.grqr-sidebar-rainbow-stars .s4 { color: #34A853; }
.grqr-sidebar-rainbow-stars .s5 { color: #4285F4; }
