.blog-sidebar{display:flex;flex-direction:column;gap:2rem;transition:top .25s ease-in-out;transition-delay:0ms}.tags{display:flex;flex-wrap:wrap;font-size:.85rem;font-weight:700;gap:10px}.tags a{align-items:center;background:var(--white);border:1px solid var(--primary);border-radius:10px;color:var(--primary);display:inline-flex;font-size:11px;font-style:normal;font-weight:600;justify-content:center;line-height:normal;padding:8px 14px;text-transform:uppercase;transition:all .15s ease-in-out}.tags a.active,.tags a:hover{background-color:var(--primary);color:#fff}.authors{background:var(--Neutral,linear-gradient(180deg,hsla(0,0%,96%,0) 0,#f5f5f5 100%));border:1px solid #d9d9d9;border-radius:10px;padding:20px}.authors .blog-author,.sticky-cta{color:var(--body_color)}.sticky-cta{background:#eaf8fb;background:linear-gradient(302deg,#eaf8fb,#c2f5d4);background-color:#fff;background-position:50%;background-size:cover;border-radius:10px;padding:40px 25px}