/* === Country Filter === */
.countries-filter {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;

  width: 100%;
  gap: 0.5em;
  padding-block: 0.5em;
}

.flag-img {
  width: 38px !important;
}

/* Custom Select Picker */
.select-button {
  justify-content: space-between;
}