
/* HOTEL SEARCH ENGINE CUSTOMIZATION */
#ofCarEngine .of-search-form,
#ofCarEngine .search-container,
#ofCarEngine 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 */
#ofCarEngine h1,
#ofCarEngine h2.of-title,
#ofCarEngine .of-search-title,
#ofCarEngine [class*="search-title"],
#ofCarEngine [class*="hotel-search"] {
    display: none !important;
}

/* Override primary buttons inside OpenFares Hotel Engine */
#ofCarEngine .b2c_engine .btn-primary,
#ofCarEngine .b2c_engine .swap-gateways {
    color: #ffffff !important;
    background: #003c3c linear-gradient(180deg, #003c3c, #003c3c) repeat-x !important;
    border-color: #003c3c !important;
}
