/*
Theme Name: FoodOrd Child
Theme URI: https://www.foodord.com/
Author: FoodOrd Team
Author URI: https://www.foodord.com/
Description: Child theme for the FoodOrd Theme.
Version: 1.0.4
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: foodord-child
Template: foodord-theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: child-theme, woocommerce, food-and-drink
*/

/* Copyright (c) 2025 FoodOrd Team. Licensed under the GPL v2 or later. */

@media (max-width: 1080px) {
  .mobile-nav-drawer__list > .menu-item-gtranslate {
    position: static !important;
    list-style: none;
    margin: 0.5rem 1.5rem 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(228, 232, 237, 0.9);
  }

  .mobile-nav-drawer__list > .menu-item-gtranslate > div {
    position: static !important;
    width: 100%;
    white-space: normal !important;
  }

  .mobile-nav-drawer__list .gt_switcher,
  .mobile-nav-drawer__list .gt_selected,
  .mobile-nav-drawer__list .gt_selected > a,
  .mobile-nav-drawer__list .gt_option {
    width: 100%;
    box-sizing: border-box;
  }

  .mobile-nav-drawer__list .gt_switcher {
    box-shadow: none;
  }
}

.wr-hours__list li {
  align-items: center;
  gap: 1rem;
}

.foodord-child-hours__day {
  min-width: 0;
}

.foodord-child-hours__value {
  flex: 0 0 auto;
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}
