/* Baggrund med sten-texture (klassisk Minecraft stone) */
.mc-true-box {
    background: #1b1b1b url("i.imgur.com/DRz8k9v.png") repeat; /* stone texture */
    padding: 20px;
    border: 6px solid #3a6b1a; /* græsgrøn kant */
    outline: 4px solid #2d4f12; /* mørkere kant som græsblok lag */
    border-radius: 2px;
    color: #e7e7e7;
    font-family: "Courier New", monospace; /* pixel-retro */
    box-shadow:
        0 0 15px #2d4f12,
        inset 0 0 12px rgba(0,0,0,0.5);
}

/* Titel i Minecraft-menu stil */
.mc-true-title {
    font-size: 32px;
    color: #7dff70;
    text-shadow:
        3px 3px 0 #2d4f12,
        0 0 10px #7dff70;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Undertitel */
.mc-true-sub {
    font-size: 14px;
    color: #bfffbf;
    text-shadow: 1px 1px 0 #2d4f12;
}

/* Grøn pixel-agtig divider */
.mc-true-hr {
    border: none;
    height: 4px;
    background: #5dcf4e;
    box-shadow: 0 0 6px #5dcf4e;
    margin: 14px 0;
}

/* Pixel-liste */
.mc-true-list {
    list-style: square;
    color: #d0ffd0;
    padding-left: 20px;
    font-size: 14px;
}

/* Marquee i creeper-grøn */
.mc-true-marq {
    margin-top: 10px;
    color: #7dff70;
    font-weight: bold;
    text-shadow: 0 0 6px #7dff70;
    font-size: 14px;
}
