
/* Hide Elementor/Ogeko theme duplicate widgets */
.single-post .elementor-widget-theme-post-title { display: none !important; }
.single-post .post-author { display: none !important; }/* (removed wp-post-image hide) */
/* Force light-mode variables (override theme dark mode) */
.vshr-blog {
  --surface: #ffffff;
  --surface-raised: #f9fafb;
  --border: #e5e7eb;
  --border-light: #f0f0f0;
  --text-primary: #1a2a40;
  --text-secondary: #5f6d7e;
  --text-body: #374151;
  --text-muted: #9ca3af;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow-lg: 0 10px 25px rgba(0,0,0,0.08), 0 4px 10px rgba(0,0,0,0.04);
  --radius: 10px;
  --radius-lg: 14px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --vshr-blue: #2170b5;
  --vshr-pink: #ea1c72;
  color-scheme: light only;
}
/* Hero  -  brand blue with V watermark */
.vshr-blog-hero {
  background: #2170b5;
  padding: 36px 24px 32px;
  position: relative; overflow: hidden;
  border-radius: 0 0 20px 20px;
}
.vshr-blog-hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(170deg, rgba(255,255,255,0.08) 0%, transparent 40%, rgba(0,0,0,0.1) 100%);
  pointer-events: none;
}
.vshr-blog-hero::after {
  content: ""; position: absolute;
  right: 3%; top: 50%; transform: translateY(-50%);
  width: clamp(140px, 26%, 260px); aspect-ratio: 114.3 / 184.2;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 114.3 184.2%27%3E%3Cg fill=%27white%27%3E%3Cpath d=%27M0,0l28.1,76.8l5.8,17.6c21.5-8.1,51.1-13.2,69.6-15.9h0.1l10.7-28.2C70.9,102.1,22.1,55,0,0z%27/%3E%3Cpath d=%27M42.4,119.8l2.8,8.5c16.1-16.8,37-33.5,55.9-47.1C83.1,90,61,102.9,42.4,119.8z%27/%3E%3Cpath d=%27M51,145.9l12.7,38.3L101.2,85C83,101.2,63.5,122.1,51,145.9z%27/%3E%3Cpath d=%27M38.8,109.1c20.7-12,44-22.3,62.7-29.8c-18.1,3.6-45.4,10.8-64.4,24.6L38.8,109.1z%27/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;
  opacity: 0.12; pointer-events: none;
  filter: drop-shadow(0 2px 12px rgba(0,0,0,0.12));
  z-index: 1;
}
.vshr-blog-hero .hero-inner {
  max-width: 760px; margin: 0 auto;
  position: relative; z-index: 2;
}
.vshr-blog-hero .hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.4px;
  padding: 6px 14px; border-radius: 100px; margin-bottom: 14px;
}
.vshr-blog-hero h1 {
  font-family: "Work Sans", system-ui, sans-serif;
  font-size: clamp(22px, 3.4vw, 32px); font-weight: 700;
  color: #fff; line-height: 1.22; margin-bottom: 12px;
  max-width: 680px; letter-spacing: -0.02em;
}
.vshr-blog-hero .hero-meta {
  display: flex; flex-wrap: wrap; gap: 16px;
  align-items: center; color: rgba(255,255,255,0.85); font-size: 13px;
}
.vshr-blog-hero .hero-meta-sep { opacity: 0.5; }
/* CTA sub-text contrast fix */
.vshr-blog .cta-section p[style] { color: rgba(255,255,255,0.7) !important; }
/* â”€â”€ Typography & Spacing â”€â”€ */
.vshr-blog { color: #000000 !important; font-family: "Work Sans", system-ui, sans-serif; }
.vshr-blog p { color: #000000 !important; font-size: 17px; line-height: 1.78; margin-bottom: 20px; }
.vshr-blog.vshr-blog h2,
.vshr-blog.vshr-blog h2 * {
  color: #000000 !important; font-size: 26px; font-weight: 700;
  line-height: 1.18 !important; letter-spacing: -0.01em;
}
.vshr-blog h2 {
  margin: 44px 0 14px; padding-left: 0 !important;
  position: relative;
}
.vshr-blog h2::before { display: none !important; }
.vshr-blog h2:first-of-type { margin-top: 0; }
.vshr-blog.vshr-blog h3 { color: #000000 !important; font-size: 20px; font-weight: 700; line-height: 1.25 !important; }
.vshr-blog ul, .vshr-blog ol { color: #000000 !important; margin: 0 0 16px; padding-left: 24px; font-size: 17px; line-height: 1.7; }
.vshr-blog li { color: #000000 !important; margin-bottom: 3px; }
.vshr-blog li::marker { color: #2170b5; }
.vshr-blog a { color: #0a92d0 !important; text-decoration: underline; text-decoration-color: rgba(10,146,208,0.3); text-underline-offset: 3px; }
.vshr-blog a:hover { color: #2170b5 !important; text-decoration-color: #2170b5; }
.vshr-blog .lead {
  font-size: 18px; color: #000000 !important; line-height: 1.8;
  margin-bottom: 28px; border-left: none !important; padding-left: 0 !important;
}
.vshr-blog.vshr-blog strong { color: #000000 !important; }
/* â”€â”€ Table of Contents â”€â”€ */
.vshr-blog .toc {
  background: #f8f9fb !important; border: 1px solid #edf0f5 !important;
  border-radius: 10px; padding: 18px 22px; margin-bottom: 32px;
}
.vshr-blog .toc h4 { color: #2170b5 !important; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.8px; margin-bottom: 10px; }
.vshr-blog .toc ol { list-style: none !important; counter-reset: toc-counter; padding-left: 0 !important; margin-bottom: 0; }
.vshr-blog .toc li { counter-increment: toc-counter; margin-bottom: 2px; }
.vshr-blog .toc li a { color: #5f6d7e !important; font-size: 14px; font-weight: 500; text-decoration: none !important; display: flex; align-items: center; gap: 8px; padding: 2px 6px 2px 0; line-height: 1.4; }
.vshr-blog .toc li a::before { content: counter(toc-counter, decimal-leading-zero); font-size: 12px; font-weight: 700; color: #0a92d0; min-width: 20px; }
.vshr-blog .toc li a:hover { color: #2170b5 !important; }
/* â”€â”€ Insight Boxes (accent bar here) â”€â”€ */
.vshr-blog .insight-box {
  background: #f8f9fb !important; border-left: none !important;
  border-radius: 0 10px 10px 0; padding: 16px 20px 16px 24px;
  margin: 24px 0; position: relative; overflow: hidden;
}
.vshr-blog .insight-box::after {
  content: "" !important; position: absolute !important; left: 0; top: 0; bottom: 0;
  width: 5px; display: block !important;
  background: linear-gradient(180deg, #2170b5, #0a92d0, #ea1c72) !important;
}
.vshr-blog .insight-box .label { color: #2170b5 !important; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.6px; margin-bottom: 6px; }
.vshr-blog .insight-box p { color: #000000 !important; font-size: 15px; line-height: 1.65; margin-bottom: 0; }
.vshr-blog .insight-box + .insight-box { margin-top: 8px; }
/* â”€â”€ Checklist Cards (accent bar here) â”€â”€ */
.vshr-blog .checklist-card {
  background: #ffffff !important; border: 1px solid #dce1e8 !important;
  border-left: none !important; border-radius: 10px;
  padding: 32px 32px 32px 36px; margin: 32px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  position: relative; overflow: hidden;
}
.vshr-blog .checklist-card::before {
  content: "" !important; position: absolute !important; left: 0; top: 0; bottom: 0;
  width: 5px; display: block !important;
  background: linear-gradient(180deg, #2170b5 0%, #0a92d0 40%, #ea1c72 100%) !important;
  border-radius: 10px 0 0 10px;
}
.vshr-blog .checklist-card h3 { color: #000000 !important; font-size: 17px; font-weight: 700; margin-bottom: 24px; display: flex; align-items: center; gap: 10px; }
.vshr-blog .checklist-card h3 .icon-circle { background: #edf4fb !important; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.vshr-blog .checklist-card h3 svg { color: #2170b5 !important; width: 15px; height: 15px; }
.vshr-blog .check-item { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid #edf0f5 !important; align-items: flex-start; }
.vshr-blog .check-item:last-child { border-bottom: none !important; padding-bottom: 0; }
.vshr-blog .check-num { background: #2170b5 !important; color: #fff !important; width: 28px; height: 28px; border-radius: 50%; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.vshr-blog .check-content strong { color: #000000 !important; display: block; font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.vshr-blog .check-content span { color: #5f6d7e !important; font-size: 15px; line-height: 1.65; }
.vshr-blog .check-proof, .vshr-blog .check-redflag { display: block; margin-top: 5px; padding-left: 2px; font-size: 14px; line-height: 1.6; color: #5f6d7e; }
.vshr-blog .check-proof .callout-label, .vshr-blog .check-redflag .callout-label { font-weight: 700; }
.vshr-blog .check-proof .callout-label { color: #059669; }
.vshr-blog .check-redflag .callout-label { color: #dc2626; }
.vshr-blog .check-redflag .callout-label::before { content: '\01F6A9 '; }
/* â”€â”€ CTA Sections â”€â”€ */
.vshr-blog .cta-section {
  background: #1a2a40 !important; border-radius: 16px;
  padding: 44px 36px; margin: 48px 0 0; text-align: center;
  position: relative; overflow: hidden;
}
.vshr-blog .cta-section::before {
  content: "" !important; position: absolute !important; inset: 0;
  background: linear-gradient(135deg, rgba(33,112,181,0.15) 0%, rgba(234,28,114,0.08) 100%);
  display: block !important;
}
.vshr-blog .cta-section::after {
  content: "" !important; position: absolute !important;
  top: -30%; right: -15%; width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(234,28,114,0.08) 0%, transparent 70%);
  display: block !important;
}
.vshr-blog .cta-section h3 { color: #fff !important; font-size: 24px; font-weight: 700; margin-bottom: 12px; position: relative; z-index: 1; line-height: 1.2 !important; }
.vshr-blog .cta-section p { color: rgba(255,255,255,0.65) !important; font-size: 15px; margin-bottom: 28px; max-width: 480px; margin-left: auto; margin-right: auto; position: relative; z-index: 1; line-height: 1.65; }
.vshr-blog .cta-section .cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  color: #fff !important; background: #ea1c72 !important;
  font-weight: 700; font-size: 15px; padding: 14px 32px;
  border-radius: 6px; text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(234,28,114,0.25);
  position: relative; z-index: 1; cursor: pointer; border: none; font-family: inherit;
}
.vshr-blog .cta-section .cta-btn:hover { background: #d0186a !important; }
.vshr-blog .cta-section .cta-btn svg { width: 16px; height: 16px; }
/* â”€â”€ FAQ â”€â”€ */
.vshr-blog .faq-section { margin-top: 52px; padding-top: 44px; border-top: 1px solid #dce1e8; }
.vshr-blog .faq-section h2 { padding-left: 0 !important; text-align: center; margin-bottom: 32px; }
.vshr-blog .faq-section h2::before { display: none !important; }
.vshr-blog .faq-item { border: 1px solid #edf0f5 !important; border-radius: 10px; margin-bottom: 10px; overflow: hidden; background: #ffffff !important; }
.vshr-blog .faq-item:hover { box-shadow: 0 1px 3px rgba(0,0,0,0.06); border-color: #dce1e8 !important; }
.vshr-blog .faq-item.active { border-color: #2170b5 !important; box-shadow: 0 2px 10px rgba(33,112,181,0.08); }
.vshr-blog .faq-question { width: 100%; border: none; background: #ffffff !important; padding: 20px 24px; font-size: 15px; font-weight: 600; color: #000000 !important; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; text-align: left; font-family: inherit; line-height: 1.4; }
.vshr-blog .faq-question:hover { background: #f8f9fb !important; }
.vshr-blog .faq-question svg { flex-shrink: 0; width: 18px; height: 18px; color: #2170b5; }
.vshr-blog .faq-item.active .faq-question { background: #f8f9fb !important; }
.vshr-blog .faq-answer-inner { padding: 0 24px 20px; font-size: 15px; color: #000000 !important; line-height: 1.72; }
/* â”€â”€ Author Card â”€â”€ */
.vshr-blog .author-card {
  display: flex; gap: 20px; align-items: center;
  background: #f8f9fb !important; border-radius: 10px;
  padding: 28px; margin-top: 48px; border: 1px solid #edf0f5 !important;
}
.vshr-blog .author-card-avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex-shrink: 0; box-shadow: 0 2px 8px rgba(33,112,181,0.15); }
.vshr-blog .author-card h4 { color: #000000 !important; font-size: 16px; font-weight: 700; margin-bottom: 2px; }
.vshr-blog .author-card .role { color: #2170b5 !important; font-size: 13px; font-weight: 600; margin-bottom: 8px; }
.vshr-blog .author-card p { color: #5f6d7e !important; font-size: 14px; line-height: 1.6; margin-bottom: 0 !important; }
/* Responsive */
/* Overtime Rules Navigator */
.vshr-blog .ot-navigator {
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  overflow: hidden;
  margin: 32px 0;
  background: var(--surface);
}
/* Navigator header  two-column layout */
.vshr-blog .ot-nav-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 32px 24px;
  border-bottom: none;
  background: linear-gradient(135deg, var(--surface-raised) 0%, rgba(33,112,181,0.04) 100%);
}
.vshr-blog .ot-nav-header-left {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}
.vshr-blog .ot-nav-header-left svg.shield-icon {
  width: 20px; height: 20px;
  stroke: var(--vshr-blue);
  flex-shrink: 0;
  background: rgba(33,112,181,0.07);
  padding: 7px;
  border-radius: 8px;
  box-sizing: content-box;
  margin-top: 1px;
}
.vshr-blog .ot-nav-header-text h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: var(--text-primary);
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.vshr-blog .ot-nav-subtitle {
  margin: 5px 0 0;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--text-secondary);
  max-width: 420px;
}
.vshr-blog .ot-nav-meta {
  margin: 6px 0 0;
  font-size: 11.5px;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}
.vshr-blog .ot-nav-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.vshr-blog .ot-nav-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-secondary);
  background: rgba(33,112,181,0.06);
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.01em;
}
.vshr-blog .ot-nav-badge svg {
  width: 12px; height: 12px;
  stroke: var(--vshr-blue);
  flex-shrink: 0;
}
.vshr-blog .ot-nav-header-cta {
  flex-shrink: 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}
.vshr-blog .ot-nav-header-cta .cta-btn {
  font-size: 13px;
  padding: 9px 18px;
  white-space: nowrap;
}
.vshr-blog .ot-nav-header-cta .cta-prompt {
  font-size: 11px;
  color: var(--text-muted);
  margin: 0;
  white-space: nowrap;
}
/* Filter chip row */
.vshr-blog .ot-filter-row {
  display: flex;
  gap: 8px;
  padding: 16px 32px;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  background: var(--surface);
  flex-wrap: wrap;
}
.vshr-blog .ot-filter-row::-webkit-scrollbar { display: none; }
/* Chip button - full reset + styling */
.vshr-blog button.ot-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.18s ease;
  font-family: inherit;
  line-height: 1.4;
  margin: 0;
  text-transform: none;
  letter-spacing: 0.01em;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  min-width: auto;
  width: auto;
  text-align: center;
  flex-shrink: 0;
}
.vshr-blog button.ot-chip:hover {
  border-color: var(--vshr-blue);
  color: var(--vshr-blue);
  background: rgba(33,112,181,0.03);
  box-shadow: 0 1px 4px rgba(33,112,181,0.10);
  transform: none;
}
.vshr-blog button.ot-chip.active {
  background: var(--vshr-blue);
  color: #fff;
  border-color: var(--vshr-blue);
  box-shadow: 0 2px 6px rgba(33,112,181,0.25);
}
.vshr-blog .ot-chip svg {
  width: 13px; height: 13px;
  stroke: currentColor;
  fill: none;
  flex-shrink: 0;
}
.vshr-blog .ot-chip-count {
  font-size: 10px;
  font-weight: 700;
  background: rgba(0,0,0,0.07);
  padding: 2px 7px;
  border-radius: 99px;
  margin-left: 3px;
  min-width: 16px;
  text-align: center;
}
.vshr-blog button.ot-chip.active .ot-chip-count { background: rgba(255,255,255,0.25); }
/* Navigator body */
.vshr-blog .ot-nav-body {
  position: relative;
}
.vshr-blog .ot-nav-map-col {
  padding: 16px 28px;
}
/* Detail panel - bottom drawer, hidden until state click */
.vshr-blog .ot-detail-panel {
  display: none;
  border-top: 1px solid var(--border-light);
  background: var(--surface-raised);
}
.vshr-blog .ot-detail-panel.open {
  display: block;
}
.vshr-blog .ot-panel-inner {
  padding: 22px 24px 20px;
}
.vshr-blog .ot-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 14px;
}
.vshr-blog .ot-panel-header h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  font-family: 'Work Sans', sans-serif;
}
.vshr-blog button.ot-panel-close {
  background: none;
  border: 1px solid var(--border-light);
  border-radius: 6px;
  width: 28px; height: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 16px;
  flex-shrink: 0;
  margin-left: 12px;
  transition: background 0.15s;
  padding: 0;
  min-width: 28px;
  line-height: 1;
  box-shadow: none;
}
.vshr-blog button.ot-panel-close:hover { background: var(--surface); color: var(--text-primary); }
/* Tags in panel */
.vshr-blog .ot-panel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}
.vshr-blog .ot-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid;
}
.vshr-blog .ot-tag svg { width: 11px; height: 11px; stroke: currentColor; fill: none; }
.vshr-blog .ot-tag-weekly    { color: #2170b5; border-color: #c7dff0; background: #eef5fc; }
.vshr-blog .ot-tag-daily     { color: #b45309; border-color: #fde68a; background: #fffbeb; }
.vshr-blog .ot-tag-double    { color: #dc2626; border-color: #fecaca; background: #fef2f2; }
.vshr-blog .ot-tag-consec    { color: #7c3aed; border-color: #ddd6fe; background: #f5f3ff; }
.vshr-blog .ot-tag-local     { color: #9333ea; border-color: #e9d5ff; background: #faf5ff; }
.vshr-blog .ot-tag-position  { color: #0d9488; border-color: #99f6e4; background: #f0fdfa; }
.vshr-blog .ot-tag-payroll   { color: #1d4ed8; border-color: #bfdbfe; background: #eff6ff; }
/* Panel sections */
.vshr-blog .ot-panel-section {
  border-top: 1px solid var(--border-light);
  padding: 14px 0 2px;
}
.vshr-blog .ot-section-head {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 0 0 8px;
  user-select: none;
}
.vshr-blog .ot-section-head svg {
  width: 16px; height: 16px;
  stroke: var(--vshr-blue);
  fill: none;
  flex-shrink: 0;
}
.vshr-blog .ot-section-head h5 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-secondary);
  margin: 0;
  flex: 1;
}
.vshr-blog .ot-section-chevron {
  width: 14px; height: 14px;
  stroke: var(--text-muted);
  fill: none;
  transition: transform 0.2s;
}
.vshr-blog .ot-panel-section.open .ot-section-chevron { transform: rotate(180deg); }
.vshr-blog .ot-section-body {
  display: none;
  padding: 0 0 8px 24px;
}
.vshr-blog .ot-panel-section.open .ot-section-body { display: block; }
.vshr-blog .ot-section-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vshr-blog .ot-section-body li {
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-body);
  padding: 3px 0 3px 16px;
  position: relative;
}
.vshr-blog .ot-section-body li::before {
  content: '\25B8';
  position: absolute;
  left: 0;
  color: var(--vshr-pink);
  font-weight: 700;
  font-size: 10px;
  top: 4px;
}
.vshr-blog .ot-section-body .source-cite {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 4px;
  font-style: italic;
}
/* Tricky callout */
.vshr-blog .ot-tricky-callout {
  margin: 12px 0 6px;
  padding: 12px 14px;
  border-left: 3px solid #f59e0b;
  background: #fffbeb;
  border-radius: 0 6px 6px 0;
  font-size: 13px;
  line-height: 1.5;
  color: #92400e;
}
.vshr-blog .ot-tricky-callout strong {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  color: #b45309;
}
/* Panel CTA */
.vshr-blog .ot-panel-cta {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--border-light);
}
.vshr-blog .ot-panel-cta .cta-btn {
  width: 100%;
  justify-content: center;
  font-size: 13px;
  padding: 10px 16px;
}
/* Dimmed/selected states for filter */
.vshr-blog .state-path.dimmed {
  opacity: 0.15;
  pointer-events: none;
}
.vshr-blog .state-path.selected {
  fill: url(#vshrGradient) !important;
  stroke: rgba(106,90,205,0.6) !important;
  stroke-width: 2 !important;
  filter: drop-shadow(0 2px 10px rgba(33,112,181,0.35)) !important;
}
/* Expert note */
.vshr-blog .ot-expert-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 28px;
  border-top: 1px solid var(--border-light);
  background: var(--surface-raised);
}
.vshr-blog .ot-expert-note svg {
  width: 16px; height: 16px;
  stroke: var(--text-muted);
  fill: none;
  flex-shrink: 0;
  margin-top: 1px;
}
.vshr-blog .ot-expert-note p {
  margin: 0;
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
  font-style: italic;
}
/* Navigator CTA strip */
.vshr-blog .ot-nav-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 28px;
  background: linear-gradient(135deg, rgba(33,112,181,0.06) 0%, rgba(106,90,205,0.06) 50%, rgba(234,28,114,0.05) 100%);
  border-top: 1px solid var(--border-light);
}
.vshr-blog .ot-nav-cta p {
  margin: 0;
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.45;
}
.vshr-blog .ot-nav-cta .cta-btn {
  flex-shrink: 0;
  font-size: 13px;
  padding: 10px 20px;
}
/* Hover tooltip tags */
.vshr-blog .state-tooltip .tip-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 6px 0 4px;
}
.vshr-blog .state-tooltip .tip-tag {
  font-size: 10px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 999px;
  border: 1px solid var(--border-light);
  color: var(--text-secondary);
}
.vshr-blog .state-tooltip .tip-click {
  font-size: 11px;
  color: var(--vshr-blue);
  font-weight: 600;
  margin-top: 6px;
  cursor: pointer;
}

@media (max-width: 640px) {
  .vshr-blog-hero { padding: 28px 20px 24px; }
  .vshr-blog-hero h1 { font-size: 22px; }
  .vshr-blog-hero::after { right: -4%; width: 90px; opacity: 0.08; }
  .vshr-blog .checklist-card { padding: 20px 18px; }
  .vshr-blog .cta-section { padding: 32px 20px; }
  .vshr-blog .author-card { flex-direction: column; text-align: center; }
  .vshr-blog .toc { padding: 16px 14px; }
  .vshr-blog .insight-box { padding: 16px 16px; }
}
/* HubSpot meeting modal */
.vshr-meeting-overlay {
  display: none; position: fixed; inset: 0; z-index: 99999;
  background: rgba(0,0,0,0.55); align-items: center; justify-content: center;
}
.vshr-meeting-overlay.active { display: flex; }
.vshr-meeting-modal {
  background: #fff; border-radius: 14px; width: 94vw; max-width: 620px;
  max-height: 90vh; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.vshr-meeting-modal-header {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 20px; border-bottom: 1px solid #e5e7eb;
}
.vshr-meeting-modal-header h3 { margin: 0; font-size: 16px; color: #1a2a40; }
.vshr-meeting-close {
  background: none; border: 1px solid #e5e7eb; border-radius: 8px;
  width: 32px; height: 32px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: #6b7280; font-size: 20px; line-height: 1;
}
.vshr-meeting-close:hover { background: #f3f4f6; color: #1a2a40; }
.vshr-meeting-modal-body { padding: 0; min-height: 580px; }
.vshr-meeting-modal-body .meetings-iframe-container { min-height: 580px; }
/* Disclaimer  -  improved contrast */
.vshr-disclaimer {
  margin-top: 48px; padding: 16px 20px;
  background: #f9fafb; border-radius: 10px; border: 1px solid #e5e7eb;
  font-size: 11.5px !important; line-height: 1.65; color: #6b7280 !important;
}
.vshr-disclaimer p { margin: 0 !important; font-size: 11.5px !important; color: #6b7280 !important; }
.vshr-disclaimer strong { color: #4b5563 !important; }
/* CTA button reset (using <button> instead of <a> for SEO crawlability) */
button.cta-btn { border: none; font-family: inherit; cursor: pointer; }

/* -- CONTROL ROLE CARDS  */
.control-roles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 32px 0 24px;
}
.control-role {
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 0;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.35s var(--ease-out), transform 0.35s var(--ease-out);
}
.control-role:hover {
  box-shadow: 0 12px 32px rgba(0,0,0,0.10), 0 2px 8px rgba(0,0,0,0.06);
  transform: translateY(-6px) scale(1.01);
}
.control-role::before {
  content: '';
  display: block;
  height: 5px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.control-role.cr-payroll::before    { background: linear-gradient(90deg, #2563eb, #60a5fa); }
.control-role.cr-review::before     { background: linear-gradient(90deg, #16a34a, #4ade80); }
.control-role.cr-ops::before        { background: linear-gradient(90deg, #d97706, #fbbf24); }
.control-role.cr-controller::before { background: linear-gradient(90deg, #9333ea, #c084fc); }
.control-role.cr-hr::before         { background: linear-gradient(90deg, #e11d48, #fb7185); }
.control-role-inner { padding: 24px 24px 22px; }
.control-role-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.control-role-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.control-role-icon svg { width: 22px; height: 22px; stroke-width: 1.8; }
.cr-payroll .control-role-icon    { background: #eff6ff; color: #2563eb; }
.cr-review .control-role-icon     { background: #f0fdf4; color: #16a34a; }
.cr-ops .control-role-icon        { background: #fffbeb; color: #d97706; }
.cr-controller .control-role-icon { background: #faf5ff; color: #9333ea; }
.cr-hr .control-role-icon         { background: #fff1f2; color: #e11d48; }
.control-role-icon svg { color: inherit; }
.control-role-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.control-role-owner {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  background: var(--surface-raised);
  border: 1px solid var(--border-light);
  border-radius: 6px;
  padding: 3px 8px;
  margin-top: 4px;
}
.control-role-body { display: flex; flex-direction: column; gap: 0; }
.cr-row { display: flex; align-items: flex-start; gap: 10px; padding: 12px 0; border-top: 1px solid var(--border-light); }
.cr-row:last-child { padding-bottom: 0; }
.cr-badge { flex-shrink: 0; width: 22px; height: 22px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.cr-badge svg { width: 13px; height: 13px; stroke-width: 2.5; }
.cr-badge.badge-look { background: #ecfdf5; color: #059669; }
.cr-badge.badge-flag { background: #fef2f2; color: #dc2626; }
.cr-row-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; line-height: 1; margin-bottom: 3px; }
.cr-row-label.label-look { color: #059669; }
.cr-row-label.label-flag { color: #dc2626; }
.cr-row-text { font-size: 14.5px; color: var(--text-secondary); line-height: 1.55; }
.control-role.span-full { grid-column: 1 / -1; }
.control-role.span-full .control-role-header { justify-content: center; }

.control-role.span-full .control-role-body { flex-direction: row; gap: 24px; }
.control-role.span-full .cr-row { flex: 1; border-top: none; padding-top: 0; border-left: 1px solid var(--border-light); padding-left: 16px; }
.control-role.span-full .cr-row:first-child { border-left: none; padding-left: 0; }

@media (max-width: 640px) {
  .control-roles { grid-template-columns: 1fr; gap: 16px; }
  .control-role.span-full .control-role-body { flex-direction: column; gap: 0; }
  .control-role.span-full .cr-row { border-left: none; padding-left: 0; border-top: 1px solid var(--border-light); padding-top: 12px; }
  .control-role.span-full .cr-row:first-child { border-top: 1px solid var(--border-light); padding-top: 12px; }
  .control-role-inner { padding: 20px 18px 18px; }
}

/*  Interactive State Overtime Map  */
.state-map-section { margin: 40px 0 0; }
.state-map-wrapper {
  position: relative;
  max-width: 800px;
  margin: 24px auto 0;
}
.us-map {
  width: 100%;
  height: auto;
  display: block;
}
.state-path {
  fill: #dceaf5;
  stroke: var(--border);
  stroke-width: 1;
  cursor: pointer;
  transition: fill 0.2s var(--ease-out), stroke 0.2s var(--ease-out), filter 0.25s var(--ease-out);
}
.state-path.has-rules {
  fill: #d8cce8;
}
.state-path:hover,
.state-path.active {
  fill: #c8ddef;
  stroke: rgba(33,112,181,0.35);
  stroke-width: 1.5;
  filter: drop-shadow(0 2px 6px rgba(33,112,181,0.20));
}
.state-path:hover + text,
.state-path.active + text {
  fill: #fff;
}
.state-path.has-rules:hover,
.state-path.has-rules.active {
  fill: url(#vshrGradient);
  stroke: rgba(106,90,205,0.5);
  stroke-width: 1.5;
  filter: drop-shadow(0 2px 8px rgba(33,112,181,0.30)) drop-shadow(0 0 14px rgba(234,28,114,0.18));
}
.state-label {
  font-size: 10px;
  font-family: 'Work Sans', sans-serif;
  fill: var(--text-secondary);
  pointer-events: none;
  text-anchor: middle;
  dominant-baseline: central;
}
.state-tooltip {
  position: absolute;
  z-index: 100;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 18px 14px;
  box-shadow: var(--shadow-lg);
  max-width: 300px;
  min-width: 220px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.state-tooltip.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.state-tooltip h4 {
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--vshr-blue);
  margin: 0 0 8px;
  line-height: 1.2;
}
.state-tooltip ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.state-tooltip li {
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-body);
  padding: 4px 0 4px 18px;
  position: relative;
}
.state-tooltip li::before {
  content: '\25B8';
  position: absolute;
  left: 0;
  color: var(--vshr-pink);
  font-weight: 700;
  font-size: 11px;
  top: 5px;
}
.state-tooltip .tooltip-footer {
  font-size: 10px;
  color: var(--text-muted);
  margin: 6px 0 0;
  line-height: 1.3;
  font-style: italic;
  opacity: 0.75;
}
.state-tooltip .tooltip-source {
  font-size: 11px;
  color: var(--text-muted);
  margin: 8px 0 0;
  border-top: 1px solid var(--border-light);
  padding-top: 6px;
  line-height: 1.4;
}
.state-map-legend {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 14px;
  font-size: 12px;
  color: var(--text-secondary);
  font-family: 'Work Sans', sans-serif;
}
.state-map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.state-map-legend .swatch {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid var(--border-light);
  display: inline-block;
}
.swatch-rules { background: #d8cce8; }
.swatch-federal { background: #dceaf5; }

@media (max-width: 640px) {
  .vshr-blog .state-map-legend { flex-direction: column; align-items: flex-start; gap: 6px; }
  .vshr-blog .state-tooltip { max-width: 260px; font-size: 12px; }
  .vshr-blog .ot-filter-row { padding: 10px 16px; gap: 6px; }
  .vshr-blog .ot-chip { font-size: 11px; padding: 5px 10px; }
  .vshr-blog .ot-nav-map-col { padding: 12px 16px; }
  .vshr-blog .ot-panel-inner { padding: 18px 16px 16px; }
  .vshr-blog .ot-nav-header { flex-direction: column; padding: 20px 18px 18px; gap: 14px; }
  .vshr-blog .ot-nav-header-left { gap: 12px; }
  .vshr-blog .ot-nav-header-left svg.shield-icon { width: 18px; height: 18px; padding: 6px; }
  .vshr-blog .ot-nav-header-text h3 { font-size: 18px; }
  .vshr-blog .ot-nav-subtitle { font-size: 13px; }
  .vshr-blog .ot-nav-badges { gap: 6px; }
  .vshr-blog .ot-nav-header-cta { text-align: left; align-items: flex-start; }
  .vshr-blog .ot-nav-header-cta .cta-btn { width: 100%; justify-content: center; }
  .vshr-blog .ot-nav-header-cta .cta-prompt { white-space: normal; text-align: center; }
  .vshr-blog .ot-nav-cta { flex-direction: column; padding: 14px 18px; text-align: center; }
  .vshr-blog .ot-nav-cta .cta-btn { width: 100%; justify-content: center; }
  .vshr-blog .ot-expert-note { padding: 12px 18px; }
}

  /* Hide WordPress sidebar / archive / category widgets on single post */
  .single-post #secondary,
  .single-post .sidebar,
  .single-post .widget-area,
  .single-post .elementor-widget-sidebar,
  .single-post .elementor-widget-wp-widget-archives,
  .single-post .elementor-widget-wp-widget-categories,
  .single-post .elementor-widget-wp-widget-recent-posts,
  .single-post .elementor-widget-wp-widget-tag_cloud,
  .single-post aside.widget_archive,
  .single-post aside.widget_categories,
  .single-post .wp-block-archives,
  .single-post .wp-block-categories { display: none !important; }

/* â”€â”€ s5 advisory module v7 â”€â”€ */
/* outer wrapper: transparent scoping container only */
.vshr-s5 {
  color-scheme: light only !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 56px 0 0 !important;
  position: relative;
  box-shadow: none !important;
}
.vshr-s5::before { display: none !important; }
.vshr-s5::after  { display: none !important; }
.vshr-s5,
.vshr-s5 *,
.vshr-s5 *::before,
.vshr-s5 *::after {
  color-scheme: light only !important;
}
@media (prefers-color-scheme: dark) {
  .vshr-s5 { background: transparent !important; }
  .vshr-s5,
  .vshr-s5 p,
  .vshr-s5 h2,
  .vshr-s5 h3,
  .vshr-s5 span,
  .vshr-s5 strong { color: #1a1a2e !important; }
  .vshr-s5 a:not(.s5-btn) { color: #0a7fc2 !important; }
  .vshr-s5 .s5-band { background: #fafbfd !important; border-color: #e8ecf2 !important; }
  .vshr-s5 .s5-band::after { background: #2170b5 !important; }
  .vshr-s5 .s5-compare { background: #f6f8fb !important; border-color: #e3e7ed !important; }
  .vshr-s5 .s5-cta { background: #eef4fb !important; border-color: #d4dfed !important; }
  .vshr-s5 .s5-cta h3 { color: #111827 !important; }
  .vshr-s5 .s5-cta > p { color: #4b5563 !important; }
  .vshr-s5 .s5-cta-tags { color: #7c8694 !important; }
  .vshr-s5 .s5-cta-secondary a { color: #0a7fc2 !important; }
  .vshr-s5 .s5-callout { background: #eef4fb !important; border-color: #d4dfed !important; }
  .vshr-s5 .s5-btn { background: #e8175d !important; color: #fff !important; }
  .vshr-s5 .s5-check-row::before { background: #2170b5 !important; color: #ffffff !important; }
}

/* header â€“ unboxed, generous whitespace */
.vshr-s5 .s5-header { margin-bottom: 40px; }
.vshr-s5 .s5-header::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: #2170b5 !important;
  border-radius: 2px;
  margin-top: 20px;
  opacity: 0.7;
}
.vshr-s5 .s5-eyebrow {
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: #7c8694 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  margin: 0 0 14px !important;
}
.vshr-s5 h2 {
  color: #111827 !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  border: none !important;
  letter-spacing: -0.015em !important;
}
.vshr-s5 h2::before { display: none !important; }
.vshr-s5 .s5-intro {
  color: #3d4654 !important;
  font-size: 16.5px !important;
  line-height: 1.7 !important;
  margin: 0 0 10px !important;
  max-width: 700px;
}
.vshr-s5 .s5-intro a {
  color: #0a7fc2 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
.vshr-s5 .s5-meta {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #8b95a3 !important;
  margin: 0 !important;
  font-style: italic;
}

/* bands â€“ soft border, subtle left accent, light shadow */
.vshr-s5 .s5-band {
  background: #fafbfd !important;
  border: 1px solid #edf0f5 !important;
  border-radius: 12px !important;
  padding: 36px 34px !important;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04) !important;
}
.vshr-s5 .s5-band::after {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  background: #2170b5 !important;
  border-radius: 0 2px 2px 0;
  opacity: 0.5;
}
.vshr-s5 .s5-band::before { display: none !important; }
.vshr-s5 .s5-band h3 {
  color: #111827 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.28 !important;
  margin: 0 0 14px !important;
  letter-spacing: -0.01em !important;
}
.vshr-s5 .s5-band p {
  color: #3d4654 !important;
  font-size: 16.5px !important;
  line-height: 1.75 !important;
  margin: 0 0 12px !important;
}
.vshr-s5 .s5-band p:last-child,
.vshr-s5 .s5-band p.s5-close { margin-bottom: 0 !important; }
.vshr-s5 .s5-band p a {
  color: #0a7fc2 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

/* callout â€“ neutral inline note */
.vshr-s5 .s5-callout {
  background: #f4f7fb !important;
  border: 1px solid #e3e8f0 !important;
  border-radius: 8px !important;
  padding: 16px 20px !important;
  margin-top: 16px !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #374151 !important;
}
.vshr-s5 .s5-callout::before { display: none !important; }
.vshr-s5 .s5-callout::after  { display: none !important; }
.vshr-s5 .s5-callout strong {
  color: #1e3a5f !important;
  font-weight: 700 !important;
}

/* comparison */
.vshr-s5 .s5-compare {
  background: #f6f8fb !important;
  border: 1px solid #e3e7ed !important;
  border-radius: 10px !important;
  overflow: hidden;
  margin: 16px 0 !important;
}
.vshr-s5 .s5-compare-row {
  padding: 18px 24px !important;
  border-bottom: 1px solid #e3e7ed !important;
}
.vshr-s5 .s5-compare-row:last-child { border-bottom: none !important; }
.vshr-s5 .s5-compare-row strong {
  display: block;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  color: #111827 !important;
  margin-bottom: 4px;
}
.vshr-s5 .s5-compare-row span {
  display: block;
  font-size: 15px !important;
  color: #5f6d7e !important;
  line-height: 1.6;
}

/* checklist â€“ CSS-counter numbered circles + grid */
.vshr-s5 .s5-checklist {
  counter-reset: s5check;
  margin-top: 18px;
}
.vshr-s5 .s5-check-row {
  counter-increment: s5check;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 2px 14px;
  align-items: start;
  padding: 20px 0 !important;
  border-top: 1px solid #e3e7ed !important;
}
.vshr-s5 .s5-check-row:last-child { padding-bottom: 4px !important; }
.vshr-s5 .s5-check-row::before {
  content: counter(s5check);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #2170b5 !important;
  color: #ffffff !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  border-radius: 50%;
  grid-row: 1 / 3;
  margin-top: 1px;
}
.vshr-s5 .s5-check-label {
  display: block;
  grid-column: 2;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #111827 !important;
  margin-bottom: 0;
}
.vshr-s5 .s5-check-desc {
  display: block;
  grid-column: 2;
  font-size: 14.5px !important;
  color: #5f6d7e !important;
  line-height: 1.6;
}
.vshr-s5 .s5-check-desc a {
  color: #0a7fc2 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

/* cta â€“ soft pale blue, integrated with article */
.vshr-s5 .s5-cta {
  background: #f0f5fb !important;
  border: 1px solid #d8e2ef !important;
  border-radius: 12px !important;
  padding: 40px 36px !important;
  margin-top: 48px;
  text-align: center;
}
.vshr-s5 .s5-cta::before { display: none !important; }
.vshr-s5 .s5-cta::after  { display: none !important; }
.vshr-s5 .s5-cta h3 {
  color: #111827 !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  margin: 0 0 8px !important;
}
.vshr-s5 .s5-cta-tags {
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  color: #7c8694 !important;
  margin: 0 0 16px !important;
}
.vshr-s5 .s5-cta > p {
  color: #4b5563 !important;
  font-size: 15.5px !important;
  line-height: 1.65 !important;
  margin: 0 0 26px !important;
  max-width: 580px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.vshr-s5 .s5-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e8175d !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 16px 40px !important;
  border-radius: 10px !important;
  border: none !important;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 4px rgba(232,23,93,0.15) !important;
}
.vshr-s5 .s5-btn:hover {
  background: #d41456 !important;
  box-shadow: 0 2px 8px rgba(232,23,93,0.2) !important;
}
.vshr-s5 .s5-btn:focus-visible {
  outline: 2px solid #e8175d;
  outline-offset: 3px;
}
.vshr-s5 .s5-btn svg { width: 18px; height: 18px; }
.vshr-s5 .s5-cta-secondary {
  display: block;
  margin-top: 14px;
  font-size: 14px !important;
}
.vshr-s5 .s5-cta-secondary a {
  color: #0a7fc2 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  font-weight: 500;
}
.vshr-s5 .s5-cta-secondary a:hover { color: #085d9a !important; }

/* responsive */
@media (max-width: 900px) {
  .vshr-s5 { margin-top: 44px !important; }
  .vshr-s5 h2 { font-size: 26px !important; }
  .vshr-s5 .s5-band { padding: 28px 24px !important; }
  .vshr-s5 .s5-band h3 { font-size: 20px !important; }
  .vshr-s5 .s5-compare-row { padding: 16px 20px !important; }
  .vshr-s5 .s5-cta { padding: 32px 24px !important; }
  .vshr-s5 .s5-btn { width: 100%; justify-content: center; }
}
@media (max-width: 600px) {
  .vshr-s5 { margin-top: 36px !important; }
  .vshr-s5 h2 { font-size: 22px !important; }
  .vshr-s5 .s5-band h3 { font-size: 19px !important; }
  .vshr-s5 .s5-band { padding: 24px 18px !important; }
  .vshr-s5 .s5-compare-row { padding: 14px 16px !important; }
  .vshr-s5 .s5-cta { padding: 28px 18px !important; }
  .vshr-s5 .s5-cta h3 { font-size: 20px !important; }
  .vshr-s5 .s5-btn { font-size: 15px !important; padding: 14px 28px !important; }
  .vshr-s5 .s5-check-row { grid-template-columns: 26px 1fr; gap: 2px 12px; }
  .vshr-s5 .s5-check-row::before { width: 24px; height: 24px; font-size: 11px !important; }
}



