/* Shared dark theme for state-page location card grids */

:root[data-theme="dark"] body.iowa-page .iowa-location-card-body h4,
:root[data-theme="dark"] body.nebraska-page .nebraska-location-card-body h4,
:root[data-theme="dark"] body.kansas-page .kansas-location-card-body h4,
:root[data-theme="dark"] body.missouri-page .missouri-location-card-body h4,
:root[data-theme="dark"] body.arkansas-page .arkansas-location-card-body h4,
:root[data-theme="dark"] body.oklahoma-page .oklahoma-location-card-body h4,
:root[data-theme="dark"] body.texas-page .texas-location-card-body h4,
:root[data-theme="dark"] body.south-dakota-page .south-dakota-location-card-body h4,
:root[data-theme="dark"] body.arizona-page .arizona-location-card-body h4,
:root[data-theme="dark"] body.illinois-page .illinois-location-card-body h4{
  color: rgba(255, 255, 255, 0.94);
}

:root[data-theme="dark"] body.iowa-page .iowa-location-brand,
:root[data-theme="dark"] body.nebraska-page .nebraska-location-brand,
:root[data-theme="dark"] body.kansas-page .kansas-location-brand,
:root[data-theme="dark"] body.missouri-page .missouri-location-brand,
:root[data-theme="dark"] body.arkansas-page .arkansas-location-brand,
:root[data-theme="dark"] body.oklahoma-page .oklahoma-location-brand,
:root[data-theme="dark"] body.texas-page .texas-location-brand,
:root[data-theme="dark"] body.south-dakota-page .south-dakota-location-brand,
:root[data-theme="dark"] body.arizona-page .arizona-location-brand,
:root[data-theme="dark"] body.illinois-page .illinois-location-brand{
  color: rgba(255, 255, 255, 0.45);
}

:root[data-theme="dark"] body.iowa-page .iowa-location-card,
:root[data-theme="dark"] body.nebraska-page .nebraska-location-card,
:root[data-theme="dark"] body.kansas-page .kansas-location-card,
:root[data-theme="dark"] body.missouri-page .missouri-location-card,
:root[data-theme="dark"] body.arkansas-page .arkansas-location-card,
:root[data-theme="dark"] body.oklahoma-page .oklahoma-location-card,
:root[data-theme="dark"] body.texas-page .texas-location-card,
:root[data-theme="dark"] body.south-dakota-page .south-dakota-location-card,
:root[data-theme="dark"] body.arizona-page .arizona-location-card,
:root[data-theme="dark"] body.illinois-page .illinois-location-card{
  background: #0c1833;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

:root[data-theme="dark"] body.iowa-page .iowa-location-card-media,
:root[data-theme="dark"] body.nebraska-page .nebraska-location-card-media,
:root[data-theme="dark"] body.kansas-page .kansas-location-card-media,
:root[data-theme="dark"] body.missouri-page .missouri-location-card-media,
:root[data-theme="dark"] body.arkansas-page .arkansas-location-card-media,
:root[data-theme="dark"] body.oklahoma-page .oklahoma-location-card-media,
:root[data-theme="dark"] body.texas-page .texas-location-card-media,
:root[data-theme="dark"] body.south-dakota-page .south-dakota-location-card-media,
:root[data-theme="dark"] body.arizona-page .arizona-location-card-media,
:root[data-theme="dark"] body.illinois-page .illinois-location-card-media{
  border-bottom-color: rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(120% 80% at 50% 100%, rgba(255, 255, 255, 0.05) 0%, transparent 55%),
    linear-gradient(180deg, #111b34 0%, #0c1833 100%);
}

:root[data-theme="dark"] body.iowa-page .iowa-location-card:hover .iowa-location-card-media,
:root[data-theme="dark"] body.nebraska-page .nebraska-location-card:hover .nebraska-location-card-media,
:root[data-theme="dark"] body.kansas-page .kansas-location-card:hover .kansas-location-card-media,
:root[data-theme="dark"] body.missouri-page .missouri-location-card:hover .missouri-location-card-media,
:root[data-theme="dark"] body.arkansas-page .arkansas-location-card:hover .arkansas-location-card-media,
:root[data-theme="dark"] body.oklahoma-page .oklahoma-location-card:hover .oklahoma-location-card-media,
:root[data-theme="dark"] body.texas-page .texas-location-card:hover .texas-location-card-media,
:root[data-theme="dark"] body.south-dakota-page .south-dakota-location-card:hover .south-dakota-location-card-media,
:root[data-theme="dark"] body.arizona-page .arizona-location-card:hover .arizona-location-card-media,
:root[data-theme="dark"] body.illinois-page .illinois-location-card:hover .illinois-location-card-media{
  background:
    radial-gradient(120% 80% at 50% 100%, rgba(225, 31, 45, 0.08) 0%, transparent 55%),
    linear-gradient(180deg, #131f3a 0%, #0c1833 100%);
}

:root[data-theme="dark"] body.iowa-page .iowa-location-badge,
:root[data-theme="dark"] body.nebraska-page .nebraska-location-badge,
:root[data-theme="dark"] body.kansas-page .kansas-location-badge,
:root[data-theme="dark"] body.missouri-page .missouri-location-badge,
:root[data-theme="dark"] body.arkansas-page .arkansas-location-badge,
:root[data-theme="dark"] body.oklahoma-page .oklahoma-location-badge,
:root[data-theme="dark"] body.texas-page .texas-location-badge,
:root[data-theme="dark"] body.south-dakota-page .south-dakota-location-badge,
:root[data-theme="dark"] body.arizona-page .arizona-location-badge,
:root[data-theme="dark"] body.illinois-page .illinois-location-badge{
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
}

:root[data-theme="dark"] body.iowa-page .iowa-location-badge--deal,
:root[data-theme="dark"] body.nebraska-page .nebraska-location-badge--deal,
:root[data-theme="dark"] body.kansas-page .kansas-location-badge--deal,
:root[data-theme="dark"] body.missouri-page .missouri-location-badge--deal,
:root[data-theme="dark"] body.arkansas-page .arkansas-location-badge--deal,
:root[data-theme="dark"] body.oklahoma-page .oklahoma-location-badge--deal,
:root[data-theme="dark"] body.texas-page .texas-location-badge--deal,
:root[data-theme="dark"] body.south-dakota-page .south-dakota-location-badge--deal,
:root[data-theme="dark"] body.arizona-page .arizona-location-badge--deal,
:root[data-theme="dark"] body.illinois-page .illinois-location-badge--deal{
  background: rgba(225, 31, 45, 0.18);
  color: #ff8f96;
}

:root[data-theme="dark"] body.iowa-page .iowa-location-pin,
:root[data-theme="dark"] body.nebraska-page .nebraska-location-pin,
:root[data-theme="dark"] body.kansas-page .kansas-location-pin,
:root[data-theme="dark"] body.missouri-page .missouri-location-pin,
:root[data-theme="dark"] body.arkansas-page .arkansas-location-pin,
:root[data-theme="dark"] body.oklahoma-page .oklahoma-location-pin,
:root[data-theme="dark"] body.texas-page .texas-location-pin,
:root[data-theme="dark"] body.south-dakota-page .south-dakota-location-pin,
:root[data-theme="dark"] body.arizona-page .arizona-location-pin,
:root[data-theme="dark"] body.illinois-page .illinois-location-pin{
  color: rgba(255, 255, 255, 0.82);
}

:root[data-theme="dark"] body.iowa-page .iowa-location-card:hover .iowa-location-pin,
:root[data-theme="dark"] body.nebraska-page .nebraska-location-card:hover .nebraska-location-pin,
:root[data-theme="dark"] body.kansas-page .kansas-location-card:hover .kansas-location-pin,
:root[data-theme="dark"] body.missouri-page .missouri-location-card:hover .missouri-location-pin,
:root[data-theme="dark"] body.arkansas-page .arkansas-location-card:hover .arkansas-location-pin,
:root[data-theme="dark"] body.oklahoma-page .oklahoma-location-card:hover .oklahoma-location-pin,
:root[data-theme="dark"] body.texas-page .texas-location-card:hover .texas-location-pin,
:root[data-theme="dark"] body.south-dakota-page .south-dakota-location-card:hover .south-dakota-location-pin,
:root[data-theme="dark"] body.arizona-page .arizona-location-card:hover .arizona-location-pin,
:root[data-theme="dark"] body.illinois-page .illinois-location-card:hover .illinois-location-pin{
  color: #ff8f96;
}

:root[data-theme="dark"] body.iowa-page .iowa-location-city,
:root[data-theme="dark"] body.nebraska-page .nebraska-location-city,
:root[data-theme="dark"] body.kansas-page .kansas-location-city,
:root[data-theme="dark"] body.missouri-page .missouri-location-city,
:root[data-theme="dark"] body.arkansas-page .arkansas-location-city,
:root[data-theme="dark"] body.oklahoma-page .oklahoma-location-city,
:root[data-theme="dark"] body.texas-page .texas-location-city,
:root[data-theme="dark"] body.south-dakota-page .south-dakota-location-city,
:root[data-theme="dark"] body.arizona-page .arizona-location-city,
:root[data-theme="dark"] body.illinois-page .illinois-location-city{
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.92);
}

:root[data-theme="dark"] body.iowa-page .iowa-location-link,
:root[data-theme="dark"] body.nebraska-page .nebraska-location-link,
:root[data-theme="dark"] body.kansas-page .kansas-location-link,
:root[data-theme="dark"] body.missouri-page .missouri-location-link,
:root[data-theme="dark"] body.arkansas-page .arkansas-location-link,
:root[data-theme="dark"] body.oklahoma-page .oklahoma-location-link,
:root[data-theme="dark"] body.texas-page .texas-location-link,
:root[data-theme="dark"] body.south-dakota-page .south-dakota-location-link,
:root[data-theme="dark"] body.arizona-page .arizona-location-link,
:root[data-theme="dark"] body.illinois-page .illinois-location-link{
  border-top-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}

:root[data-theme="dark"] body.iowa-page .iowa-location-link:hover,
:root[data-theme="dark"] body.nebraska-page .nebraska-location-link:hover,
:root[data-theme="dark"] body.kansas-page .kansas-location-link:hover,
:root[data-theme="dark"] body.missouri-page .missouri-location-link:hover,
:root[data-theme="dark"] body.arkansas-page .arkansas-location-link:hover,
:root[data-theme="dark"] body.oklahoma-page .oklahoma-location-link:hover,
:root[data-theme="dark"] body.texas-page .texas-location-link:hover,
:root[data-theme="dark"] body.south-dakota-page .south-dakota-location-link:hover,
:root[data-theme="dark"] body.arizona-page .arizona-location-link:hover,
:root[data-theme="dark"] body.illinois-page .illinois-location-link:hover{
  color: #ff6b76;
}
