.publish-article-heading {
  border-bottom: 0 !important;
}


.combo-table tr:nth-child(even) {
  background-color: 125, 125, 125;
}

.m68k-table-colors table a[href="#darkpurple"],
.m68k-table-colors table a[href="#pink"],
.m68k-table-colors table a[href="#red"],
.m68k-table-colors table a[href="#darkred"],
.m68k-table-colors table a[href="#blue"],
.m68k-table-colors table a[href="#purple"],
.m68k-table-colors table a[href="#lightpurple"],
.m68k-table-colors table a[href="#green"],
.m68k-table-colors table a[href="#orange"],
.m68k-table-colors table a[href="#darkpink"],
.m68k-table-colors table a[href="#lightgreen"] {
  display: none;
}

.m68k-table-colors table td:has(a[href="#purple"]),
.m68k-table-colors table th:has(a[href="#purple"]) {
  background-color: #9f24f6;
}
.m68k-table-colors table td:has(a[href="#darkpurple"]),
.m68k-table-colors table th:has(a[href="#darkpurple"]) {
  background-color: #6d12ab;
}
.m68k-table-colors table td:has(a[href="#lightpurple"]),
.m68k-table-colors table th:has(a[href="#lightpurple"]) {
  background-color: #bf6cf7;
}
.m68k-table-colors table td:has(a[href="#pink"]),
.m68k-table-colors table th:has(a[href="#pink"]) {
  background-color: #ed7099;
}
.m68k-table-colors table td:has(a[href="#red"]),
.m68k-table-colors table th:has(a[href="#red"]) {
  background-color: #ec692f;
}
.m68k-table-colors table td:has(a[href="#blue"]),
.m68k-table-colors table th:has(a[href="#blue"]) {
  background-color: #5297f7;
}
.m68k-table-colors table td:has(a[href="#orange"]),
.m68k-table-colors table th:has(a[href="#orange"]) {
  background-color: #f19e70;
}
.m68k-table-colors table td:has(a[href="#green"]),
.m68k-table-colors table th:has(a[href="#green"]) {
  background-color: #67c94d;
}
.m68k-table-colors table td:has(a[href="#lightgreen"]),
.m68k-table-colors table th:has(a[href="#lightgreen"]) {
  background-color: #9ade8d;
}
.m68k-table-colors table td:has(a[href="#darkred"]),
.m68k-table-colors table th:has(a[href="#darkred"]) {
  background-color: #a1203d;
}
.m68k-table-colors table td:has(a[href="#darkpink"]),
.m68k-table-colors table th:has(a[href="#darkpink"]) {
  background-color: #e73560;
}


.callout[data-callout="custom-callout-example"] {
	--callout-color: 120, 120, 120;
	--callout-icon: lucide-flask-conical;
}

.callout[data-callout="video-info-card"] {
	--callout-color: 120, 120, 120;
	--callout-icon: lucide-video-off;
}

.callout[data-callout="video-example"] {
	--callout-color: 245, 101, 101;
	--callout-icon: lucide-video;
}

.callout[data-callout="session-list"] {
	--callout-color: 120, 120, 120;
	--callout-icon: lucide-list;
}

