.button.ab3-editor-button {
    color: inherit;
    text-decoration: none;
}

.button.ab3-editor-button--50 {
    width: 50%;
}

.button.ab3-editor-button--100 {
    width: 100%;
}

.ab3-editor-buttons-row {
    display: flex;
    align-items: stretch;
    gap: 10px;
    width: 100%;
}

.ab3-editor-buttons-row > .button.ab3-editor-button--50 {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
}

@media (max-width: 767px) {
    .ab3-editor-buttons-row {
        flex-direction: column;
    }

    .button.ab3-editor-button,
    .button.ab3-editor-button--50,
    .button.ab3-editor-button--100 {
        width: 100%;
    }
}
