.lh-voice-archive {
  min-height: 100vh;
  background: #f3fbfe;
  color: #17384c;
}

.lh-voice-inner {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.lh-voice-layout {
  display: grid;
  gap: 34px;
  padding: 58px 0 82px;
}

.lh-voice-main {
  min-width: 0;
  background: #eefaff;
  padding: 56px 18px;
}

.lh-voice-hero {
  padding: 0 0 34px;
  text-align: center;
}

.lh-voice-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 5px 16px;
  border: 1px solid rgba(0, 119, 182, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #0077b6;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
}

.lh-voice-title {
  margin: 0;
  color: #17384c;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.lh-voice-lead {
  max-width: 640px;
  margin: 16px auto 0;
  color: #58798b;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.lh-voice-list-section {
  padding: 18px 0 0;
}

.lh-voice-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.lh-voice-card {
  min-width: 0;
  height: 100%;
  margin: 0;
}

.lh-voice-card-link {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(0, 119, 182, .14);
  border-radius: 16px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 80, 158, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.lh-voice-card-link:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 119, 182, .32);
  box-shadow: 0 14px 34px rgba(0, 80, 158, .14);
}

.lh-voice-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #006da8 0%, #00a6d6 100%);
}

.lh-voice-stars {
  color: #ffd166;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .03em;
  white-space: nowrap;
}

.lh-voice-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 58%;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.lh-voice-body {
  flex: 1;
  padding: 24px 22px 22px;
}

.lh-voice-text {
  margin: 0;
  color: #31576b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}

.lh-voice-footer {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 0 22px;
  padding: 18px 0 22px;
  border-top: 1px solid #d4eaf5;
}

.lh-voice-avatar {
  width: 58px;
  height: 58px;
  overflow: hidden;
  border: 2px solid #d4eaf5;
  border-radius: 50%;
  background: #e9f8fd;
}

.lh-voice-avatar-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lh-voice-avatar-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #0077b6;
  font-size: 16px;
  font-weight: 900;
}

.lh-voice-customer {
  min-width: 0;
}

.lh-voice-name {
  margin: 0;
  color: #17384c;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
}

.lh-voice-meta {
  margin: 4px 0 0;
  color: #6b8fa3;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.lh-voice-pagination {
  margin-top: 38px;
}

.lh-voice-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.lh-voice-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  color: #0077b6;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 80, 158, .08);
}

.lh-voice-pagination .page-numbers.current {
  background: #0077b6;
  color: #fff;
}

.lh-voice-empty {
  max-width: 720px;
  margin: 0 auto;
  padding: 34px 24px;
  border: 1px solid rgba(0, 119, 182, .16);
  border-radius: 16px;
  background: #fff;
  color: #58798b;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 80, 158, .08);
}

.lh-voice-empty p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 640px) {
  .lh-voice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .lh-voice-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: start;
  }

  .lh-voice-main {
    padding: 68px 20px 56px;
  }

  .lh-voice-sidebar {
    position: sticky;
    top: 96px;
    min-width: 0;
  }
}

@media (max-width: 599px) {
  .lh-voice-inner {
    width: min(100% - 32px, 1180px);
  }

  .lh-voice-hero {
    padding-bottom: 26px;
  }

  .lh-voice-layout {
    padding: 34px 0 58px;
  }

  .lh-voice-main {
    padding: 42px 14px;
  }

  .lh-voice-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .lh-voice-badge {
    max-width: 100%;
  }
}
