.st-breadcrumb {
  margin: 14px 0 12px;
  font-size: 13px;
  color: #6b7280;
}

.st-breadcrumb a {
  color: #1c335f;
  text-decoration: none;
}

.st-breadcrumb a:hover {
  text-decoration: underline;
}

.st-hero {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  padding: 20px 22px;
  margin-bottom: 18px;
}

.st-hero-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}

.st-hero-subtitle {
  color: #4b5563;
  font-size: 14px;
}

.st-hero-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 14px;
  max-width: 880px;
}

.st-hero-detail-item {
  min-width: 0;
}

.st-hero-detail-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 2px;
}

.st-hero-detail-value {
  display: block;
  font-size: 14px;
  color: #111827;
  font-weight: 600;
  line-height: 1.35;
  word-break: break-word;
}

.st-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.st-stat-card {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f9fafb;
  padding: 12px;
}

.st-stat-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
  margin-bottom: 3px;
}

.st-stat-value {
  font-size: 23px;
  color: #1c335f;
  font-weight: 700;
}

.st-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.st-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.st-link-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 14px 16px;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

.st-link-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.09);
  border-color: #cfd8e6;
}

.st-link-title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.st-link-desc {
  font-size: 13px;
  color: #4b5563;
}

.st-list {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.st-list-row {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 12px 14px;
  border-bottom: 1px solid #e5e7eb;
}

.st-list-row:last-child {
  border-bottom: none;
}

.st-list-row:hover {
  background: #f8fafc;
}

.st-list-title {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.st-list-desc {
  font-size: 13px;
  color: #4b5563;
}

.st-list-meta {
  margin-top: 4px;
  font-size: 12px;
  color: #6b7280;
}

.st-filter-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 8px;
}

.st-filter-search-row {
  margin-bottom: 12px;
}

.st-filter-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b7280;
  margin-bottom: 4px;
}

.st-filter-field input,
.st-filter-field select {
  width: 100%;
  height: 36px;
  padding: 8px 10px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #ffffff;
  color: #111827;
  font-size: 14px;
}

.st-filter-field-search label {
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.st-filter-field-search input {
  height: 44px;
  padding: 10px 12px;
  font-size: 16px;
}

.st-filter-row-bills {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.st-filter-actions {
  display: flex;
  gap: 8px;
  align-items: end;
}

.st-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #ffffff;
  color: #1c335f;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.st-btn-primary {
  background: #1c335f;
  border-color: #1c335f;
  color: #ffffff;
}

.st-btn:hover {
  background: #f3f4f6;
}

.st-btn-primary:hover {
  background: #172a4d;
}

.st-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.st-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  font-size: 12px;
  color: #1d4ed8;
  text-decoration: none;
}

.st-chip:hover {
  background: #dbeafe;
}

.st-section-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111827;
  font-weight: 700;
}

.st-muted {
  color: #6b7280;
  font-size: 13px;
}

.st-empty {
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  padding: 12px;
  color: #6b7280;
  background: #f8fafc;
}

.st-hero-contact-wrap {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e5e7eb;
}

.st-leg-hero-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.st-leg-hero-top.has-photo {
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
}

.st-leg-photo-shell {
  width: 220px;
  max-width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f8fafc;
  padding: 10px;
}

.st-leg-photo {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #d1d5db;
}

.st-leg-hero-main {
  min-width: 0;
}

.st-leg-meta-row {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
}

.st-session-inline {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.st-session-inline select {
  height: 34px;
  padding: 6px 10px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #ffffff;
  color: #111827;
  font-size: 14px;
}

.st-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.st-leg-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.st-leg-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #374151;
  font-size: 16px;
  line-height: 1.45;
}

.st-leg-contact-list li i {
  width: 16px;
  margin-top: 4px;
  color: #1c335f;
  flex-shrink: 0;
}

.st-leg-contact-list li a {
  color: #1c335f;
  text-decoration: none;
  word-break: break-word;
}

.st-leg-contact-list li a:hover {
  text-decoration: underline;
}

.st-leg-actions {
  margin-top: 12px;
}

/* Keep state-table pill links on one line (prevents stacked bill numbers like HB \n 2137). */
.analytics-table .analytics-pill-link {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.ll-support-section {
  margin-top: 18px;
}

.ll-support-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 16px 18px;
  border: 1px solid #d6e2ff;
  border-radius: 10px;
  background: linear-gradient(135deg, #f8fbff 0%, #edf3ff 100%);
  box-shadow: 0 4px 10px rgba(29, 59, 122, 0.05);
}

.ll-support-copy {
  min-width: 0;
}

.ll-support-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #18356f;
  margin-bottom: 5px;
  line-height: 1.2;
}

.ll-support-title i {
  color: #dc2626;
  font-size: 13px;
}

.ll-support-text {
  font-size: 13px;
  line-height: 1.5;
  color: #475569;
  margin: 0;
  max-width: 640px;
}

.ll-support-subtext {
  display: block;
  margin-top: 2px;
  color: #64748b;
}

.ll-support-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}

.ll-support-cadence {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 2px;
  border-radius: 999px;
  border: 1px solid #c7d2fe;
  background: #ffffff;
}

.ll-support-cadence-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: #334155;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 9px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.ll-support-cadence-btn:hover {
  background: #eef2ff;
}

.ll-support-cadence-btn.is-active {
  background: #1c335f;
  color: #ffffff;
}

.ll-support-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ll-support-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  padding: 9px 13px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    transform 0.1s ease,
    box-shadow 0.15s ease;
}

.ll-support-btn:hover {
  transform: translateY(-1px);
}

.ll-support-btn-light {
  background: #ffffff;
  border-color: #c7d2fe;
  color: #1c335f;
}

.ll-support-btn-light:hover {
  background: #eef2ff;
  border-color: #aebfff;
}

.ll-support-btn-featured {
  background: #1c335f;
  border-color: #1c335f;
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(29, 59, 122, 0.18);
}

.ll-support-btn-featured:hover {
  background: #172a4d;
  border-color: #172a4d;
  box-shadow: 0 8px 18px rgba(23, 42, 77, 0.22);
}

.ll-support-note {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
}

.ll-support-note i {
  margin-top: 2px;
  color: #1c335f;
}

.ll-ad-section {
  margin-top: 18px;
}

.ll-ad-card {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid #e8eef8;
  border-radius: 10px;
  background: #fbfdff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ll-ad-slot {
  max-width: 100%;
  overflow: hidden;
  display: none;
  justify-content: center;
  align-items: center;
}

.ll-ad-slot-mobile {
  display: flex;
  width: 320px;
  height: 50px;
}

.ll-adsense-unit {
  width: 320px;
  height: 50px;
}

@media (min-width: 640px) {
  .ll-ad-slot-mobile {
    display: none;
  }

  .ll-ad-slot-tablet {
    display: flex;
    width: 468px;
    height: 60px;
  }

  .ll-ad-slot-tablet .ll-adsense-unit {
    width: 468px;
    height: 60px;
  }
}

@media (min-width: 960px) {
  .ll-ad-slot-tablet {
    display: none;
  }

  .ll-ad-slot-desktop {
    display: flex;
    width: 728px;
    height: 90px;
  }

  .ll-ad-slot-desktop .ll-adsense-unit {
    width: 728px;
    height: 90px;
  }
}

@media (min-width: 640px) and (max-width: 959px) {
  .ll-ad-slot-desktop {
    display: none;
  }
}

@media (max-width: 639px) {
  .ll-ad-slot-tablet,
  .ll-ad-slot-desktop {
    display: none;
  }
}

@media (min-width: 640px) {
  .ll-ad-slot-tablet,
  .ll-ad-slot-tablet .ll-adsense-unit,
  .ll-ad-slot-desktop,
  .ll-adsense-unit {
    max-width: 100%;
  }
}

@media (max-width: 1000px) {
  .st-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-hero-detail-grid,
  .st-grid-3,
  .st-filter-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-filter-row-bills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .st-hero-detail-grid,
  .st-grid-2,
  .st-grid-3,
  .st-filter-row,
  .st-stat-grid {
    grid-template-columns: 1fr;
  }

  .st-leg-hero-top.has-photo {
    grid-template-columns: 1fr;
  }

  .st-session-inline {
    margin-left: 0;
  }

  .st-leg-photo-shell {
    margin: 0 auto;
  }

  .st-leg-contact-list li {
    font-size: 15px;
  }

  .st-hero-title {
    font-size: 23px;
  }

  .ll-support-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .ll-support-actions {
    width: 100%;
    align-items: flex-start;
  }

  .ll-support-buttons {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
