.lyd-web-new-select__chev {
  padding: 9px 8px;
}
.lyd-web-new-select--small .lyd-web-new-select__chev {
  padding: 4px 8px 4px 0;
}

.lyd-web-channel-picker {
  display: flex;
  justify-content: center;
  max-width: 360px;
  width: 100%;
}
.lyd-web-channel-picker__input,
.lyd-web-channel-picker .lyd-web-district-picker {
  width: 100%;
  min-width: 5rem;
}
.lyd-web-channel-picker .lyd-web-district-picker {
  margin-left: 0.5rem;
  min-width: 11rem;
}

.lyd-web-external-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 0.9375rem 1.5rem;
}
.lyd-web-external-icon-link:hover {
  text-decoration: underline;
}
.lyd-web-external-icon-link__icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: -0.5rem;
  margin-right: 0.5rem;
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
}

