.statutes-content section {
  margin-top: 46px;
}

.statutes-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 52px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.statutes-download p { margin: 0; }

.statutes-download a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: #151515;
  font-weight: 700;
  text-decoration: none;
}

.statutes-download a:hover,
.statutes-download a:focus-visible { background: #c02026; color: #fff; }

@media (max-width: 600px) {
  .statutes-download { align-items: flex-start; flex-direction: column; }
}
