.yz-leisure-mind-reader .mind-reader-card{overflow:hidden}
.mind-reader{min-height:540px;border:1px solid #dce6f2;border-radius:8px;background:#f7faff;color:#263c55}
.mind-reader-panel{display:none;min-height:540px;padding:54px 48px;text-align:center;flex-direction:column;align-items:center;justify-content:center}
.mind-reader-panel.is-active{display:flex}
.mind-reader-panel h2{margin:0 0 16px;font-size:25px;line-height:1.5;font-weight:600;color:#213a58}
.mind-reader-panel p{max-width:610px;margin:0 auto 28px;color:#687d94;font-size:16px;line-height:1.9}
.mind-reader-mark{width:92px;height:92px;margin-bottom:26px;border-radius:50%;background:#e8f2ff;border:1px solid #c9dfff;color:#2f80ed;font-size:58px;line-height:90px;font-family:Georgia,serif}
.mind-reader-primary,.mind-reader-actions button{border:0;border-radius:5px;cursor:pointer;font-size:16px;line-height:44px;transition:background-color .15s ease,box-shadow .15s ease}
.mind-reader-primary{min-width:150px;padding:0 28px;background:#2f80ed;color:#fff;box-shadow:0 4px 10px rgba(47,128,237,.18)}
.mind-reader-primary:hover{background:#246fcf}
.mind-reader-progress{width:100%;max-width:660px;margin-bottom:24px;color:#7489a0;font-size:14px;text-align:left}
.mind-reader-progress-bar{display:block;height:6px;margin-top:9px;overflow:hidden;border-radius:6px;background:#e1eaf4}
.mind-reader-progress-bar i{display:block;width:16.666%;height:100%;border-radius:6px;background:#2f80ed;transition:width .2s ease}
.mind-reader-numbers{display:grid;grid-template-columns:repeat(8,1fr);gap:9px;width:100%;max-width:660px;margin:10px auto 30px}
.mind-reader-numbers span{height:42px;border:1px solid #d6e2ef;border-radius:4px;background:#fff;color:#334d68;font-size:16px;line-height:40px}
.mind-reader-actions{display:flex;gap:14px;justify-content:center;width:100%}
.mind-reader-actions button{width:142px}
.mind-reader-no{background:#e8eef5;color:#425b73}
.mind-reader-no:hover{background:#dce5ee}
.mind-reader-yes{background:#2f80ed;color:#fff}
.mind-reader-yes:hover{background:#246fcf}
.mind-reader-result-label{margin-bottom:8px!important}
.mind-reader-result{display:block;margin:0 0 14px;color:#f08b28;font-size:92px;line-height:1.15;font-family:Arial,sans-serif}
.mind-reader-result-tip{font-size:14px!important}
.mind-reader-help ol{margin:0;padding-left:22px}
.mind-reader-help li{margin:7px 0;line-height:1.8}
@media screen and (max-width:767px){
  .mind-reader,.mind-reader-panel{min-height:470px}
  .mind-reader-panel{padding:34px 15px}
  .mind-reader-panel h2{font-size:21px}
  .mind-reader-panel p{font-size:15px}
  .mind-reader-mark{width:76px;height:76px;margin-bottom:20px;font-size:48px;line-height:74px}
  .mind-reader-numbers{grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:24px}
  .mind-reader-numbers span{height:37px;font-size:15px;line-height:35px}
  .mind-reader-actions button{width:125px}
  .mind-reader-result{font-size:76px}
}
