.po-search-form input {
  height: 3.5rem;
  border: 1px solid rgba(255, 254, 249, 0.24);
  border-radius: 0.5rem;
  background: #fffef9;
  color: #15231d;
  box-shadow: none;
}

.po-search-form button {
  right: 0.35rem;
  min-height: 2.8rem;
  border-radius: 0.4rem;
  background: #e1493f;
}

.po-search-results,
.po-search-empty {
  border: 1px solid rgba(21, 35, 29, 0.18);
  border-radius: 0.75rem;
  background: #fffef9;
  box-shadow: none;
  backdrop-filter: none;
}

.po-search-results .pill-tag {
  border-radius: 0.35rem;
}

.po-search-card {
  overflow: hidden;
  border: 1px solid rgba(21, 35, 29, 0.18);
  border-radius: 0.65rem;
  background: #fffef9;
  box-shadow: none;
}

.po-search-card > div > div:first-child {
  border-radius: 0;
}

.po-search-card img {
  transition: transform 280ms ease;
}

.po-search-card:hover img {
  transform: scale(1.025);
}

.po-search-card h3 {
  color: #15231d;
  font-size: 1.1rem;
  font-weight: 800;
}

.po-topic-stats {
  gap: 0;
}

.po-topic-stats > div {
  border: 0;
  border-right: 1px solid rgba(21, 35, 29, 0.15);
  border-radius: 0;
  background: transparent;
}

.po-topic-stats > div:last-child {
  border-right: 0;
}

.po-topic-page .section-heading {
  margin-bottom: 1.75rem;
}

.po-legal-page {
  padding-bottom: 5rem;
}

.po-legal-page .page-hero__title {
  max-width: 15ch;
}

.po-legal-document > .content-surface {
  border: 1px solid rgba(21, 35, 29, 0.18);
  border-radius: 0.75rem;
  background: #fffef9;
  box-shadow: none;
}

.po-legal-document .prose-content {
  color: #465249;
  font-size: 1rem;
  line-height: 1.75;
}

.po-legal-document .prose-content > .lead {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(21, 35, 29, 0.14);
  border-radius: 0.3rem;
  background: #edf2e9;
  font-family: 'Fira Code', ui-monospace, monospace;
  font-size: 0.68rem;
}

.po-legal-document .prose-content section {
  padding-block: 1rem 1.5rem;
  border-top: 1px solid rgba(21, 35, 29, 0.16);
}

.po-legal-document .prose-content h2 {
  color: #15231d;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.po-legal-document .prose-content h3,
.po-legal-document .prose-content h4 {
  color: #15231d;
  font-weight: 800;
}

.po-legal-document .prose-content li::marker {
  color: #4cae50;
}

.po-legal-document .prose-content .border-l-4 {
  border-radius: 0.35rem;
  background: #edf2e9;
}

@media (max-width: 639px) {
  .po-search-form button {
    position: static;
    width: 100%;
    margin-top: 0.55rem;
    transform: none;
  }

  .po-search-form input {
    padding-right: 1rem;
  }

  .po-search-results > div:first-child {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .po-search-results .pill-tag {
    flex: none;
  }
}
