/* =============================================================
   HFS Quick Takes — frontend.css
   List page  → .hfsqt-* prefix
   Single page → .ins-*  prefix
   ============================================================= */

/* ── SINGLE POST PAGE (.ins-*) ──────────────────────────────── */

.ins {  color: #1a1a1a; line-height: 1.6; }
.ins * { box-sizing: border-box; }
.ins-wrap { width: 92%; max-width: 1240px; margin: 0 auto; }

/* Breadcrumb */
.ins-bread { background: #F3F6F8; padding: 14px 0; font-size: 13px; color: #707A81; border-bottom: 1px solid #e8e3f8; }
.ins-bread a { color: #7438F2; text-decoration: none; font-weight: 500; }
.ins-bread a:hover { text-decoration: underline; }
.ins-bread .sep { margin: 0 8px; color: #ccc; }
.ins-bread .current { color: #1a1a1a; font-weight: 600; }

/* Article header band */
.ins-art-head {
  position: relative;
  background:
    radial-gradient(circle at 88% 18%, rgba(218,242,29,.12) 0, transparent 45%),
    linear-gradient(135deg, #4d16c3 0%, #7438F2 50%, #8a4ef5 100%);
  color: #fff;
  padding: 56px 0 64px;
  overflow: hidden;
}
.ins-art-head::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: #DAF21D; }
.ins-art-head-inner { max-width: 880px; margin: 0 auto; }
.ins-tag-row-h { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.ins-tag-h { display: inline-block; background: rgba(218,242,29,.18); color: #DAF21D; padding: 5px 12px; border-radius: 12px; font-size: 11px; font-weight: 700; letter-spacing: .8px; }
.ins-format-h { display: inline-block; padding: 5px 12px; border-radius: 12px; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; background: #DAF21D; color: #000; }
.ins-art-head h1 {  line-height: 1.05; font-weight: 800; color: #fff; margin: 0 0 18px; letter-spacing: -.7px; }
.ins-dek { font-size: 20px; line-height: 1.5; color: rgba(255,255,255,.92); margin: 0 0 28px; max-width: 760px; }
.ins-byline-h { display: flex; align-items: center; gap: 14px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); flex-wrap: wrap; }
.ins-byline-h-avatar { width: 56px; height: 56px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: linear-gradient(135deg, #DAF21D 0%, #fff 100%); border: 2px solid #DAF21D; display: flex; align-items: center; justify-content: center; font-weight: 800; color: #46264c; font-size: 18px; }
.ins-byline-h-meta { flex: 1; min-width: 180px; }
.ins-byline-h-name { font-size: 17px; font-weight: 700; color: #fff; }
.ins-byline-h-name .hfs { color: #DAF21D; font-weight: 600; }
.ins-byline-h-sub { font-size: 13px; color: rgba(255,255,255,.76); margin-top: 2px; }
.ins-byline-h-stats { display: flex; gap: 18px; font-size: 12px; color: rgba(255,255,255,.76); }
.ins-byline-h-stats span { display: flex; align-items: center; gap: 4px; }

/* Featured image */
.ins-featured-img { background: #F3F6F8; padding: 32px 0 0; }

/* Article body layout */
.ins-art-body { padding: 56px 0 72px; background: #fff; }
.ins-art-grid { display: grid; grid-template-columns: 1fr 300px; gap: 52px; max-width: 1080px; margin: 0 auto; }
.ins-art-content { max-width: 720px;}
.ins-art-content > p { font-size: 17px; line-height: 1.75; color: #1a1a1a; margin: 0 0 22px; }
.ins-art-content > p.lead { font-size: 21px; line-height: 1.55; color: #1a1a1a; margin-bottom: 28px; font-weight: 500; }
.ins-art-content > p strong { color: #46264c; }
.ins-art-content h2 { font-weight: 700; color: #000; margin: 40px 0 16px; letter-spacing: -.2px; }
.ins-art-content h2 .accent { color: #7438F2; }
.ins-art-content h3 { font-size: 20px; font-weight: 700; color: #000; margin: 30px 0 12px; }
.ins-art-content img { max-width: 100%; border-radius: 8px; margin: 16px 0; }
.ins-art-content ul, .ins-art-content ol { font-size: 17px; line-height: 1.75; color: #1a1a1a; padding-left: 28px; margin: 0 0 22px; }
.ins-art-content li { margin-bottom: 8px; }
.ins-art-content a { color: #7438F2; }

/* Blockquote */
.ins-art-content blockquote {
  margin: 36px 0; padding: 28px 32px;
  background: #F3EEFF; border-left: 6px solid #DAF21D; border-radius: 6px;
  font-size: 24px; line-height: 1.3; color: #46264c; font-weight: 800; letter-spacing: -.3px;
}
.ins-art-content blockquote::before { content: "\201C"; color: #7438F2; font-size: 56px; line-height: 0; vertical-align: -16px; margin-right: 6px; }
.ins-art-content blockquote cite { display: block; margin-top: 16px; font-style: normal; font-size: 14px; font-weight: 600; color: #7438F2; }

/* Chart placeholder */
.ins-chart { margin: 36px 0; background: #F3F6F8; border: 1px solid #e8e3f8; border-radius: 10px; padding: 28px; }
.ins-chart-title { font-size: 13px; font-weight: 700; color: #46264c; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 14px; }
.ins-chart-bars { display: flex; align-items: flex-end; gap: 14px; height: 220px; padding: 0 8px; border-bottom: 2px solid #46264c; margin-bottom: 12px; }
.ins-chart-bar { flex: 1; position: relative; background: linear-gradient(180deg, #7438F2 0%, #4d16c3 100%); border-radius: 4px 4px 0 0; min-height: 20px; }
.ins-chart-bar.lime { background: linear-gradient(180deg, #DAF21D 0%, #b8c91d 100%); }
.ins-chart-bar::after { content: attr(data-val); position: absolute; top: -22px; left: 0; right: 0; text-align: center; font-size: 12px; font-weight: 700; color: #46264c; }
.ins-chart-labels { display: flex; gap: 14px; padding: 0 8px; font-size: 11px; color: #707A81; text-align: center; }
.ins-chart-labels > div { flex: 1; }
.ins-chart-source { font-size: 11px; color: #707A81; margin-top: 14px; font-style: italic; }

/* Inline highlight */
.ins-highlight { background: linear-gradient(180deg, transparent 60%, rgba(218,242,29,.55) 60%); }

/* Bottom-line callout */
.ins-bottomline { margin: 36px 0; padding: 28px; border: 2px solid #7438F2; border-radius: 10px; background: #fff; position: relative; }
.ins-bottomline-label { display: inline-block; background: #7438F2; color: #fff; padding: 4px 12px; border-radius: 4px; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; position: absolute; top: -12px; left: 24px; }
.ins-bottomline p { font-size: 17px; line-height: 1.55; color: #1a1a1a; margin: 0; font-weight: 500; }

/* Post footer note */
.ins-post-note { font-size: 13px; color: #707A81; border-top: 1px solid #e8e3f8; padding-top: 18px; margin-top: 36px; }
.ins-post-note a { color: #7438F2; font-weight: 600; text-decoration: none; }
.ins-post-note a:hover { text-decoration: underline; }

/* Share row inside content area */
.product-border { border-bottom: 1px solid #7438f2; margin-bottom: 20px; padding-bottom: 20px; display: flex; align-items: flex-start; justify-content: flex-end; }
.ins-art-content .share-product ul { margin: 0; padding: 10px 0px 10px 54px !important; list-style: none; display: flex;  }
.ins-art-content .share-product .fa-twitter {
    
     margin-top: -3px !important; 
}

/* ── Sidebar ───────────────────────────────────────────────── */
.ins-sidebar { position: sticky; top: 96px; align-self: start; }

/* Share panel */
.ins-share-panel { background: #fff; border: 1px solid #e8e3f8; border-radius: 10px; padding: 22px; margin-bottom: 22px; }
.ins-share-label { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; color: #707A81; text-transform: uppercase; margin: 0 0 14px; }

/* LinkedIn card */
.ins-share-li { background: #0077b5; color: #fff; border-radius: 8px; padding: 16px; margin-bottom: 12px; cursor: pointer; transition: all .2s; position: relative; overflow: hidden; display: block; text-decoration: none; }
.ins-share-li:hover { box-shadow: 0 8px 20px rgba(0,119,181,.4); transform: translateY(-2px); }
.ins-share-li-head { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; font-weight: 700; font-size: 13px; }
.ins-share-li-preview { background: rgba(255,255,255,.12); border-radius: 4px; padding: 10px 12px; font-size: 11px; line-height: 1.4; color: rgba(255,255,255,.96); margin-bottom: 10px; max-height: 72px; overflow: hidden; }
.ins-share-li-cta { background: #DAF21D; color: #000; padding: 8px 14px; border-radius: 16px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; text-align: center; display: block; text-decoration: none; }

/* Share row buttons */
.ins-share-row { display: flex; gap: 8px; }
.ins-share-btn { flex: 1; background: #F3F6F8; border: 1px solid #e8e3f8; padding: 10px 8px; border-radius: 8px; text-align: center; cursor: pointer; transition: all .15s; text-decoration: none; display: block; }
.ins-share-btn:hover { background: #fff; border-color: #7438F2; }
.ins-share-btn-icon { display: block; font-weight: 800; font-size: 15px; color: #46264c; margin-bottom: 3px; }
.ins-share-btn:hover .ins-share-btn-icon { color: #7438F2; }
.ins-share-btn-label { display: block; font-size: 10px; color: #707A81; font-weight: 600; }

/* Author box */
.ins-author-box { background: #F3F6F8; border-radius: 10px; padding: 20px; margin-top: 22px; }
.ins-author-box-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.ins-author-avatar { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, #7438F2 0%, #DAF21D 100%); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 18px; flex-shrink: 0; }
.ins-author-name { font-size: 14px; font-weight: 700; color: #000; }
.ins-author-role { font-size: 12px; color: #7438F2; margin-top: 2px; }
.ins-author-bio { font-size: 12px; line-height: 1.5; color: #555; margin: 0 0 12px; }
.ins-author-link { font-size: 12px; font-weight: 700; color: #7438F2; text-decoration: none; text-transform: uppercase; letter-spacing: .5px; }
.ins-author-link:hover { text-decoration: underline; }

/* ── Related posts tail ─────────────────────────────────────── */
.ins-tail { background: #F3F6F8; padding: 56px 0; }
.ins-tail h3 {  font-size: 24px; font-weight: 700; color: #000; margin: 0 0 24px; }
.ins-tail h3 .accent { color: #7438F2; }
.ins-tail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ins-tail-card { background: #fff; border: 1px solid #e8e3f8; border-radius: 10px; overflow: hidden; transition: all .2s ease; }
.ins-tail-card:hover { box-shadow: 0 12px 28px rgba(116,56,242,.12); transform: translateY(-2px); }
.ins-tail-card-img { aspect-ratio: 16/10; background-size: cover; background-position: center; }
.ins-tail-card-img.a { background: linear-gradient(135deg, #2c1340 0%, #4d16c3 100%); }
.ins-tail-card-img.b { background: linear-gradient(135deg, #46264c 0%, #FF631B 100%); }
.ins-tail-card-img.c { background: linear-gradient(135deg, #7438F2 0%, #1a1a1a 100%); }
.ins-tail-card-body { padding: 18px 20px; }
.ins-tail-card-tag { font-size: 10px; font-weight: 700; color: #7438F2; text-transform: uppercase; letter-spacing: 1px; }
.ins-tail-card h4 { font-size: 15px; font-weight: 700; color: #000; margin: 6px 0 10px; line-height: 1.3; }
.ins-tail-card h4 a { color: inherit; text-decoration: none; }
.ins-tail-card h4 a:hover { color: #7438F2; }
.ins-tail-card-byline { font-size: 12px; color: #707A81; }

/* ── LIST PAGE ─────────────────────────────────────────────── */

.hfsqt-list-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
.hfsqt-list-wrap {
  
  
  background: #F5F4FB;
  color: #1a1a1a;
  line-height: 1.6;
}

/* Hero */
.hfsqt-hero {
  background: linear-gradient(135deg, #4d16c3 0%, #7438F2 60%, #8a4ef5 100%);
  padding: 28px 0 24px;
  position: relative;
}
.hfsqt-hero::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: #DAF21D;
}
.hfsqt-hero-inner {
  width: 92%;
  max-width: 1240px;
  margin: 0 auto;
}
.hfsqt-hero h1 {
  
  
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.3px;
}

/* Main */
.hfsqt-main {
  width: 92%;
  max-width: 1240px;
  margin: 32px auto 56px;
}

/* Toolbar */
.hfsqt-toolbar {
  background: #fff;
  border: 1px solid #e8e3f8;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.hfsqt-search-wrap {
  position: relative;
  flex: 1;
  min-width: 200px;
}
.hfsqt-search-wrap svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #7438F2;
  pointer-events: none;
}
.hfsqt-search-input {
  width: 100%;
  padding: 9px 14px 9px 36px;
  border: 1.5px solid #7438F2;
  border-radius: 8px;
  font-size: 13px;
  color: #1a1a1a;
  background: #F3F6F8;
  transition: border-color .15s, background .15s;
  outline: none;
}
.hfsqt-search-input:focus {
  border-color: #7438F2;
  background: #fff;
}
.hfsqt-search-input::placeholder,#hfsqt-search::placeholder { color: #a090c0 !important; }

.hfsqt-sel-wrap { position: relative; }
.hfsqt-chevron {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
}
.hfsqt-filter-select {
  appearance: none;
  -webkit-appearance: none;
  padding: 9px 36px 9px 14px;
  border: 1.5px solid #e8e3f8;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
  background: #fafafa;
  cursor: pointer;
  min-width: 180px;
  transition: border-color .15s;
  outline: none;
}
.hfsqt-filter-select:focus {
  border-color: #7438F2;
  background: #fff;
}

.hfsqt-toolbar-divider {
  width: 1px;
  height: 28px;
  background: #e8e3f8;
  flex-shrink: 0;
}
.hfsqt-count-badge {
  font-size: 12px;
  color: #707A81;
  white-space: nowrap;
  font-weight: 500;
}
.hfsqt-count-badge strong { color: #7438F2; }

/* Table */
.hfsqt-table-wrap {
  background: #fff;
  border: 1px solid #e8e3f8;
  border-radius: 12px;
  overflow: hidden;
}
.hfsqt-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.hfsqt-table-wrap thead {
  background: #F8F7FE;
  border-bottom: 2px solid #e8e3f8;
}
.hfsqt-table-wrap thead th {
  padding: 12px 16px;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  color: #707A81;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: color .15s;

  
}
.hfsqt-table-wrap thead th:hover { color: #7438F2; }
.hfsqt-sort-icon { margin-left: 4px; opacity: .4; font-size: 10px; }
.hfsqt-table-wrap thead th.sorted { color: #7438F2; }
.hfsqt-table-wrap thead th.sorted .hfsqt-sort-icon { opacity: 1; }

.hfsqt-table-wrap tbody tr {
  border-bottom: 1px solid #f2f0fc;
  transition: background .12s ease;
}
.hfsqt-table-wrap tbody tr:last-child { border-bottom: none; }
.hfsqt-table-wrap tbody tr:hover { background: #FAF9FF; }
.hfsqt-table-wrap td {
  padding: 10px 16px;
  vertical-align: middle;
  
  
}

.td-thumb { width: 100px; padding-right: 0; }
.thumb-img {
  width: 88px;
  height: 62px;
  object-fit: cover;
  border-radius: 7px;
  display: block;
  background: #e8e3f8;
}
.td-date { font-size: 12px; color: #999; white-space: nowrap; width: 110px; }
.td-author { width: 180px; white-space: nowrap; }
.author-cell { display: flex; align-items: center; gap: 10px; }
.avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7438F2 0%, #9d6af5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  flex-shrink: 0;
  letter-spacing: -.3px;
  
  
}
.author-name { font-size: 13px; font-weight: 600; color: #2a2a2a; }
.title-link {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.35;
  display: block;
  
  
}
.title-link:hover { color: #7438F2; }
.td-time { width: 70px; text-align: right; font-size: 12px; color: #bbb; white-space: nowrap; }

.hfsqt-empty-state {
  padding: 56px 24px;
  text-align: center;
  color: #999;
  font-size: 14px;
}
.hfsqt-empty-state strong {
  display: block;
  font-size: 18px;
  color: #ccc;
  margin-bottom: 6px;
}

/* ── SINGLE PAGE ───────────────────────────────────────────── */

.ins { color: #1a1a1a; line-height: 1.6; }
.ins * { box-sizing: border-box; }
.ins-wrap { width: 92%; max-width: 1240px; margin: 0 auto; }

/* Breadcrumb */
.ins-bread {
  background: #F3F6F8;
  padding: 14px 0;
  font-size: 13px;
  color: #707A81;
  border-bottom: 1px solid #e8e3f8;
 
}
.ins-bread a { color: #7438F2; text-decoration: none; font-weight: 500; }
.ins-bread a:hover { text-decoration: underline; }
.ins-bread .sep { margin: 0 8px; color: #ccc; }
.ins-bread .current { color: #1a1a1a; font-weight: 600; }

/* Article header */
.ins-art-head {
  position: relative;
  background:
    radial-gradient(circle at 88% 18%, rgba(218,242,29,.12) 0, transparent 45%),
    linear-gradient(135deg, #4d16c3 0%, #7438F2 50%, #8a4ef5 100%);
  color: #fff;
  padding: 56px 0 64px;
  overflow: hidden;
}
.ins-art-head::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 6px;
  background: #DAF21D;
}
.ins-art-head-inner { max-width: 880px; margin: 0 auto; }

.ins-tag-row-h { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.ins-tag-h {
  display: inline-block;
  background: rgba(218,242,29,.18);
  color: #DAF21D;
  padding: 5px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .8px;
 
}
.ins-format-h {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #DAF21D;
  color: #000;

}
.ins-art-head h1 {
 
  font-size: 52px;
  line-height: 1.05;
  font-weight: 800;
  color: #fff;
  margin: 0 0 18px;
  letter-spacing: -.7px;
}
.ins-dek {
  font-size: 20px;
  line-height: 1.5;
  color: rgba(255,255,255,.92);
  margin: 0 0 28px;
  max-width: 760px;
  
  
}
.ins-byline-h {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.ins-byline-h-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(135deg, #DAF21D 0%, #fff 100%);
  border: 2px solid #DAF21D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #46264c;
  font-size: 18px;
 
  
}
.ins-byline-h-meta { flex: 1; }
.ins-byline-h-name { font-size: 17px; font-weight: 700; color: #fff; }
.ins-byline-h-name .hfs { color: #DAF21D; font-weight: 600; }
.ins-byline-h-sub { font-size: 13px; color: rgba(255,255,255,.76); margin-top: 2px; }
.ins-byline-h-stats { display: flex; gap: 18px; font-size: 12px; color: rgba(255,255,255,.76); }
.ins-byline-h-stats span { display: flex; align-items: center; gap: 4px; }

/* Article body */
.ins-art-body { padding: 56px 0 72px; background: #fff; }
.ins-art-grid {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 48px;
  max-width: 1080px;
  margin: 0 auto;
}
.ins-art-content { max-width: 720px; }
.ins-art-content > p { font-size: 17px; line-height: 1.7; color: #1a1a1a; margin: 0 0 22px; }
.ins-art-content > p.lead { font-size: 21px; line-height: 1.55; color: #1a1a1a; margin-bottom: 28px; font-weight: 500; }
.ins-art-content > p strong { color: #46264c; }
.ins-art-content h2 { font-size: 26px; font-weight: 700; color: #000; margin: 36px 0 16px; letter-spacing: -.2px; }
.ins-art-content h2 .accent { color: #7438F2; }
.ins-art-content blockquote {
  margin: 36px 0;
  padding: 28px 32px;
  background: #F3EEFF;
  border-left: 6px solid #DAF21D;
  border-radius: 6px;
  font-size: 24px;
  line-height: 1.3;
  color: #46264c;
  font-weight: 800;
  letter-spacing: -.3px;
}
.ins-art-content blockquote::before {
  content: "\201C";
  color: #7438F2;
  font-size: 56px;
  line-height: 0;
  vertical-align: -16px;
  margin-right: 6px;
}
.ins-art-content blockquote cite {
  display: block;
  margin-top: 16px;
  font-style: normal;
  
  font-size: 14px;
  font-weight: 600;
  color: #7438F2;
}

/* Chart */
.ins-chart { margin: 36px 0; background: #F3F6F8; border: 1px solid #e8e3f8; border-radius: 10px; padding: 28px; }
.ins-chart-title { font-size: 13px; font-weight: 700; color: #46264c; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 14px; }
.ins-chart-bars { display: flex; align-items: flex-end; gap: 14px; height: 220px; padding: 0 8px; border-bottom: 2px solid #46264c; margin-bottom: 12px; }
.ins-chart-bar { flex: 1; position: relative; background: linear-gradient(180deg, #7438F2 0%, #4d16c3 100%); border-radius: 4px 4px 0 0; min-height: 20px; }
.ins-chart-bar.lime { background: linear-gradient(180deg, #DAF21D 0%, #b8c91d 100%); }
.ins-chart-bar::after { content: attr(data-val); position: absolute; top: -22px; left: 0; right: 0; text-align: center; font-size: 12px; font-weight: 700; color: #46264c; }
.ins-chart-labels > div { flex: 1; }
.ins-chart-source { font-size: 11px; color: #707A81; margin-top: 14px; font-style: italic;  }

/* Highlight */
.ins-highlight { background: linear-gradient(180deg, transparent 60%, rgba(218,242,29,.55) 60%); }

/* Bottom line callout */
.ins-bottomline { margin: 36px 0; padding: 28px; border: 2px solid #7438F2; border-radius: 10px; background: #fff; position: relative; }
.ins-bottomline-label {
  display: inline-block;
  background: #7438F2;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: absolute;
  top: -12px;
  left: 24px;

}
.ins-bottomline p { font-size: 17px; line-height: 1.55; color: #1a1a1a; margin: 0; font-weight: 500; }

/* Sidebar */
.ins-sidebar { position: sticky; top: 96px; align-self: start; }
.ins-author-box { background: #F3F6F8; border-radius: 10px; padding: 20px; }
.ins-author-box-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.ins-author-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7438F2 0%, #DAF21D 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  
}
.ins-author-name { font-size: 14px; font-weight: 700; color: #000; }
.ins-author-role { font-size: 12px; color: #7438F2; }
.ins-author-bio { font-size: 12px; line-height: 1.5; color: #555; margin: 0 0 12px; }
.ins-author-link { font-size: 12px; font-weight: 700; color: #7438F2; text-decoration: none; text-transform: uppercase; letter-spacing: .5px; }

/* Related posts tail */
.ins-tail { background: #F3F6F8; padding: 56px 0; }
.ins-tail h3 {  font-size: 24px; font-weight: 700; color: #000; margin: 0 0 24px; }
.ins-tail h3 .accent { color: #7438F2; }
.ins-tail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ins-tail-card { background: #fff; border: 1px solid #e8e3f8; border-radius: 10px; overflow: hidden; transition: all .2s ease; }
.ins-tail-card:hover { box-shadow: 0 12px 28px rgba(116,56,242,.12); transform: translateY(-2px); }
.ins-tail-card-img { aspect-ratio: 16/10; }
.ins-tail-card-img.a { background: linear-gradient(135deg, #2c1340 0%, #4d16c3 100%); }
.ins-tail-card-img.b { background: linear-gradient(135deg, #46264c 0%, #FF631B 100%); }
.ins-tail-card-img.c { background: linear-gradient(135deg, #7438F2 0%, #1a1a1a 100%); }
.ins-tail-card-body { padding: 18px 20px; }
.ins-tail-card-tag { font-size: 10px; font-weight: 700; color: #7438F2; text-transform: uppercase; letter-spacing: 1px; }
.ins-tail-card h4 { font-size: 15px; font-weight: 700; color: #000; margin: 6px 0 10px; line-height: 1.3;  }
.ins-tail-card h4 a { color: inherit; text-decoration: none; }
.ins-tail-card h4 a:hover { color: #7438F2; }
.ins-tail-card-byline { font-size: 12px; color: #707A81;  }

/* ── RESPONSIVE ─────────────────────────────────────────────── */

@media (max-width: 1000px) {
  .ins-art-grid { grid-template-columns: 1fr; gap: 36px; max-width: 720px; }
  .ins-sidebar { position: static; }
  .ins-art-head h1 { font-size: 38px; }
  .ins-dek { font-size: 17px; }
  .ins-tail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  .hfsqt-hero h1 { font-size: 24px; }
  .td-thumb,
  .td-time { display: none; }
  .td-date { width: auto; }
  .td-author { width: auto; }
  .hfsqt-toolbar { gap: 10px; }
  .hfsqt-filter-select { min-width: 140px; }
  .ins-art-head h1 { font-size: 28px; }
  .ins-art-content blockquote { font-size: 18px; padding: 20px 22px; }
  .ins-art-grid { grid-template-columns: 1fr; gap: 36px; }
  .ins-sidebar { position: static; }
  .ins-tail-grid { grid-template-columns: 1fr; }
  .ins-art-head { padding: 40px 0 48px; }
  .ins-dek { font-size: 17px; }
}

@media (max-width: 560px) {
  .ins-byline-h { flex-wrap: wrap; }
  .ins-byline-h-stats { display: none; }
  .ins-art-head h1 { font-size: 26px; letter-spacing: -.3px; }
  .ins-art-content > p.lead { font-size: 18px; }
  .ins-art-content > p { font-size: 16px; }
  .hfsqt-search-wrap { min-width: 100%; }
}