/* =======================================================================
   0) TOKENS / VARIABLES
======================================================================= */
:root{
  --bd-pad: 16px;
  --bd-hero-max: 1040px;
  --bd-card-radius: 14px;
}

.blog-detail-page{
  --hw-accent: #ff5a1f;
  --hw-accent-2: #ff7a45;
  --hw-ink: #111827;
  --hw-text: #374151;
  --hw-muted: #6b7280;
  --hw-soft: #fff7f3;
  --hw-border: #e5e7eb;
  --hw-card: #ffffff;
  --hw-card-soft: #fffdfa;
  --hw-shadow-sm: 0 8px 22px rgba(15,23,42,.05);
  --hw-shadow-md: 0 16px 38px rgba(15,23,42,.06);
  --hw-shadow-lg: 0 28px 64px rgba(15,23,42,.08);
  --hw-radius-sm: 12px;
  --hw-radius-md: 16px;
  --hw-radius-lg: 20px;
}

.blog-detail-page .hw-blog-prose p strong,
.blog-detail-page .locations-intro strong,
.blog-detail-page .hw-quick-box__lead strong,
.blog-detail-page .hw-factors-list strong,
.blog-detail-page .hw-quick-box__list strong {
  color:#374151;
  font-weight:600;
  font-size: 16px;
}
.blog-detail-page .hw-blog-prose a strong,
.blog-detail-page .locations-intro a strong,
.blog-detail-page .hw-quick-box__lead a strong,
.blog-detail-page .hw-factors-list a strong,
.blog-detail-page .hw-quick-box__list a strong {
  color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  font-weight:800;
  font-size: 16px;
}

.blog-detail-page .author-label{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#6b7280;
  margin-bottom:6px;
}
.blog-detail-page .hw-pricing-disclaimer__list{
  list-style:none;
  padding:0;
  margin:0;
}

.blog-detail-page .hw-pricing-disclaimer__item{
  position:relative;
  padding-left:22px;
  margin:6px 0;
  font-size:14px;
  line-height:1.65;
  color:var(--hw-muted);
}

.blog-detail-page .hw-pricing-disclaimer__item::before{
  content:"ⓘ";
  position:absolute;
  left:0;
  top:1px;
  font-size:14px;
  color:#ff5a1f;
}
/* =======================================================================
   1) PAGE BASE / WRAPPER
======================================================================= */
.blog-detail-page .breadcumb-wrapper.breadcumb-blog-detail{
  display:none !important;
}

.blog-detail-page .th-blog-wrapper.blog-details{
  background:
    radial-gradient(circle at top center, rgba(255, 90, 31, .02) 0%, rgba(255, 90, 31, 0) 22%),
    #f6f7f9;
}

.blog-detail-page .th-blog-wrapper.blog-details.space-top{
  padding-top:16px;
}

.blog-detail-page .th-blog-wrapper.blog-details.space-extra-bottom{
  padding-bottom:96px;
}

@media (min-width:992px){
  .blog-detail-page .th-blog-wrapper.blog-details{
    margin-top:-14px;
  }
}

@media (max-width:991px){
  .blog-detail-page .th-blog-wrapper.blog-details{
    background:#f6f7f9;
  }

  .blog-detail-page .th-blog-wrapper.blog-details.space-extra-bottom{
    padding-bottom:72px;
  }
}

/* =======================================================================
   2) HERO
======================================================================= */
.blog-detail-page .blog-hero{
  padding:44px 0 28px;
}

.blog-detail-page .blog-title{
  max-width:960px;
  margin:0 auto 14px;
  padding:0 16px;
  text-align:center;
  color:var(--hw-ink);
  font-weight:900;
  letter-spacing:-0.03em;
  font-size:clamp(36px, 4.9vw, 48px);
  line-height:1.08;
}

.blog-detail-page .blog-hero-subtitle{
  max-width:1040px;
  margin:0 auto 16px;
  padding:0 16px;
  font-size:17px;
  line-height:1.7;
  color:var(--hw-muted);
  text-align:center;
}

@media (max-width:768px){
  .blog-detail-page .blog-hero{
    padding:34px 0 20px;
  }

  .blog-detail-page .blog-title{
    margin-bottom:12px;
    font-size:clamp(30px, 8vw, 38px);
    line-height:1.1;
  }

  .blog-detail-page .blog-hero-subtitle{
    font-size:15px;
    line-height:1.65;
    margin-bottom:12px;
  }
}

/* ====================================================================
   3) ARTICLE CARD + CONTENT WIDTH
======================================================================= */
.blog-detail-page .th-blog.blog-single{
  position:relative;
  margin:0 0 40px;
  padding:24px 30px 32px;
  border-radius:var(--bd-card-radius);
  background:#ffffff;
  border:1px solid rgba(15,23,42,.05);
}

.blog-detail-page .th-blog.blog-single::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}

.blog-detail-page .th-blog.blog-single .blog-content{
  max-width:760px;
  margin:0 auto;
}

@media (max-width:991px){
  .blog-detail-page .th-blog.blog-single{
    padding:24px 18px 28px;
  }

  .blog-detail-page .th-blog.blog-single .blog-content{
    max-width:100%;
  }
}
/* ============================================================================ */
.blog-detail-page .blog-content-image{
  margin:28px 0 30px;
}

.blog-detail-page .blog-content-image img{
  display:block;
  width:100%;
  height:auto;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(15,23,42,.08);
}

.blog-detail-page .blog-content-image figcaption{
  margin-top:10px;
  padding:0 6px;
  font-size:13px;
  line-height:1.6;
  color:#6b7280;
  text-align:center;
}
/* =======================================================================
   4) BODY TYPOGRAPHY
======================================================================= */
.blog-detail-page .th-blog.blog-single .hw-blog-toc__title,
.blog-detail-page .th-blog.blog-single .hw-quick-box__title,
.blog-detail-page .th-blog.blog-single .seasonal-title,
.blog-detail-page .th-blog.blog-single .hw-blog-guide__title,
.blog-detail-page .th-blog.blog-single .blog-content h2{
  font-size:21px;
  color:#333;
  font-weight:700;
  line-height:1.4;
  margin:14px 0 16px;
  letter-spacing:-0.02em;
}

.blog-detail-page .blog-content h3{
  font-size:18px;
  color:#333;
  font-weight:700;
  line-height:1.45;
  margin:8px 0 10px;
  letter-spacing:-0.02em;
}

.blog-detail-page .blog-content h4{
  font-size:18px;
  color:#374151;
  font-weight:700;
  line-height:1.45;
  margin:24px 0 8px;
}

.blog-detail-page p{
  font-size:15px;
  line-height:1.55;
  color:#4b5563;
  margin-bottom:6px;
}


/* =======================================================================
   5) META LINE
======================================================================= */
.blog-detail-page .blog-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
  margin:4px 0 24px;
  font-size:13px;
  color:#6b7280;
  font-weight:600;
}

.blog-detail-page .blog-meta span,
.blog-detail-page .blog-meta a{
  display:inline-flex;
  align-items:center;
  position:relative;
  padding-right:16px;
}

.blog-detail-page .blog-meta span:after,
.blog-detail-page .blog-meta a:after{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  width:1px;
  height:14px;
  background:#e5e7eb;
}

.blog-detail-page .blog-meta span:last-child,
.blog-detail-page .blog-meta a:last-child{
  padding-right:0;
}

.blog-detail-page .blog-meta span:last-child:after,
.blog-detail-page .blog-meta a:last-child:after{
  display:none;
}

.blog-detail-page .blog-meta i{
  margin-right:6px;
  font-size:13px;
  color:var(--hw-accent);
}

/* ================================================================== 正文开始 =================================================================== */
/* =========================================================
   BLOG TABLE MODULE
========================================================= */
.blog-detail-page .hw-table-wrap{
  margin:28px 0;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border-radius:18px;
}

.blog-detail-page .hw-price-table{
  width:100%;
  min-width:580px;
  border-collapse:separate;
  border-spacing:0;
  background:#fff;
  border:1px solid rgba(15,23,42,.06);
  border-radius:18px;
  overflow:hidden;
  box-shadow:
    0 10px 30px rgba(15,23,42,.05),
    0 2px 8px rgba(15,23,42,.04);
}

.blog-detail-page .hw-price-table th:first-child,
.blog-detail-page .hw-price-table td:first-child{
  width:26%;
}

.blog-detail-page .hw-price-table thead th{
  padding:15px 18px;
  text-align:left;
  font-size:14px;
  line-height:1.45;
  font-weight:700;
  color:var(--hw-ink);
  background:
    radial-gradient(circle at top right, rgba(255,90,31,.05) 0%, rgba(255,90,31,0) 28%),
    linear-gradient(180deg,#fff8f4 0%,#fffdfb 100%);
  border-bottom:1px solid rgba(15,23,42,.08);
  white-space:nowrap;
}

.blog-detail-page .hw-price-table td{
  padding:15px 18px;
  font-size:14px;
  line-height:1.65;
  color:#374151;
  vertical-align:top;
  background:#fff;
  border-bottom:1px solid rgba(15,23,42,.06);
}

.blog-detail-page .hw-price-table th + th,
.blog-detail-page .hw-price-table td + td{
  border-left:1px solid rgba(15,23,42,.05);
}

.blog-detail-page .hw-price-table tbody tr:nth-child(even) td{
  background:#fcfcfd;
}

.blog-detail-page .hw-price-table tbody tr:hover td{
  background:#fffaf7;
  transition:background .18s ease;
}

.blog-detail-page .hw-price-table tbody tr:last-child td{
  border-bottom:none;
}

.blog-detail-page .hw-price-table tbody td:first-child{
  font-weight:600;
  color:var(--hw-ink);
}

.blog-detail-page .hw-price-table tbody td:nth-child(2){
  font-weight:600;
  color:var(--hw-accent);
}

.blog-detail-page .hw-price-table--pricing{
  position:relative;
}

.blog-detail-page .hw-price-table--pricing::before{
  content:"";
  display:block;
  height:3px;
  background:linear-gradient(90deg, rgba(255,90,31,.9) 0%, rgba(255,90,31,.35) 100%);
}

.blog-detail-page .hw-price-table--pricing td strong{
  color:var(--hw-accent);
  font-weight:700;
}

.blog-detail-page .hw-price-note{
  margin:10px 0 16px;
  font-size:13px;
  line-height:1.7;
  color:#6b7280;
  max-width:720px;
}

.blog-detail-page .hw-price-note:last-child{
  margin-bottom:28px;
}

/* =========================================================
   PRICING BLOCK ENHANCEMENT
========================================================= */
.blog-detail-page .hw-price-snapshot + .hw-price-examples{
  margin-top:0;
}

.blog-detail-page .hw-price-examples{
  margin:0 0 34px;
}

.blog-detail-page .hw-price-examples h2{
  margin:0 0 10px;
}

.blog-detail-page .hw-price-examples > p{
  margin:0 0 16px;
  color:var(--hw-muted);
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width:768px){
  .blog-detail-page .hw-table-wrap{
    margin:24px 0;
  }

  .blog-detail-page .hw-price-table{
    min-width:520px;
  }

  .blog-detail-page .hw-price-table thead th,
  .blog-detail-page .hw-price-table td{
    padding:12px 14px;
    font-size:13px;
  }

  .blog-detail-page .hw-price-note{
    margin:8px 0 14px;
    font-size:12px;
  }

  .blog-detail-page .hw-price-note:last-child{
    margin-bottom:24px;
  }

  .blog-detail-page .hw-price-snapshot{
    margin-bottom:20px;
  }

  .blog-detail-page .hw-price-examples{
    margin:0 0 28px;
  }

  .blog-detail-page .hw-price-examples > p{
    margin:0 0 14px;
  }
}

/* =========================================================
   blog-header
========================================================= */
.blog-detail-page .hw-blog-header{
  margin:0 0 24px;
}

.blog-detail-page .hw-blog-header h2{
  margin:0 0 16px;
  font-size:32px;
  line-height:1.28;
  font-weight:900;
  letter-spacing:-0.02em;
  color:var(--hw-ink);
  text-wrap:balance;
}

.blog-detail-page .hw-blog-header p{
  margin:0;
  font-size:17px;
  line-height:1.85;
  color:#374151;
}


.blog-detail-page .hw-blog-link--cta{
  font-weight:600;
  text-decoration:none;
}

.blog-detail-page .hw-blog-link--cta .cta-arrow{
  color:#ff5a1f;
  margin-right:6px;
}

.blog-detail-page .hw-blog-link--cta:hover{
  text-decoration:underline;
}

/* =======================================================================
   TOC
======================================================================= */
.blog-detail-page .hw-blog-toc{
  position:relative;
  margin:24px 0 32px;
  padding:4px 22px 18px 24px;
  border-radius:20px;
  background:linear-gradient(180deg, #fcfbe62e 0%, #f2feff40 100%);
  border:1px solid rgba(15,23,42,.08);
  border-left:4px solid #ff5a1f;
  box-shadow:
    0 10px 24px rgba(15,23,42,.04),
    0 22px 48px rgba(15,23,42,.04);
  overflow:hidden;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.blog-detail-page .hw-blog-toc__title{
  margin:0 0 12px;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#6b7280;
  font-weight:800;
}

.blog-detail-page .hw-blog-toc__list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}

.blog-detail-page .hw-blog-toc__list li{
  margin:0;
  padding:0;
}

.blog-detail-page .hw-blog-toc__list a{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:9px 14px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.08);
  background:#f7f7ff;
  color:#111827;
  font-size:14px;
  font-weight:700;
  line-height:1.4;
  text-decoration:none;
  transition:
    color .18s ease,
    border-color .18s ease,
    background-color .18s ease,
    transform .18s ease,
    box-shadow .18s ease;
}

.blog-detail-page .hw-blog-toc__list a:hover{
  color:var(--hw-accent);
  border-color:rgba(255,79,0,.35);
  background:#fff7f2;
  box-shadow:0 8px 18px rgba(15,23,42,.06);
  transform:translateY(-1px);
}

.blog-detail-page .hw-blog-toc__list a.active{
  color:#111827;
  background:#fff7f2;
  border-color:rgba(255,79,0,.45);
}

@media (max-width:767px){
  .blog-detail-page .hw-blog-toc{
    margin:20px 0 28px;
    padding:16px 14px 14px;
    border-radius:18px;
  }

  .blog-detail-page .hw-blog-toc__list{
    gap:8px;
  }

  .blog-detail-page .hw-blog-toc__list a{
    min-height:38px;
    padding:8px 12px;
    font-size:13px;
  }
}

/* =======================================================================
   7) QUICK BOX
======================================================================= */
.blog-detail-page .hw-pricing-disclaimer,
.blog-detail-page .hw-quick-box{
  position:relative;
  margin:30px 0 36px;
  padding:4px 22px 18px 24px;
  border-radius:22px;
  background:linear-gradient(180deg,#fffaf7 0%,#fffefd 100%);
  border:1px solid rgba(17,24,39,.08);
  box-shadow:
    0 12px 32px rgba(15,23,42,.06),
    0 28px 68px rgba(15,23,42,.06);
  overflow:hidden;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.blog-detail-page .hw-pricing-disclaimer:hover,
.blog-detail-page .hw-quick-box:hover{
  transform:translateY(-1px);
  box-shadow:
    0 16px 38px rgba(15,23,42,.07),
    0 34px 74px rgba(15,23,42,.08);
}

.blog-detail-page .hw-pricing-disclaimer::before,
.blog-detail-page .hw-quick-box::before{
  content:"";
  position:absolute;
  left:0;
  top:20px;
  bottom:20px;
  width:4px;
  border-radius:0 999px 999px 0;
  background:linear-gradient(180deg, var(--hw-accent) 0%, var(--hw-accent-2) 100%);
}

.blog-detail-page .hw-pricing-disclaimer::after,
.blog-detail-page .hw-quick-box::after{
  content:"";
  position:absolute;
  right:-42px;
  top:-42px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,90,31,.09) 0%, rgba(255,90,31,0) 72%);
  pointer-events:none;
}

.blog-detail-page .hw-pricing-disclaimer__title,
.blog-detail-page .hw-quick-box__title{
  margin:0 0 14px;
  padding-left:8px;
  font-size:24px;
  line-height:1.3;
  font-weight:900;
  letter-spacing:-0.02em;
  color:var(--hw-ink);
}

.blog-detail-page .hw-quick-box__lead{
  margin:0 0 16px;
  padding-left:8px;
  font-size:17px;
  line-height:1.78;
  color:#374151;
}

.blog-detail-page .hw-quick-box__list{
  margin:0 0 16px 26px;
  padding:0 0 0 6px;
}

.blog-detail-page .hw-quick-box__list li{
  margin:10px 0;
  font-size:16px;
  line-height:1.75;
  color:#374151;
}

.blog-detail-page .hw-quick-box__list strong{
  color:#333;
  font-weight:700;
}

.blog-detail-page .hw-quick-box__foot{
  margin:0;
  padding-left:8px;
  font-size:15px;
  line-height:1.6;
  color:#4b5563;
}

.blog-detail-page .hw-pricing-disclaimer__item{
  margin:6px 0;
  font-size:14px;
  line-height:1.65;
  color:var(--hw-muted);
}

.blog-detail-page .hw-pricing-disclaimer__item:last-child{
  margin-bottom:0;
}

@media (max-width:768px){
  .blog-detail-page .hw-pricing-disclaimer{
    margin-top:16px;
    padding:16px;
    border-radius:12px;
  }

  .blog-detail-page .hw-pricing-disclaimer__item{
    font-size:13px;
  }
}

/* =======================================================================
   8) FACTORS
======================================================================= */
.blog-detail-page .hw-factors{
  margin:8px 0 34px;
}

.blog-detail-page .hw-factors h2{
  margin:0 0 18px;
  font-size:24px;
  line-height:1.32;
  font-weight:900;
  letter-spacing:-0.02em;
  color:var(--hw-ink);
}

.blog-detail-page .hw-factors-list{
  margin:0 0 0 24px;
  padding:0;
}

.blog-detail-page .hw-factors-list li{
  margin:0 0 14px;
  font-size:16px;
  line-height:1.76;
  color:#374151;
}

.blog-detail-page .hw-factors-list strong{
  color:#333;
  font-weight:700;
}

/* =======================================================================
   9) GENERIC SECTIONS
======================================================================= */
.blog-detail-page .hw-blog-prose > section{
  margin:36px 0;
}

.blog-detail-page .hw-blog-prose > section > h2{
  margin:0 0 16px;
  font-size:26px;
  line-height:1.3;
  font-weight:900;
  letter-spacing:-0.02em;
  color:var(--hw-ink);
  text-wrap:balance;
}

.blog-detail-page .hw-blog-prose > section > p{
  margin:0 0 8px;
  font-size:15px;
  line-height:1.65;
  color:#374151;
}

.blog-detail-page .hw-blog-prose > section h3{
  margin:22px 0 10px;
  font-size:19px;
  line-height:1.4;
  font-weight:600;
  color:var(--hw-ink);
}

.blog-detail-page .hw-blog-prose [id]{
  scroll-margin-top:90px;
}

/* =======================================================================
   10) INLINE NOTE
======================================================================= */
.blog-detail-page .hw-inline-note{
  position:relative;
  margin:14px 0 24px;
  padding:4px 22px 18px 24px;
  border-radius:18px;
  background:linear-gradient(180deg, #f0faff1a 0%, #dfffff4d 100%);
  border:1px solid rgba(17,24,39,.08);
  box-shadow:
  0 10px 28px rgba(15,23,42,.06),
  0 24px 56px rgba(15,23,42,.06);
  overflow:hidden;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.blog-detail-page .hw-inline-note:hover{
  transform:translateY(-1px);
  box-shadow:
    0 12px 28px rgba(15,23,42,.05),
    0 26px 52px rgba(15,23,42,.05);
}

.blog-detail-page .hw-inline-note::before{
  content:"";
  position:absolute;
  left:0;
  top:18px;
  bottom:18px;
  width:4px;
  border-radius:0 999px 999px 0;
  background:linear-gradient(180deg,#ff5a1f 0%,#ff7a45 100%);
}

.blog-detail-page .hw-inline-note__text{
  display:block;
  padding-left:2px;
  font-size:15px;
  line-height:1.75;
  color:#1f2937;
}

.blog-detail-page .hw-inline-note__link{
  display:inline-flex;
  align-items:center;
  margin-top:10px;
  padding-left:2px;
  font-size:15px;
  font-weight:800;
  color:#0a58ff;
  text-decoration:none;
}

.blog-detail-page .hw-inline-note__link:hover{
  text-decoration:underline;
}

/* =======================================================================
   11) SERVICE AREAS / LOCATIONS
======================================================================= */
.blog-detail-page .hw-service-areas{
  margin:36px 0;
}

.blog-detail-page .locations-group{
  margin-top:24px;
}

.blog-detail-page .locations-block{
  margin-bottom:30px;
}

.blog-detail-page .locations-block:last-child{
  margin-bottom:0;
}

.blog-detail-page .locations-subtitle{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.35;
  font-weight:700;
  color:#1f2b3d;
}

.blog-detail-page .locations-intro{
  margin:0 0 14px;
  max-width:720px;
  font-size:15px;
  line-height:1.76;
  color:#64748b;
}

.blog-detail-page .locations-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}

.blog-detail-page .locations-chips li{
  list-style:none;
}

.blog-detail-page .locations-chips .chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:12px 19px;
  border-radius:999px;
  border:1px solid #dbe3ec;
  text-decoration:none;
  color:#24364b;
  background:#f8fbfd;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.88),
    0 4px 10px rgba(15,23,42,.035);
  transition:
    color .18s ease,
    border-color .18s ease,
    background .18s ease,
    transform .18s ease,
    box-shadow .18s ease;
}

/* guide stack */
.blog-detail-page .locations-chips--guide-stack .chip{
  padding:12px 20px;
  font-size:15px;
  font-weight:600;
  color:#1f2b3d;
  border-color:#d9e4ee;
  background:linear-gradient(180deg,#ffffff 0%,#f3f8fb 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.92),
    0 6px 14px rgba(15,23,42,.04);
}

/* state = strongest */
.blog-detail-page .locations-chips--state .chip{
  padding:10px 18px;
  font-size:15px;
  font-weight:600;
  color:#9a3412;
  border-color:#f3c3aa;
  background:linear-gradient(180deg, #dfb79f2b 0%, #ffefe68a 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 6px 14px rgba(255,106,0,.06);
}

/* region = second level */
.blog-detail-page .locations-chips--region .chip{
  padding:9px 16px;
  font-size:14px;
  font-weight:600;
  color:#1e3a5f;
  border-color:#cfe0f2;
  background:linear-gradient(270deg, #ff292903 0%, #cfcdff59 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 5px 12px rgba(59,130,246,.05);
}

/* city = lighter neutral */
.blog-detail-page .locations-chips--city .chip{
  padding:8px 16px;
  font-size:14px;
  font-weight:500;
  color:#334155;
  border-color:#d7e0e8;
  background:linear-gradient(141deg, #fcfbe629 0%, #a3f3ff26 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.88),
    0 4px 10px rgba(31,43,61,.03);
}

.blog-detail-page .locations-chips--related .chip{
  font-size:15px;
  padding:10px 16px;
  font-weight:500;
  color:#334155;
  border:1px solid #d9e1ea;
  background:linear-gradient(120deg, #d7ebff 0%, #f7f4ee 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.88),
    0 3px 8px rgba(31,43,61,.035);
}

.blog-detail-page .locations-chips .chip:hover{
  color:#b45309;
  border-color:#ffb489;
  background:linear-gradient(180deg,#fffaf5 0%,#ffeedd 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.94),
    0 10px 22px rgba(255,106,0,.10);
  transform:translateY(-2px);
}

@media (max-width:767px){
  .blog-detail-page .locations-chips{
    gap:8px;
  }

  .blog-detail-page .locations-chips .chip{
    min-height:38px;
    padding:8px 12px;
  }

  .blog-detail-page .locations-chips--guide-stack .chip{
    font-size:14px;
    padding:10px 15px;
  }

  .blog-detail-page .locations-chips--state .chip{
    font-size:14px;
    padding:10px 15px;
  }

  .blog-detail-page .locations-chips--region .chip{
    font-size:13px;
    padding:9px 14px;
  }

  .blog-detail-page .locations-chips--city .chip,
  .blog-detail-page .locations-chips--related .chip{
    font-size:12px;
  }
}

.blog-detail-page .locations-chips .chip:focus-visible{
  outline:2px solid rgba(255,106,0,.28);
  outline-offset:2px;
}
/* =======================================================================
   12) PRICING FORMAT
======================================================================= */
.blog-detail-page .hw-pricing-format{
  margin:38px 0;
}

.blog-detail-page .hw-pricing-format > p:first-of-type{
  margin:0 0 14px;
  font-size:16px;
  line-height:1.72;
  color:#374151;
}

.blog-detail-page .hw-pricing-format > ul{
  margin:0 0 18px 22px;
  padding:0;
}

.blog-detail-page .hw-pricing-format > ul li{
  margin:10px 0;
  font-size:16px;
  line-height:1.76;
  color:#374151;
}

.blog-detail-page .hw-pricing-format .hw-inline-note{
  margin:18px 0 20px;
}

.blog-detail-page .hw-pricing-format .hw-inline-note__text{
  display:block;
  font-size:15px;
  line-height:1.7;
  color:#374151;
}

/* =======================================================================
   BLOG GUIDE / RELATED LINKS
======================================================================= */
.blog-detail-page .hw-blog-guide{
  position:relative;
  margin:32px 0 36px;
  padding:4px 22px 18px 24px;
  border-radius:20px;
  background:linear-gradient(180deg,#f7fbff 0%,#fffaf7 100%);
  border:1px solid rgba(15,23,42,.06);
  box-shadow:
    0 10px 24px rgba(15,23,42,.04),
    0 22px 48px rgba(15,23,42,.04);
  display:flex;
  flex-direction:column;
  transition:
    transform .22s ease,
    box-shadow .22s ease;
}

.blog-detail-page .hw-blog-guide:hover{
  transform:translateY(-1px);
  box-shadow:
    0 14px 30px rgba(15,23,42,.05),
    0 28px 56px rgba(15,23,42,.05);
}

.blog-detail-page .hw-blog-guide::before{
  content:"";
  position:absolute;
  left:0;
  top:18px;
  bottom:18px;
  width:4px;
  border-radius:0 999px 999px 0;
  background:linear-gradient(180deg,#ff5a1f 0%,#ff7a45 100%);
}

.blog-detail-page .hw-guide-intro{
  margin:0 0 8px;
  padding-left:2px;
  font-size:19px;
  line-height:1.55;
  color:#6b7280;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.blog-detail-page .hw-guide-link{
  display:flex;
  align-items:center;
  width:100%;
  margin:0 0 10px;
  padding-left:2px;
  font-size:15px;
  font-weight:800;
  line-height:1.55;
  text-decoration:none;
  position:relative;
}

.blog-detail-page .hw-guide-link::before{
  content:"\2192";
  margin-right:8px;
  color:var(--hw-accent);
  font-weight:900;
}

.blog-detail-page .hw-guide-link:hover{
  color:#0a58ff;
  text-decoration:underline;
}

.blog-detail-page .hw-blog-guide .hw-guide-link:last-child{
  margin-bottom:0;
}

/* =======================================================================
   13) SEASONAL
======================================================================= */
.blog-detail-page .hw-seasonal-section{
  margin:38px 0;
}

.blog-detail-page .seasonal-box{
  position:relative;
  padding:4px 22px 16px 28px;
  border-radius:20px;
  background:linear-gradient(180deg,#fffdfb 0%,#fff9f5 100%);
  border:1px solid rgba(17,24,39,.07);
  box-shadow:
    0 10px 26px rgba(15,23,42,.05),
    0 24px 52px rgba(15,23,42,.04);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
  overflow:hidden;
}

.blog-detail-page .seasonal-box:hover{
  transform:translateY(-1px);
  box-shadow:
    0 14px 32px rgba(15,23,42,.06),
    0 28px 58px rgba(15,23,42,.05);
}

.blog-detail-page .seasonal-box::before{
  content:"";
  position:absolute;
  left:0;
  top:18px;
  bottom:18px;
  width:4px;
  border-radius:0 999px 999px 0;
  background:linear-gradient(180deg,#ff5a1f 0%,#ff7a45 100%);
}

.blog-detail-page .seasonal-intro{
  position:relative;
  margin:0 0 8px;
  font-size:15px;
  line-height:1.55;
  color:var(--hw-ink);
  letter-spacing:-0.01em;
}

.blog-detail-page .seasonal-box ul{
  list-style:none;
  margin:0 0 12px;
  padding:0;
}

.blog-detail-page .seasonal-box li{
  position:relative;
  margin:8px 0;
  padding-left:14px;
  font-size:16px;
  line-height:1.76;
  color:#374151;
}


.blog-detail-page .seasonal-note{
  margin:0;
  font-size:15px;
  line-height:1.72;
  color:#4b5563;
}

/* =======================================================================
   PRICE SNAPSHOT
======================================================================= */
.blog-detail-page .hw-price-snapshot{
  margin:30px 0 34px;
}

.blog-detail-page .hw-price-snapshot__title{
  margin:0 0 14px;
  font-size:24px;
  line-height:1.25;
  font-weight:800;
  color:var(--hw-ink);
}

.blog-detail-page .hw-price-snapshot__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:12px;
}

.blog-detail-page .hw-price-card{
  padding:14px;
  border-radius:14px;
  border:1px solid rgba(255,79,0,.12);
  background:linear-gradient(180deg,#fff8f4 0%,#fffdfb 100%);
  text-align:center;
  box-shadow:0 6px 16px rgba(15,23,42,.04);
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    border-color .16s ease;
}

.blog-detail-page .hw-price-card:hover{
  transform:translateY(-1px);
  border-color:rgba(255,79,0,.18);
  box-shadow:0 10px 22px rgba(15,23,42,.08);
}

.blog-detail-page .hw-price-card__label{
  display:block;
  margin-bottom:4px;
  font-size:12.5px;
  line-height:1.4;
  font-weight:600;
  color:#6b7280;
}

.blog-detail-page .hw-price-card__value{
  display:block;
  font-size:18px;
  line-height:1.25;
  font-weight:800;
  color:var(--hw-accent);
}

@media (max-width:767px){
  .blog-detail-page .hw-price-snapshot__title{
    font-size:22px;
    margin-bottom:12px;
  }

  .blog-detail-page .hw-price-snapshot__grid{
    grid-template-columns:1fr;
    gap:10px;
    justify-items:center;
  }

  .blog-detail-page .hw-price-card{
    width:100%;
    max-width:220px;
    padding:12px;
  }

  .blog-detail-page .hw-price-card__value{
    font-size:17px;
  }
}

/* =======================================================================
   14) BOOKING SECTION
======================================================================= */
.blog-detail-page .hw-booking-section{
  margin:38px 0 42px;
}

.blog-detail-page .hw-booking-section > p{
  margin:0 0 14px;
  font-size:16px;
  line-height:1.8;
  color:#374151;
}

.blog-detail-page .hw-guide-stack{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 20px;
}

.blog-detail-page .hw-guide-pill{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:10px 15px;
  border-radius:999px;
  border:1px solid rgba(17,24,39,.08);
  background:linear-gradient(180deg,#fcfbe647 0%,#f2feff 100%);
  color:var(--hw-ink);
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 6px 14px rgba(15,23,42,.03);
  transition:
    color .18s ease,
    border-color .18s ease,
    background-color .18s ease,
    transform .18s ease,
    box-shadow .18s ease;
}

.blog-detail-page .hw-guide-pill:hover{
  color:var(--hw-accent);
  border-color:rgba(255,79,0,.25);
  background:#fffaf7;
  transform:translateY(-1px);
  box-shadow:0 10px 20px rgba(15,23,42,.05);
}

.blog-detail-page .hw-inline-cta{
  position:relative;
  margin-top:10px;
  padding:4px 0 4px 16px;
}

.blog-detail-page .hw-inline-cta::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  border-radius:999px;
  background:linear-gradient(180deg, var(--hw-accent) 0%, var(--hw-accent-2) 100%);
}

.blog-detail-page .hw-inline-cta__label{
  display:block;
  margin-bottom:4px;
  font-size:18px;
  line-height:1.5;
  font-weight:700;
  color:#374151;
}

.blog-detail-page .hw-inline-cta__link{
  font-size:15px;
  font-weight:800;
  text-decoration:none;
}

.blog-detail-page .hw-inline-cta__link:hover{
  text-decoration:underline;
}

/* =======================================================================
   15) FAQ
======================================================================= */
.blog-detail-page .th-blog.blog-single .blog-content .faq-section h2{
  margin:0 0 24px;
}

.blog-detail-page .faq-item{
  border:1px solid #d6dee8;
  border-radius:18px;
  margin:14px 0;
  background:#ffffff;          /* 比页面背景更白 */
  box-shadow:0 4px 14px rgba(15,23,42,.06);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.blog-detail-page .faq-item:hover{
  background:#f1f5f9;          /* 微微变暗 */
  border-color:#e2e8f0;
  box-shadow:0 8px 22px rgba(15,23,42,.08);
  transform:translateY(-1px);
}

.blog-detail-page .faq-item[open]{
  border:1px solid rgba(255,106,0,.18);
  background:#ffffff;
  box-shadow:
    0 14px 30px rgba(15,23,42,.07),
    0 0 0 1px rgba(255,90,31,.04);
}

.blog-detail-page .faq-question{
  position:relative;
  cursor:pointer;
  padding:18px 56px 18px 20px;
  font-weight:700;
  font-size:15px;
  line-height:1.5;
  color:#263244;
  list-style:none;
}

.blog-detail-page .faq-question::-webkit-details-marker{
  display:none;
}

.blog-detail-page .faq-question::after{
  content:"+";
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  border-radius:999px;
  display:grid;
  place-items:center;
  font-size:18px;
  font-weight:700;
  color:#ff6a00;
}

.blog-detail-page .faq-item[open] .faq-question::after{
  content:"–";
}

.blog-detail-page .faq-body{
  background:#ffffff;
  border-top:1px solid rgba(15,23,42,.06);
  padding:14px 20px 18px;
  font-size:15px;
  line-height:1.82;
  color:#4b5563;
}

@media (max-width:767px){
  .blog-detail-page .hw-blog-prose .faq-section h2{
    margin-bottom:16px;
  }

  .blog-detail-page .faq-item{
    margin:12px 0;
    border-radius:16px;
  }

  .blog-detail-page .faq-question{
    padding:16px 50px 16px 16px;
    font-size:14px;
  }

  .blog-detail-page .faq-question::after{
    right:14px;
    width:28px;
    height:28px;
    font-size:17px;
  }

  .blog-detail-page .faq-body{
    padding:12px 16px 16px;
    font-size:14px;
    line-height:1.78;
  }
}
/* =======================================================================
   16) FINAL CTA
======================================================================= */
.blog-detail-page .blog-cta-section{
  position:relative;
  margin:46px 0 10px;
  padding:6px 28px 32px;
  border-radius:24px;
  background:linear-gradient(180deg,#fbfdfe 0%,#f6fbfc 100%);
  border:1px solid rgba(15,23,42,.06);
  box-shadow:
    0 14px 32px rgba(15,23,42,.05),
    0 32px 68px rgba(15,23,42,.05);
  text-align:center;
}

.blog-detail-page .blog-cta-section > h2{
  position:relative;
  margin:0 0 12px;
  font-size:30px;
  line-height:1.2;
  font-weight:900;
  color:var(--hw-ink);
  letter-spacing:-0.02em;
  text-wrap:balance;
}

.blog-detail-page .blog-cta-section > p{
  position:relative;
  margin:0 auto;
  max-width:620px;
  font-size:17px;
  line-height:1.75;
  color:#4b5563;
}

.blog-detail-page .blog-cta-section .blog-cta{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin:28px 0 12px;
  padding:12px 26px;
  font-weight:500;
}

.blog-detail-page .blog-cta-section .blog-cta .hw-btn{
  width:100%;
  max-width:300px;
  font-size:15px;
  font-weight:500;
  line-height:1.2;
  white-space:nowrap;
  border-radius:999px;
}

.blog-detail-page .blog-cta .hw-btn--primary,
.blog-detail-page .blog-cta .hw-btn--primary:hover{
  color:#fff;
}

.blog-detail-page .blog-cta .hw-btn--ghost{
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(4px);
}

.blog-detail-page .hw-btn--ghost:hover{
  background:#fff3ec;
  border-color:#ff5a1f;
  color:#ff5a1f;
  box-shadow:0 6px 14px rgba(255,90,31,.12);
}
/* 默认：桌面不换行 */
.blog-detail-page .no-wrap-desktop {
  white-space: nowrap;
}

/* 移动端：允许换行 */
@media (max-width: 768px) {
 .blog-detail-page .no-wrap-desktop {
    white-space: normal;
  }
}
@media (max-width:767px){
  .blog-detail-page .blog-cta-section{
    padding:8px 18px 24px;
    border-radius:20px;
  }

  .blog-detail-page .blog-cta-section > h2{
    font-size:28px;
  }

  .blog-detail-page .blog-cta-section > p{
    font-size:16px;
  }

  .blog-detail-page .blog-cta-section .blog-cta{
    width:100%;
    margin:24px 0 28px;
    padding:10px 16px;
    gap:12px;
  }

  .blog-detail-page .blog-cta-section .blog-cta .hw-btn{
    min-width:0;
    padding:10px 22px;
  }
}

/* =========================================================
   BLOG LISTS
========================================================= */

.blog-detail-page .hw-blog-prose ul{
  margin:14px 0 20px;
  padding-left:22px;
  list-style:disc;
}

.blog-detail-page .hw-blog-prose ul li{
  font-size:15px;
  line-height:1.55;
  color:#1f2937;
  margin:6px 0;
  font-weight:500;
}

.blog-detail-page .hw-blog-prose ul li::marker{
    color: #3e444e;
    font-size: 12px;
}

/* Check List */
.blog-detail-page .hw-blog-prose ul.check-list{
  list-style:none;
  padding-left:0;
}

.blog-detail-page .hw-blog-prose ul.check-list li{
  position:relative;
  padding-left:24px;
}

.blog-detail-page .hw-blog-prose ul.check-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:2px;
  font-size:14px;
  color:#16a34a;
  font-weight:600;
}

.blog-detail-page .hw-blog-prose ul.check-list li::marker{
  content:"";
}

/* TOC 排除 */
.blog-detail-page .hw-blog-toc__list{
  list-style:none;
  padding-left:0;
  margin:0;
}

.blog-detail-page .hw-blog-toc__list li{
  list-style:none;
  margin:0;
  padding-left:0;
}

.blog-detail-page .hw-blog-toc__list li::marker{
  content:"";
}

/* Locations chips 排除 */
.blog-detail-page .locations-chips{
  list-style:none;
  padding-left:0;
  margin:0;
}

.blog-detail-page .locations-chips li{
  list-style:none;
  margin:0;
  padding-left:0;
}

.blog-detail-page .locations-chips li::marker{
  content:"";
}

/* =========================================================
   BLOG VERTICAL RHYTHM
========================================================= */

.blog-detail-page .hw-blog-prose > *:first-child{
  margin-top:0;
}

.blog-detail-page .hw-blog-prose > *:last-child{
  margin-bottom:0;
}

/* Paragraph */
.blog-detail-page .hw-blog-prose p{
  margin:0 0 18px;
  font-size:16px;
  line-height:1.8;
  color:#334155;
}

/* Headings */
.blog-detail-page .hw-blog-prose h2{
  margin:40px 0 14px;
  font-size:clamp(28px, 4vw, 34px);
  line-height:1.2;
  letter-spacing:-0.02em;
  color:#0f172a;
}

.blog-detail-page .hw-blog-prose h3{
  margin:26px 0 10px;
  font-size:22px;
  line-height:1.3;
  color:#0f172a;
}

/* List spacing */
.blog-detail-page .hw-blog-prose p + ul,
.blog-detail-page .hw-blog-prose p + ol{
  margin-top:-4px;
}

.blog-detail-page .hw-blog-prose ul + p,
.blog-detail-page .hw-blog-prose ol + p{
  margin-top:18px;
}

/* Figure */
.blog-detail-page .hw-blog-prose figure,
.blog-detail-page .blog-content-image{
  margin:26px 0 22px;
}

.blog-detail-page .hw-blog-prose figcaption,
.blog-detail-page .blog-content-image figcaption{
  margin-top:10px;
  font-size:13px;
  line-height:1.6;
  color:#64748b;
  text-align:center;
}

/* Sections */
.blog-detail-page .hw-blog-prose section{
  margin:0 0 34px;
}

/* Quick box / note / CTA block */
.blog-detail-page .hw-blog-prose .hw-quick-box,
.blog-detail-page .hw-blog-prose .hw-inline-note,
.blog-detail-page .hw-blog-prose .hw-helpful-links,
.blog-detail-page .hw-blog-prose .blog-cta-section{
  margin:30px 0;
}

/* FAQ */
.blog-detail-page .hw-blog-prose .faq-section{
  margin-top:42px;
}

/* Mobile */
@media (max-width:768px){
  .blog-detail-page .hw-blog-prose p{
    font-size:15px;
    line-height:1.75;
    margin-bottom:16px;
  }
/* ===================================================================== */
  .blog-detail-page .hw-blog-prose h2{
    margin:34px 0 12px;
    font-size:clamp(24px, 6vw, 30px);
  }

  .blog-detail-page .hw-blog-prose h3{
    margin:22px 0 10px;
    font-size:20px;
  }

  .blog-detail-page .hw-blog-prose section{
    margin-bottom:28px;
  }

  .blog-detail-page .hw-blog-prose figure,
  .blog-detail-page .blog-content-image{
    margin:22px 0 18px;
  }

  .blog-detail-page .hw-blog-prose ul{
    margin:12px 0 18px;
    padding-left:20px;
  }

  .blog-detail-page .hw-blog-prose ul li{
    font-size:15px;
    line-height:1.7;
  }
}
/* ================================================================== 正文结束 =================================================================== */
.blog-detail-page .share-links{
  margin:40px 0 0;
  border-top:1px solid var(--hw-border);
  padding-top:30px;
}

.blog-detail-page .share-links-title{
  font-size:18px;
  color:var(--hw-ink);
  font-weight:700;
  margin-right:10px;
}

.blog-detail-page .share-links .social-links{
  margin:0;
  padding:0;
  list-style:none;
}

.blog-detail-page .share-links .social-links li{
  display:inline-block;
  margin-left:6px;
}

.blog-detail-page .share-links .social-links a{
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid #d1d5db;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#4b5563;
  background:linear-gradient(141deg, #fcfbe647 0%, #cefbff5c 100%);
  text-decoration:none;
  transition:all .2s ease;
}

.blog-detail-page .share-links .social-links a i{
  font-size:14px;
  line-height:1;
}

.blog-detail-page .share-links .social-links a:hover{
  background-color:var(--hw-accent);
  border-color:var(--hw-accent);
  color:#fff;
  transform:translateY(-1px);
}

/* =======================================================================
   18) SIDEBAR
======================================================================= */
.blog-detail-page .sidebar-area--blog-detail{
  padding-top:0;
}

.blog-detail-page .widget{
  background:linear-gradient(180deg, #ffffff 0%, #fdfdfd 100%);
  border-radius:16px;
  padding: 16px 22px 20px 20px;
  margin-bottom:24px;
  border:1px solid #eaeef3;
  box-shadow:
    0 8px 20px rgba(15,23,42,0.05),
    0 20px 40px rgba(15,23,42,0.03);
}

/* categories */
.blog-detail-page .widget_categories .widget_title{
  font-size:21px;
  font-weight:800;
  color:var(--hw-text);
  margin-bottom:14px;
}

.blog-detail-page .widget_categories ul{
  list-style:none;
  padding-left:0;
  margin:0;
}

.blog-detail-page .widget_categories li{
  margin:10px 0;
}

.blog-detail-page .widget_categories a{
  font-size:15px;
  color:#333;
  font-weight:600;
  transition:color .2s ease;
  text-decoration:none;
}

.blog-detail-page .widget_categories a:hover{
  color:var(--hw-accent);
  text-decoration:underline;
}

.blog-detail-page .widget_categories li.active a{
  color:var(--hw-accent);
  font-weight:700;
}

/* search */
.blog-detail-page .widget_search .search-form{
  display:flex;
  align-items:center;
  gap:8px;
}

.blog-detail-page .widget_search .search-form input[type="text"]{
  flex:1;
  height:44px;
  border-radius:999px;
  border:1px solid #d1d5db;
  padding:0 14px;
  font-size:14px;
  background:#fff;
}

.blog-detail-page .widget_search .search-form input[type="text"]::placeholder{
  color:#9ca3af;
}

.blog-detail-page .widget_search .search-form button{
  width:42px;
  height:42px;
  border-radius:999px;
  border:none;
  background-color:var(--hw-accent);
  color:#fff;
  cursor:pointer;
}

/* author card */
.blog-detail-page .author-widget-wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.blog-detail-page .author-widget-wrap .avatar{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  margin-bottom:16px;
}
.blog-detail-page .author-widget-wrap .avatar img{
  width:140px;
  max-width:150px;
  height:auto;
  display:block;
  margin:0 auto;
  border-radius:999px;
}
.blog-detail-page .author-widget-wrap .name{
  font-size:22px;
  font-weight:700;
  margin:2px 0 8px;
}

.blog-detail-page .author-widget-wrap .author-name-link{
  color:#5f6164;
  text-decoration:none;
  font-weight:800;
}

.blog-detail-page .author-widget-wrap .author-name-link:hover{
  color:var(--hw-accent);
}

.blog-detail-page .author-widget-wrap .author-bio{
  font-size:14px;
  line-height:1.72;
  color:#4b5563;
  margin-bottom:14px;
  max-width:260px;
  margin-left:auto;
  margin-right:auto;
}

.blog-detail-page .author-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  margin:10px 0 14px;
}

.blog-detail-page .author-actions .author-link{
  font-size:13px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid #d1d5db;
  text-decoration:none;
  color:#374151;
  font-weight:700;
  background:linear-gradient(180deg, #fcfbe647 0%, #defcff5c 100%);
}

.blog-detail-page .author-actions .author-link:hover{
  border-color:var(--hw-accent);
  color:var(--hw-accent);
  transform:translateY(-1px);
}

/* author share inline */
.blog-detail-page .share-links-inline{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:10px;
}

.blog-detail-page .share-links-inline a{
  width:36px;
  height:36px;
  border-radius:999px;
  border:1px solid #d1d5db;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#374151;
  background:linear-gradient(141deg, #fcfbe647 0%, #cefbff5c 100%);
  text-decoration:none;
  transition:all .2s ease;
}

.blog-detail-page .share-links-inline a i{
  font-size:14px;
  line-height:1;
  display:inline-block;
}

.blog-detail-page .share-links-inline a:hover{
  background:var(--hw-accent);
  border-color:var(--hw-accent);
  color:#fff;
  transform:translateY(-1px);
}

/* =======================================================================
   19) RESPONSIVE
======================================================================= */
@media (max-width: 768px){
  .blog-detail-page .faq-question{
    font-size:14px;
    padding:12px 48px 12px 16px;
  }

  .blog-detail-page .faq-body{
    padding:0 16px 16px;
  }
}

@media (max-width: 767px){
  .blog-detail-page .th-blog.blog-single .hw-blog-header h2{
    font-size:24px;
  }
  .blog-detail-page .hw-inline-note{
    padding:14px 14px;
  }
  .blog-detail-page .hw-guide-stack{
    gap:8px;
  }
}