.terminal {
    background: #0f172a;
    color: #e5e7eb;
    padding: 1rem 1.25rem;
    border-radius: 10px;
    font-family: 'FiraCode NF', monospace;
    font-size: 0.95rem;
    line-height: 1.4;
    overflow-x: auto;
}

/* Starship blocks */
.pl-yellow { background: #eab308; color: #000; }
.pl-yellow-edge { color: #eab308; }
.pl-green { background: #22c55e; color: #000; }
.pl-green-edge { color: #22c55e; }
.pl-cyan { background: #22d3ee; color: #000; }
.pl-cyan-edge { color: #22d3ee; }

/* First command line */
.first-line {
    white-space: pre;
    margin: 0;
}

/* Success/Error symbol */
.char-symbol { font-weight: 700; }

/* First command text */
.first-command {
    white-space: pre;
}

/* Remaining lines */
.output-line {
    white-space: pre;
    margin: 0;
    padding-left: 2ch; /* align under first command */
    color: #cbd5f5;
}
