.wp-element-button.full-width {
    width: 100%;
}

.wp-element-button.right {
    float: inline-end;
}

.wp-element-button.outline{
    color: inherit;
    background-color: transparent;
    border: solid 1px currentColor;
}

.wp-element-button.outline:hover {
    color: var(--wp--preset--color--dark, black) !important;
    background-color: var(--wp--preset--color--light, white) !important;
    border-color: transparent;
}