/*-------------------------
course_format
--------------------------*/
.wp-block.course_format .inner {
  margin-bottom: 40px;
}
.wp-block.course_format .tab-titles {
  display: flex;
  gap: 4px;
}
.wp-block.course_format .tab-titles .tab {
  width: 50%;
  border-radius: 4px 4px 0px 0px;
  padding: 14px;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #212529;
  background: #f9f7f0;
  text-align: center;
  cursor: pointer;
}
.wp-block.course_format .tab-titles .tab.active {
  background: #c5af67;
}
.wp-block.course_format .tab-content {
  padding: 30px 0;
  color: #000000;
}
.wp-block.course_format .tab-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.wp-block.course_format .tab-content p:last-child {
  margin-bottom: 0;
}