/* =========================================
   5. AUTHOR ARCHIVE
   ========================================= */
.author-header-box { background: #f8fafc; padding: 50px 0; border-bottom: 1px solid #e2e8f0; margin-bottom: 40px; }
.bp-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.author-flex-info { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.author-avatar-big img { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; border: 5px solid #fff; box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.author-text-info { flex: 1; min-width: 300px; }
.author-label { text-transform: uppercase; font-size: 12px; font-weight: 700; color: #253A7C; letter-spacing: 1px; }
.author-name-title { font-size: 2.5rem; font-weight: 800; margin: 10px 0; color: #1e293b; }
.author-stats { margin-bottom: 15px; font-size: 14px; font-weight: 600; color: #64748b; }
.author-stats span { margin-right: 20px; }
.author-stats a { color: #253A7C; text-decoration: none; }
.author-bio { font-size: 1.1rem; line-height: 1.7; color: #475569; max-width: 800px; }
.section-title { font-size: 1.5rem; font-weight: 800; margin-bottom: 30px; padding-bottom: 10px; border-bottom: 3px solid #253A7C; display: inline-block; }
.author-post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 30px; margin-bottom: 50px; }
.author-post-card { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #f1f5f9; }
.post-thumb img { width: 100%; height: 200px; object-fit: cover; display: block; }
.post-content { padding: 20px; }
.post-date { font-size: 12px; color: #94a3b8; font-weight: 600; text-transform: uppercase; }
.post-title-link { font-size: 1.25rem; font-weight: 700; margin: 10px 0; line-height: 1.4; }
.post-title-link a { color: #1e293b; text-decoration: none; }
.post-excerpt { font-size: 0.9rem; color: #64748b; line-height: 1.6; }

.bp-pagination { margin: 40px 0 60px; text-align: center; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.bp-pagination a, .bp-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 12px; border: 1px solid #e2e8f0; border-radius: 8px; text-decoration: none; color: #1e293b; font-size: 14px; font-weight: 600; transition: all 0.2s ease; background: #fff; }
.bp-pagination a:hover { background: #f8fafc; border-color: #253A7C; color: #253A7C; }
.bp-pagination .current { background: #253A7C; color: #fff; border-color: #253A7C; cursor: default; }

.author-social-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 15px; }
.social-link { font-size: 13px; font-weight: 700; text-decoration: none; padding: 6px 14px; border-radius: 20px; transition: all 0.2s ease; }
.social-link:hover { transform: translateY(-2px); opacity: 0.85; }
.social-link.fb { color: #3b5998; background: #eef2ff; }
.social-link.ig { color: #e1306c; background: #fff1f2; }
.social-link.tw { color: #1da1f2; background: #f0f9ff; }
.social-link.yt { color: #ff0000; background: #fef2f2; }

/* Responsif Mobile AUTHOR ARCHIVE */
@media (max-width: 768px) {
    .author-name-title { font-size: 2rem; }
    .author-social-links { gap: 8px; }
    .social-link { padding: 5px 12px; font-size: 12px; }
    .bp-pagination { gap: 6px; }
    .bp-pagination a, .bp-pagination span { min-width: 36px; height: 36px; padding: 0 8px; font-size: 13px; }
}