.dizi-avatar-img {
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f3f4f6;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.dizi-review-item {
    transition: background 0.2s;
}

.dizi-review-item:hover {
    background: #fcfcfc;
}

.dizi-review-content {
    display: flex;
    flex-direction: column;
}

/* Slider Specifics */
.dizi-reviews-slider {
    padding-bottom: 50px !important;
    overflow: hidden !important;
}

.dizi-slider-item {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dizi-slider-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.swiper-pagination-bullet-active {
    background: #6366f1 !important;
}

.swiper-button-next::after, 
.swiper-button-prev::after {
    font-size: 20px !important;
    font-weight: bold;
}

/* Premium Buttons */
.dizi-btn-primary {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.dizi-btn-primary:hover {
    background: #4f46e5 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.5) !important;
}

.dizi-btn-primary:active {
    transform: translateY(0);
}
