#grating-widget.gr-card-style-v3 { position: fixed; bottom: 30px; left: 30px; background: #ffffff; border-radius: 12px; padding: 10px 14px; display: flex; align-items: center; gap: 10px; box-shadow: 0 8px 24px rgba(0,0,0,0.08); border: 1px solid #eaeaea; font-family: 'Montserrat', sans-serif !important; z-index: 9; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); overflow: hidden; cursor: pointer; }
        #grating-widget.gr-card-style-v3:hover { box-shadow: 0 12px 30px rgba(0,0,0,0.12); transform: translateY(-3px); }
        #grating-logo-v3 { width: 34px; height: 34px; border-radius: 8px; background: #f8f9fa; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        #grating-logo-v3 svg { width: 26px; height: 26px; }
        #grating-full-v3 { display: flex; flex-direction: column; justify-content: center; white-space: nowrap; max-width: 250px; opacity: 1; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
        .gr-label-v3 { font-size: 10px; color: #777; text-transform: uppercase; font-weight: 800; line-height: 1; }
        .gr-row-v3 { display: flex; align-items: center; gap: 5px; margin: 3px 0; }
        .gr-num-v3 { font-weight: 900; font-size: 17px; color: #000; line-height: 1; }
        .gr-stars-v3 { color: #FBBC05; font-size: 15px; letter-spacing: 1px; line-height: 1; }
        .gr-sub-v3 { font-size: 11px; color: #888; line-height: 1; }
        .gr-sub-v3 a.gr-link-v3 { color: inherit; text-decoration: none; }
        .gr-sub-v3 strong { color: #111; }
        #grating-mini-v3 { display: flex; align-items: center; gap: 4px; white-space: nowrap; max-width: 0; opacity: 0; overflow: hidden; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

        #grating-widget.gr-card-style-v3.is-hidden {
            opacity: 0 !important;
            transform: translateY(30px) !important;
            pointer-events: none !important;
            visibility: hidden;
        }

        @media (max-width: 768px) {
            #grating-widget.gr-card-style-v3 { bottom: 20px; left: 20px; padding: 10px 12px; }
            #grating-widget.gr-card-style-v3.collapsed { padding: 6px 10px; gap: 5px; border-radius: 30px; }
            #grating-widget.gr-card-style-v3.collapsed #grating-logo-v3 { width: 30px; height: 30px; background: transparent; }
            #grating-widget.gr-card-style-v3.collapsed #grating-logo-v3 svg { width: 24px; height: 24px; }
            #grating-widget.gr-card-style-v3.collapsed #grating-full-v3 { max-width: 0; opacity: 0; pointer-events: none; margin: 0; }
            #grating-widget.gr-card-style-v3.collapsed #grating-mini-v3 { max-width: 70px; opacity: 1; }
            #grating-mini-v3 .gr-num-mini { font-weight: 800; font-size: 18px; color: #000; }
            #grating-mini-v3 .gr-stars-mini { color: #FBBC05; font-size: 18px; }
        }

