.hf-doc-center__toolbar .form-control {
  border-radius: 0.75rem;
}

.hf-doc-tabs .nav-link {
  border-radius: 999px;
  font-weight: 500;
}

.hf-doc-card {
  border: 1px solid rgba(124, 198, 182, 0.35);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 61, 46, 0.06);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hf-doc-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 61, 46, 0.1);
}

.hf-doc-card__icon {
  background: linear-gradient(135deg, rgba(124, 198, 182, 0.25), rgba(15, 61, 46, 0.08));
  color: #0f3d2e;
  font-size: 1.75rem;
  padding: 1rem 1.25rem;
}

.hf-doc-card__body {
  padding: 1rem 1.25rem 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hf-doc-card__badge {
  background: rgba(124, 198, 182, 0.2);
  color: #0f3d2e;
  margin-bottom: 0.5rem;
  align-self: flex-start;
}

.hf-doc-card__title {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0.35rem;
}

.hf-doc-mini-list li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.35rem 0;
  border-bottom: 1px dashed rgba(15, 61, 46, 0.12);
}

.hf-doc-center__empty,
.hf-doc-highlights {
  border: 1px dashed rgba(124, 198, 182, 0.45);
  background: rgba(253, 254, 254, 0.95);
}

@media (max-width: 575.98px) {
  .hf-doc-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    -webkit-overflow-scrolling: touch;
  }
  .hf-doc-tabs .nav-item {
    flex: 0 0 auto;
  }
}
