.rl-page .practice-sidebar{width:280px;display:flex;flex-direction:column;gap:20px;align-self:start;min-width:0}
.rl-page .sidebar-ad{position:relative;flex:none;width:280px;height:120px;border-radius:12px;overflow:hidden;background:#f0f3f8;box-sizing:border-box}
.rl-page .sidebar-ad[hidden],.rl-page .sidebar-ad [hidden]{display:none!important}
.rl-page .sidebar-ad-slide{display:block;position:absolute;inset:0;width:280px;height:120px}
.rl-page .sidebar-ad-slide img{display:block;width:280px;height:120px;object-fit:cover;border:0}
.rl-page .sidebar-ad-dots{position:absolute;bottom:8px;left:0;right:0;display:flex;justify-content:center;gap:4px;z-index:1}
.rl-page .sidebar-ad-dots button{width:5px;height:5px;border-radius:4px;padding:0;border:0;background:#ffffffa0;cursor:pointer}
.rl-page .sidebar-ad-dots button[aria-pressed=true]{width:16px;background:#fff}
.rl-page .sidebar-ad-dots button:focus-visible{outline:2px solid #1769ff;outline-offset:3px}
