.elementor-21 .elementor-element.elementor-element-bd0287d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-5e88e49 *//* ================================
   SECTION
================================ */
.gym-pricing-section {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 16px;
  font-family: 'Be Vietnam Pro','Inter',sans-serif;
}

/* ================================
   HEADER
================================ */
.gym-pricing-head {
  text-align: center;
  margin-bottom: 56px;
}

.gym-pricing-head h2 {
  font-size: 36px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}

.gym-pricing-head p {
  font-size: 16px;
  color: #64748b;
}

/* ================================
   RESET PMPRO TABLE
================================ */
.pmpro_levels_table,
.pmpro_levels_table tbody,
.pmpro_levels_table tr,
.pmpro_levels_table td {
  display: block !important;
  width: 100% !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
}

/* ================================
   GRID
================================ */
.pmpro_levels_table {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

/* ================================
   CARD
================================ */
.pmpro_level {
  background: #ffffff;
  border-radius: 24px;
  padding: 36px 28px;
  box-shadow:
    0 20px 45px rgba(0,0,0,0.08),
    inset 0 0 0 1px #eef2f7;
  text-align: center;
  transition: all 0.35s ease;
  position: relative;
}

.pmpro_level:hover {
  transform: translateY(-8px);
  box-shadow:
    0 28px 60px rgba(0,0,0,0.12),
    inset 0 0 0 1px #e0e7ff;
}

/* ================================
   LEVEL NAME
================================ */
.pmpro_level_name {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
}

/* ================================
   PRICE
================================ */
.pmpro_level_price {
  font-size: 40px;
  font-weight: 800;
  color: #4f46e5;
  margin-bottom: 6px;
}

.pmpro_level_price small {
  font-size: 15px;
  color: #64748b;
}

/* ================================
   DESCRIPTION
================================ */
.pmpro_level_description {
  font-size: 15px;
  line-height: 1.6;
  color: #64748b;
  margin: 20px 0 28px;
}

/* ================================
   BUTTON
================================ */
.pmpro_btn,
.pmpro_btn-select {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  border-radius: 16px;
  background: linear-gradient(135deg,#4f46e5,#6366f1);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.pmpro_btn:hover,
.pmpro_btn-select:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}

/* ================================
   CURRENT PLAN
================================ */
.pmpro_level-current {
  box-shadow:
    0 28px 60px rgba(79,70,229,0.25),
    inset 0 0 0 2px #6366f1;
}

.pmpro_level-current::before {
  content: "Đang sử dụng";
  position: absolute;
  top: 18px;
  right: 18px;
  background: #4f46e5;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
}

/* ================================
   MOBILE
================================ */
@media (max-width: 768px) {

  .gym-pricing-head h2 {
    font-size: 28px;
  }

  .pmpro_level {
    padding: 28px 22px;
  }

  .pmpro_level_price {
    font-size: 34px;
  }
}/* End custom CSS */