/**
 * Copy from LearnPress
 * When LearnPress is updated, this file should be updated too.
 */
:root {
  --lp-cotainer-max-with: var(--lp-container-max-width);
}

.wp-block-group {
  --lp-container-max-width: var(--wp--style--global--wide-size);
}

.lp-cb-tab-content .cb-section__course-edit #lp_collections_course_data .ts-control .item {
  padding: 6px 22px;
  background: #EEF1FF;
  color: #7067ED;
  font-weight: 500;
  border-radius: 4px;
  margin-bottom: 0;
}