/**handles:core-button**/
.wp-block-button.is-style-arrow-right .wp-block-button__link{position:relative;display:inline-flex;align-items:center;justify-content:space-between;gap:16px;transition:background-color .3s ease,color .3s ease}.wp-block-button.is-style-arrow-right .wp-block-button__link::after{content:"";display:inline-block;flex-shrink:0;width:26px;height:26px;background-color:var(--wp--preset--color--black);-webkit-mask-image:url(https://lmsomeco.fi/wp-content/themes/lmsomeco-wpmudev-fse/assets/img/arrow-right.svg);mask-image:url(https://lmsomeco.fi/wp-content/themes/lmsomeco-wpmudev-fse/assets/img/arrow-right.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.wp-block-button.is-style-arrow-right .wp-block-button__link:hover{background:var(--wp--preset--color--white)!important;color:var(--wp--preset--color--purple)!important;transform:none!important}.wp-block-button.is-style-bookmark-left .wp-block-button__link{position:relative;background:0 0;display:inline-flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 8px;font-size:22px;font-weight:500;line-height:1.5}.wp-block-button.is-style-bookmark-left .wp-block-button__link::before{content:"";display:inline-block;flex-shrink:0;width:22px;height:22px;background-color:currentColor;-webkit-mask-image:url(https://lmsomeco.fi/wp-content/themes/lmsomeco-wpmudev-fse/assets/img/bookmark.svg);mask-image:url(https://lmsomeco.fi/wp-content/themes/lmsomeco-wpmudev-fse/assets/img/bookmark.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}