.yoga-btnText {
  text-align: center;
  color: red;
  font-size: 1.6rem;
  font-weight: bold;
}

.yoga-anno {
  margin-top: 8px;
  text-align: center;
}

.yoga-instructor {
  max-width: 300px;
  margin: 8px auto 24px;
}

.event-detail-btn--last {
  margin-top: 24px;
}

.event-detail-btn a {
  margin-top: 16px;
}

.event-detail-btn {
  margin-bottom: 56px;
}

.rich-editor strong {
  font-weight: bold;
  background-color: unset;
}

.rich-editor strong.red {
  color: red;
  background-color: unset;
}

.yoga-btn {
  color: #212121 !important;
  line-height: 2 !important;
}

@media screen and (max-width: 768px) {
  .event-detail-item--cam .event-detail-items {
    width: 100%;
  }

  .event-detail-btn a {
    font-size: 1.3rem !important;
  }
}
