/* Google Reviews Popup - Frontend Styles */
.grp-popup-container-54bac545 {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 999999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.grp-popup-container-54bac545.grp-visible-54bac545 {
    display: block !important;
}

/* Animation states */
.grp-popup-container-54bac545.grp-anim-fade-enter-54bac545 {
    opacity: 0;
}
.grp-popup-container-54bac545.grp-anim-fade-active-54bac545 {
    opacity: 1;
}
.grp-popup-container-54bac545.grp-anim-fade-exit-54bac545 {
    opacity: 0;
}

.grp-popup-container-54bac545.grp-anim-slide-enter-54bac545 {
    opacity: 0;
    transform: translateY(30px);
}
.grp-popup-container-54bac545.grp-anim-slide-active-54bac545 {
    opacity: 1;
    transform: translateY(0);
}
.grp-popup-container-54bac545.grp-anim-slide-exit-54bac545 {
    opacity: 0;
    transform: translateY(30px);
}

.grp-popup-container-54bac545.grp-anim-scale-enter-54bac545 {
    opacity: 0;
    transform: scale(0.85);
}
.grp-popup-container-54bac545.grp-anim-scale-active-54bac545 {
    opacity: 1;
    transform: scale(1);
}
.grp-popup-container-54bac545.grp-anim-scale-exit-54bac545 {
    opacity: 0;
    transform: scale(0.85);
}

.grp-popup-card-54bac545 {
    position: relative;
    padding: 18px 20px 14px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    width: 340px;
    max-width: calc(100vw - 48px);
    box-sizing: border-box;
    overflow: hidden;
}

.grp-popup-close-54bac545 {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: #999;
    transition: color 0.2s ease;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.grp-popup-close-54bac545:hover {
    color: #333;
    background: rgba(0, 0, 0, 0.05);
}

.grp-popup-header-54bac545 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.grp-popup-avatar-54bac545 {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    background: #e8eaed;
}

.grp-popup-avatar-img-54bac545 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.grp-popup-avatar-img-54bac545.grp-loaded-54bac545 {
    display: block;
}

.grp-popup-avatar-placeholder-54bac545 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #4285f4;
}

.grp-popup-meta-54bac545 {
    flex: 1;
    min-width: 0;
}

.grp-popup-name-54bac545 {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.grp-popup-stars-54bac545 {
    display: flex;
    gap: 2px;
    margin-top: 2px;
}

.grp-popup-star-54bac545 {
    font-size: 14px;
    line-height: 1;
}

.grp-popup-google-icon-54bac545 {
    flex-shrink: 0;
    opacity: 0.7;
}

.grp-popup-text-54bac545 {
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 8px;
    word-wrap: break-word;
}

.grp-popup-date-54bac545 {
    font-size: 11px;
    color: #999;
    margin-bottom: 10px;
}

.grp-popup-progress-54bac545 {
    height: 3px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    overflow: hidden;
}

.grp-popup-progress-bar-54bac545 {
    height: 100%;
    background: #4285f4;
    border-radius: 3px;
    width: 0%;
    transition: width linear;
}

/* Mobile responsive */
@media (max-width: 480px) {
    .grp-popup-container-54bac545 {
        bottom: 12px;
        left: 12px;
        right: 12px;
    }
    .grp-popup-card-54bac545 {
        width: 100% !important;
        max-width: 100%;
    }
}
