/* ============================================================
   RoozBook - Article Page Styles
   ============================================================ */

.article-page {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 30px 40px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

/* Breadcrumb */
.breadcrumb {
    font-size: 0.82rem;
    color: #6c757d;
    padding-bottom: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.breadcrumb a {
    color: #e67e22;
}

.breadcrumb span {
    color: #2c3e50;
}

/* Kicker / Exclusive Badge */
.article-kicker {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #e67e22;
    font-weight: 700;
    margin: 20px 0 10px;
    border-right: 3px solid #e67e22;
    padding-right: 12px;
    display: inline-block;
}

/* Title */
.article-title {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.3;
    color: #1e2a36;
    margin-bottom: 12px;
}

/* Subtitle */
.article-subtitle {
    font-size: 1.15rem;
    font-weight: 400;
    color: #4a5b6e;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e8f0;
    line-height: 1.7;
}

/* Meta Bar */
.article-meta-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 24px;
    font-size: 0.85rem;
    color: #4b5563;
}

.article-meta-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.article-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.article-author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #2c3e50;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: bold;
    flex-shrink: 0;
    overflow: hidden;
}

.article-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-author-name {
    font-weight: 600;
}

.article-author-role {
    font-size: 0.75rem;
    color: #888;
}

.article-meta-info {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 0.82rem;
    color: #6c757d;
}

.article-meta-info span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.article-category-badge {
    background: #f1f5f9;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 0.78rem;
}

/* Share Buttons */
.article-share-top {
    display: flex;
    gap: 6px;
}

.article-share-top a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #eef2f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c3e50;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.article-share-top a:hover {
    background: #e67e22;
    color: #fff;
}

/* Featured Image */
.article-featured-image {
    margin: 20px 0 10px;
    border-radius: 16px;
    overflow: hidden;
}

.article-featured-image img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
}

.article-image-caption {
    font-size: 0.78rem;
    color: #6c757d;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 8px;
}

/* Lead / Highlight */
.article-lead {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.8;
    background: #f8fafc;
    padding: 20px 24px;
    border-right: 4px solid #e67e22;
    margin: 20px 0 24px;
    border-radius: 8px;
    color: #1e2a36;
}

/* Body */
.article-body {
    font-size: 1.05rem;
    line-height: 2;
    color: #1e293b;
}

.article-body p {
    margin-bottom: 12px;
    text-align: justify;
}

.article-body h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 28px 0 14px;
    color: #2c3e50;
}

/* Pull Quote */
.article-pullquote {
    background: #fef9e6;
    padding: 20px 28px;
    border-right: 5px solid #e67e22;
    font-size: 1.15rem;
    font-weight: 500;
    margin: 24px 0;
    border-radius: 4px;
    color: #4a4a30;
    line-height: 1.8;
}

.article-pullquote .quote-attribution {
    font-size: 0.82rem;
    color: #888;
    margin-top: 8px;
}

/* Book Info Box */
.article-book-info {
    background: #f1f5f9;
    padding: 20px 24px;
    border-radius: 14px;
    margin: 24px 0;
}

.article-book-info h4 {
    color: #e67e22;
    margin-bottom: 12px;
    font-size: 1rem;
}

.article-book-info p {
    margin-bottom: 4px;
    font-size: 0.95rem;
    line-height: 1.8;
}

.article-book-info strong {
    color: #2c3e50;
    margin-left: 4px;
}

/* Tags */
.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 24px 0;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.article-tag {
    background: #f1f5f9;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    color: #4b5563;
    transition: all 0.2s ease;
}

.article-tag:hover {
    background: #e67e22;
    color: #fff;
}

/* Share Bottom */
.article-share-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 30px;
}

.article-share-bottom span {
    font-size: 0.85rem;
    color: #6c757d;
}

.article-share-bottom a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #eef2f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c3e50;
    transition: all 0.2s ease;
}

.article-share-bottom a:hover {
    background: #e67e22;
    color: #fff;
}

.article-print-btn {
    margin-right: auto;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #6c757d;
    padding: 6px 10px;
}

.article-print-btn:hover {
    color: #e67e22;
}

/* Comments */
.article-comments {
    margin-top: 30px;
}

.article-comments h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #2c3e50;
}

.comment-form {
    margin-bottom: 24px;
}

.comment-form textarea {
    width: 100%;
    height: 90px;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.9rem;
    resize: vertical;
    margin-bottom: 10px;
}

.comment-form-row {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.comment-form-row input {
    flex: 1;
    min-width: 180px;
    padding: 10px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-family: inherit;
    font-size: 0.85rem;
}

.comment-submit {
    padding: 10px 22px;
    background: #e67e22;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.comment-submit:hover {
    background: #c0392b;
}

.comment-item {
    background: #fafcff;
    padding: 14px 16px;
    border-bottom: 1px solid #eef2f5;
    border-radius: 4px;
    margin-bottom: 8px;
}

.comment-item strong {
    color: #2c3e50;
}

.comment-item-date {
    font-size: 0.75rem;
    color: #999;
    margin-right: 8px;
}

.comment-item p {
    margin-top: 6px;
    font-size: 0.9rem;
    color: #4b5563;
}

/* Newsletter Mini */
.newsletter-mini {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    margin-top: 30px;
    border: 1px solid #e9ecef;
}

.newsletter-mini h4 {
    margin-bottom: 6px;
    color: #2c3e50;
}

.newsletter-mini p {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 12px;
}

.newsletter-mini form {
    display: flex;
    gap: 0;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
}

.newsletter-mini input {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #e0e0e0;
    font-family: inherit;
    font-size: 0.85rem;
}

.newsletter-mini button {
    padding: 10px 16px;
    background: #e67e22;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .article-page {
        padding: 20px 16px;
        border-radius: 0;
    }
    
    .article-title {
        font-size: 1.5rem;
    }
    
    .article-subtitle {
        font-size: 1rem;
    }
    
    .article-meta-bar {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .article-featured-image img {
        max-height: 250px;
    }
}
/* Bottom Grid */
.article-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 30px 0;
}

.article-side-section {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #eee;
    margin-bottom: 16px;
}

.article-side-section h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e67e22;
    color: #1a1a1a;
}

.mini-post-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mini-post-item {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.2s;
    text-decoration: none;
}

.mini-post-item:hover {
    background: #f9f9f9;
}

.mini-post-item img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}

.mini-post-item h4 {
    font-size: 0.82rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 2px;
}

.mini-post-item span {
    font-size: 0.72rem;
    color: #999;
}

.editor-pick-card {
    display: block;
    text-decoration: none;
    transition: all 0.2s;
}

.editor-pick-card:hover {
    opacity: 0.9;
}

.editor-pick-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.editor-pick-card h4 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.editor-pick-card p {
    font-size: 0.78rem;
    color: #777;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .article-bottom-grid {
        grid-template-columns: 1fr;
    }
}
.article-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 24px;
    margin: 24px 0;
}
.article-main { min-width: 0; }
.article-sidebar { display: flex; flex-direction: column; gap: 16px; }
.article-side-section {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #eee;
}
.article-side-section h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e67e22;
    color: #1a1a1a;
}
.mini-post-list { display: flex; flex-direction: column; gap: 10px; }
.mini-post-item {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.2s;
    text-decoration: none;
}
.mini-post-item:hover { background: #f9f9f9; }
.mini-post-item img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}
.mini-post-item h4 { font-size: 0.82rem; font-weight: 600; color: #1a1a1a; line-height: 1.4; margin-bottom: 2px; }
.mini-post-item span { font-size: 0.72rem; color: #999; }
.editor-pick-card { display: block; text-decoration: none; }
.editor-pick-card img { width: 100%; height: 150px; object-fit: cover; border-radius: 8px; margin-bottom: 10px; }
.editor-pick-card h4 { font-size: 0.9rem; font-weight: 700; color: #1a1a1a; margin-bottom: 4px; }
.editor-pick-card p { font-size: 0.78rem; color: #777; line-height: 1.6; }
@media (max-width: 768px) { .article-layout { grid-template-columns: 1fr; } }

.article-body img {
    display: block;
    margin: 16px auto;
}
