@import "$homeDir/site/shared/resources.scss";

.mc-select-component-wrapper {
  width: 100%;
  max-width: 360px;
  position: relative;
}

label {
  color: $color-label-title;
  font-weight: 600;
}

select {
  width: 100%;
  height: 35px;
  border: 1px solid $color-border-light;
  border-radius: 4px;
  color: $color-text-dark;
  margin-top: 5px;
}

option {
  font-family: 'Open Sans';
  font-weight: normal;
}
