.rvm-shortcode-wrapper {
    direction: rtl;
}
.rvm-front-tab {
    transition: all 0.3s;
}
.rvm-front-tab:hover {
    color: #135e96;
}
.rvm-carousel-item {
    transition: all 0.3s ease;
}
.rvm-carousel-item:hover {
    transform: scale(1.02);
}
.rvm-video-container {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.rvm-video-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rvm-hover-preview {
    transition: opacity 0.3s;
}