.elementor-2321 .elementor-element.elementor-element-4902851{--display:flex;}.elementor-2321 .elementor-element.elementor-element-6c6a946{--display:flex;}.elementor-2321 .elementor-element.elementor-element-74a1641{--display:flex;}.elementor-2321 .elementor-element.elementor-element-a345c89{--display:flex;}.elementor-2321 .elementor-element.elementor-element-64fa876{--display:flex;}.elementor-2321 .elementor-element.elementor-element-b98c3ef{--display:flex;}/* Start custom CSS for html, class: .elementor-element-85c16ae *//* =============================================== */
/* 🧩 2025 crowd-article 标题样式（紧凑版） */
/* =============================================== */

/* H1 主容器 */
.crowd-article .article-title {
  line-height: 0.5;
  margin-bottom: 18px; /* 整体标题下方微调 */
}

/* 标题行通用样式 */
.crowd-article .title-line {
  display: block;
  word-break: break-word;
  margin-bottom: 2px; /* 原为6px → 缩小间距 */
}

/* 主标题：Best 3PL Solutions for Apparel Brands (2025) */
.crowd-article .title-problem {
  font-size: 42px;
  font-weight: 800;
  color: rgba(24,81,224,1);
  line-height: 1.05;
  margin-bottom: 2px; /* 原为6px → 更紧凑 */
}

/* 副标题：Global Fulfillment Partners for Fashion, DTC & Emerging Labels */
.crowd-article .title-solution {
  font-size: 28px;
  line-height: 0.7; /* 稍收紧行高 */
  font-weight: 700;
  color: #1f2937;
}

/* 作者信息 / 日期 */
.crowd-article .article-meta .author,
.crowd-article .article-meta .date {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 4px;
}

/* CTA 链接（作者名） */
.crowd-article .cta-link {
  display: inline-block;
  color: rgba(24,81,224,1);
  text-decoration: none;
  font-weight: 700;
  border: 1px solid rgba(24,81,224,0.2);
  padding: 2px 6px;
  border-radius: 4px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.crowd-article .cta-link:hover {
  background-color: rgba(24,81,224,0.05);
  border-color: rgba(24,81,224,0.3);
}

/* ========================================================================= */
/* 📱 移动端响应式调整（max-width: 768px） */
/* ========================================================================= */
@media (max-width: 768px) {
  .crowd-article .article-title {
    line-height: 1.15;
    margin-bottom: 12px;
  }

  /* 主标题缩小 */
  .crowd-article .title-problem {
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 2px;
  }

  /* 副标题缩小 */
  .crowd-article .title-solution {
    font-size: 20px;
    line-height: 1.3;
  }

  /* 作者信息缩小 */
  .crowd-article .article-meta .author,
  .crowd-article .article-meta .date {
    font-size: 13px;
    margin-bottom: 3px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f5b3eb5 *//* ================= WinsBS Blog | Intro Paragraph ================= */
.wb-intro {
  color: #0f172a;             /* 主文本色 */
  padding: 0 0 1.8rem;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
}

.wb-intro p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0 0 1.2rem;
  color: #334155;             /* 次级文本 */
}

.wb-intro strong {
  color: #0f172a;
  font-weight: 700;
}

.wb-intro em {
  font-style: italic;
  color: #475569;
}

/* H2: Why now? */
.wb-intro h2 {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.3;
  color: #0f172a;
  margin: 1.8rem 0 1rem;
  position: relative;
}

.wb-intro h2::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 70px;
  height: 3px;
  background: linear-gradient(90deg, #165dff, transparent);
  border-radius: 2px;
}

/* 链接 */
.wb-intro a {
  color: #165dff;
  text-decoration: none;
  border-bottom: 1px solid rgba(22,93,255,0.25);
  transition: 0.2s;
}
.wb-intro a:hover {
  color: #0b49cc;
  border-color: #0b49cc;
}

/* 移动端细节优化 */
@media (max-width: 768px) {
  .wb-intro p { font-size: 1rem; line-height: 1.75; }
  .wb-intro h2 { font-size: 1.35rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85a01a3 *//* ================= WinsBS Research | Apparel 3PL Methodology (Blog Style) ================= */
.wb-method {
  color: #0f172a;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  padding: 1.5rem 0 2.5rem;
  border-top: 1px solid #e2e8f0;
  margin-top: 2rem;
}

/* Section header */
.wb-method__head {
  margin-bottom: 1.5rem;
}
.wb-method__head h2 {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 0.6rem;
  color: #0f172a;
}
.wb-method__sub {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.8;
}

/* Subheadings */
.wb-h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
  margin-top: 1.8rem;
  margin-bottom: 0.6rem;
  position: relative;
}
.wb-h3::after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #165dff, transparent);
  border-radius: 2px;
}

/* H4 sub-subheadings */
.wb-method h4 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1e293b;
  margin: 1.2rem 0 0.5rem;
}

/* Paragraphs & lists */
.wb-method p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #334155;
  margin: 0 0 1rem;
}
.wb-list {
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0 1.2rem;
}
.wb-list li {
  position: relative;
  padding-left: 1.4rem;
  margin: 0.4rem 0;
  color: #334155;
}
.wb-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #165dff;
  font-weight: bold;
  line-height: 1.6;
}

/* Nested list */
.wb-list ul {
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
  padding-left: 1.3rem;
}
.wb-list ul li::before {
  color: #60a5fa;
  font-size: 0.9rem;
}

/* Tables */
.wb-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2rem 0 1.8rem;
  font-size: 0.98rem;
}
.wb-table thead {
  background: #f8fafc;
}
.wb-table th,
.wb-table td {
  border: 1px solid #e2e8f0;
  padding: 0.75rem 0.9rem;
  text-align: left;
  vertical-align: top;
}
.wb-table th {
  font-weight: 700;
  color: #0f172a;
}
.wb-table td {
  color: #334155;
  line-height: 1.6;
}
.wb-table tr:nth-child(even) td {
  background-color: #f9fafb;
}

/* Links */
.wb-method a {
  color: #165dff;
  text-decoration: none;
  border-bottom: 1px solid rgba(22, 93, 255, 0.25);
  transition: 0.2s;
}
.wb-method a:hover {
  color: #0b49cc;
  border-color: #0b49cc;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .wb-method__head h2 { font-size: 1.45rem; }
  .wb-h3 { font-size: 1.2rem; }
  .wb-method h4 { font-size: 1.05rem; }
  .wb-table th,
  .wb-table td { font-size: 0.95rem; padding: 0.65rem 0.7rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d3291a *//* ================= WinsBS Research | Fully Responsive Table (no horizontal scroll + full text visible) ================= */

:root {
  --brand: rgba(24, 81, 224, 1);
  --brand-10: rgba(24, 81, 224, .08);
  --ink: #0f172a;
  --muted: #475569;
  --bg: #ffffff;
  --line: #e2e8f0;
  --shadow: 0 6px 20px rgba(2,12,41,.08);
  --radius: 14px;
}

.best-3pl-table {
  background: var(--bg);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

/* ---- Header ---- */
.best-3pl-table h2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 10px;
}
.update-tag {
  font-size: 12px;
  font-weight: 600;
  background: var(--brand-10);
  color: var(--brand);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(24,81,224,.18);
}

p.lead {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
}

/* ---- Table (desktop) ---- */
.table-wrap {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* FIX: consistent column widths */
  word-break: break-word; /* allow wrapping */
  white-space: normal; /* allow line breaks */
}

thead {
  background: #f8fafc;
}
thead th {
  text-align: left;
  padding: 12px 14px;
  font-size: 13px;
  color: var(--ink);
  font-weight: 700;
  border-bottom: 1px solid var(--line);
}
tbody td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  word-break: break-word;
  white-space: normal;
}
tbody tr:nth-child(even) { background: #fcfdff; }
tbody tr:hover { background: var(--brand-10); transition: background .2s ease; }

/* --- Emphasis --- */
.company { font-weight: 700; color: var(--ink); }
.badge {
  background: var(--brand-10);
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
  border: 1px solid rgba(24,81,224,.2);
  border-radius: 999px;
  padding: 2px 8px;
  margin-left: 6px;
}

/* ---- Mobile (card layout) ---- */
@media (max-width: 860px) {
  thead { display: none; }
  table, tbody, tr, td { display: block; width: 100%; }
  tbody tr {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    margin-bottom: 14px;
    padding: 10px 14px;
    box-shadow: 0 4px 10px rgba(2,12,41,.05);
  }
  tbody td {
    border: none;
    padding: 6px 0;
    display: flex;
    flex-direction: column;
    font-size: 13.5px;
  }
  tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 3px;
    font-size: 12.5px;
  }
  .badge { margin-top: 4px; }
}

/* ---- CTA ---- */
.cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.cta {
  background: var(--brand);
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 6px 14px rgba(24,81,224,.22);
  transition: all .2s ease;
}
.cta:hover {
  background: #1747d8;
  box-shadow: 0 8px 16px rgba(24,81,224,.3);
}
.note {
  color: var(--muted);
  font-size: 12px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1bbeb87 *//* =========================================================
   WinsBS Research — Apparel 3PL Profiles (2025.11 视觉截图版)
   左列为浅灰Info Card，右列正文排版
   ========================================================= */

:root{
  --ink:#0f172a;
  --muted:#475569;
  --line:#e2e8f0;
  --brand:#1851e0;
  --brand-hover:#0f43c5;
  --bg-soft:#f8fafc;
  --shadow-soft:0 2px 8px rgba(15,23,42,.06);
  --shadow-hover:0 6px 16px rgba(15,23,42,.12);
}

/* Section container */
.apparel-3pl-profiles{
  font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--ink);
  line-height:1.7;
  margin:2rem 0;
}

/* Section heading */
.apparel-3pl-profiles h2{
  font-size:1.75rem;
  font-weight:800;
  margin:0 0 1.25rem;
  line-height:1.3;
  padding-left:.625rem;
  border-left:4px solid var(--brand);
}

/* ---------- Directory / Nav ---------- */
.profile-index{
  border:1px solid var(--line);
  background:var(--bg-soft);
  padding:1rem 1.25rem;
  border-radius:8px;
  margin-bottom:2.5rem;
}
.profile-index .index-intro{
  margin:0 0 .6rem;
  font-weight:600;
}
.profile-index .index-list{
  display:flex; flex-wrap:wrap;
  gap:10px 12px;
  list-style:none; padding:0; margin:0;
}
.profile-index .index-list a{
  display:inline-block;
  padding:6px 12px;
  font-size:.9rem; font-weight:600;
  text-decoration:none;
  color:var(--brand);
  border:1px solid var(--line);
  border-radius:4px;
  background:#fff;
  transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.profile-index .index-list a:hover{
  background:var(--brand);
  color:#fff;
  border-color:var(--brand);
  box-shadow:0 2px 6px rgba(24,81,224,.22);
}

/* ---------- Profile Card Layout ---------- */
.profile-card{
  display:grid;
  grid-template-columns:320px 1fr; /* 更宽视觉比例 */
  gap:32px;
  padding:2rem 0;
  border-bottom:1px solid var(--line);
}
.profile-card:last-of-type{border-bottom:none;}

/* 左侧Info Card样式 */
.profile-header{
  display:flex;
  flex-direction:column;
  background:#f9fafc;
  border:1px solid var(--line);
  border-radius:10px;
  box-shadow:var(--shadow-soft);
  overflow:hidden;
  transition:box-shadow .25s ease, transform .25s ease;
}
.profile-header:hover{
  box-shadow:var(--shadow-hover);
  transform:translateY(-2px);
}

/* 图片 */
.profile-thumb{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  border-bottom:1px solid var(--line);
}

/* 公司信息区块（图下） */
.profile-meta{
  padding:0.9rem 1rem 1rem;
}
.company-name{
  font-size:1.1rem;
  font-weight:700;
  margin-bottom:0.5rem;
}
.profile-links{
  display:flex;
  flex-direction:column;
  gap:0.25rem;
}
.profile-links a{
  color:var(--brand);
  text-decoration:none;
  font-weight:600;
  font-size:.9rem;
  border-bottom:1px solid transparent;
  transition:border-color .2s ease,color .2s ease;
}
.profile-links a:hover{
  border-color:var(--brand);
  color:var(--brand-hover);
}

/* 灰态禁用链接 */
.profile-links .disabled-link{
  display:inline-block;
  color:#94a3b8;
  background:#f1f5f9;
  border:1px dashed #cbd5e1;
  border-radius:4px;
  font-size:.86rem;
  font-weight:600;
  padding:3px 8px;
  cursor:not-allowed;
}

/* 右侧正文 */
.profile-body{
  color:var(--ink);
  padding-top:0.3rem;
}
.summary{
  color:var(--muted);
  margin:0 0 .9rem;
  font-size:1rem;
}
.key-points h4,.fit h4{
  font-size:1.05rem;
  font-weight:700;
  margin:.85rem 0 .45rem;
}
.key-points ul{
  margin:.3rem 0 .8rem 1.25rem;
}
.key-points li{
  color:var(--muted);
  margin:.18rem 0;
  line-height:1.6;
}
.fit p{
  color:var(--muted);
  margin:0;
  line-height:1.6;
}

/* 状态说明 */
.status-note{
  margin-top:1.5rem;
  color:var(--muted);
  font-size:.86rem;
  font-style:italic;
  border-left:3px solid var(--line);
  padding-left:.75rem;
}

/* ========== 品牌名高亮样式 (WinsBS 等) ========== */
.company-name {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--ink);
}

/* 针对 WinsBS 等自家品牌或重点推荐品牌 */
.company-name.brand-highlight {
  color: var(--brand);
  font-weight: 800;
  letter-spacing: 0.2px;
  position: relative;
}

.company-name.brand-highlight::after {
  content: "Editor’s Pick";
  position: absolute;
  top: -0.3rem;
  right: -0.6rem;
  background: var(--brand);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(24,81,224,.25);
}

/* 可选：让其他品牌（非WinsBS）略显次级 */
.profile-card:not(#winsbs-fulfillment) .company-name {
  color: #1e293b;
}


/* ---------- Responsive ---------- */
@media(max-width:1024px){
  .profile-card{grid-template-columns:280px 1fr;}
}
@media(max-width:820px){
  .profile-card{grid-template-columns:1fr;}
  .profile-header{
    max-width:500px;
    margin:0 auto 1rem;
  }
  .profile-body{padding-top:0;}
}
@media(max-width:640px){
  .apparel-3pl-profiles h2{font-size:1.5rem;}
  .company-name{font-size:1.05rem;}
  .profile-index{padding:.9rem 1rem;}
  .profile-index .index-list{gap:8px;}
  .profile-index .index-list a{padding:6px 10px;}
}/* End custom CSS */