legtech-accordion{margin-top:5px;margin-bottom:5px;display:block;border-radius:10px}legtech-accordion .accordion-header{cursor:pointer;background:#ebeae9;color:#345855;padding:10px;display:flex;align-items:center;justify-content:space-between;border-radius:10px}legtech-accordion .accordion-header .chevron{font-size:1rem;transition:transform .3s ease;margin-left:8px;user-select:none}legtech-accordion .accordion-content{max-height:0;overflow:hidden;display:none}legtech-accordion.expanded .chevron{transform:rotate(180deg)}legtech-accordion.expanded .accordion-header{background-color:#012e2a;color:#fff;border-bottom-left-radius:0;border-bottom-right-radius:0}legtech-accordion.expanded .accordion-content{display:block;max-height:unset;border:1px solid #012e2a;padding:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}