.public-volunteers {
  width: 100%;
  margin: 0 auto;
  padding: 0.85rem clamp(1rem, 3vw, 2rem) 3rem;
}

.public-volunteers__header {
  margin-bottom: 1.25rem;
}

.public-volunteers__title {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
}

.public-volunteers__lead {
  margin: 0.5rem 0 0;
  font-size: 1rem;
}

.public-volunteers__loading-search {
  margin-bottom: 1.5rem;
}

.public-volunteers__results-bar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: -0.35rem 0 1.15rem;
}

.public-volunteers__count {
  margin: 0;
  font-family: var(--ds-font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #10231a;
}

.public-volunteers__page-meta {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 650;
  color: #5b6b63;
}

.public-volunteers__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1rem;
  margin-top: 1.75rem;
}

.public-volunteers__pagination-status {
  margin: 0;
  min-width: 4.5rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  color: #314039;
}

.public-volunteers__empty {
  margin: 0;
  padding: 1.5rem 0;
  font-size: 1rem;
  color: #5b6b63;
}

.public-volunteers__empty a {
  color: var(--rm-teal-deep, #007f8b);
  font-weight: 700;
  text-decoration: none;
}

.public-volunteers__empty a:hover {
  text-decoration: underline;
}

.public-volunteers__back {
  margin: 0 0 1rem;
  font-size: 0.875rem;
}

.public-volunteers__back a {
  color: #067b3a;
  font-weight: 600;
  text-decoration: none;
}

.public-volunteers__back a:hover {
  text-decoration: underline;
}

.public-volunteers__article {
  overflow: hidden;
  padding: 1.5rem 1.5rem 2rem;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: rgb(255 255 255 / 0.94);
  box-shadow: 0 12px 36px rgb(15 23 42 / 0.06);
}

.public-volunteers__cover {
  display: block;
  width: calc(100% + 3rem);
  max-width: none;
  height: auto;
  max-height: 22rem;
  object-fit: cover;
  object-position: center top;
  margin: -1.5rem -1.5rem 1.25rem;
  border-bottom: 1px solid #e5e7eb;
}

.public-volunteers__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.public-volunteers__eyebrow a {
  color: var(--rm-rose-deep, #fb626b);
  text-decoration: none;
}

.public-volunteers__eyebrow a:hover {
  text-decoration: underline;
}

.public-volunteers__meta {
  margin: 0.4rem 0 0;
  font-size: 0.875rem;
  color: #6b7280;
}

.public-volunteers__body {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #1f2937;
}

.public-volunteers__body p {
  margin: 0;
  white-space: pre-wrap;
}

.public-volunteers__contact {
  margin: 1.5rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
  font-size: 0.9375rem;
  font-weight: 600;
}

.public-volunteers__contact a {
  color: #067b3a;
}

.public-volunteers--embedded {
  width: min(100%, 56rem);
  margin-top: 1.5rem;
  padding-top: 0;
}

.public-volunteers--embedded .public-volunteers__lead a {
  color: #067b3a;
  font-weight: 600;
  text-decoration: none;
}

.public-volunteers--detail {
  width: min(100%, 52rem);
  margin: 0 auto;
  padding: 1.5rem 1rem 3rem;
}
