:host {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  margin-bottom: 16px !important;
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: top;
  color: rgb(98, 121, 138);
}
:host.duet-p-0 {
  padding: 0 !important;
}
:host.duet-m-0 {
  margin: 0 !important;
}

:host(.duet-caption-small) {
  font-size: 0.875rem;
  line-height: 1.25;
}

:host(.duet-theme-turva) {
  font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: rgb(72, 100, 122);
}

:host(.duet-caption-selected) {
  color: rgb(0, 119, 179);
}

:host(.duet-caption-selected.duet-theme-turva) {
  color: rgb(23, 28, 58);
}

:host(.duet-m-0) {
  margin: 0 !important;
}

:host(.duet-theme-turva2.duet-caption-selected.duet-theme-turva) {
  color: rgb(23, 42, 59);
}