#post_box .post-content .wp-block-button__link,
#post_box .entry-content .wp-block-button__link {
background-color: #099;
color: #fff;
border: 1px solid #099;
border-radius: 6px;
padding: 8px 20px;
box-shadow: none;
font-family: var(--font-main);
font-size: 14px;
font-weight: 500;
line-height: 1.6;
text-decoration: none;
transition: background-color .18s ease, border-color .18s ease;
} #post_box .post-content .wp-block-button__link:hover,
#post_box .post-content .wp-block-button__link:focus,
#post_box .post-content .wp-block-button__link:active,
#post_box .entry-content .wp-block-button__link:hover,
#post_box .entry-content .wp-block-button__link:focus,
#post_box .entry-content .wp-block-button__link:active {
background-color: #077;
border-color: #077;
color: #fff; text-decoration: underline;
text-decoration-style: dashed;
text-underline-offset: 3px;
text-decoration-thickness: 1px;
} #post_box .post-content .is-style-outline > .wp-block-button__link,
#post_box .entry-content .is-style-outline > .wp-block-button__link {
background-color: transparent;
color: #099;
border-color: #099;
}
#post_box .post-content .is-style-outline > .wp-block-button__link:hover,
#post_box .post-content .is-style-outline > .wp-block-button__link:focus,
#post_box .entry-content .is-style-outline > .wp-block-button__link:hover,
#post_box .entry-content .is-style-outline > .wp-block-button__link:focus {
background-color: #099;
color: #fff;
border-color: #099;
} #post_box .post-content .wp-block-buttons,
#post_box .entry-content .wp-block-buttons {
gap: 10px;
}