details{margin-top:15px;background-color:#fff;border:solid 2px #ccc;border-radius:10px;font-size:20px;color:#1a5d72;font-weight:900;}details summary{display:flex;align-items:center;justify-content:space-between;font-weight:600;padding:18px;}details summary::-webkit-details-marker,details summary::marker{content:"";display:none;}details summary::after{content:"+";font-size:1.5rem;font-weight:400;line-height:1;cursor:pointer;}details .content{padding:0 18px 18px;}details[open] summary::after{content:"−";}.content > p{margin-bottom:0;color:#000;}details.animated .content{overflow-y:hidden;opacity:1;transition:all 0.3s ease;}details.animated .content.closed{max-height:0;margin:0;padding:0;opacity:0;}