/* Mahina Menu v6.22: paper-visible menu cards and monochrome course notice. */

/* Let the shared paper grain remain visible through add-on option cards. */
.paper .menu-item.addon-item {
  background: transparent;
}

/* Course participation and change notices no longer cover the paper texture. */
.paper .course-notes {
  background: transparent;
}

/* Remove the green wash and convert its green typography and rule to black. */
.paper .course-inclusion {
  background: transparent;
  border-color: var(--ink);
}

.paper .course-inclusion strong {
  color: var(--ink);
}
