.accordion_wrapper sl-details:not(:last-of-type){margin-bottom:var(--sl-spacing-medium)}.accordion_item::part(base){background:transparent;border:0;border-radius:1rem;padding:0;transition:background .3s}.accordion_item::part(header){background:#ff7b33;border-radius:1rem;color:#fff!important;font-size:1.375rem!important;font-style:normal!important;font-weight:800!important;line-height:normal!important;transition:background .3s}.accordion_item::part(header):hover{background:#f55c08}.accordion_item::part(content){background:#fff!important;border-radius:1.5rem;color:#284eb0!important;font-size:1rem!important;font-style:normal!important;font-weight:600!important;letter-spacing:.05rem!important;line-height:160%!important;padding:1.5rem}.accordion_item::part(summary-icon){transform:rotate(90deg);transition:transform .3s ease}sl-details[open]::part(summary-icon){transform:rotate(180deg)}