.typography-content .is-style-floating-action-button,
.entry-content .is-style-floating-action-button
{
    position: fixed;
    bottom: 1em;
    right: 1em;
    display: block;
    width: auto;
    z-index: 7;
    margin: 0 !important;
    padding: 0 !important;
}

.is-style-floating-left-bottom
{
    position: fixed;
    bottom: 1em;
    left: 1em;
    display: block;
    width: auto;
    z-index: 7;
    margin: 0 !important;
    padding: 0 !important;
}

.is-style-floating-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    z-index: 7;
}

.typography-content .is-style-top-left-button,
.entry-content .is-style-top-left-button,
.typography-content .is-style-top-right-button,
.entry-content .is-style-top-right-button
{
    position: absolute;
    top: 130px;
    display: block;
    width: auto;
    z-index: 1;
    margin: 0 !important;
    padding: 0 !important;
}
.typography-content .is-style-top-left-button,
.entry-content .is-style-top-left-button
{
    left: 24px;
}
.typography-content .is-style-top-right-button,
.entry-content .is-style-top-right-button
{
    right: 24px;
}

.typography-content .is-style-top-left-button > .wp-block-button > .wp-block-button__link,
.entry-content .is-style-top-left-button > .wp-block-button > .wp-block-button__link,
.typography-content .is-style-top-right-button > .wp-block-button > .wp-block-button__link,
.entry-content .is-style-top-right-button > .wp-block-button > .wp-block-button__link
{
    width: 37px;
    overflow: hidden;
    padding: 0;
}
.typography-content .is-style-top-left-button > .wp-block-button > .wp-block-button__link:hover,
.entry-content .is-style-top-left-button > .wp-block-button > .wp-block-button__link:hover,
.typography-content .is-style-top-right-button > .wp-block-button > .wp-block-button__link:hover,
.entry-content .is-style-top-right-button > .wp-block-button > .wp-block-button__link:hover
{
    width: auto;
    overflow: visible;
    padding-right: 17px;
}
.typography-content .is-style-top-left-button > .wp-block-button > .wp-block-button__link > img,
.entry-content .is-style-top-left-button > .wp-block-button > .wp-block-button__link > img,
.typography-content .is-style-top-right-button > .wp-block-button > .wp-block-button__link > img,
.entry-content .is-style-top-right-button > .wp-block-button > .wp-block-button__link > img
{
    width: 21px !important;
    margin-left: 7px;
    margin-right: 7px;
}
.typography-content .is-style-top-left-button > .wp-block-button > .wp-block-button__link:hover > img,
.entry-content .is-style-top-left-button > .wp-block-button > .wp-block-button__link:hover > img,
.typography-content .is-style-top-right-button > .wp-block-button > .wp-block-button__link:hover > img,
.entry-content .is-style-top-right-button > .wp-block-button > .wp-block-button__link:hover > img
{
    margin-right: 3px;
}

