.wellmom-news-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:18px;
}

.wellmom-thumb{
    width:130px;
    flex:0 0 130px;
}

.wellmom-thumb img{
    width:100%;
    display:block;
    border-radius:8px;
}

.wellmom-info{
    flex:1;
}

.wellmom-cat{
    font-size:13px;
    color:#777;
    margin-bottom:6px;
}

.wellmom-title{
    margin:0;
    font-size:18px;
    line-height:1.5;
}

.wellmom-title a{
    color:#1d3557;
    text-decoration:none;
}

.wellmom-title a:hover{
    color:#0b72e7;
}
.profile-wrap {
    display: flex;
    align-items: flex-start;
    gap: 56px;
    max-width: 1000px;
  }

  /* LEFT column */
  .profile-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
    flex-shrink: 0;
  }
  .avatar {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    overflow: hidden;
    background: #f0f0f0;
  }
  .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
  }
  .degree-label {
    margin-top: 18px;
    font-size: 15px;
    color: #6b7280;
  }
  .full-name {
    margin-top: 4px;
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    text-align: center;
  }
  .role-label {
    margin-top: 2px;
    font-size: 15px;
    color: #9ca3af;
  }
  .intro-box {
    margin-top: 20px;
    background: #eef1f4;
    border-radius: 14px;
    padding: 18px 20px;
    font-size: 14.5px;
    line-height: 1.6;
    color: #374151;
    width: 100%;
  }

  /* RIGHT column */
  .profile-right {
    flex: 1;
    padding-top: 4px;
  }
  .exp-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 18px;
  }
  .exp-title .star {
    font-size: 18px;
  }
  .exp-subheading {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 10px;
  }
  .exp-list {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
  }
  .exp-list li {
    font-size: 14.5px;
    color: #374151;
    line-height: 1.9;
  }
  .exp-list li a {
    color: #2563eb;
    text-decoration: none;
  }
  .exp-list li a:hover {
    text-decoration: underline;
  }

  /* MOBILE */
  @media (max-width: 640px) {
    .profile-wrap {
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }
    .profile-left {
      width: 100%;
      max-width: 280px;
    }
    .avatar {
      width: 190px;
      height: 190px;
    }
    .full-name {
      font-size: 20px;
    }
    .degree-label,
    .role-label {
      font-size: 13px;
    }
    .intro-box {
      font-size: 14px;
      padding: 16px;
    }
    .profile-right {
      width: 100%;
      padding-top: 0;
    }
    .exp-title {
      font-size: 16px;
      justify-content: center;
    }
    .exp-subheading {
      font-size: 14px;
    }
    .exp-list li {
      font-size: 13.5px;
      line-height: 1.8;
    }
  }
/* Ẩn dòng thông tin chuyên mục, thẻ tag (Bài viết này được đăng trong...) */
.entry-meta, .post-meta, .entry-footer {
    display: none !important;
}

/* Ẩn toàn bộ khu vực khung bình luận */
#comments, .comments-area, #respond {
    display: none !important;
}
.profile-card {
    max-width: 1200px;
    background: #eef2fb;
    border-radius: 16px;
    padding: 20px 22px;
  }
  .card-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }
  .avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background: #f0f0f0;
    flex-shrink: 0;
  }
  .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
  }
  .header-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .degree-label {
    font-size: 14px;
    color: #6b7280;
  }
  .full-name {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
  }
  .verified-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #16a34a;
    font-weight: 500;
  }
  .verified-badge svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  .intro-text {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.6;
    color: #374151;
  }
  .see-more {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
  }
  .see-more svg {
    width: 16px;
    height: 16px;
  }
/* Ẩn số lượng */
.single-product .quantity {
    display: none !important;
}

/* Ẩn nút Thêm vào giỏ hàng */
.single-product .single_add_to_cart_button {
    display: none !important;
}

.btn-dat-mua{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 180px;
    height: 48px;

    background: #F5B41E;
    color: #fff !important;

    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;

    padding: 0 !important;
    margin: 0;
    line-height: normal !important;

    text-decoration: none;
    box-sizing: border-box;
}
.btn-dat-mua a{
    color: #fff;
}
/* Ẩn số lượng trong Quick View */
.mfp-content .quantity,
.quick-view .quantity,
.product-quick-view .quantity {
    display: none !important;
}

/* Ẩn nút Thêm vào giỏ hàng trong Quick View */
.mfp-content .single_add_to_cart_button,
.quick-view .single_add_to_cart_button,
.product-quick-view .single_add_to_cart_button {
    display: none !important;
}

/* Ẩn toàn bộ form cart nếu cần */
.mfp-content form.cart,
.quick-view form.cart,
.product-quick-view form.cart {
    display: none !important;
}