.summary-wrapper{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem;width:100%}.summary-wrapper a{color:var(--white);font-style:italic;text-decoration:underline}.summary-wrapper a:hover{color:var(--secondary-100)}.summary-wrapper ul{list-style:disc;list-style-position:outside;padding-right:2rem}.summary-wrapper ul li{margin-bottom:1rem}.summary-wrapper details{background-color:var(--white);padding:1rem}.summary-wrapper details summary{color:#333;cursor:pointer;list-style:none;position:relative}.summary-wrapper details summary::-webkit-details-marker{display:none}summary:after{background:url(https://content.beta80group.it/hubfs/img/chevron-white.svg);background-color:var(--black);background-position:50%;background-repeat:no-repeat;background-size:50%;border-radius:15px;content:"";height:30px;margin-left:.75em;position:absolute;right:0;top:-15%;transition:.2s;width:30px}details[open]>summary:after{transform:rotate(180deg)}.summary-wrapper{margin:2rem 0;max-width:var(--col-3)}@media (max-width:1024px){.standard-content .summary-wrapper{max-width:var(--col-5)}}