
/* HOTEL SEARCH ENGINE CUSTOMIZATION */
#ofHotelEngine .of-search-form,
#ofHotelEngine .search-container,
#ofHotelEngine form {
    background: #ffc107  !important;
    border-radius: 12px !important;
    padding: 30px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Hide "Hotel Search" text/title in OpenFares widget */
#ofHotelEngine h1,
#ofHotelEngine h2.of-title,
#ofHotelEngine .of-search-title,
#ofHotelEngine [class*="search-title"],
#ofHotelEngine [class*="hotel-search"] {
    display: none !important;
}

/* Override primary buttons inside OpenFares Hotel Engine */
#ofHotelEngine .b2c_engine .btn-primary,
#ofHotelEngine .b2c_engine .swap-gateways {
    color: #ffffff !important;
    background: #003c3c linear-gradient(180deg, #003c3c, #003c3c) repeat-x !important;
    border-color: #003c3c !important;
}
