#language-switcher-modal .selector-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

#language-switcher-modal .selector-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -.32px;
}

#language-switcher-modal .selector-wrapper select {
  padding: 15px 6px 15px 10px;
  border-radius: 6px;
  border: 1px solid #76767A;
  background: #FFF;
  appearance: none;
  position: relative;
  height: 54px;
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cg clip-path='url(%23clip0_15_12)'%3E%3Cpath d='M11.375 5.75L7 10.125L2.625 5.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_15_12'%3E%3Crect width='14' height='14' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  margin-bottom: 1.5rem;
}
