.wp-block-buttons,
.wp-block-button,
.wp-block-button__link {
    width: fit-content;
}

.wp-block-button__link {
    transition: all .2s ease-in-out;
}

.wp-block-button.has-right-chevron a {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.wp-block-button.has-right-chevron a:after {
    display: block;
    content: '';
    width: 7px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.625 10.625L5.625 5.625L0.625 0.625' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}