

@media only screen and (max-width: 768px) {
  .wbtm_search_route_icon_wrapper{
    display: none;
  }
  .wbtm_search_route_city_section{
    width: 45%;
  }
  .wbtm_search_route_city_section_right{
    width: 45%;
  }
}


@media (min-width:0px) {
    .wbtm-date-route_title{
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 600;
        border-radius: 5px;
        /* border-bottom: 2px solid var(--wbtm_color_theme); */
    }
    .wbtm-date-return-route-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 600;
        border-radius: 5px;
        /*border-bottom: 2px solid var(--wbtm_color_theme);*/
    }

    .wbtm_departure_bus_lists_holder{
        /*border: 1px solid #b9d3ff;*/
        background-color: #fff;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    .wbtm_return_bus_lists_holder{
        /*border: 1px solid #b9d3ff;*/
        background-color: #fff;
        margin-bottom: 20px;
        border-radius: 5px;
    }
    .wbtm_bus_list_area{
        padding:10px;
    }
    #wbtm_return_container .wbtm-date-suggetion{
        margin: 10px;
    }
    .wbtm_search_route_container {
        display: flex;
        align-items: center;
        /*background-color: #cfe2ff;*/
        border-radius: 4px;  
        width: 100%;
        font-family: Arial, sans-serif;
        border: 1px solid #e3dfdf;
    }

    .wbtm_search_route_return_date {
        /*background-color: #9ec5fe;*/
        padding:10px;
        text-align: left;
        height: 100%;
        min-width: 120px;

    }


    .wbtm_selected_bus_payment{
        display: flex;
        flex-direction: column;
    }

    .wbtm_seleced_start_bus{

    }

    .wtbm_icon_margin{
        margin: unset !important;
        margin-left: 5px !important;

    }

    .wbtm_search_route_label {
        color: var(--wbtm_color_theme);
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 3px;
    }

    .wbtm_search_route_date {
        font-size: 12px;
        font-weight: 500;
        color: #000;
    }

    #start_bus{
        margin-top: 15px;
    }

    .wbtm_bus_tab_wrapper {
        display: flex;
        gap: 12px;
        padding: 2px;
    }

    .wbtm_bus_tab_wrapper .wtbm_start_route,
    .wbtm_bus_tab_wrapper .wtbm_return_route {
        flex: 1;
        padding: 14px 18px;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        color: #555;
        cursor: pointer;
        border-radius: 12px;
        position: relative;
        transition: all 0.35s ease;
        background: transparent;
        letter-spacing: 0.3px;
    }

    .wbtm_bus_tab_wrapper .wtbm_start_route::before,
    .wbtm_bus_tab_wrapper .wtbm_return_route::before {
        content: "🚌";
        margin-right: 8px;
        opacity: 0.7;
    }

    .wbtm_bus_tab_wrapper .wtbm_start_route:hover,
    .wbtm_bus_tab_wrapper .wtbm_return_route:hover {
        background: rgba(0, 0, 0, 0.05);
        color: #222;
    }

    .wbtm_bus_tab_wrapper .wbtm_tab_active {
        background: linear-gradient(135deg, #c7d2fe, #a5b4fc);
        color: #1e1b4b;
        box-shadow: 0 6px 16px rgba(165, 180, 252, 0.4);
    }

    .wbtm_bus_tab_wrapper .wbtm_tab_active::before {
        opacity: 1;
    }

    .wbtm_bus_tab_wrapper .wbtm_tab_active::after {
        content: "";
        position: absolute;
        left: 20%;
        right: 20%;
        bottom: 6px;
        height: 3px;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 10px;
    }


    .wbtm_search_route_day {
        font-size: 14px;
        color: #5f6368;
    }

    .wbtm_search_route_cities_wrapper {
        display: flex;
        flex-grow: 1;
        align-items: center;
        padding:10px;
    }

    .wbtm_search_route_city_section {
        padding:10px;
        width: 33%;
    }
    .wbtm_search_route_icon_wrapper span.wbtm_search_route_bus_icon img{
        width: 80px;
        height: auto;
    }
    .wbtm_search_route_icon_wrapper {
        width: 30%;
    }

    .wbtm_search_route_city_section_right {
        border-left: 1px solid #c5dafd;
        padding:10px;
        width: 30%;
    }
    .wbtm_search_route_city {
        font-size: 12px;
        font-weight: normal;
        color: #000;
        line-height: 1.2;
    }

    .wbtm_search_route_airport_code {
        font-size: 14px;
        color: #5f6368;
    }


    .wbtm_search_route_dropdown_icon {
        font-size: 30px;
        color: #b1bed3;
        cursor: pointer;
        line-height: 1;
    }

    .wbtm_return_bus_lists_holder  .wbtm_search_route_cities_wrapper .wbtm_search_route_icon_wrapper img{
    transform: scaleX(-1);
    }

    .wbtm_bus_info_holder{
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .wbtm_bus_popup_link{
        padding: 5px 10px;
        border-radius: 50px;
        background: #f8f8f8;
        transition: all .5s;
    }
    .wbtm_bus_popup_link:hover{
        background-color: var(--wbtm_color_theme);
        color: var(--wbtm_color_theme_alter);
    }
    /* Hide all tabs by default */


    /* Show tab when hovering over parent bus item */
    .wbtm_bus_list_area .wbtm-bus-list:hover .wbtm_bus_popup_links {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }
    .wbtm_bus_list_area .wtbm_bus_counter:hover .wbtm_bus_popup_links {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        padding: 5px;
    }
    .wbtm-bus-popup {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.6);
        z-index: 99;
    }

    .wbtm-bus-popup-inner {
        margin: 5% auto;
        padding: 20px;
        border-radius: 12px;
        position: relative;
        max-height: 95vh;
        overflow-y: auto;
        max-width: 1100px;
    }
    .wbtm-popup-content{
        max-width: 1100px;
        margin: auto;
    }

    .wbtm-popup-close {
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 30px;
        cursor: pointer;
        z-index: 10;
    }
    .wbtm_bus_details_container{
        width: 100%;
        margin-bottom: 15px;
    }
    .wbtm_bus_detail_popup_tabs {
        display: flex;
        gap: 8px;
        padding: 10px;
        background: #f8f9fa;
        border-radius: 8px;
        margin-bottom: 12px;
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .wbtm_bus_detail_popup_tab {
        padding: 8px 14px;
        font-size: 14px;
        font-weight: 500;
        color: #444;
        background: #fff;
        border-radius: 6px;
        cursor: pointer;
        border: 1px solid #e3e3e3;
        transition: all .25s ease;
        white-space: nowrap;
    }

    .wbtm_bus_detail_popup_tab:hover {
        background: var(--wbtm_color_theme_alter);
        color: var(--wbtm_color_theme);
        border-color: var(--wbtm_color_theme);
    }

    .wbtm_bus_detail_popup_tab.active {
        background: var(--wbtm_color_theme);
        color: var(--wbtm_color_theme_alter);
        border-color: var(--wbtm_color_theme);
        box-shadow: 0 3px 10px rgba(0,124,186,.25);
    }

    .wbtm_bus_list_area .wbtm_bus_popup_links {
        display: flex;
        justify-content: space-evenly;
        gap: 10px;
        visibility: hidden;
        opacity: 0;
        transform: scale(0.95);
        transition: all 0.5s ease;
        cursor: pointer;
        color: var(--wbtm_color_theme);
    }

    .wbtm_bus_details_tabs_holder{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        padding: 5px;
        box-sizing: border-box;
        border-top: 1px solid #eee;
    }
}
@media (min-width: 540px) {

}
@media (min-width: 768px) {
    .wbtm_bus_list_area .wbtm_bus_details_tabs_holder{
        flex-direction: row;
    }
}
@media (min-width: 1240px) {}

@media (min-width: 0px) {
    .wbtm_flight_mode .wbtm_flight_search_shell {
        background: linear-gradient(180deg, #f7fbff 0%, #ffffff 18%);
        color: #0f172a;
        border-radius: 20px;
        padding: 22px;
        border: 1px solid #dbe5ef;
        box-shadow: 0 18px 45px rgba(15, 23, 42, 0.09);
        overflow: visible;
    }

    .wbtm_flight_search_intro {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-bottom: 12px;
        padding-bottom: 14px;
        border-bottom: 1px solid #e8eef5;
    }

    .wbtm_flight_search_intro h3 {
        color: #0f172a;
        font-size: 22px;
        line-height: 1.2;
        margin: 0;
    }

    .wbtm_flight_search_intro p {
        margin: 0;
        color: #5b6b7f;
        font-size: 14px;
        max-width: 620px;
    }

    .wbtm_flight_search_badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 5px 10px;
        width: fit-content;
        border-radius: 999px;
        background: #eaf2ff;
        color: #2447a6;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        margin-bottom: 2px;
    }

    .wbtm_flight_trip_toggle {
        display: inline-flex;
        padding: 3px;
        background: #edf2f8;
        border-radius: 999px;
        margin-bottom: 14px;
        gap: 4px;
    }

    .wbtm_flight_trip_toggle .wbtm_trip_option {
        border: 0;
        background: transparent;
        color: #5f7087;
        padding: 8px 14px;
        border-radius: 999px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 700;
    }

    .wbtm_flight_trip_toggle .wbtm_trip_option.active {
        background: #0f2f6b;
        color: #ffffff;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
    }

    .wbtm_flight_mode .wbtm_bus_tab_wrapper .wtbm_start_route::before,
    .wbtm_flight_mode .wbtm_bus_tab_wrapper .wtbm_return_route::before {
        content: "✈";
    }

    .wbtm_flight_form_grid {
        display: grid;
        gap: 12px;
        align-items: stretch;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-rows: minmax(84px, auto);
    }

    .wbtm_flight_mode.wbtm_trip_oneway .wbtm_flight_form_grid {
        grid-template-areas:
            "from to depart cabin"
            "passengers passengers submit submit";
    }

    .wbtm_flight_mode.wbtm_trip_roundtrip .wbtm_flight_form_grid {
        grid-template-areas:
            "from to depart return"
            "cabin passengers submit submit";
    }

    .wbtm_flight_mode .wbtm_flight_form_grid > .wbtm_start_point,
    .wbtm_flight_mode .wbtm_flight_form_grid > .wbtm_dropping_point,
    .wbtm_flight_mode .wbtm_flight_form_grid > .wbtm_journey_date,
    .wbtm_flight_mode .wbtm_flight_form_grid > .wbtm_return_date,
    .wbtm_flight_mode .wbtm_flight_form_grid > .wbtm_flight_cabin_field,
    .wbtm_flight_mode .wbtm_flight_form_grid > .wbtm_flight_passenger_field,
    .wbtm_flight_mode .wbtm_flight_form_grid > .wbtm_flight_submit {
        min-width: 0;
        width: 100%;
        height: 100%;
        grid-column: auto;
    }

    .wbtm_flight_mode .wbtm_flight_form_grid > .wbtm_start_point {
        grid-area: from;
    }

    .wbtm_flight_mode .wbtm_flight_form_grid > .wbtm_dropping_point {
        grid-area: to;
    }

    .wbtm_flight_mode .wbtm_flight_form_grid > .wbtm_journey_date {
        grid-area: depart;
    }

    .wbtm_flight_mode .wbtm_flight_form_grid > .wbtm_return_date {
        grid-area: return;
    }

    .wbtm_flight_mode .wbtm_flight_form_grid > .wbtm_flight_cabin_field {
        grid-area: cabin;
    }

    .wbtm_flight_mode .wbtm_flight_form_grid > .wbtm_flight_passenger_field {
        grid-area: passengers;
    }

    .wbtm_flight_mode .wbtm_flight_form_grid > .wbtm_flight_submit {
        grid-area: submit;
    }

    .wbtm_flight_field {
        background: #f8fbfe;
        border: 1px solid #d9e3ed;
        border-radius: 14px;
        padding: 12px 14px;
        box-shadow: none;
        position: relative;
        min-height: 84px;
    }

    .wbtm_flight_field label {
        display: flex;
        width: 100%;
        gap: 6px;
    }

    .wbtm_flight_field_label {
        color: #5f7087;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .wbtm_flight_field .marker {
        position: relative;
        display: block;
        width: 100%;
    }

    .wbtm_flight_field .marker i {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #2e63d3;
        z-index: 2;
        font-size: 15px;
    }

    .wbtm_flight_mode .wbtm_flight_field .formControl,
    .wbtm_flight_mode .wbtm_flight_field input.formControl,
    .wbtm_flight_mode .wbtm_flight_field select.formControl {
        width: 100%;
        border: none !important;
        outline: none !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 0 0 28px !important;
        margin: 0 !important;
        min-height: 26px;
        font-size: 14px;
        font-weight: 600;
        color: #0f172a !important;
        line-height: 1.25;
        appearance: none;
    }

    .wbtm_flight_mode .wbtm_journey_date > label,
    .wbtm_flight_mode .wbtm_return_date > label {
        color: #5f7087 !important;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .wbtm_flight_mode .wbtm_journey_date .calendar,
    .wbtm_flight_mode .wbtm_return_date .calendar {
        position: relative;
        display: flex;
        align-items: center;
    }

    .wbtm_flight_mode .wbtm_journey_date .calendar i,
    .wbtm_flight_mode .wbtm_return_date .calendar i {
        color: #7b8ba1 !important;
        left: 0 !important;
        font-size: 14px;
    }

    .wbtm_flight_mode .wbtm_journey_date .calendar input.formControl,
    .wbtm_flight_mode .wbtm_return_date .calendar input.formControl,
    .wbtm_flight_mode .wbtm_journey_date .calendar #wbtm_journey_date,
    .wbtm_flight_mode .wbtm_return_date .calendar #wbtm_return_date {
        padding-left: 24px !important;
        color: #334155 !important;
        font-weight: 600;
    }

    .wbtm_flight_mode .wbtm_flight_field .formControl::placeholder,
    .wbtm_flight_mode .wbtm_flight_field input.formControl::placeholder {
        color: #64748b !important;
        opacity: 1;
    }

    .wbtm_flight_mode .wbtm_flight_field .formControl:focus,
    .wbtm_flight_mode .wbtm_flight_field input.formControl:focus,
    .wbtm_flight_mode .wbtm_flight_field select.formControl:focus {
        box-shadow: none;
    }

    .wbtm_flight_mode .wbtm_flight_swap,
    .wbtm_flight_mode #wbtm_search_location_toggle {
        display: none !important;
    }

    .wbtm_flight_submit {
        display: flex;
        align-items: stretch;
        width: 100%;
        min-width: 0;
        background: #f8fbfe;
        border: 1px solid #d9e3ed;
        border-radius: 14px;
        padding: 10px;
        min-height: 84px;
    }

    .wbtm_flight_submit button {
        width: 100%;
        min-height: 100%;
        justify-content: center;
        font-size: 14px;
        font-weight: 700;
        border-radius: 14px;
        background: #f25c05;
        border-color: #f25c05;
        color: #fff;
        box-shadow: none;
    }

    .wbtm_flight_passenger_toggle {
        width: 100%;
        min-height: 28px;
        border: none;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 0;
        color: #0f172a;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
    }

    .wbtm_flight_passenger_toggle i:first-child {
        color: #2563eb;
    }

    .wbtm_flight_passenger_toggle i:last-child {
        color: #64748b;
        font-size: 12px;
    }

    .wbtm_flight_passenger_summary {
        flex: 1;
        text-align: left;
        color: #0f172a;
    }

    .wbtm_flight_passenger_panel {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 10px);
        background: #ffffff;
        border: 1px solid #d7e0ea;
        border-radius: 12px;
        box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
        padding: 10px;
        z-index: 40;
    }

    .wbtm_flight_passenger_field.is-open .wbtm_flight_passenger_panel {
        display: block;
    }

    .wbtm_flight_passenger_row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 8px 4px;
    }

    .wbtm_flight_passenger_row + .wbtm_flight_passenger_row {
        border-top: 1px solid #edf2f7;
    }

    .wbtm_flight_passenger_row strong {
        display: block;
        color: #0f172a;
        font-size: 13px;
        margin-bottom: 4px;
    }

    .wbtm_flight_passenger_row span {
        color: #64748b;
        font-size: 11px;
    }

    .wbtm_flight_passenger_row input {
        width: 78px;
        border: 1px solid #d7e0ea !important;
        border-radius: 10px;
        background: #f8fafc !important;
        padding: 8px 10px !important;
        color: #0f172a !important;
        font-weight: 700;
        text-align: center;
        box-shadow: none !important;
    }

    .wbtm_flight_mode .wbtm_input_select_list {
        list-style: none;
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 10px);
        margin: 0;
        padding: 8px;
        background: #ffffff;
        border: 1px solid #d7e0ea;
        border-radius: 12px;
        box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
        z-index: 45;
        max-height: 260px;
        overflow-y: auto;
    }

    .wbtm_flight_mode .wbtm_input_select_list li {
        padding: 10px 12px;
        border-radius: 10px;
        color: #0f172a !important;
        background: #ffffff;
        cursor: pointer;
        font-size: 14px;
        transition: background 0.15s ease, color 0.15s ease;
    }

    .wbtm_flight_mode .wbtm_input_select_list li:hover {
        background: #eff6ff;
        color: #0f172a !important;
    }

    .wbtm_flight_mode .wbtm_input_select_list li + li {
        margin-top: 4px;
    }

    .wbtm_flight_result_mode .wbtm_flight_card {
        border: 1px solid #dbeafe;
        border-radius: 24px;
        padding: 20px;
        margin-bottom: 16px;
        background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
        box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
    }

    .wbtm_flight_card_main {
        display: grid;
        grid-template-columns: 280px 1fr 220px;
        gap: 18px;
        align-items: center;
    }

    .wbtm_flight_brand {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .wbtm_flight_brand_logo .bg_image_area,
    .wbtm_flight_brand_logo img {
        width: 72px;
        height: 72px;
        border-radius: 18px;
        overflow: hidden;
    }

    .wbtm_flight_brand_meta h5 {
        margin: 0 0 6px;
        font-size: 20px;
        color: #0f172a;
    }

    .wbtm_flight_brand_meta p {
        margin: 0 0 8px;
        color: #475569;
        font-size: 13px;
    }

    .wbtm_flight_type_chip {
        display: inline-flex;
        padding: 6px 10px;
        border-radius: 999px;
        background: #dbeafe;
        color: #1d4ed8;
        font-size: 12px;
        font-weight: 700;
    }

    .wbtm_flight_route {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        gap: 14px;
        align-items: center;
    }

    .wbtm_flight_route_point {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .wbtm_flight_route_point:last-child {
        text-align: right;
    }

    .wbtm_flight_time {
        font-size: 26px;
        font-weight: 800;
        color: #0f172a;
    }

    .wbtm_flight_code {
        font-size: 15px;
        font-weight: 700;
        color: #2563eb;
        letter-spacing: 0.08em;
    }

    .wbtm_flight_city {
        color: #475569;
        font-size: 13px;
    }

    .wbtm_flight_route_mid {
        min-width: 180px;
        text-align: center;
    }

    .wbtm_flight_duration,
    .wbtm_flight_date {
        color: #475569;
        font-size: 12px;
        font-weight: 600;
    }

    .wbtm_flight_path {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 10px 0;
        color: #2563eb;
    }

    .wbtm_flight_path span {
        display: block;
        width: 120px;
        border-top: 2px dashed #93c5fd;
    }

    .wbtm_flight_fare_box {
        display: flex;
        flex-direction: column;
        gap: 14px;
        padding: 16px;
        border-radius: 18px;
        background: #eff6ff;
    }

    .wbtm_flight_availability strong,
    .wbtm_flight_price strong {
        display: block;
        color: #0f172a;
        font-size: 22px;
        margin-bottom: 4px;
    }

    .wbtm_flight_availability span,
    .wbtm_flight_price span {
        color: #475569;
        font-size: 12px;
        font-weight: 600;
    }

    .wbtm_flight_actions {
        margin-top: 18px;
        padding-top: 16px;
        border-top: 1px solid #dbeafe;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        min-height: auto;
        gap: 12px;
    }

    .wbtm_flight_result_mode .wbtm_flight_actions .wbtm_bus_popup_links {
        display: none !important;
    }

    .wbtm_flight_result_mode .wbtm_flight_actions .wbtm-seat-book {
        margin: 0 0 0 auto;
        padding: 0;
        width: auto;
        display: flex;
        align-items: center;
    }

    .wbtm_flight_result_mode .wbtm_flight_actions .wbtm-seat-book button {
        min-width: 152px;
        min-height: 48px;
        padding: 0 18px;
        border-radius: 14px;
        background: #f25c05;
        border-color: #f25c05;
        color: #ffffff;
        font-weight: 700;
        box-shadow: none;
    }

    .wbtm_flight_result_mode .wbtm_flight_actions .wbtm-seat-book button:hover,
    .wbtm_flight_result_mode .wbtm_flight_actions .wbtm-seat-book button:focus {
        background: #db4f02;
        border-color: #db4f02;
        color: #ffffff;
    }

    .wbtm_flight_booking_panel {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .wbtm_flight_booking_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 20px;
        border-radius: 20px;
        background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
        color: #fff;
    }

    .wbtm_flight_booking_header h4 {
        margin: 0 0 6px;
        color: #fff;
        font-size: 22px;
    }

    .wbtm_flight_booking_header p,
    .wbtm_flight_booking_eyebrow {
        margin: 0;
        color: rgba(255, 255, 255, 0.82);
    }

    .wbtm_flight_booking_eyebrow {
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 11px;
        margin-bottom: 8px;
    }

    .wbtm_flight_booking_type {
        padding: 8px 12px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.16);
        font-weight: 700;
    }

    .wbtm_flight_booking_meta {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .wbtm_flight_booking_meta span {
        display: inline-flex;
        align-items: center;
        padding: 9px 12px;
        border-radius: 999px;
        background: #eef4ff;
        color: #1e3a8a;
        font-size: 13px;
        font-weight: 700;
    }

    .wbtm_flight_side_panel,
    .wbtm_flight_section,
    .wbtm_flight_attendee_panel {
        background: #fff;
        border-radius: 16px;
        padding: 16px;
        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    }

    .wbtm_flight_section h5 {
        margin: 0 0 14px;
        color: #0f172a;
        font-size: 17px;
    }

    .wbtm_flight_section_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

@media (max-width: 1100px) {
    .wbtm_flight_mode .wbtm_flight_form_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-areas:
            "from to"
            "depart cabin"
            "return return"
            "passengers passengers"
            "submit submit";
    }

    .wbtm_flight_form_grid .wbtm_start_point,
    .wbtm_flight_form_grid .wbtm_dropping_point,
    .wbtm_flight_form_grid .wbtm_journey_date,
    .wbtm_flight_form_grid .wbtm_return_date,
    .wbtm_flight_form_grid .wbtm_flight_cabin_field,
    .wbtm_flight_form_grid .wbtm_flight_passenger_field,
    .wbtm_flight_form_grid .wbtm_flight_submit {
        grid-column: span 1;
    }

    .wbtm_flight_mode .wbtm_flight_form_grid > .wbtm_flight_passenger_field,
    .wbtm_flight_mode .wbtm_flight_form_grid > .wbtm_flight_submit {
        grid-column: span 2;
    }

    .wbtm_flight_mode.wbtm_trip_oneway .wbtm_flight_form_grid {
        grid-template-areas:
            "from to"
            "depart cabin"
            "passengers passengers"
            "submit submit";
    }

    .wbtm_flight_mode.wbtm_trip_oneway .wbtm_flight_form_grid > .wbtm_flight_submit,
    .wbtm_flight_mode.wbtm_trip_roundtrip .wbtm_flight_form_grid > .wbtm_flight_submit {
        min-height: 72px;
    }

    .wbtm_flight_card_main {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .wbtm_flight_mode .wbtm_flight_search_shell {
        padding: 18px;
        border-radius: 18px;
    }

    .wbtm_flight_search_intro h3 {
        font-size: 20px;
    }

    .wbtm_flight_section_grid,
    .wbtm_flight_route {
        grid-template-columns: 1fr;
    }

    .wbtm_flight_field {
        min-height: auto;
    }

    .wbtm_flight_mode .wbtm_flight_form_grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .wbtm_flight_form_grid .wbtm_start_point,
    .wbtm_flight_form_grid .wbtm_dropping_point,
    .wbtm_flight_form_grid .wbtm_journey_date,
    .wbtm_flight_form_grid .wbtm_return_date,
    .wbtm_flight_form_grid .wbtm_flight_cabin_field,
    .wbtm_flight_form_grid .wbtm_flight_passenger_field,
    .wbtm_flight_form_grid .wbtm_flight_submit {
        grid-column: 1 / -1;
    }

    .wbtm_flight_passenger_panel {
        position: static;
        margin-top: 12px;
    }

    .wbtm_flight_route_point:last-child,
    .wbtm_flight_route_mid {
        text-align: left;
    }

    .wbtm_flight_path {
        justify-content: flex-start;
    }

    .wbtm_flight_path span {
        width: 90px;
    }

    .wbtm_flight_booking_header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}
