.country-flag-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.55rem;
  padding: 0.34rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.1);
  color: #f7f8ff;
  font-size: 0.74rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.country-flag-badge img {
  width: 22px;
  height: 16px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.16);
  object-fit: cover;
  flex: 0 0 auto;
}

.country-flag-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 16px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-size: 0.55rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .country-flag-badge {
    margin-top: 0.45rem;
    font-size: 0.68rem;
    letter-spacing: 0.04em;
  }
}
