/* arrow-button */
.is-style-arrow-button .wp-block-button__link {
    border-top: 1px solid currentColor;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:1rem;
}
.wp-block-buttons.is-content-justification-stretch .is-style-arrow-button .wp-block-button__link{
    width: 100%;
    text-align: left;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.wp-block-buttons.is-content-justification-stretch:has(.is-style-arrow-button) {
    gap:0;
}
.is-style-arrow-button .wp-block-button__link::after {
    content:'\e90c';
    display: inline-block;
    font-family: var(--wp--preset--font-family--hth-icons) !important;
}