.elementor-9429 .elementor-element.elementor-element-67ebbda .ovabrw-destination-ajax .ovabrw-destination-list .destination-item{color:var( --e-global-color-accent );background-color:var( --e-global-color-secondary );}.elementor-9429 .elementor-element.elementor-element-67ebbda .ovabrw-destination-ajax .ovabrw-destination-list .destination-item.active{color:#FFFFFF;background-color:var( --e-global-color-primary );}/* Start custom CSS for ovabrw_product_destination_ajax, class: .elementor-element-67ebbda *//* 1. Change Button to Orange */
.elementor-9429 .elementor-element.elementor-element-67ebbda .btn product-btn-book-now {
    background-color: #F3792E !important;
    border-color: #F3792E !important;
    color: #FFFFFF !important;
    transition: all 0.3s ease !important;
}

/* 2. Change Button to Blue on Hover */
.elementor-9429 .elementor-element.elementor-element-67ebbda .btn product-btn-book-now:hover {
    background-color: #007bff !important; /* Standard Blue */
    border-color: #007bff !important;
}

/* 3. Mobile Card Shrink */
@media (max-width: 767px) {
    /* Shrink the main card container */
    .elementor-9429 .elementor-element.elementor-element-67ebbda .tour-item-wrapper {
        padding: 5px !important;
        margin-bottom: 10px !important;
    }
    
    /* Make the image shorter to save vertical space */
    .elementor-9429 .elementor-element.elementor-element-67ebbda .tour-item-wrapper .image-wrapper img {
        height: 150px !important;
        object-fit: cover !important;
    }
    
    /* Shrink the title text */
    .elementor-9429 .elementor-element.elementor-element-67ebbda .tour-item-wrapper .title {
        font-size: 16px !important;
        margin: 5px 0 !important;
    }
}/* End custom CSS */