.visual-editor-bar > div { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.visual-editor-bar a.is-active { color: #fff; background: #002fa7; border-color: #002fa7; }
@media (max-width: 640px) { .visual-editor-bar > div { display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; } }
