/* T7 · 宽屏单栏960px · H1居中 · 评分悬浮右侧 · 绿色全宽CTA · 手风琴FAQ · 作者底部左对齐 */
@import url('/css/core.css');

.container { max-width: 960px; }
h1 { text-align: center; font-size: 36px; }
.dp-score-badge { float: right; margin-left: 16px; }
.btn-cta { background: #5A8A6E; color: #FFF; display: block; text-align: center; width: 100%; border-radius: var(--radius-btn); border: none; }
.faq-section details { margin-bottom: 8px; }
.author-box { justify-content: flex-start; text-align: left; }
@media (max-width: 768px) {
    h1 { font-size: 26px; }
    .dp-score-badge { float: none; display: block; }
    .author-box { flex-direction: column; }
}