.ht-tools .ht-tool-card {
  display: block;
  height: 100%;
  padding: 1.5rem;
  background: #f4faf6;
  border: 1px solid #d8ebe0;
  border-radius: 10px;
  color: #1a2e28;
  text-decoration: none;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.ht-tools .ht-tool-card:hover {
  border-color: #2d6a4f;
  box-shadow: 0 4px 14px rgba(45, 106, 79, 0.12);
  text-decoration: none;
  color: #1a2e28;
}

.ht-tools .ht-tool-card__icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  background: #2d6a4f;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

.ht-tools .ht-tool-btn {
  background: #2d6a4f;
  color: #fff;
  border: none;
  padding: 0.5rem 1.25rem;
  border-radius: 6px;
}

.ht-tools .ht-tool-btn:hover {
  background: #245a42;
  color: #fff;
}

.ht-tools .ht-tool-result {
  margin-top: 1.25rem;
  padding: 1.25rem;
  background: #eef8f1;
  border-left: 4px solid #2d6a4f;
  border-radius: 6px;
}

.ht-tools .ht-tool-result h2 {
  font-size: 1.35rem;
  margin: 0 0 0.5rem;
}

.ht-tools__note {
  font-size: 0.92rem;
  color: #5a6f68;
}

.ht-tool-form {
  max-width: 520px;
}

.ht-team-card-link:hover .ht-team-card {
  border-color: #2d6a4f;
  box-shadow: 0 4px 14px rgba(45, 106, 79, 0.12);
}

.ht-author-profile .trust-page__title {
  margin-bottom: 0.35rem;
}
