div.itemFullText h3 {
    margin-left: 40px;
    position: relative;
    margin-top:25px;
}

div.itemFullText h3:before {
    position: absolute;
    content:'';
    background: #ffd600;
    width: 20px;
    height:4px;
    left: -30px;
    top: 28px;
}

div.itemFullText h2 {
    border-top: 1px solid #ffd600;
    padding: 30px 0 15px;
    margin-top: 70px;
}

summary.title {
	text-align: left;
	margin-top:0;
    font-size: 18px;
    color: #000;
}
.table-of-contents {
	text-align: left;
    font-size: 15px;
    line-height: 17px;
    margin: 40px 0;
    width: fit-content;
    min-width: 580px;
}
.table-of-contents p {
	margin:15px 0;
}
.table-of-contents p:hover {
	cursor:pointer;
	text-decoration: underline;
}
details {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.table-of-contents .toc-h3 {
    margin-left: 30px;
}

@media (max-width: 576px) {
.table-of-contents {
    min-width:100%;
}
}