.gamayun-faq-top {
  margin: 0 auto;
  max-width: 56rem;
}

.gamayun-faq-top__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem 1.5rem;
}

@media (min-width: 768px) {
  .gamayun-faq-top__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gamayun-faq-top__item {
  margin: 0;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(61, 42, 79, 0.12);
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.gamayun-faq-top__link {
  color: var(--gamayun-purple, #3d2a4f);
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.gamayun-faq-top__link:hover {
  color: var(--gamayun-gold, #b8860b);
}

.gamayun-faq-top__tag {
  font-size: 0.75rem;
  color: rgba(61, 42, 79, 0.62);
  letter-spacing: 0.01em;
}

.gamayun-faq-top__more {
  margin: 1.5rem 0 0;
  text-align: center;
}

.gamayun-faq-top__all {
  display: inline-block;
  font-weight: 600;
  color: var(--gamayun-purple, #3d2a4f);
  text-decoration: none;
  border-bottom: 1px solid var(--gamayun-gold, #b8860b);
}

.gamayun-faq-top__all:hover {
  color: var(--gamayun-gold, #b8860b);
}
