.course-public-content {
  display: none;
}

/* Make the whole button area feel clickable */
.more-info-button {
  cursor: pointer;
}

/* Chevron using ::after — appears after the link text */
.more-info-button .uagb-heading-text a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: 3px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #555;
  transition: transform 0.35s ease;
  transform: rotate(-90deg);
}

/* Rotate when open */
.more-info-button.open .uagb-heading-text a::after {
  transform: rotate(0deg);
  /* border-top-color: #0066cc; */
}

.more-info-button .uagb-heading-text a {
  color: var(--ast-global-color-3);
}

/* Optional hover effect */
.more-info-button:hover .uagb-heading-text a {
  /* color: #004080; */
}


/* Account tabs */
.um-account-side li a.um-account-link span.um-account-title {
  display: block;
  overflow: hidden;
  float: none;
  padding-right: 20px;
}

div[class*="um-account-tab-course_tab_"] .um-button,
.um-account-tab.um-account-tab-proficiency_tab .um-button {
  display: none;
}

.sls-tab-content {
  margin-top: 30px;
}