/* Option A story switcher refinements */
.story-choice:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(255,192,66,.13),transparent 60%);opacity:0;transition:.3s}.story-choice:hover:before,.story-choice.active:before{opacity:1}.story-choice:hover .choice-copy b,.story-choice.active .choice-copy b{color:#ffd36b}.story-choice:hover .choice-copy small,.story-choice.active .choice-copy small{color:#fff}.quick-story{appearance:none}
