.yotpo-reviews-sidebar {
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.yotpo-reviews-sidebar .yotpo-main-widget {
    max-height: 600px;
    overflow-y: auto;
}

/* Responsive styles */
@media (max-width: 768px) {
    .yotpo-reviews-sidebar {
        padding: 10px;
    }
    
    .yotpo-reviews-sidebar .yotpo-main-widget {
        max-height: 400px;
    }
} 