.gr-notice {
    padding: 20px;
    background: #f8f9fa;
    border-left: 4px solid #4285F4;
    border-radius: 4px;
    margin-bottom: 20px;
    font-family: sans-serif;
}

.gr-notice.gr-error {
    border-left-color: #EA4335;
    background: #fce8e6;
}

.gr-carousel-wrapper {
    position: relative;
    width: 100%;
}

.gr-swiper {
    width: 100%;
    padding-bottom: 40px !important;
}

.gr-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.swiper-slide {
    height: auto;
}

.gr-author-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.gr-author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.gr-author-info {
    flex-grow: 1;
}

.gr-author-name {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
}

.gr-rating {
    display: flex;
    align-items: center;
    gap: 2px;
}

.gr-star {
    color: #fbbc04;
    font-size: 16px;
    line-height: 1;
}

.gr-star-empty {
    color: #e0e0e0;
}

.gr-date {
    font-size: 12px;
    color: #70757a;
    display: block;
    margin-top: 2px;
}

.gr-google-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.gr-text {
    font-size: 14px;
    line-height: 1.6;
    color: #3c4043;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* Swiper overrides */
.swiper-pagination-bullet-active {
    background: #4285F4;
}

.swiper-button-next,
.swiper-button-prev {
    color: #4285F4;
    transform: scale(0.7);
}

.gr-preview-notice {
    background: #f1f3f4;
    border: 1px dashed #dadce0;
}
