.flashSaleBackground {
    background-image: url(/content/dam/royal/promotions/2020/october/flash-1/flash-sale-october-background-gradient.jpg);
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.basicHero__background--no-image .basicHero__imageContainer {
    background-color: transparent;
}

.flashSaleGradient {
    background: linear-gradient(180deg, #0350a0 0%, rgba(153, 204, 51, 0) 100%);
}


@media (min-width: 46.9375rem) {
    .cruise-search-widget__filter {
        margin-left: 18px;
    }
}


@media (max-width: 46.875rem) {
    
    .heroCountdown__copy {
        color: rgb(0, 0, 102) !important;
    }

    .heroCountdown__time {
        color: rgb(0, 0, 102) !important;
    }

    .heroCountdown__label {
        color: rgb(0, 0, 102) !important;
    }
    .heroCountdown__days {
        color: rgb(0, 0, 102) !important;
        }
    .v-cloak--display {
        padding: 12px;
    }


.basicHero__imageContainer {
    height: 35.5rem;
}

    .basicHero__content {
        margin-top: -85px;
    }

    .cruiseSearchWidget {
        margin-top: -85px; 
    }
}