.rs-5b57bf3e-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.rs-5b57bf3e-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.rs-5b57bf3e-slide {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .rs-5b57bf3e-slide {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1024px) {
    .rs-5b57bf3e-slide {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

.rs-5b57bf3e-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
}

.rs-5b57bf3e-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.rs-5b57bf3e-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e8eaed;
    color: #5f6368;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-right: 12px;
    overflow: hidden;
}
.rs-5b57bf3e-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rs-5b57bf3e-meta {
    flex-grow: 1;
}

.rs-5b57bf3e-author {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.rs-5b57bf3e-date {
    font-size: 12px;
    color: #70757a;
}

.rs-5b57bf3e-google-icon {
    width: 24px;
    height: 24px;
}

.rs-5b57bf3e-stars {
    margin-bottom: 12px;
    display: flex;
    gap: 2px;
}

.rs-5b57bf3e-content {
    font-size: 14px;
    line-height: 1.5;
    color: #3c4043;
    margin: 0;
    flex-grow: 1;
}

.rs-5b57bf3e-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.rs-5b57bf3e-nav button {
    background: #fff;
    border: 1px solid #dadce0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #5f6368;
    transition: all 0.2s;
}

.rs-5b57bf3e-nav button:hover {
    background: #f8f9fa;
    color: #202124;
}

.rs-5b57bf3e-footer-link {
    text-align: center;
    margin-top: 20px;
}
.rs-5b57bf3e-footer-link a {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}
.rs-5b57bf3e-footer-link a:hover {
    text-decoration: underline;
}
