@charset "UTF-8";

.hints > section {padding:25px 30px 35px 30px;}
.toggle.tips:not(.final) {display:inline-block;}
.toggle.final {margin:0px 5px;}

/* .obra .toggle.tips:not(.final):after {content:">>";} */
/* input[id^="tips"]:checked ~ .toggle.tips:not(.final):after {content:"<<";} */
input:checked ~ .acc.tips > .toggle.tips {margin-top:10px;}
.toggle.tips.final:after {content:none;}
input:checked ~ .final {line-height:1.7;opacity:1;transition:line-height 0.1s ease-in-out,margin 0.1s ease,padding 0.1s ease,opacity 0.2s ease-in;}
input:not(:checked) ~ .acc.tips .toggle.tips {display:none;}
input:not(:checked) ~ .acc.tips input:checked ~ .acc.tips {margin-top:0px;padding-top:0px;height:auto;border:none;line-height:0;}

h2 > span {font-size:1rem;font-weight:normal;}
input:checked ~ .acc.tips:not(.final) {padding-top:0px;border-top:solid 1px #cccccc;}
input:checked ~ .toggle.tips:not(:hover) {border:none;color:#8e96b5;}
.toggle.tips:hover {margin-bottom:-1px;}
input:checked ~ .toggle.tips:hover {margin-bottom:-2px;}
