@charset "UTF-8";

.wp-block-buttons {
margin-bottom: var(--base-offset);
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
border-radius: 1000px;
position: relative;
-webkit-transition: padding 200ms ease-in-out;
transition: padding 200ms ease-in-out;
}
.wp-block-buttons .wp-block-button .wp-block-button__link[href^="#"] {
position: relative;
top: -1.5em;
}
.wp-block-buttons .wp-block-button .wp-block-button__link[href^="#"] .dashicons {
position: absolute;
bottom: -1.7em;
left: 0;
right: 0;
margin: 0 auto;
}
.has-background-color .wp-block-buttons .wp-block-button .wp-block-button__link {
color: inherit;
border-color: inherit;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-text-color {
border-color: currentColor;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
text-decoration: none;
padding-left: 1.6em;
padding-right: 1.6em;
}