.hr-modern-body .hr-reviewed-hero {
  background: var(--hr-surface);
  border: 1px solid var(--hr-line);
  border-radius: var(--hr-radius);
  box-shadow: var(--hr-shadow);
  padding: 24px;
  margin: 0 0 22px;
}

.hr-modern-body .hr-reviewed-hero__eyebrow {
  margin: 0 0 8px;
  color: var(--hr-brand);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hr-modern-body .hr-reviewed-hero__title {
  margin: 0;
  color: var(--hr-text);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hr-modern-body .hr-reviewed-hero__summary {
  margin: 12px 0 0;
  color: var(--hr-muted);
  max-width: 72ch;
}

.hr-modern-body .hr-reviewed-hero__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin-top: 18px;
}

.hr-modern-body .hr-reviewed-hero__form input {
  width: 100%;
}

.hr-modern-body .hr-reviewed-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.hr-modern-body .hr-reviewed-hero__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hr-line);
  border-radius: 999px;
  background: #fff;
  color: var(--hr-text);
  padding: 8px 12px;
  font-size: 0.9rem;
  text-decoration: none;
}

.hr-modern-body .hr-reviewed-hero__actions a:hover {
  border-color: rgba(166, 29, 74, 0.28);
  color: var(--hr-brand);
  background: #fff7fa;
}

.hr-modern-body .hr-reviewed-results__header {
  margin-bottom: 16px;
}

.hr-modern-body .hr-reviewed-results__header h2 {
  margin: 0;
  color: var(--hr-text);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.15;
}

.hr-modern-body .hr-reviewed-results__header p {
  margin: 8px 0 0;
  color: var(--hr-muted);
}

.hr-modern-body .hr-reviewed-alpha {
  margin-bottom: 16px !important;
}

.hr-modern-body .hr-reviewed-list {
  margin: 0;
}

.hr-modern-body .hr-reviewed-list .ItemContent {
  display: grid;
  gap: 10px;
  align-content: start;
}

.hr-modern-body .hr-reviewed-list .ItemTitle {
  color: var(--hr-text);
  font-size: 1.08rem;
  font-weight: 800;
  text-decoration: none;
}

.hr-modern-body .hr-reviewed-list .ItemTitle:hover {
  color: var(--hr-brand);
  text-decoration: underline;
}

.hr-modern-body .hr-reviewed-list .ItemMetadata {
  margin-top: 0;
}

.hr-modern-body .hr-reviewed-results__empty {
  margin: 0;
  color: var(--hr-muted);
}

.hr-reviewed-legacy__title,
.hr-modern-body .hr-reviewed-hero__title,
.hr-modern-body .hr-reviewed-results__header h2 {
  font-family: Georgia, "Times New Roman", serif;
}

.hr-reviewed-legacy__title {
  margin: 0;
  color: #5f1731;
  font-size: clamp(1.9rem, 3.2vw, 2.5rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-align: center;
}

.hr-reviewed-legacy__search {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.hr-reviewed-legacy__alpha {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  justify-content: center;
}

.hr-reviewed-legacy__alpha a {
  color: #7c163c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.hr-reviewed-legacy__alpha a:hover {
  text-decoration: underline;
}

.hr-reviewed-legacy__directory .DirectoryItems ul {
  margin: 0;
  padding: 0;
}

.hr-reviewed-legacy__directory .DirectoryItems li {
  border-bottom: 1px solid #ead8df;
  margin-bottom: 0;
  padding: 10px 0 12px;
}

.hr-reviewed-legacy__directory .DirectoryItems li:last-child {
  border-bottom: 0;
}

.hr-reviewed-legacy__directory .DirectoryItems li a {
  color: #2c2c2c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.35;
  text-decoration: none;
}

.hr-reviewed-legacy__directory .DirectoryItems li a:hover {
  color: #a61d4a;
  text-decoration: underline;
}

.hr-reviewed-legacy__directory .DirectoryItems li span {
  color: #646464;
  font-size: 0.86rem;
  line-height: 1.4;
}

.hr-reviewed-legacy__list .hr-list {
  margin-top: 8px;
}

.hr-reviewed-legacy__list .hr-list__items {
  display: grid;
  gap: 0;
}

.hr-reviewed-legacy__list .hr-list--directory .hr-list__item {
  align-items: baseline;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ead8df;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 10px 0 12px;
}

.hr-reviewed-legacy__list .hr-list--directory .hr-list__item:last-child {
  border-bottom: 0;
}

.hr-reviewed-legacy__list .hr-list--directory .hr-list__item:hover {
  border-color: #d6aebe;
  box-shadow: none;
  transform: none;
}

.hr-reviewed-legacy__list .hr-list--directory .hr-list__media {
  display: none;
}

.hr-reviewed-legacy__list .hr-list--directory .hr-list__content {
  flex: 1;
  min-width: 0;
}

.hr-reviewed-legacy__list .hr-list--directory .hr-list__title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.hr-reviewed-legacy__list .hr-list--directory .hr-list__title a {
  color: #222;
  text-decoration: none;
}

.hr-reviewed-legacy__list .hr-list--directory .hr-list__title a:hover {
  color: #a61d4a;
  text-decoration: underline;
}

.hr-reviewed-legacy__list .hr-list--directory .hr-list__meta {
  color: #6b6b6b;
  flex: 0 0 auto;
  font-size: 0.88rem;
  margin-left: 12px;
  text-align: right;
  white-space: nowrap;
}

.hr-reviewed-legacy__list .hr-list--directory .hr-list__meta-text,
.hr-reviewed-legacy__list .hr-list--directory .hr-list__date {
  color: #6b6b6b;
  font-family: Georgia, "Times New Roman", serif;
}

@media (max-width: 640px) {
  .hr-modern-body .hr-reviewed-hero,
  .hr-modern-body .hr-reviewed-results {
    padding: 18px;
    border-radius: 14px;
  }

  .hr-modern-body .hr-reviewed-hero__form {
    grid-template-columns: 1fr;
  }

  .hr-reviewed-legacy__title {
    text-align: left;
  }

  .hr-reviewed-legacy__list .hr-list--directory .hr-list__item {
    align-items: flex-start;
    flex-direction: column;
  }

  .hr-reviewed-legacy__list .hr-list--directory .hr-list__meta {
    margin-left: 0;
    text-align: left;
    white-space: normal;
  }
}
