/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
*/

/* 你的自定义CSS */
/* -------------- Elementor Nested Tabs 手机端强制一行 -------------- */
@media (max-width: 767px) {
  /* 1. 强制标签栏容器宽度100%，不换行 */
  .e-n-tabs-heading {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 2. 强制两个Tab完全等分宽度，不受任何其他样式影响 */
  .e-n-tab-title {
    flex: 1 1 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
    width: 50% !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    white-space: nowrap !important;
    padding: 12px 8px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  /* 3. 强制文字容器宽度100%，不被截断 */
  .e-n-tab-title-text {
    display: inline-block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  /* 4. 彻底禁用移动端折叠/下拉样式 */
  .e-n-tab-mobile-title {
    display: none !important;
  }
  .e-n-tabs-content {
    display: block !important;
  }
  .e-n-tab-content {
    display: none !important;
  }
  .e-n-tab-content.e-active {
    display: block !important;
  }
}
html body #ast-scroll-top.ast-scroll-to-top-right {
    bottom: 100px !important;
}
