/* Kurdish combining marks can be clipped when gradient text uses transparent fill. */
.inner-hero h1 {
  display: inline-block;
  overflow: visible;
  margin: 0.25rem 0 0.7rem;
  padding: 0.2em 0.18em 0.32em;
  background: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  color: var(--mint2);
  -webkit-text-fill-color: var(--mint2);
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.35;
  text-shadow: 0 0 34px rgba(98, 211, 173, 0.18);
}

.inner-hero .hero-content {
  overflow: visible;
}

.inner-hero {
  overflow: visible;
}

.directory-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.directory-cards .card {
  min-height: 138px;
  display: flex;
  align-items: center;
}

.directory-cards .card-top {
  padding-inline-end: 1.8rem;
}

.directory-cards .card h3 {
  line-height: 1.55;
}

.directory-cards .card small {
  display: none;
}

.directory-cards .arrow {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

@media (max-width: 900px) {
  .directory-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .directory-cards {
    grid-template-columns: 1fr;
  }
}
