.section-container {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding:0.2px;
    margin-bottom: 0.2px;
}

.section-header {
    background-color: #f1f5fbe8; /* Background color for the header */
    padding: 10px; /* Adjust padding as needed */
    border-radius: 5px 5px 0 0; /* Rounded corners for the top */
    cursor: pointer; /* Make the container clickable */
}

.section-header h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
}

/* Style for the toggle button */
.toggle-button {
    float: right; /* Align button to the right */
    background-color: transparent; /* Transparent background */
    border: none; /* No border */
    cursor: pointer; /* Show pointer cursor on hover */
    margin-left: auto; /* Push the button to the right */
    line-height: 1; /* Set line height to 1 to maintain vertical alignment */
    width: 30px; /* Adjust width as needed */
    height: 30px; /* Adjust height as needed */
    font-size: 16px; /* Adjust font size as needed */
}

/* Style for the section content */
.section-content {
    padding: 10px; /* Adjust padding as needed */
    display: none; /* Initially hide the content */
    text-align: justify;
}

/* Show content when section is open */
.section-container.open .section-content {
    display: block;
}

.section-content h3 {
    font-size: 18px;
    margin-bottom: 6px;
}

.section-content p, ul, ol{
    margin-bottom: 2px;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 30px;
    text-align: justify;
    font-size: 18px;

} /*Recovering Modular Software Architecture with Exact and Heuristic Clustering Methods*/
