.toc-accordion-header {
    display: flex;
    align-items: center;
    width: 100%;
    background: #f7f7f7;
    color: #0a1d41;
    padding: 15px 8px;
    font-size: 0.95em;
    border: 3px dotted #0a1d41;
    border-radius: 4px;
    cursor: pointer;
    text-align: right;
	margin-top: 1.5em;
    transition: background 0.2s;
    gap: 8px;
	box-sizing: inherit;

}
.toc-accordion-header[aria-expanded="true"] {
    background: #fff;
	color: #0a1d41;

}
.toc-arrow {
    font-size: 0.95em;
    display: inherit;
    width: 1.5em;
    text-align: center;
    transition: transform 0.2s;
}
.toc-title-text {
    flex: 1;
}
#rank-math-toc nav {
	margin-top: 2em;
    margin-bottom: 1em;
    border-top: none;
}
