.tabbed-content details{background:var(--VG-light-grey,#f2f2f2);border-radius:8px;color:var(--VG-medium-green,#2e624c);margin-bottom:1rem;padding:1.25rem}.tabbed-content summary+*{margin-top:1rem}.tabbed-content summary{align-items:center;cursor:pointer;display:flex;list-style:none;position:relative}.tabbed-content summary::-webkit-details-marker{display:none}.tabbed-content summary:before{content:"add";display:inline-block;font-family:Material Symbols Outlined;font-size:1.5em;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;position:absolute;right:0}.tabbed-content details[open] summary:before{content:"remove"}@media screen and (min-width:768px){.tabbed-content details>:not(summary){max-width:80%}}