/* کاشی کشور — سایت عمومی (هم‌سبک انتخابگر ادمین) */
.gt-country-tile-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px 14px;
  width: 100%;
}

.gt-country-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  padding: 6px 4px 5px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #334155;
  overflow: hidden;
  transition: border-color 0.12s, background 0.12s, box-shadow 0.12s, transform 0.12s;
}

a.gt-country-tile:hover {
  border-color: #60a5fa;
  background: #f8fbff;
  transform: translateY(-1px);
  color: #1e293b;
}

.gt-country-tile.is-active {
  border-color: #2563eb;
  background: #eff6ff;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.22);
  color: #1e3a8a;
}

.gt-country-tile__flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 4px;
  border-radius: 6px;
  overflow: hidden;
  background: #f1f5f9;
  line-height: 0;
}

.gt-country-tile__flag img {
  display: block;
  width: auto;
  height: auto;
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}

.gt-country-flag-globe-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #2563eb;
}

.gt-country-flag-globe {
  display: block;
}

.gt-tour-country-option__flag .gt-country-flag-globe-wrap {
  width: 40px;
  height: 40px;
}

.gt-tour-country-option__flag .gt-country-flag-globe {
  width: 28px;
  height: 28px;
}

.gt-country-tile__name {
  display: block;
  width: 100%;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gt-country-tile--about {
  width: 92px;
  height: 92px;
  flex-basis: 92px;
}

.gt-country-tile--about .gt-country-tile__name {
  font-size: 11px;
  white-space: normal;
  max-height: 2.4em;
}

.gt-country-tile--about .gt-country-tile__meta {
  display: block;
  width: 100%;
  margin-top: 2px;
  font-size: 7px;
  line-height: 1.2;
  color: #64748b;
  overflow: hidden;
  max-height: 2.4em;
}

.magazine-toolbar .gt-country-tile-grid,
.hotels-country-tabs.gt-country-tile-grid,
.home-hotel-country-tabs.gt-country-tile-grid {
  margin-bottom: 1rem;
}

.about-countries.gt-country-tile-grid {
  margin-top: 0.5rem;
}

@media (max-width: 575px) {
  .gt-country-tile,
  .gt-country-tile--about {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
  }

  .gt-country-tile--about {
    height: 80px;
  }
}
