.code-grid{
    margin-top: 0.75rem;
    border-radius: 3px;
    border: 1px solid #cee2ee;
}

.night .code-grid{
    border: 1px solid #444;
}

.code-grid h3{
    padding: 0.75rem 0;
    border-bottom: 1px solid #cee2ee;
    color: #244c64;
    font-size: 0.65rem;
    display: block;
    width: 100%;
    text-align: center;
}

.night .code-grid h3{
    border-bottom: 1px solid #444;
    color: #bbb;
}

.code-grid>div{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.header-hs {
    background-color: #e3eef8;
}

.night .header-hs {
    background-color: #181a1b;
}

.code-grid>div>div {
    border-bottom: 1px solid #cee2ee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #cee2ee;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem 0;
}

.night .code-grid>div>div {
    border-bottom: 1px solid #444;
    border-left: 1px solid #444;
}

.code-grid>div .zimus{
    color: #05b672;
    font-weight: bold;
    font-size: 0.7rem;
}

.code-grid>div .code{
    
}

.header-hsa{
    border-left: 0 !important;
}

.header-hsb{
    border-bottom: 0 !important;
}