/* Style the dropdown TOC directly */
.wppoc-toc {
    background-color: #f05555 !important;
    border: 12px solid #666 !important;
    padding: 10px 14px !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    border-radius: 6px !important;
    height: auto !important;
    line-height: 1.4 !important;
    color: #222 !important;
    max-width: 100% !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
    appearance: auto !important;
}

/* Wrap it in a visible box */
.wpsst-toc {
    background: #f05555 !important;
    padding: 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    text-align: center !important;
    margin: 25px 0 !important;
}

.wptopc-pagination { text-align: center; /* centers the whole block */
 margin: 20px 0; } .wptopc-pagination a { font-weight: bold; /* makes the links stand out */
 font-size: 1.1em; /* optional: slightly larger */
 text-decoration: none; /* cleaner look */
 padding: 6px 12px; /* breathing room */
 } .wptopc-pagination a:hover { text-decoration: underline; /* optional hover effect */ }


.wpsst-toc select {
    background: yellow !important;
}
