/* Apvalus mygtukas cat cikle i irasa */
.vb-post-link-wrapper {display: flex;justify-content: flex-start;margin-top: auto;padding-top: 15px;} .vb-btn-bubble {display: inline-flex;align-items: center;justify-content: center;width: 46px;height: 46px;background-color: var(--vb-btn-bg);color: #fff;border-radius: 50%;    transition: opacity 0.2s ease, background-color 0.2s ease;text-decoration: none;line-height: 1;} .vb-btn-bubble:hover {opacity: 0.9;color: #fff;} .vb-btn-bubble svg {width: 20px;height: 20px;display: block;}
/* --- Scroll To Top --- */
.scroll-to-top {position: fixed;bottom: 70px;right: 20px;z-index: 99;width: 46px;height: 46px;display: flex;align-items: center;justify-content: center;background-color: var(--wp--preset--color--accent-1, #a60000);border-radius: 50%;cursor: pointer;border: none;padding: 0;transition: background-color .3s ease, opacity .3s ease, visibility .3s ease;opacity: 0;visibility: hidden;}.scroll-to-top svg {width: 24px;height: 24px;stroke: #fff;filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));pointer-events: none;}.scroll-to-top.show {opacity: 1;visibility: visible;} @media (max-width: 880px) { .scroll-to-top.show.is-reading {opacity: 0;visibility: hidden;pointer-events: none;}}