/* T2 · 经典单栏 · H1居中 · 评分在首段后 · 蓝色描边CTA · 展开FAQ · 作者底部左对齐 */
@import url('/css/core.css');

h1 { text-align: center; }
.dp-score-badge { display: block; text-align: center; margin: 12px 0; }
.btn-cta {
    background: transparent;
    color: #2D5F8A;
    border: 2px solid #2D5F8A;
    border-radius: var(--radius-btn);
}
.btn-cta:hover { background: #2D5F8A; color: #FFF; }
.faq-section details { margin-bottom: 8px; border: none; border-bottom: 1px solid var(--border); border-radius: 0; padding: 12px 0; }
.author-box { justify-content: flex-start; text-align: left; }
@media (max-width: 768px) {
    h1 { font-size: 26px; }
    .author-box { flex-direction: column; }
}