/**
 * Theme Name:     Sensei Child
 * Author:         Jegtheme
 * Template:       sensei
 * Text Domain:	   sensei-child
 * Description:    Sensei is a modern and clean Gutenverse theme for martial arts instructors, including taekwondo, karate, judo, jiu-jitsu, and other dynamic martial arts disciplines. Sensei is the ultimate solution for creating a professional-looking website that reflects the strength, discipline, and artistry of martial arts.
 * Theme URI:      https://fse.jegtheme.com/sensei/
 * Author URI:     https://support.jegtheme.com/
 * Version:        1.0.0
 * License:        GNU General Public License v3 or later.
 * License URI:    https://www.gnu.org/licenses/gpl-3.0.html
 * Tags:           block-patterns,custom-logo,full-site-editing,blog,education
 */
/* 桌面端隐藏 */
.glf-mobile-fixed-bar {
  display: none;
}

/* 手机端底部横条 */
@media (max-width: 768px) {
  .glf-mobile-fixed-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    background: #000;
    z-index: 9999999;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .glf-bar-item {
    flex: 1;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 18px 0;
    cursor: pointer;
  }

  .glf-bar-item.order {
    background: linear-gradient(135deg, #e53935, #b71c1c);
  }

  .glf-bar-item.reserve {
    background: linear-gradient(135deg, #111, #333);
  }

  .glf-bar-divider {
    width: 1px;
    height: 60%;
    background: rgba(255, 255, 255, 0.25);
  }

  body {
    padding-bottom: 80px;
  }
}

