/* Premium Split Widget Styles */
.tae-premium-split-widget {
    overflow-x: hidden;
}

/* Subtle animation on load could be added here if needed */
.tae-premium__img-col img {
    will-change: transform;
}

.tae-premium-btn {
    box-shadow: 0 4px 14px 0 rgba(18, 113, 182, 0.25);
}
.tae-premium-btn:hover {
    box-shadow: 0 6px 20px rgba(18, 113, 182, 0.4);
}
