.brand-word {
  font-size: clamp(.78rem, 1.3vw, 1.12rem);
  white-space: nowrap;
}

.country-pill {
  display: inline-flex;
  min-height: 2.55rem;
  max-width: 12rem;
  align-items: center;
  gap: .5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: .75rem;
  background: rgba(255, 255, 255, .035);
  padding: .55rem .8rem;
  color: #e7e5e4;
  font-size: .82rem;
  font-weight: 700;
  white-space: nowrap;
}

.country-pill #countryName { overflow: hidden; text-overflow: ellipsis; }
.flag-frame {
  display: grid;
  width: 1.7rem;
  height: 1.15rem;
  flex: none;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: .22rem;
  background: #20201d;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .4);
}

.country-flag { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 420px) {
  .brand-frame { gap: .35rem; padding: .28rem .48rem .28rem .3rem; }
  .brand-frame svg { width: 1.65rem; height: 1.65rem; }
  .brand-word { font-size: .7rem; }
  .control { padding-left: .55rem !important; padding-right: .55rem !important; }
  .country-pill { max-width: 7.3rem; padding: .48rem .58rem; font-size: .7rem; }
}

@media (max-width: 360px) {
  .brand-word { font-size: .64rem; }
  .country-pill { max-width: 6.4rem; gap: .3rem; }
}

.admin-input {
  color: #f5f5f4 !important;
  background-color: rgba(8, 8, 7, .72) !important;
  border-color: rgba(255, 255, 255, .14) !important;
}

.admin-input::placeholder { color: #a8a29e !important; opacity: .82; }
.admin-input option { color: #f5f5f4; background: #181816; }
.field-label { color: #e7e5e4; }

.admin-input:-webkit-autofill,
.admin-input:-webkit-autofill:hover,
.admin-input:-webkit-autofill:focus {
  -webkit-text-fill-color: #f5f5f4;
  box-shadow: 0 0 0 1000px #11110f inset;
}
