/* CSS for Scenery Order page */

.code-card {
  background: var(--element-bkg);
  border-radius: var(--normal-border-radius);
  padding: 1.5rem;
  box-shadow: var(--shadow-element);
  width: 100%;
  margin-bottom: var(--margin-bottom-element);
  overflow-x: auto;
}

.code-card code {
  font-family: monospace;
  font-size: 1rem;
  line-height: 1.6;
  display: block;
}

.code-card pre {
  margin: 0;
  padding: 0;
  font-family: 'Courier New', Courier, monospace;
  white-space: pre;
}
