.plate-small {
    font-family: 'Euro Plate', monospace;
    font-size: larger;
    border: 0.13em solid #666;
    border-radius: 0.2em;
    padding: 0.1em 0.1em 0.1em 0;
    white-space: nowrap;
}

.plate-small::before {
    content: ".";
    font-family: 'Euro Plate', monospace;
    padding: 0.1em;
    background-color: blue;
    color: blue;
    border-radius: 0.12em 0 0 0.12em;
    margin-right: -0.1em;
}

.plate-hero {
    line-height: 1em;
    padding: 0 0.1em 0 0;
    border-width: 0.1em;
    font-size: 3em;
    width: min-content;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
}

.plate-small .plate-prefix::after {
    content: ":";
}

.plate-prefix-omitted {
    color: #ccc;
}