/* =========================
   C64 CODE BLOCK
========================= */

.cp-c64code{
  background: var(--C64_kek);        /* #40318d */
  margin: 28px 0;
  overflow-x:auto;
  letter-spacing: -1px;
}

.cp-c64code pre{
  margin:0;
  color: var(--C64_vilagos_kek);     /* #5555ff */
  font-size:18px;
  line-height:1.4;
  white-space:pre;
}

@media (max-width: 767px) {
  .cp-c64code pre{
    font-size:13px;
  }
}

/* =========================
   C64 CODE BLOCK
========================= */

.cp-c64code{
  background: var(--C64_kek);
  overflow-x:auto;
  overflow-y:auto;
  max-height: calc(var(--rows) * 1.4em - 2px);
  letter-spacing:-1px;
}

.cp-c64code pre{
  margin: 18px;
  color: var(--C64_vilagos_kek);
  font-size:18px;
  line-height:1.0;
  white-space:pre;
}

@media (max-width:767px){

  .cp-c64code pre{
    font-size:13px;
  }

}