.accordion_wrapper sl-details:not(:last-of-type){margin-bottom:var(--sl-spacing-medium)}.accordion_item::part(base){background:trasnparent;border:0;border-radius:1rem;padding:0;transition:background .3s}.accordion_item::part(header){background:#ff5e28;border-radius:12px;color:#fff!important;font-family:Red Hat Display;font-size:20px!important;font-style:normal!important;font-weight:600!important;line-height:normal!important;transition:background .3s}.accordion_item::part(header):hover{background:var(--Blue-00,#1d5a78)}.accordion_item::part(content){background:#fbfbfb;border-radius:12px;color:#054463;font-family:Red Hat Display;font-size:1rem!important;font-style:normal!important;font-weight:600!important;letter-spacing:.05rem!important;line-height:160%!important;padding:1rem}.accordion_item::part(summary-icon){transform:rotate(90deg);transition:transform .3s ease}sl-details[open]::part(summary-icon){transform:rotate(180deg)}