.theme-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.theme-section > .theme-var {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: var(--std-unit-x4)
}
.theme-var > * {
    white-space: normal;
    word-break: break-all;
}
