@layer theme-custom {
/* 呂緋國文：隱藏所有前台課程購買／學員人數 */
body.b_course_list .course-block-footer li:has(.fa-user),
body.b_course_intro .course-info-list li:has(.fa-user) {
  display: none !important;
}

/* 手機版課程銷售頁：固定價格＋立即購買列 */
@media (max-width: 767.98px) {
  body.b_course_intro {
    padding-bottom: 82px;
  }

  body.b_course_intro a[data-url*="/cart/quick-checkout/course/"][data-sellable="yes"] {
    position: fixed !important;
    left: 12px;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    z-index: 1045;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    margin: 0 !important;
    padding: 12px 20px !important;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 16px !important;
    background: linear-gradient(135deg, #7f2940 0%, #a94854 55%, #c5745d 100%) !important;
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.25;
    text-align: center;
    box-shadow: 0 10px 30px rgba(88, 31, 48, .32);
  }

  body.b_course_intro a[aria-label*="LINE"],
  body.b_course_intro a[title*="LINE"],
  body.b_course_intro a[href*="line.me"][style*="position: fixed"] {
    bottom: 82px !important;
  }
}
}
