:root{--dark: #22282b;--yellow: #BF9854}html,body{height:100%;margin:0;background:#343a3d;color:#fff}body{padding:40px 0;text-align:center}@media (min-width: 600px){body{padding:40px 60px}}img{width:calc(100% - 60px);max-width:500px;margin:0 30px 40px}@media (min-width: 600px){.row{display:flex;gap:10px;width:100%}.row>*{flex:1}.max-w-50{max-width:calc(50% - 10px)}}fieldset{border:0;padding:5px 0 20px;font-size:12px;font-family:IBM Plex Sans,sans-serif;letter-spacing:.1em;text-transform:uppercase;font-weight:600;min-width:0;max-width:100%}.select__control{background:var(--dark);padding:10px 20px;border:2px solid white;max-width:600px;text-align:left}.select__control:hover,.select__option:hover{cursor:pointer}.select__indicator{color:var(--yellow)}.select__option{background:var(--dark);padding:15px 20px;border:1px solid white;max-width:600px;text-align:left}.select__option--is-selected{background:var(--yellow)}.select__option--is-focused:not(.select__option--is-selected){filter:brightness(150%)}label{position:relative;padding:15px 20px 15px 60px;margin:0;text-align:center;font-size:13px;background:var(--dark);color:#fff;border:2px solid white;display:block;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;cursor:pointer;user-select:none;white-space:normal;transition:background-color .2s ease-out;white-space:nowrap}label:hover,label:focus{text-decoration:none;background-color:var(--yellow)}label.selected{color:#fff;background-color:var(--yellow)}label:before{content:" ";display:inline-block;position:absolute;left:0;top:0;height:48px;width:48px;border-right:2px solid white;background:url(https://www.ftm.nl/assets/img/tags/types/tag-icon-person.svg) no-repeat center / 75%}input[type=radio]{display:none}#case-nav{display:flex;justify-content:space-between;align-items:center;a:not(.next){text-decoration:underline;line-height:110%;margin-right:10px;cursor:pointer;&.selected{color:var(--yellow)}}}#description{padding:10px 0;font-family:"PT Serif",serif,serif;max-width:700px;margin:0 auto;line-height:1.7em;overflow:auto;text-align:left;max-height:310px;overflow-y:auto}.next{background:var(--dark);width:40px;height:40px;cursor:pointer;border-radius:100%}.next svg{fill:var(--yellow);transform:rotate(-90deg) scale(1.2) translate(-8px) translateY(1px)}
