.wp-block-read-more {
    &.is-style-button {
        border-radius: 30px;
        padding-top: 9px;
        padding-right: 25px;
        padding-bottom: 5px;
        padding-left: 25px;
        transition: all 0.25s;

        &.has-tertiary-background-color {
            border: 1px solid var(--wp--preset--color--tertiary) !important;

            &:hover {
                background-color: transparent !important;
                color: var(--wp--preset--color--primary) !important;
                border: 1px solid var(--wp--preset--color--primary) !important;
            }
        }
    }
}