.product-section-header {
    cursor: pointer;
    user-select: none;
}

.product-section-table {
    border-top: 1px solid lightgray;
    margin-top: 60px;
}

.product-section-header h5 {
    display: inline-block;
    margin: 0;
}

.toggle-icon {
    display: inline-block;
    margin-right: 10px;
    scale: 0.7;
}

.product-section-header.active .toggle-icon {
    transform: rotate(90deg);
}
