.footer-countries-grid {
  align-items: start;
  grid-auto-flow: row;
}

.footer-country-group {
  align-self: start;
  height: auto;
}

.footer-country-group .footer-list-reset {
  display: grid;
  gap: 0.15rem;
}

.footer-country-more {
  margin-top: 0.5rem;
}

.footer-country-more summary {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.footer-country-more .footer-link-list-more {
  margin-top: 0.35rem;
  max-height: 190px;
  overflow: auto;
  padding-right: 0.3rem;
}

.footer-country-more .footer-link-list-more::-webkit-scrollbar {
  width: 8px;
}

.footer-country-more .footer-link-list-more::-webkit-scrollbar-thumb {
  background: rgba(166, 176, 209, 0.42);
  border-radius: 999px;
}

@media (min-width: 1024px) {
  .footer-countries-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-country-group-asia {
    grid-column: 1 / -1;
    order: -1;
  }
}

@media (max-width: 1023px) {
  .footer-country-more .footer-link-list-more {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}
