.country__flag {
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 99px;
  overflow: hidden;
}

.country__flag img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.country__select {
  display: flex;
  gap: var(--sp-3);
}

@media screen and (min-width: 1024px) {
  .country__select {
    padding-inline: var(--sp-7);
  }
}
