/* 
Theme Name: DDD Store Child
Template: ddd 
... 
*/

:root {
    /* Override Parent Variable to Cyan */
    --crt-color: #00ffff;
}

.sector-name {
    font-size: 0;
}
.sector-name::after {
    content: "COMMERCE";
    font-size: 1rem;
}

/* Optional: Add a Store styling */
.terminal-content {
    border-style: double; /* Different border style for Store */
}