.th-cnf-has-flag {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}

.th-cnf-flag {
  display: inline-block !important;
  width: 18px !important;
  height: 12px !important;
  max-width: 18px !important;
  max-height: 12px !important;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, .12);
  flex: 0 0 18px;
}

.th-cnc-single-hero .th-cnf-flag {
  width: 20px !important;
  height: 14px !important;
  max-width: 20px !important;
  max-height: 14px !important;
  flex-basis: 20px;
}

.th-cnc-country-pill .th-cnf-flag {
  width: 18px !important;
  height: 12px !important;
  max-width: 18px !important;
  max-height: 12px !important;
}

@media (max-width: 767px) {
  .th-cnf-flag,
  .th-cnc-single-hero .th-cnf-flag {
    width: 18px !important;
    height: 12px !important;
    max-width: 18px !important;
    max-height: 12px !important;
    flex-basis: 18px;
  }
}
