/* Anti-Collision System
 * Strict rules to prevent UI element overlap
 * Loaded site-wide via functions.php
 */

.wp-block-columns:not(.is-not-stacked-on-mobile) {
    min-width: 0;
}

.wp-block-column {
    min-width: 0;
    overflow: hidden;
}

.wp-block-button__link {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.premiere-banner-section .wp-block-columns.are-vertically-aligned-center {
    gap: 15px;
}

.banner-countdown-unit {
    flex-shrink: 1;
    min-width: 0;
}
