/* T6 · 经典单栏 · H1居左 · 评分第二段后 · 橙色描边CTA · 展开FAQ · 作者正文末尾 */
@import url('/css/core.css');

h1 { text-align: left; }
.btn-cta { background: transparent; color: var(--accent); border: 2px solid var(--accent); border-radius: var(--radius-btn); }
.btn-cta:hover { background: var(--accent); color: #FFF; }
.faq-section details { border: none; border-bottom: 1px solid var(--border); border-radius: 0; padding: 12px 0; }
.author-box { margin-top: 32px; justify-content: flex-start; }
@media (max-width: 768px) { .author-box { flex-direction: column; } }