collapse-component {
    display: block;
    width: 100%;
}

collapse-component .summary:not(.button) {
    width: 100%;
}

collapse-component .collapse-content {
    overflow: hidden;
    height: 0;
    transition: height 0.4s ease;
}