.elementor-3 .elementor-element.elementor-element-be42c5d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-899c0ef */.toc {
    background: #f0f0f0;
    border: 1px solid #ddd;
    padding: 1em;
    margin-bottom: 2em;
    border-radius: 4px;
}
.toc ul {
    list-style: none;
    padding-left: 0;
}
.toc li {
    margin-bottom: 0.5em;
}
details {
    margin-bottom: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.5em;
    background: #fafafa;
}
summary {
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
    outline: none;
}
summary:focus {
    outline: 2px solid #005fcc;
    background: #e6f0ff;
}
details[open] > summary {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5em;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin: 1em 0;
}
th, td {
    border: 1px solid #bbb;
    padding: 0.5em;
    text-align: left;
}
th {
    background: #eee;
}
a:focus {
    outline: 2px solid #005fcc;
    background: #e6f0ff;
}
.no-bullets{
    list-style-type: none;
    /* Optional Remove default margin and padding */
    margin: 0;
    padding: 0;
}/* End custom CSS */