@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');



summary .desc {
    font-weight: 400;
    font-style: italic;
    font-size: 0.9rem;
}

.date {
    font-family: "Source Code Pro", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
}

.news-list {
    list-style-type: none;
    /* list-style: inside; */
}

.news-summary {
    /* font-weight: 600; */
    margin-left: 1rem;
}

.news-text {
    margin-top:  0.1rem;
    margin-left: 6.6rem;
    margin-bottom: 1rem;
}

details > summary {
    list-style-type: none;
    font-weight: 600;
    /* margin-left: 1rem; */
    text-indent: -6.5rem;
    padding-left: 6.5rem;
    margin-bottom: 0.25rem;
}

details > summary::-webkit-details-marker {
    display: none;
}

details > summary::before {
    font-family: "Source Code Pro", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    content: '+';
    margin-right: 0.2rem;
}

details[open] > summary::before {
    font-family: "Source Code Pro", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    content: '-';
    margin-right: 0.2rem;
}