/** CSS Easing functions */ /* Bulma Utilities */
.wp-block-starter-content-selector {
  max-width: 50vw;
}
.wp-block-starter-content-selector .title {
  font-weight: bold;
  text-align: center;
  font-size: 1.125rem;
}
.wp-block-starter-content-selector .selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.wp-block-starter-content-selector .selector label {
  font-weight: bold;
}
.wp-block-starter-content-selector .selector select {
  height: 32px;
  line-height: 1;
  padding: 0 0.75rem;
}
.wp-block-starter-content-selector .contents .content-item {
  display: none;
  text-align: left;
}
.wp-block-starter-content-selector .contents .content-item:first-child {
  display: block;
}
.wp-block-starter-content-selector .contents .content-item > * {
  width: 100%;
  text-align: left;
  text-wrap: auto;
}
.wp-block-starter-content-selector .contents .content-item p:first-child {
  width: 100%;
  text-align: left;
  text-wrap: auto;
}
