@charset "UTF-8";details{background-color:#f5f5f5;margin-bottom:15px;border-radius:12px;overflow:hidden;max-width:800px;margin-left:auto;margin-right:auto}@media(prefers-color-scheme:dark){details{background-color:#1a1a1a}}details summary{padding:20px;cursor:pointer;list-style:none;position:relative}details summary h3{margin:0;padding:0;display:block;font-size:20px;padding-right:40px;-webkit-user-select:none;-moz-user-select:none;user-select:none}details summary::-webkit-details-marker{display:none}details summary::after{content:'+';position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:24px;font-variation-settings:'GRAD' 400,'wght' 800}details p,details b,details h6{padding:0 20px 20px;margin:0;font-size:18px;line-height:1.5}details ol,details ul{margin:-10px 0 10px 20px}details li{font-size:18px;line-height:1.5}details[open] summary::after{content:'−'}