*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #f1f3f8;
  color: #111827;
  font-size: 14px;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
body.admin-bar .topbar { top: 32px; }
body.admin-bar .sl, body.admin-bar .sr { top: 138px; }

.topbar {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  min-height: 60px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}
.logo {
  font-size: 19px;
  font-weight: 600;
  color: #4f46e5;
  white-space: nowrap;
  flex-shrink: 0;
}

.logo .logo-image {
  max-height: 40px;
  width: auto;
  display: block;
}
.logo .logo-text {
  display: inline-flex;
  align-items: center;
  line-height: 1.1;
  color: #111827;
}
.logo .header-logo-text {
  font-size: 19px;
  font-weight: 600;
  color: #4f46e5;
}
.logo sup {
  font-size: 9px;
  background: #4f46e5;
  color: #fff;
  padding: 1px 5px;
  border-radius: 4px;
  margin-left: 3px;
  vertical-align: super;
}
.topbar-search { flex: 0 1 640px; max-width: 640px; position: relative; margin: 0 auto; }
.topbar-search form { display: flex; gap: 8px; align-items: center; }
.topbar-search svg {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  color: #9ca3af;
  z-index: 2;
  pointer-events: none;
}
.topbar-search input, .topbar-search select {
  height: 38px;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  outline: none;
  background: #f9fafb;
  color: #374151;
}
.topbar-search input {
  flex: 1;
  width: 100%;
  padding: 0 14px 0 38px;
}
.topbar-search select {
  width: 150px;
  padding: 0 12px;
  flex-shrink: 0;
}
.topbar-search input:focus, .topbar-search select:focus {
  border-color: #4f46e5;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(79,70,229,0.08);
}
.hdr-search-results {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  z-index: 50;
  overflow: hidden;
}
.hdr-sr-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
}
.hdr-sr-item:hover { background: #f8faff; }
.hdr-sr-title { font-size: 13px; font-weight: 600; color: #111827; }
.hdr-sr-cat { font-size: 11px; color: #6b7280; }
.topnav { display: flex; align-items: center; gap: 4px; margin-left: 0; flex-wrap: wrap; justify-content: flex-end; }
.topnav a {
  font-size: 12.5px;
  font-weight: 500;
  color: #6b7280;
  padding: 6px 11px;
  border-radius: 8px;
  transition: all 0.15s;
  white-space: nowrap;
}
.topnav a:hover, .topnav a.on { background: #eef2ff; color: #4f46e5; }
.topnav .btn-p { background: #4f46e5; color: #fff !important; font-weight: 600; }
.topnav .btn-p:hover { background: #4338ca; }

.page-tabs {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 0 24px;
  display: flex;
  gap: 0;
  overflow-x: auto;
}
.ptab {
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  padding: 11px 16px;
  border-bottom: 2px solid transparent;
  transition: all 0.15s;
  white-space: nowrap;
}
.ptab:hover { color: #4f46e5; }
.ptab.on { color: #4f46e5; border-bottom-color: #4f46e5; font-weight: 600; }

.layout {
  display: flex;
  gap: 20px;
  max-width: 1360px;
  margin: 22px auto;
  padding: 0 20px;
  align-items: flex-start;
}
.main { flex: 1; min-width: 0; }
.main.single-main-col { display: flex; flex-direction: column; gap: 16px; }
.page { display: block; }

.sbox {
  background: #fff;
  border-radius: 13px;
  padding: 15px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  margin-bottom: 12px;
  border: 1px solid #f0f0f0;
}
.sbox-t {
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #9ca3af;
  margin-bottom: 11px;
}
.sl {
  width: 214px;
  min-width: 214px;
  position: sticky;
  top: 106px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
.sl::-webkit-scrollbar { width: 4px; }
.sl::-webkit-scrollbar-thumb { background: #e5e7eb; border-radius: 4px; }
.cat-list2 { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 1px; }
.cat-list2 li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  border-radius: 8px;
  font-size: 12.5px;
  color: #374151;
  transition: all 0.15s;
}
.cat-list2 li a:hover, .cat-list2 li a.on { background: #eef2ff; color: #4f46e5; font-weight: 500; }
.ccnt {
  margin-left: auto;
  background: #f3f4f6;
  color: #9ca3af;
  font-size: 10px;
  padding: 1px 6px;
  border-radius: 20px;
}
.cat-list2 li a.on .ccnt { background: #e0e7ff; color: #4f46e5; }
.loc-list, .kw-cloud { display: flex; flex-wrap: wrap; gap: 5px; }
.loc-tag, .kw-tag {
  font-size: 11.5px;
  font-weight: 500;
  padding: 4px 9px;
  border-radius: 20px;
  background: #f3f4f6;
  color: #374151;
  transition: all 0.15s;
}
.kw-tag { font-size: 11px; padding: 3px 9px; }
.loc-tag:hover, .kw-tag:hover, .loc-tag.active-loc { background: #eef2ff; color: #4f46e5; }
.suffix-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 3px; }
.suffix-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 8px;
  border-radius: 8px;
  font-size: 12.5px;
  color: #374151;
  cursor: pointer;
  transition: all 0.15s;
}
.suffix-list li:hover { background: #f9fafb; }
.suf-num {
  width: 18px;
  height: 18px;
  background: #eef2ff;
  color: #4f46e5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  flex-shrink: 0;
}
.news-list { display: flex; flex-direction: column; gap: 9px; }
.news-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 5px;
  border-radius: 8px;
  transition: all 0.15s;
}
.news-item:hover { background: #f9fafb; }
.news-ico { font-size: 20px; flex-shrink: 0; }
.news-title {
  font-size: 12px;
  font-weight: 500;
  color: #111;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-meta { font-size: 11px; color: #9ca3af; margin-top: 2px; }

.sr { width: 210px; min-width: 210px; position: sticky; top: 106px; }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.stat-cell { background: #f9fafb; border-radius: 9px; padding: 9px 7px; text-align: center; }
.stat-n { font-size: 15px; font-weight: 600; color: #4f46e5; }
.stat-l { font-size: 10px; color: #9ca3af; margin-top: 2px; }
.related-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 5px; }
.related-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #374151;
  padding: 6px 8px;
  border-radius: 8px;
  transition: all 0.15s;
}
.related-list li a:hover { background: #eef2ff; color: #4f46e5; }
.popular-list { display: flex; flex-direction: column; gap: 4px; }
.pop-item {
  font-size: 12px;
  color: #6b7280;
  padding: 5px 7px;
  border-radius: 7px;
  transition: all 0.15s;
  display: flex;
  align-items: center;
  gap: 5px;
}
.pop-item::before { content: '🔍'; font-size: 10px; }
.pop-item:hover { background: #f3f4f6; color: #4f46e5; }
.ad-cta {
  background: linear-gradient(135deg,#4f46e5,#7c3aed);
  border-radius: 13px;
  padding: 17px 13px;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}
.ad-cta .adi { font-size: 28px; margin-bottom: 6px; }
.ad-cta h4 { font-size: 12.5px; font-weight: 600; margin-bottom: 5px; }
.ad-cta p { font-size: 11px; opacity: 0.82; line-height: 1.6; margin-bottom: 11px; }
.ad-cta-btn {
  display: inline-block;
  background: #fff;
  color: #4f46e5;
  font-size: 11.5px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
}

.sec-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
}
.sec-hd h2 { font-size: 16px; font-weight: 600; display: flex; align-items: center; gap: 7px; margin: 0; }
.sec-hd .sub { font-size: 12px; color: #6b7280; margin-top: 2px; }
.sec-hd a, .sec-title a { font-size: 12px; font-weight: 500; color: #4f46e5; }
.sec-title {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.sec-title a { margin-left: auto; }
.filter-bar { display: flex; align-items: center; gap: 6px; margin-bottom: 13px; flex-wrap: wrap; }
.fchip {
  padding: 5px 13px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  border: 1.5px solid #e5e7eb;
  background: #fff;
  color: #6b7280;
  transition: all 0.15s;
}
.fchip:hover, .fchip.on { background: #4f46e5; border-color: #4f46e5; color: #fff; }
.spacer { flex: 1; }
.sort-select {
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 12px;
  color: #374151;
  outline: none;
  background: #fff;
  cursor: pointer;
}

.card-list { display: flex; flex-direction: column; gap: 11px; margin-bottom: 18px; }
.bcard {
  background: #fff;
  border-radius: 13px;
  border: 1px solid #eaecf0;
  display: flex;
  box-shadow: 0 1px 5px rgba(0,0,0,0.04);
  transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
  overflow: hidden;
  position: relative;
}
.bcard:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(79,70,229,0.10); border-color: #c7d2fe; }
.accent-bar { width: 4px; flex-shrink: 0; }
.accent-bar.gold { background: linear-gradient(180deg,#fbbf24,#f59e0b); }
.accent-bar.silver { background: linear-gradient(180deg,#cbd5e1,#94a3b8); }
.accent-bar.bronze { background: linear-gradient(180deg,#fca887,#b45309); }
.accent-bar.normal { background: #f3f4f6; }
.card-inner { flex: 1; padding: 13px 14px 13px 13px; display: flex; gap: 13px; min-width: 0; }
.rank-wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; width: 58px; min-width: 58px; }
.rank-num {
  width: 58px;
  height: 58px;
  border-radius: 11px;
  border: 1.5px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 600;
  background: #fafafa;
  color: #d1d5db;
}
.rank-num.gold { border-color: #f59e0b; color: #f59e0b; background: #fffbeb; }
.rank-num.silver { border-color: #94a3b8; color: #64748b; background: #f8fafc; }
.rank-num.bronze { border-color: #cd7f32; color: #b45309; background: #fff7ed; }
.rank-trend { font-size: 10px; font-weight: 500; }
.trend-up { color: #16a34a; }
.trend-dn { color: #dc2626; }
.trend-eq { color: #9ca3af; }
.cbody { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.crow1 { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.ctitle {
  font-size: 14.5px;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
}
.badge {
  font-size: 10px;
  font-weight: 500;
  padding: 2px 7px;
  border-radius: 20px;
  white-space: nowrap;
}
.badge-verify { background: #dcfce7; color: #15803d; }
.badge-new { background: #fef9c3; color: #ca8a04; }
.badge-hot { background: #fee2e2; color: #dc2626; }
.badge-top { background: #fff7ed; color: #ea580c; border: 1px solid #fed7aa; }
.author-inline { display: flex; align-items: center; gap: 5px; margin-left: auto; flex-shrink: 0; }
.av-sm {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 600;
  color: #fff;
  flex-shrink: 0;
}
.author-inline-name, .author-inline-date { font-size: 11px; color: #6b7280; white-space: nowrap; }
.author-inline-name span { font-weight: 500; color: #374151; }
.author-inline-date { font-size: 10.5px; }
.cdesc {
  font-size: 12.5px;
  color: #6b7280;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.crating-row { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.cstars { display: flex; gap: 1px; }
.cstar { font-size: 12px; color: #fbbf24; }
.cstar.off { color: #e5e7eb; }
.cscore { font-size: 13px; font-weight: 600; color: #111; }
.crating-count { font-size: 11px; color: #9ca3af; }
.ctag-row { display: flex; gap: 5px; flex-wrap: wrap; }
.ctag {
  font-size: 11px;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 20px;
  background: #f3f4f6;
  color: #374151;
}
.ctag.blue { background: #eef2ff; color: #4f46e5; }
.ctag.green { background: #f0fdf4; color: #16a34a; }
.ctag.orange { background: #fff7ed; color: #ea580c; }
.ctag.purple { background: #faf5ff; color: #9333ea; }
.caction-row { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.act-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 9px;
  border-radius: 20px;
  border: 1.5px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  transition: all 0.15s;
  color: #374151;
}
.act-btn svg { width: 12px; height: 12px; }
.act-btn.like { border-color: #fecaca; color: #ef4444; background: #fff5f5; }
.act-btn.like:hover, .act-btn.like.active { background: #ef4444; color: #fff; border-color: #ef4444; }
.act-btn.dislike:hover { background: #6b7280; color: #fff; border-color: #6b7280; }
.act-btn.share { border-color: #bfdbfe; color: #3b82f6; background: #eff6ff; }
.act-btn.share:hover { background: #3b82f6; color: #fff; border-color: #3b82f6; }
.act-btn.save { border-color: #d1fae5; color: #059669; background: #f0fdf4; }
.act-btn.save:hover, .act-btn.save.active { background: #059669; color: #fff; border-color: #059669; }
.act-dot { color: #e5e7eb; }
.views-info { font-size: 11px; color: #9ca3af; display: flex; align-items: center; gap: 3px; }
.cthumb {
  width: 66px;
  min-width: 66px;
  align-self: flex-start;
  margin-top: 1px;
  flex-shrink: 0;
}
.cthumb img { width: 66px !important; height: 66px !important; border-radius: 11px !important; }
.ribbon {
  position: absolute;
  top: 9px;
  right: 0;
  background: #9333ea;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  padding: 2px 8px 2px 6px;
  border-radius: 3px 0 0 3px;
}

.loc-section, .industry-section, .need-section, .kw-section, .single-card, .review-box {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  border: 1px solid #f0f0f0;
  margin-bottom: 16px;
}
.loc-grid { display: flex; flex-wrap: wrap; gap: 7px; }
.loc-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 500;
  padding: 7px 13px;
  border-radius: 20px;
  background: #f3f4f6;
  color: #374151;
  transition: all 0.15s;
  border: 1.5px solid transparent;
}
.loc-btn:hover { background: #eef2ff; color: #4f46e5; border-color: #c7d2fe; }
.loc-btn.special { background: linear-gradient(135deg,#4f46e5,#7c3aed); color: #fff; }
.industry-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.ind-card {
  border: 1.5px solid #eaecf0;
  border-radius: 12px;
  padding: 13px 11px;
  color: inherit;
  transition: all 0.18s;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ind-card:hover { border-color: #c7d2fe; background: #f8f7ff; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(79,70,229,0.08); }
.ind-ico { font-size: 23px; }
.ind-name { font-size: 12.5px; font-weight: 600; color: #111; }
.ind-desc { font-size: 11px; color: #9ca3af; line-height: 1.4; }
.ind-stats { display: flex; gap: 10px; margin-top: 3px; }
.ind-stat .isn { font-size: 12.5px; font-weight: 600; color: #4f46e5; }
.ind-stat .isl { font-size: 10px; color: #9ca3af; }
.need-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.need-card {
  border: 1.5px solid #eaecf0;
  border-radius: 11px;
  padding: 12px 10px;
  color: inherit;
  transition: all 0.15s;
  display: flex;
  align-items: center;
  gap: 9px;
}
.need-card:hover { border-color: #c7d2fe; background: #f8f7ff; }
.need-ico { font-size: 20px; flex-shrink: 0; }
.need-label { font-size: 12px; font-weight: 500; color: #111; }
.need-cnt { font-size: 10.5px; color: #9ca3af; margin-top: 2px; }
.kw-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 6px; }
.kw-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 10px;
  border-radius: 9px;
  background: #f9fafb;
  color: inherit;
  font-size: 12px;
  transition: all 0.15s;
}
.kw-item:hover { background: #eef2ff; color: #4f46e5; }
.kw-item-name { font-weight: 500; }
.kw-item-cnt {
  font-size: 11px;
  color: #9ca3af;
  background: #fff;
  padding: 1px 7px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  flex-shrink: 0;
}

.pagination { display: flex; justify-content: center; align-items: center; gap: 5px; margin-top: 20px; flex-wrap: wrap; }
.pg {
  min-width: 33px;
  height: 33px;
  border-radius: 8px;
  border: 1.5px solid #e5e7eb;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  transition: all 0.15s;
}
.pg:hover { border-color: #4f46e5; color: #4f46e5; }
.pg.on { background: #4f46e5; border-color: #4f46e5; color: #fff; font-weight: 600; }
.empty-box {
  background: #fff;
  border: 1px solid #eaecf0;
  border-radius: 13px;
  padding: 20px;
  color: #6b7280;
}

.single-breadcrumb { font-size: 12px; color: #6b7280; margin-bottom: 10px; }
.tlvn-bc { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.tlvn-bc a { color: #4f46e5; }
.tlvn-bc i { font-size: 10px; }
.single-title {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
  color: #111827;
}
.single-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #6b7280;
  font-size: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf0f5;
  margin-bottom: 16px;
}
.post-excerpt {
  background: #f8faff;
  border: 1px solid #e7ecff;
  color: #475569;
  padding: 14px 16px;
  border-radius: 12px;
  margin-bottom: 16px;
}
.wp-content-body { color: #1f2937; }
.wp-content-body > *:first-child { margin-top: 0; }
.wp-content-body h2, .wp-content-body h3, .wp-content-body h4 {
  color: #111827;
  margin: 1.4em 0 .6em;
  line-height: 1.3;
}
.wp-content-body p, .wp-content-body ul, .wp-content-body ol, .wp-content-body blockquote { margin: 0 0 1em; }
.wp-content-body ul, .wp-content-body ol { padding-left: 1.2em; }
.wp-content-body img { border-radius: 14px; margin: 14px 0; }
.wp-content-body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
  font-size: 13px;
}
.wp-content-body table td, .wp-content-body table th {
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
}
.wp-content-body table th { background: #f8fafc; }

.brand-head { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 16px; }
.brand-head-thumb img { width: 84px !important; height: 84px !important; border-radius: 16px !important; }
.brand-head-body { flex: 1; min-width: 0; }
.brand-badges { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 10px; }
.brand-rating-line { display: flex; flex-wrap: wrap; gap: 12px; color: #6b7280; font-size: 12px; margin-bottom: 12px; }
.single-score { color: #111827; font-weight: 600; }
.single-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}
.single-meta-grid a, .single-meta-grid span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #edf0f5;
  font-size: 12.5px;
  color: #374151;
}
.single-highlight-box {
  background: #f8f7ff;
  border: 1px solid #e5e1ff;
  color: #4b5563;
  padding: 14px 16px;
  border-radius: 12px;
  margin-bottom: 16px;
}
.single-section-block { margin-top: 22px; }
.single-price-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-bottom: 14px; }
.single-price-grid div {
  background: #f8fafc;
  border: 1px solid #edf0f5;
  border-radius: 12px;
  padding: 14px;
}
.single-price-grid span { display: block; color: #6b7280; font-size: 11px; margin-bottom: 4px; }
.single-price-grid strong { font-size: 18px; color: #111827; }
.service-chip-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.service-chip-grid span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  background: #eef2ff;
  color: #4338ca;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
}
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.gallery-item img { width: 100%; height: 180px; object-fit: cover; border-radius: 12px; }
.video-embed { border-radius: 14px; overflow: hidden; background: #111827; }
.related-post-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.related-post-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 14px;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  background: #fff;
  transition: all 0.15s;
}
.related-post-item:hover { border-color: #c7d2fe; background: #f8faff; }
.related-post-item strong { font-size: 13px; color: #111827; line-height: 1.5; }
.related-post-item span { font-size: 11px; color: #6b7280; }


.ctitle-link, .card-thumb-link { color: inherit; display: inline-flex; }
.ctitle-link:hover .ctitle { color: #4f46e5; }
.card-thumb-link { border-radius: 11px; overflow: hidden; }
.card-open-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #c7d2fe;
  background: #eef2ff;
  color: #4338ca;
  font-size: 11px;
  font-weight: 600;
}
.card-open-link:hover { background: #4f46e5; color: #fff; border-color: #4f46e5; }
.post-listing-grid { display: grid; gap: 12px; }
.post-listing-card {
  background: #fff;
  border: 1px solid #eaecf0;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.04);
  display: grid;
  grid-template-columns: minmax(0,1fr) 82px;
  gap: 14px;
  align-items: start;
}
.post-listing-card h2, .post-listing-card h3 { margin: 0 0 8px; font-size: 18px; line-height: 1.45; font-weight: 600; }
.post-listing-card h2 a, .post-listing-card h3 a { color: #111827; }
.post-listing-card h2 a:hover, .post-listing-card h3 a:hover { color: #4f46e5; }
.post-listing-meta { display: flex; flex-wrap: wrap; gap: 10px; font-size: 12px; color: #6b7280; margin-bottom: 10px; }
.post-listing-excerpt { font-size: 13px; color: #4b5563; }
.post-readmore { display: inline-flex; margin-top: 10px; font-size: 12px; font-weight: 600; color: #4f46e5; }
.post-listing-thumb { display: block; width: 82px; min-width: 82px; }
.post-listing-thumb img { width: 82px !important; height: 82px !important; border-radius: 12px !important; object-fit: cover; }
.compact-card-thumb { display: flex; align-items: flex-start; gap: 14px; }
.compact-card-body { flex: 1; min-width: 0; }
.sidebar-cta-stack { display: flex; flex-direction: column; gap: 10px; margin-bottom: 12px; }
.sidebar-cta-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 0 14px; border-radius: 12px; font-size: 12.5px; font-weight: 600; border: 1px solid transparent; transition: all .15s; }
.sidebar-cta-btn.primary { background: #4f46e5; color: #fff; }
.sidebar-cta-btn.primary:hover { background: #4338ca; }
.sidebar-cta-btn.zalo { background: #eff6ff; color: #1d4ed8; border-color: #bfdbfe; }
.sidebar-cta-btn.zalo:hover { background: #dbeafe; }
.post-sidebar-stack, .sidebar-info-list, .quick-service-list { display: flex; flex-direction: column; gap: 10px; }
.sidebar-info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #edf0f5;
  color: #374151;
  font-size: 12.5px;
}
.sidebar-info-item strong { display: block; font-size: 12px; font-weight: 600; color: #111827; margin-bottom: 2px; }
.sidebar-service-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #edf0f5;
  font-size: 12.5px;
  color: #374151;
}
.sidebar-service-item:last-child { margin-bottom: 0; }
.sidebar-service-item i { color: #4f46e5; width: 16px; text-align: center; }
.sidebar-service-item.is-link:hover { background: #eef2ff; border-color: #c7d2fe; color: #4338ca; }
.sidebar-form-box { margin-top: 12px; }
.sidebar-form-box .sbox-t { margin-bottom: 10px; }
.sidebar-form-box > *:last-child { margin-bottom: 0; }
.single-post-card .single-title { font-size: 32px; }
.single-post-card .wp-content-body { font-size: 15px; }
.single-post-card .wp-content-body strong, .single-post-card .wp-content-body b { font-weight: 600; }
.single-post-card .wp-content-body p, .single-post-card .wp-content-body li { font-size: 15px; }
.single-post-card .wp-content-body h2 { font-size: 24px; font-weight: 600; }
.single-post-card .wp-content-body h3 { font-size: 20px; font-weight: 600; }
.single-post-card .wp-content-body h4 { font-size: 17px; font-weight: 600; }
.single-post-card .wp-content-body ul, .single-post-card .wp-content-body ol { padding-left: 1.3em; }
.single-post-card .wp-content-body blockquote {
  margin: 1.2em 0;
  padding: 14px 16px;
  border-left: 4px solid #4f46e5;
  background: #f8faff;
  border-radius: 10px;
}
.archive-title-box { margin-bottom: 14px; }
.archive-title-box .sub { font-size: 12px; color: #6b7280; }

.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { border: 1px solid #edf0f5; border-radius: 12px; overflow: hidden; }
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  font-weight: 600;
  cursor: pointer;
}
.faq-q i { transition: transform .2s; }
.faq-a { display: none; padding: 0 16px 16px; color: #6b7280; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-q i { transform: rotate(180deg); }

.review-box { margin-top: 0; }
.review-hd {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }
.review-item { border: 1px solid #edf0f5; border-radius: 12px; padding: 14px; }
.review-item-hd { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.review-author-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg,#4f46e5,#7c3aed);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
}
.review-author-name { font-size: 13px; font-weight: 600; }
.review-date { font-size: 11px; color: #6b7280; }
.review-form { display: flex; flex-direction: column; gap: 14px; }
.review-form-row.single-col { display: flex; flex-direction: column; gap: 8px; }
.review-label { font-size: 12px; font-weight: 600; color: #374151; }
.review-form input[type="text"], .review-form input[type="url"], .review-form textarea {
  width: 100%;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 11px 12px;
  outline: none;
  background: #fff;
}
.review-form textarea { min-height: 120px; resize: vertical; }
.review-stars-input { display: flex; align-items: center; gap: 8px; }
.review-stars-input i { color: #d1d5db; cursor: pointer; font-size: 18px; }
.review-stars-input i.on, .review-stars-input i.fas { color: #fbbf24; }
.review-media-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.media-upload-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px dashed #c7d2fe;
  background: #f8faff;
  border-radius: 12px;
  cursor: pointer;
}
.media-upload-btn input { display: none; }
.btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border: none;
  padding: 0 18px;
  border-radius: 12px;
  background: #4f46e5;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.btn-contact:hover { background: #4338ca; }
.review-media-preview img { border-radius: 12px; max-width: 180px; }

.rank-list-card {
  display: flex;
  gap: 14px;
  align-items: center;
  background: #fff;
  border: 1px solid #eaecf0;
  border-radius: 13px;
  padding: 14px;
  transition: all .15s;
}
.rank-list-card:hover { border-color: #c7d2fe; box-shadow: 0 6px 20px rgba(79,70,229,0.10); }
.rank-list-num {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #eef2ff;
  color: #4f46e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}
.rank-list-body { flex: 1; min-width: 0; }
.rank-list-body h3 { margin: 0 0 6px; font-size: 15px; }
.rank-list-body p {
  margin: 0 0 6px;
  color: #6b7280;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rank-list-meta { font-size: 11px; color: #9ca3af; }
.rank-list-thumb { width: 72px; min-width: 72px; display: flex; justify-content: flex-end; }
.rank-list-thumb img { width: 72px !important; height: 72px !important; border-radius: 12px !important; object-fit: cover; }
.rank-table { display: flex; flex-direction: column; gap: 10px; }
.rank-row {
  display: grid;
  grid-template-columns: 70px 1.3fr 120px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #edf0f5;
  border-radius: 12px;
  background: #fff;
}
.rank-row:hover { border-color: #c7d2fe; background: #f8faff; }
.rank-cell { font-size: 13px; color: #374151; }
.rank-no { font-weight: 700; color: #4f46e5; }
.rank-brand { font-weight: 600; color: #111827; }
.rank-score { font-weight: 600; }
.rank-note { color: #6b7280; }
.compact-card h3 { margin: 0 0 10px; }

.site-footer-wrap {
  margin-top: 32px;
  background: #fff;
  border-top: 1px solid #e5e7eb;
}
.site-footer-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 28px 20px 22px;
}
.site-footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #eef2f7;
}
.site-footer-brand p { color: #6b7280; margin: 10px 0 14px; }
.site-footer-logo { font-size: 22px; font-weight: 700; color: #111827; }
.site-footer-logo span { color: #4f46e5; }

.site-footer-logo .logo-image {
  max-height: 54px;
  width: auto;
}
.site-footer-logo .logo-text {
  display: inline-flex;
  align-items: center;
  line-height: 1.15;
  color: #111827;
}
.footer-logo-text {
  font-size: 22px;
  font-weight: 700;
}

.site-footer-contact { display: flex; flex-direction: column; gap: 8px; font-size: 13px; color: #4b5563; }
.site-footer-col h4 { font-size: 13px; margin: 0 0 12px; }
.site-footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.site-footer-col a { color: #6b7280; }
.site-footer-col a:hover { color: #4f46e5; }
.site-footer-bottom {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  color: #6b7280;
  font-size: 12px;
}
.site-footer-socials { display: flex; gap: 12px; flex-wrap: wrap; }
.site-footer-socials a { color: #4f46e5; }

#btt {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #4f46e5;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(79,70,229,.3);
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
  z-index: 60;
}
#btt.show { opacity: 1; visibility: visible; }

@media (max-width: 1200px) {
  .industry-grid { grid-template-columns: repeat(3,1fr); }
  .need-grid { grid-template-columns: repeat(3,1fr); }
  .site-footer-top { grid-template-columns: 1.5fr 1fr 1fr; }
}
@media (max-width: 1100px) {
  .sr { display: none; }
  .single-meta-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 900px) {
  body.admin-bar .topbar { top: 46px; }
  .topbar { padding: 10px 12px; flex-wrap: wrap; }
  .page-tabs { padding: 0 12px; }
  .topbar-search { order: 3; width: 100%; max-width: none; }
  .topnav { width: 100%; justify-content: flex-start; margin-left: 0; overflow-x: auto; flex-wrap: nowrap; }
  .sl { display: none; }
  .layout { padding: 0 12px; }
  .industry-grid { grid-template-columns: repeat(2,1fr); }
  .need-grid { grid-template-columns: repeat(2,1fr); }
  .kw-grid { grid-template-columns: 1fr; }
  .single-title { font-size: 24px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .site-footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .topbar-search form { flex-wrap: wrap; }
  .topbar-search select { width: 100%; }
  .ctitle { max-width: 100%; white-space: normal; }
  .card-inner { flex-direction: column; }
  .rank-wrap { width: auto; min-width: 0; flex-direction: row; justify-content: flex-start; }
  .cthumb { width: 100%; }
  .cthumb img { width: 56px !important; height: 56px !important; }
  .brand-head { flex-direction: column; }
  .single-meta-grid { grid-template-columns: 1fr; }
  .single-price-grid { grid-template-columns: 1fr; }
  .gallery-grid, .related-post-grid { grid-template-columns: 1fr; }
  .rank-row { grid-template-columns: 60px 1fr; }
  .rank-score, .rank-note { grid-column: 2 / span 1; }
  .site-footer-top { grid-template-columns: 1fr; }
}


.tlvn-submit-wrap { display:flex; flex-direction:column; gap:18px; }
.tlvn-submit-intro { padding:18px 20px; border:1px solid #e5e7eb; border-radius:16px; background:#f8fafc; }
.tlvn-submit-intro h2 { font-size:24px; line-height:1.25; margin:0 0 8px; font-weight:600; }
.tlvn-submit-intro p { margin:0; color:#4b5563; font-size:15px; }
.tlvn-submit-notice { padding:14px 16px; border-radius:14px; font-size:14px; font-weight:500; }
.tlvn-submit-notice.success { background:#ecfdf5; color:#047857; border:1px solid #a7f3d0; }
.tlvn-submit-notice.error { background:#fef2f2; color:#b91c1c; border:1px solid #fecaca; }
.form-submit-card, .tlvn-submit-form { background:#fff; border:1px solid #e5e7eb; border-radius:18px; padding:20px; box-shadow:0 1px 5px rgba(0,0,0,.04); }
.tlvn-form-grid { display:grid; gap:16px; }
.tlvn-form-grid.cols-2 { grid-template-columns:repeat(2, minmax(0, 1fr)); }
.tlvn-field { display:flex; flex-direction:column; gap:8px; min-width:0; }
.tlvn-field.col-span-2 { grid-column:1 / -1; }
.tlvn-field label { font-size:14px; font-weight:600; color:#111827; }
.tlvn-field input[type="text"], .tlvn-field input[type="email"], .tlvn-field input[type="url"], .tlvn-field input[type="file"], .tlvn-field select, .tlvn-field textarea { width:100%; border:1.5px solid #dbe1ea; border-radius:12px; padding:12px 14px; font-size:14px; font-family:'Inter', sans-serif; background:#fff; color:#111827; }
.tlvn-field textarea { resize:vertical; min-height:110px; }
.tlvn-field input:focus, .tlvn-field textarea:focus, .tlvn-field select:focus { outline:none; border-color:#4f46e5; box-shadow:0 0 0 3px rgba(79,70,229,.08); }
.tlvn-submit-actions { display:flex; flex-direction:column; align-items:flex-start; gap:10px; margin-top:6px; }
.tlvn-submit-btn { border:0; border-radius:999px; background:#4f46e5; color:#fff; padding:12px 22px; font-size:14px; font-weight:600; cursor:pointer; font-family:'Inter', sans-serif; }
.tlvn-submit-btn:hover { background:#4338ca; }
.tlvn-submit-note { color:#6b7280; font-size:13px; line-height:1.6; }
.tlvn-hp { position:absolute !important; left:-9999px !important; opacity:0 !important; pointer-events:none !important; }
.single-section-block .single-content.wp-content-body { padding-top:4px; }
@media (max-width: 768px) {
  .tlvn-form-grid.cols-2 { grid-template-columns:1fr; }
  .tlvn-field.col-span-2 { grid-column:auto; }
  .tlvn-submit-intro, .tlvn-submit-form { padding:16px; }
}


.layout-submit-page { max-width: 1120px; }
.single-submit-page-card { padding: 26px; }
.tlvn-form-section { padding: 16px; border: 1px solid #e5e7eb; border-radius: 16px; background: #fff; }
.tlvn-form-section + .tlvn-form-section { margin-top: 16px; }
.tlvn-form-section-title { font-size: 16px; font-weight: 600; color: #111827; margin: 0 0 14px; display:flex; align-items:center; gap:8px; }
.tlvn-field-help { font-size: 12px; color: #6b7280; margin-top: -2px; }
.tlvn-line-stack { display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tlvn-submit-form .wp-editor-wrap { border: 1.5px solid #dbe1ea; border-radius: 12px; overflow: hidden; }
.tlvn-submit-form .wp-editor-tools { padding: 8px 10px 0; background: #f8fafc; }
.tlvn-submit-form .wp-editor-container { border-top: 1px solid #e5e7eb; }
@media (max-width: 767px) {
  .single-submit-page-card { padding: 18px; }
  .tlvn-line-stack { grid-template-columns: 1fr; }
}

@media (max-width: 840px) {
  .post-listing-card { grid-template-columns: 1fr; }
  .post-listing-thumb { width: 100%; min-width: 0; }
  .post-listing-thumb img { width: 100% !important; height: 180px !important; }
  .rank-list-card { align-items: flex-start; }
  .rank-list-thumb { width: 64px; min-width: 64px; }
  .rank-list-thumb img { width: 64px !important; height: 64px !important; }
}


.tlvn-submit-guide{padding:16px 18px;border:1px solid #fde68a;border-radius:16px;background:#fffbeb;color:#92400e}
.tlvn-submit-guide-title{font-size:16px;font-weight:600;color:#111827;margin-bottom:8px}
.tlvn-submit-guide ul{margin:0;padding-left:18px;display:grid;gap:6px}
.tlvn-submit-guide li{line-height:1.6}
.tlvn-editor-note{margin-top:10px;font-size:13px;line-height:1.6;color:#6b7280}
.tlvn-submit-form input[type=file]{padding:10px 12px;background:#fff}
