/* Shared app downloads and persistent exam toolbar. Homepage uses its own legacy component. */
.rl-page .study-tools{align-self:start;background:#fff;border-radius:12px;padding:16px;box-sizing:border-box;width:100%;min-width:0;color:#273242}
.rl-page .study-tools h2{font-size:16px;line-height:24px;margin:0 0 10px;font-weight:500}
.rl-page .study-tools-apps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.rl-page .study-tools-app{appearance:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;height:120px;min-width:0;width:100%;padding:12px 0;background:#f7f8fa;border:0;border-radius:8px;color:#6b7f9a;font-family:inherit;font-size:12px;line-height:20px;cursor:pointer}
.rl-page .study-tools-app img{width:58px;height:58px;display:block}
.rl-page .study-tools-app span{font-size:12px;line-height:20px;white-space:nowrap}
.rl-page .study-tools-app:hover,.rl-page .study-tools-app[aria-expanded=true]{background:#eef3ff;color:#1769ff}
.rl-page .study-tools-panel{position:relative;margin-top:16px;padding:16px 8px;background:#eef3ff;border-radius:8px;text-align:center;color:#68727e}
.rl-page .study-tools-panel[hidden]{display:none!important}
.rl-page .study-tools-panel:before{content:'';position:absolute;top:-8px;left:calc(25% - 8px);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #eef3ff}
.rl-page .study-tools-panel[data-study-panel=ielts]:before{left:calc(75% - 8px)}
.rl-page .study-tools-panel img{display:block;width:128px;height:128px;margin:12px auto;border-radius:8px}
.rl-page .study-tools-panel p{font-size:14px;line-height:21px;margin:0}
.rl-page .exam-quick-tools{position:fixed;right:20px;top:50%;transform:translateY(-50%);width:76px;z-index:90;color:#333}
.rl-page .exam-quick-group,.rl-page .exam-quick-top{background:#fff;border:1px solid #e7ebf0;border-radius:8px;box-shadow:0 6px 24px #15203008;box-sizing:border-box}
.rl-page .exam-quick-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:100%;height:80px;margin:0;padding:0;border:0;background:transparent;color:#333;font-family:inherit;font-size:12px;line-height:20px;cursor:pointer;text-decoration:none;list-style:none;box-sizing:border-box}
.rl-page .exam-quick-item img{display:block;width:30px;height:30px;object-fit:contain}
.rl-page .exam-quick-item span{font-size:12px;line-height:20px}
.rl-page .exam-quick-item:hover,.rl-page .exam-quick-item:focus-visible{background:#F8FAFC;color:#333；}
.rl-page .exam-quick-item:focus-visible,.rl-page .study-tools-app:focus-visible{outline:2px solid #1769ff;outline-offset:2px}
.rl-page .exam-quick-divider{height:1px;background:#edf0f2;margin:0 14px}
.rl-page .exam-quick-top{margin-top:10px;background:#fff;border:1px solid #e7ebf0}
.rl-page .exam-quick-popup{position:relative}
.rl-page .exam-quick-popup summary::-webkit-details-marker{display:none}
.rl-page .exam-quick-qr{position:absolute;right:calc(100% + 10px);top:50%;transform:translateY(-50%);width:200px;padding:20px;background:white;border:1px solid #e7ebf0;border-radius:8px;box-shadow:0 6px 24px #15203014;box-sizing:border-box;text-align:center}
.rl-page .exam-quick-qr:after{content:'';position:absolute;right:-12px;top:0;height:100%;width:12px}
.rl-page .exam-quick-qr img{display:block;width:160px;height:160px;object-fit:contain}
.rl-page .exam-quick-qr p{font-size:13px;line-height:20px;margin:0 0 10px}

.exam-quick-tools [data-exam-top][hidden]{display:none!important}
