/* Pro1 List Page - Extracted Inline Styles */

/* Main content area */
.list-page-main {
    min-height: 80vh;
    padding-top: 2rem;
}

/* Section title count subtitle */
.section-title-count {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-secondary);
    margin-left: 1rem;
}

/* Pagination wrapper */
[class~="pagination-box"] {
    margin-top: 3rem;
    text-align: center;
}

/* Footer (shared with play-custom.css / index-custom.css) */
.site-footer {
    background-color: #050914;
    padding: 4rem 0 2rem;
    margin-top: 4rem;
    border-top: 1px solid rgba(255,255,255,0.05);
    text-align: center;
}

[class~="partners"] {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px dashed rgba(255,255,255,0.1);
}

.footer-label {
    margin-right: 1rem;
}

.footer-link {
    margin: 0 10px;
    opacity: 0.7;
}

.footer-sitemap-link {
    margin: 0 15px;
    opacity: 0.7;
}

.footer-friend-links {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px dashed rgba(255,255,255,0.1);
}

.footer-sitemap-block {
    margin-bottom: 2rem;
}

.footer-disclaimer {
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
    font-size: 0.75rem;
    line-height: 1.9;
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.footer-disclaimer-cn {
    margin-bottom: 0.8rem;
    color: rgba(255,255,255,0.7);
}

.footer-disclaimer-cn strong {
    color: rgba(255,255,255,0.9);
}

.footer-disclaimer-en {
    color: rgba(255,255,255,0.5);
}

.footer-disclaimer-en strong {
    color: rgba(255,255,255,0.7);
}

/* Template copyright bar */
[class~="vt-template-copyright"] {
    margin-top: 36px;
    padding: 18px 14px;
    border-top: 1px solid rgba(148,163,184,.35);
    font-size: 13px;
    line-height: 1.9;
    color: #8b949e;
    text-align: center;
}
