.cmp-countryselector {
  padding-bottom: 20px;
}
.cmp-countryselector__details {
  padding-bottom: 16px;
}
.cmp-countryselector__title {
  color: #fff;
  font-size: 16px;
}
.cmp-countryselector__dropdown {
  padding: 13px 48px 10px 16px;
  color: #39496a;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
  background-position: right .5rem center;
  background-repeat: no-repeat;
  background-size: 27px 27px;
  appearance: none;
  max-width: 270px;
  width: 100%;
  outline: 2px solid transparent;
  outline-offset: 2px;
  font-weight: bold;
}
.cmp-countryselector__dropdown:focus {
  box-shadow: 0 0 0 3px #f1c400;
  color: #0033A0;
}
