.cm-view-mode-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.cm-view-mode-option {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    color: #aeb7c7;
    background: transparent;
    cursor: pointer;
}

.cm-view-mode-option:hover,
.cm-view-mode-option[aria-pressed="true"] {
    color: #f23b82;
    background: rgba(242, 59, 130, 0.1);
}

.cm-view-mode-option:focus-visible {
    outline: 2px solid #5f9cff;
    outline-offset: 2px;
}

.cm-view-mode-option .cm-nav-icon {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
