/* ======================================================
   新外网络 - 产品列表页内联样式提取 (product.css)
   ====================================================== */

/* 骨架屏卡片：flex 纵向布局 */
.pl-skeleton-grid .xw-skeleton-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* 骨架屏按钮行（覆盖默认 .xw-skeleton-line 的 height/border-radius） */
.xw-skeleton-btn {
    height: 40px;
    border-radius: 12px;
    margin-top: auto;
}

/* 会员价标签 */
.xw-member-price-tag {
    background: #ff6600;
    color: #fff;
    font-size: 11px;
    padding: 1px 6px;
    border-radius: 3px;
    margin-left: 6px;
}
