.wp-block-firebox-button.aligncenter {
    text-align: center
}

.wp-block-firebox-button.alignright {
    text-align: right
}

.firebox-block-button-element {
    color: var(--black);
    height: auto;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: var(--input-border-radius);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: var(--base-metric);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    margin: 0;
    padding: calc(1.5*var(--base-metric)) calc(3*var(--base-metric));
    text-align: center;
    text-decoration: none !important;
    overflow-wrap: break-word;
    font-style: normal;
    line-height: 1;
    text-decoration: none !important
}

.firebox-block-button-element:hover,
.firebox-block-button-element:focus,
.firebox-block-button-element:active,
.firebox-block-button-element:visited {
    color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.firebox-block-button-element svg {
    width: var(--icon-width, 16px);
    height: var(--icon-width, 16px)
}