/* Add your global styles here */

.submission-section {
    margin-bottom: 20px;
}

.submission-title {
    cursor: pointer;
    color: #003A65;
    border: none; /* Remove the border */
    background-color: transparent; /* Remove the background color */
}

.submission-explanation {
    display: none;
    margin-top: 10px;
    padding-left: 10px;
    border-left: 2px solid #003A65;
}
