/* C64-style demo frame — decorative landing accent only */
.c64-frame {
  border: 4px solid #ffe800;
  box-shadow: 0 0 0 4px #40318d;
  background: #40318d;
  color: #a2e4f4;
  padding: 1rem 1.25rem;
  margin: 1.25rem 0;
  font-family: "Courier New", Courier, monospace;
  max-width: 44rem;
  border-radius: 0;
}

.c64-frame h1,
.c64-frame h2,
.c64-frame p,
.c64-frame strong {
  color: #a2e4f4;
}

.c64-frame a {
  color: #ffe800;
}

.c64-frame .md-typeset__table {
  color: inherit;
}