/* ============================================
   COMPLIANCE PAGES STYLES
   ============================================ */

/* Compliance Section Nav */
.compliance-nav {
  background: white;
  border-bottom: 1px solid var(--card-border);
  position: sticky;
  top: 72px;
  z-index: 99;
  transition: box-shadow 0.3s;
}

.compliance-nav.scrolled {
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.compliance-nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.compliance-nav-inner::-webkit-scrollbar {
  display: none;
}

.compliance-nav a {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 13px;
  color: var(--muted-text);
  padding: 14px 16px;
  white-space: nowrap;
  transition: all 0.2s;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  display: block;
}

.compliance-nav a:hover {
  color: var(--green-primary);
}

.compliance-nav a.active {
  color: var(--green-primary);
  border-bottom-color: var(--green-primary);
  font-weight: 600;
}

/* Adjust hero padding when compliance-nav is present */
.compliance-nav + .hero,
.compliance-nav + section {
  padding-top: 200px;
}

@media (max-width: 768px) {
  .compliance-nav + .hero,
  .compliance-nav + section {
    padding-top: 160px;
  }
}

/* Scroll reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Feature card icons */
.feature-detail-card {
  position: relative;
  padding-left: 20px;
}

.feature-detail-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 4px;
  height: 24px;
  border-radius: 2px;
  background: var(--green-primary);
  opacity: 0.3;
}

/* Highlight callout */
.callout {
  background: var(--bg-cream);
  border: 1px solid var(--card-border);
  border-left: 4px solid var(--green-primary);
  border-radius: 8px;
  padding: 20px 24px;
  margin: 24px 0;
  font-size: 15px;
  line-height: 1.6;
}

.callout strong {
  color: var(--dark-text);
}

.callout .callout-stat {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 24px;
  color: var(--green-primary);
  display: block;
  margin-bottom: 4px;
}

/* Jurisdiction deadline bar */
.deadline-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 12px 16px;
  background: var(--bg-offwhite);
  border-radius: 6px;
}

.deadline-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.deadline-dot.green { background: var(--green-primary); }
.deadline-dot.amber { background: #f5a623; }
.deadline-dot.red { background: var(--error-accent); }

.deadline-text {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  color: var(--dark-text);
}

.deadline-date {
  margin-left: auto;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 13px;
  color: var(--muted-text);
}

/* Feature group icon row */
.feature-group-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--card-border);
}

.feature-group-header h3 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 18px;
  letter-spacing: -0.3px;
}

.feature-group-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--bg-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--green-primary);
}

.feature-group-icon svg {
  width: 20px;
  height: 20px;
}

/* Browser mockup for compliance */
.compliance-preview {
  margin: 32px 0;
  background: white;
  border: 1px solid var(--card-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.compliance-preview .preview-bar {
  background: #f5f5f5;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #e5e5e5;
}

.compliance-preview .preview-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.compliance-preview .preview-dot:nth-child(1) { background: #ff5f57; }
.compliance-preview .preview-dot:nth-child(2) { background: #febc2e; }
.compliance-preview .preview-dot:nth-child(3) { background: #28c840; }

.compliance-preview .preview-url {
  margin-left: 8px;
  font-size: 11px;
  color: var(--muted-text);
  background: white;
  padding: 4px 10px;
  border-radius: 4px;
  flex: 1;
}

.compliance-preview .preview-body {
  padding: 24px;
}

/* ─── App-faithful dashboard preview ──────────────────────────────────── */

/* Hero banner — matches .vx-hero from the real app */
.app-hero {
  background: linear-gradient(135deg, #006855 0%, #0c8a72 100%);
  border-radius: 14px;
  padding: 28px 32px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(10, 22, 40, 0.25);
}

.app-hero::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -30px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.app-hero-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.app-hero-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.3px;
  line-height: 1.2;
}

.app-hero-sub {
  margin-top: 6px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
}

/* Grade ring — matches .vx-grade-ring */
.app-grade-ring {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  border: 3px solid rgba(255,255,255,0.25);
  flex-shrink: 0;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,0.08);
}

/* Metric pills — matches .vx-hero-metric */
.app-metrics {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.app-metric {
  background: rgba(255,255,255,0.09);
  border-radius: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,0.08);
  flex: 1 1 100px;
  min-width: 100px;
}

.app-metric-label {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.app-metric-value {
  font-family: var(--font-mono);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

/* Readiness bar inside hero */
.app-readiness {
  margin-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-bottom: 6px;
}

.app-readiness-label { color: rgba(255,255,255,0.55); }
.app-readiness-value { font-weight: 700; color: #fff; }

.app-bar {
  height: 6px;
  background: rgba(255,255,255,0.12);
  border-radius: 3px;
  overflow: hidden;
}

.app-bar-fill {
  height: 6px;
  border-radius: 3px;
  transition: width 0.8s ease;
}

/* Stat cards — matches .vx-stat-card */
.app-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.app-stat-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  overflow: hidden;
}

.app-stat-accent {
  height: 4px;
}

.app-stat-body {
  padding: 14px 16px 12px;
}

.app-stat-label {
  font-size: 11px;
  color: var(--muted-text);
}

.app-stat-value {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 18px;
  color: var(--dark-text);
  margin-top: 4px;
}

.app-stat-sub {
  font-size: 11px;
  color: var(--muted-text);
  margin-top: 4px;
}

/* Threshold bar in stat card */
.app-threshold {
  height: 8px;
  background: rgba(0,0,0,0.07);
  border-radius: 4px;
  overflow: hidden;
  margin: 10px 0 8px;
}

.app-threshold-fill {
  height: 8px;
  border-radius: 4px;
  transition: width 0.6s ease;
}

/* Action items — matches .vx-action-item */
.app-action {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 14px;
  border-radius: 10px;
  border-left: 4px solid;
  font-size: 13px;
  color: var(--body-text);
  line-height: 1.45;
  margin-top: 6px;
}

.app-action.critical {
  background: linear-gradient(90deg, #ffdad6, #fff);
  border-color: #ba1a1a;
}

.app-action.warning {
  background: linear-gradient(90deg, #fff8ec, #fff);
  border-color: #92400e;
}

/* Side panel (deadlines, quick actions) */
.app-side-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  padding: 16px;
}

.app-side-card h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  color: var(--dark-text);
  letter-spacing: 0;
  margin-bottom: 12px;
}

.app-deadline-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.app-deadline-row:last-child { border-bottom: none; }

.app-deadline-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--dark-text);
}

.app-deadline-date {
  font-size: 12px;
  color: var(--muted-text);
}

.app-deadline-days {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
  margin-left: 8px;
}

@media (max-width: 768px) {
  .app-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .app-hero {
    padding: 20px;
  }

  .app-metric-value {
    font-size: 16px;
  }

  .app-hero-title {
    font-size: 17px;
  }

  .app-grade-ring {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}

/* Pain Point Cards */
.pain-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}

.pain-card {
  background: white;
  border: 0.5px solid var(--card-border);
  border-left: 4px solid var(--error-accent);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 12px 32px -4px rgba(6,27,22,.06);
  transition: all 0.3s ease;
}

.pain-card:hover {
  box-shadow: 0 20px 48px -8px rgba(6,27,22,.12), 0 4px 12px -2px rgba(6,27,22,.06);
  transform: translateY(-2px);
}

.pain-card strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 15px;
  color: var(--dark-text);
  margin-bottom: 8px;
}

.pain-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--body-text);
  margin: 0;
}

/* Steps */
.steps-vertical {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 40px;
}

.step-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  align-items: start;
}

.step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--green-primary);
  color: white;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-row h3 {
  font-size: 22px;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.step-row p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 8px;
}

/* Feature Groups */
.feature-group {
  margin-bottom: 48px;
}

.feature-group h3 {
  font-size: 18px;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--card-border);
}

.feature-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.feature-detail-card {
  background: white;
  border: 0.5px solid var(--card-border);
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 12px 32px -4px rgba(6,27,22,.06);
  transition: all 0.3s ease;
}

.feature-detail-card:hover {
  box-shadow: 0 20px 48px -8px rgba(6,27,22,.12), 0 4px 12px -2px rgba(6,27,22,.06);
  transform: translateY(-2px);
}

.feature-detail-card strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 14px;
  color: var(--dark-text);
  margin-bottom: 6px;
}

.feature-detail-card p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--body-text);
  margin: 0;
}

/* Jurisdictions */
.jurisdictions-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}

.jurisdiction-card {
  background: white;
  border: 0.5px solid var(--card-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 32px -4px rgba(6,27,22,.06);
  transition: all 0.3s ease;
}

.jurisdiction-card:hover {
  box-shadow: 0 20px 48px -8px rgba(6,27,22,.12), 0 4px 12px -2px rgba(6,27,22,.06);
  transform: translateY(-2px);
}

.jurisdiction-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  background: var(--bg-offwhite);
  border-bottom: 1px solid var(--card-border);
}

.jurisdiction-flag {
  width: 40px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  color: white;
  flex-shrink: 0;
}

.jurisdiction-header h3 {
  font-size: 20px;
  letter-spacing: -0.3px;
  margin: 0;
}

.jurisdiction-header .jurisdiction-badge {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted-text);
}

.jurisdiction-body {
  padding: 28px;
}

.jurisdiction-body p {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 12px;
}

.jurisdiction-body h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  color: var(--dark-text);
  letter-spacing: 0;
  margin: 20px 0 10px;
}

.jurisdiction-body ul {
  list-style: none;
  padding: 0;
}

.jurisdiction-body li {
  font-size: 14px;
  line-height: 1.55;
  color: var(--body-text);
  padding: 5px 0 5px 20px;
  position: relative;
}

.jurisdiction-body li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green-primary);
  opacity: 0.5;
}

/* Evidence Pack Table */
.evidence-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 20px 0;
}

.evidence-table th {
  text-align: left;
  padding: 10px 14px;
  border-bottom: 2px solid var(--card-border);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  color: var(--dark-text);
}

.evidence-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #f0f0f0;
  color: var(--body-text);
}

.evidence-table td:first-child {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--green-primary);
  white-space: nowrap;
}

/* Pricing Cards */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 32px 0;
}

.pricing-card {
  background: white;
  border: 2px solid var(--card-border);
  border-radius: 12px;
  padding: 32px;
  position: relative;
  box-shadow: 0 12px 32px -4px rgba(6,27,22,.06);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.pricing-card ul {
  flex-grow: 1;
}

.pricing-card .btn {
  margin-top: auto;
}

.pricing-card:hover {
  box-shadow: 0 20px 48px -8px rgba(6,27,22,.15), 0 4px 12px -2px rgba(6,27,22,.08);
  transform: translateY(-4px);
}

.pricing-card.popular {
  border-color: var(--green-primary);
}

.pricing-popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green-primary);
  color: white;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 16px;
  border-radius: 12px;
  white-space: nowrap;
}

.pricing-card h3 {
  font-size: 20px;
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}

.pricing-price {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 36px;
  color: var(--dark-text);
  margin: 12px 0 4px;
}

.pricing-price span {
  font-size: 16px;
  color: var(--muted-text);
  font-weight: 400;
}

.pricing-for {
  font-size: 13px;
  color: var(--muted-text);
  margin-bottom: 16px;
}

.pricing-limit {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 12px;
  background: var(--bg-cream);
  color: var(--green-primary);
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.pricing-card li {
  font-size: 13px;
  line-height: 1.5;
  color: var(--body-text);
  padding: 4px 0 4px 18px;
  position: relative;
}

.pricing-card li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green-primary);
  font-weight: 700;
  font-size: 12px;
}

.pricing-card .btn {
  width: 100%;
  justify-content: center;
}

/* Enterprise Banner */
.enterprise-banner {
  background: var(--bg-offwhite);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 20px;
}

.enterprise-banner h3 {
  font-size: 22px;
  margin-bottom: 6px;
}

.enterprise-banner p {
  font-size: 14px;
  color: var(--muted-text);
  margin: 0;
}

/* FAQ */
.faq-list {
  margin-top: 32px;
}

.faq-item {
  border-bottom: 1px solid var(--card-border);
  transition: background 0.2s;
}

.faq-item:hover {
  background: var(--bg-offwhite);
}

.faq-item.open {
  background: var(--bg-offwhite);
  border-radius: 8px;
  margin: 4px 0;
  padding: 0 16px;
  border-bottom-color: transparent;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 16px;
  color: var(--dark-text);
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  transition: color 0.2s;
}

.faq-question:hover {
  color: var(--green-primary);
}

.faq-question::after {
  content: '+';
  font-size: 22px;
  color: var(--muted-text);
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.2s;
}

.faq-item.open .faq-question::after {
  content: '−';
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.open .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--body-text);
  padding: 0 0 20px;
}

/* Trust Signals */
.trust-signals {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}

.trust-signal {
  font-size: 13px;
  color: var(--muted-text);
  display: flex;
  align-items: center;
  gap: 6px;
}

.trust-signal::before {
  content: '✓';
  color: var(--green-primary);
  font-weight: 700;
}

/* Evidence table scroll wrapper */
.evidence-table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pain-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
  }

  .pain-grid,
  .feature-detail-grid {
    grid-template-columns: 1fr;
  }

  .step-row {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }

  .step-row h3 {
    font-size: 18px;
  }

  .enterprise-banner {
    flex-direction: column;
    text-align: center;
  }

  .jurisdiction-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .jurisdiction-header .jurisdiction-badge {
    margin-left: 0;
  }

  .jurisdiction-header h3 {
    font-size: 18px;
  }

  .jurisdiction-body {
    padding: 20px;
  }

  .faq-question {
    font-size: 14px;
  }

  /* Override inline section padding on mobile */
  section[style*="padding:80px"] {
    padding: 48px 0 !important;
  }

  .trust-signals {
    flex-direction: column;
    gap: 8px;
  }

  .pricing-popular-badge {
    font-size: 10px;
    padding: 3px 12px;
  }

  .pricing-price {
    font-size: 28px;
  }

  /* Compliance preview side-by-side → stack */
  .compliance-preview .preview-body > div[style*="display:flex"] {
    flex-direction: column !important;
  }
}

@media (max-width: 480px) {
  .pain-grid {
    gap: 12px;
  }

  .pain-card {
    padding: 18px;
  }

  .steps-vertical {
    gap: 32px;
  }

  .step-row {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }

  .step-num {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .feature-detail-grid {
    gap: 12px;
  }

  .feature-detail-card {
    padding: 16px;
  }

  .jurisdiction-body {
    padding: 16px;
  }

  .jurisdiction-header {
    padding: 16px 20px;
  }

  .pricing-card {
    padding: 24px;
  }

  .faq-question {
    font-size: 13px;
    padding: 16px 0;
  }

  .app-stats {
    grid-template-columns: 1fr !important;
  }

  .app-hero {
    padding: 16px;
  }

  .app-metric-value {
    font-size: 14px;
  }

  .app-grade-ring {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  /* All flex items with inline min-width should shrink */
  .compliance-preview,
  .compliance-preview .preview-body > div > div {
    min-width: 0 !important;
  }

  .app-side-card {
    min-width: 0 !important;
  }

  /* Mock form fields shrink */
  .mock-card > div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }
}
