html, body { height: 100%; }
body {
    display: flex;
    flex-direction: column;
}

.header-icons-default {
    color: #333333;
}

.footer {
    flex-shrink: 0;
}

.wordy-content {
    flex: 1 0 auto;
}

.google-icon-enabled { /* Placeholder for enabled state */ }

/* вум */
.add-outline * { outline: solid 1px green; }
.add-outline input { outline: solid 1px red; }