.custom_widget_tabs{width:100%;display:flex;gap:5px;margin-bottom:15px;box-sizing:border-box}.custom_widget_tabs.mobile_version{display:flex;margin-bottom:20px;background:#F0F0F0;padding:4px;border-radius:8px;position:relative;z-index:1}.custom_widget_tabs.mobile_version .hotel_tab,.custom_widget_tabs.mobile_version .flight_tab{flex:1;padding:12px;text-align:center;border-radius:4px;cursor:pointer;transition:all 0.3s ease;color:rgba(0,0,0,0.5);font-size:16px;font-weight:500;min-width:unset}.custom_widget_tabs.mobile_version .hotel_tab.active,.custom_widget_tabs.mobile_version .flight_tab.active{background:white;color:black;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.custom_widget_tabs .hotel_tab,.custom_widget_tabs .flight_tab{min-width:200px;padding:10px;text-align:center;border-radius:10px 10px 0 0;line-height:15px;font-size:14px;color:black;text-transform:uppercase;font-weight:500;cursor:pointer;background-color:white}.custom_widget_tabs .hotel_tab.active,.custom_widget_tabs .flight_tab.active{background-color:black;color:white}
