/**
 * 关于/联系/隐私/免责声明等单页（原 includes/page-content-only.php 内联样式）
 * @package Movie_Theme
 */

.page-content-only { max-width: 800px; margin: 0 auto; padding: 40px 20px; }
.page-content-only .breadcrumb { margin-bottom: 2rem; color: #9ca3af; }
.page-content-only .breadcrumb a { color: #60a5fa; }
.page-content-only .breadcrumb-sep { margin: 0 0.5rem; }
.page-content-only .page-header { text-align: center; margin-bottom: 2rem; }
.page-content-only .page-header h1 { font-size: 2.5rem; color: #e5e7eb; margin-bottom: 0.5rem; }
.page-content-only .update-date { color: #9ca3af; font-size: 0.9rem; }
.page-content-only .entry-content { background: #1f2937; border-radius: 12px; padding: 30px; color: #d1d5db; line-height: 1.8; }
.page-content-only .entry-content h2 { font-size: 1.4rem; color: #e5e7eb; margin: 30px 0 15px; padding-bottom: 10px; border-bottom: 1px solid #374151; }
.page-content-only .entry-content p { margin-bottom: 15px; }
.page-content-only .entry-content a { color: #60a5fa; }
.page-content-only .page-empty { color: #9ca3af; }
