.expandable{border-bottom:.6rem solid var(--main-color--fixed)}.expandable .expandable-title{position:relative;display:flex;align-items:flex-start;padding:1.6rem 6rem 1.6rem 1.6rem;color:var(--main-color--fixed);background:#F9F9F9}.expandable .expandable-title:focus,.expandable .expandable-title:hover{text-decoration:none}.expandable .expandable-title::before{content:"";position:absolute;height:2.7rem;width:2.7rem;right:1.6rem;top:50%;transform:translateY(-50%);padding:8px;text-align:center;vertical-align:middle;color:#fff;background:url(/themes/custom/fca/assets/img/minus-icon.svg) 50% 50% no-repeat var(--main-color--fixed);background-size:12px auto;border-radius:50px;line-height:27px}.expandable .expandable-title::after{content:"";position:absolute;right:1.3rem;top:50%;height:3.3rem;width:3.3rem;background:0 0;border:1px solid var(--main-color--fixed);border-radius:50%;transform:translateY(-50%)}.expandable .expandable-title.collapsed::before{content:"";padding:0 6px;background-image:url(/themes/custom/fca/assets/img/plus-icon.svg);line-height:22px}.expandable .expandable-title img{margin-right:1.6rem;flex-shrink:0}.expandable .expandable-title p{margin:0}.expandable .expandable-body{padding-top:2rem}.expandable .expandable-body a{display:inline;text-decoration:underline}.expandable h2{margin-bottom:0}.component--expandable.nav .expandable-body a{padding:0}