/**
 * ECR Haber - Single Sayfa Mobil Stili
 * @version 1.0
 */

/* Single Post Article */
.single-post-article {
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

/* Entry Header */
.entry-header {
    padding: 30px;
}

.breadcrumb {
    font-size: 12px;
    color: #888;
    margin-bottom: 15px;
}

.breadcrumb a {
    color: #666;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: var(--primary-color);
}

.entry-title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.entry-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #888;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.entry-meta span {
    white-space: nowrap;
}

/* Featured Image */
.entry-featured-image {
    margin: 0 30px 25px;
    border-radius: 15px;
    overflow: hidden;
}

.entry-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Entry Summary */
.entry-summary-v4 {
    margin: 0 30px 30px;
    padding: 25px;
    background: #F2F2F7;
    border-left: 6px solid var(--primary-color);
    border-radius: 12px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.6;
    color: #333;
}

/* Entry Content */
.entry-content {
    padding: 0 30px 30px;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.entry-content p {
    margin-bottom: 20px;
}

.entry-content h2,
.entry-content h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 10px;
}

.entry-content a {
    color: var(--primary-color);
    text-decoration: none;
}

.entry-content a:hover {
    text-decoration: underline;
}

.entry-content blockquote {
    border-left: 4px solid var(--primary-color);
    padding-left: 20px;
    margin: 20px 0;
    color: #666;
    font-style: italic;
}

.entry-content ul,
.entry-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.entry-content li {
    margin-bottom: 10px;
}

/* Share Box */
.share-box-v4 {
    margin: 0 30px 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.share-box-v4 h4 {
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 16px;
}

.share-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.share-btn {
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    transition: 0.3s;
}

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Author Box */
.author-box-v4 {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    display: flex;
    gap: 25px;
    align-items: center;
    box-shadow: var(--shadow);
}

.author-img {
    flex-shrink: 0;
}

.author-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #f0f0f0;
}

.author-info h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: var(--primary-color);
}

.author-info p {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

/* Comments */
.comments-v4 {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: var(--shadow);
}

.comments-v4 h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 800;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
}

.comment {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.comment:last-child {
    border-bottom: none;
}

.comment-author {
    font-weight: 700;
    margin-bottom: 5px;
}

.comment-meta {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}

.comment-text {
    color: #333;
    line-height: 1.6;
}

/* Next Post */
.next-post-v4 {
    text-align: center;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: var(--shadow);
    border: 2px dashed #ddd;
}

.next-post-v4 p {
    margin: 0;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.next-post-v4 h4 {
    margin: 15px 0;
}

.next-post-v4 h4 a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 26px;
    font-weight: 800;
}

.next-post-v4 h4 a:hover {
    color: var(--primary-color);
}

.v4-progress-wrap {
    width: 200px;
    height: 6px;
    background: #eee;
    border-radius: 3px;
    margin: 20px auto 0;
    overflow: hidden;
}

#v4ProgressBar {
    width: 0%;
    height: 100%;
    background: var(--primary-color);
    transition: width 5s linear;
}

/* ============================================
   MOBİL RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .single-post-article {
        border-radius: 16px;
    }
    
    .entry-header {
        padding: 20px 15px 0;
    }
    
    .entry-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .entry-meta {
        flex-wrap: wrap;
        gap: 12px;
        font-size: 12px;
        margin-bottom: 15px;
    }
    
    .entry-featured-image {
        margin: 0 15px 15px;
        border-radius: 12px;
    }
    
    .entry-summary-v4 {
        margin: 0 15px 20px;
        padding: 15px;
        font-size: 16px;
        border-radius: 10px;
    }
    
    .entry-content {
        padding: 0 15px 20px;
        font-size: 16px;
    }
    
    .entry-content p {
        margin-bottom: 15px;
    }
    
    .entry-content h2,
    .entry-content h3 {
        margin-top: 20px;
        margin-bottom: 12px;
    }
    
    .share-box-v4 {
        margin: 0 15px 20px;
        padding-top: 15px;
    }
    
    .share-buttons {
        gap: 8px;
    }
    
    .share-btn {
        padding: 8px 15px;
        font-size: 12px;
        flex: 1;
        text-align: center;
        min-width: 100px;
    }
    
    .author-box-v4 {
        margin-bottom: 20px;
        padding: 15px;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .author-img {
        flex-shrink: 0;
    }
    
    .author-avatar {
        width: 80px;
        height: 80px;
    }
    
    .author-info h4 {
        font-size: 18px;
    }
    
    .author-info p {
        font-size: 13px;
    }
    
    .comments-v4 {
        margin-bottom: 20px;
        padding: 15px;
    }
    
    .comments-v4 h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .next-post-v4 {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .next-post-v4 h4 {
        font-size: 18px;
    }
    
    .v4-progress-wrap {
        width: 150px;
    }
}

@media (max-width: 480px) {
    .entry-header {
        padding: 15px 10px 0;
    }
    
    .entry-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .entry-meta {
        font-size: 11px;
        gap: 8px;
        margin-bottom: 12px;
    }
    
    .entry-featured-image {
        margin: 0 10px 12px;
        border-radius: 10px;
    }
    
    .entry-summary-v4 {
        margin: 0 10px 15px;
        padding: 12px;
        font-size: 13px;
        border-radius: 8px;
    }
    
    .entry-content {
        padding: 0 10px 15px;
        font-size: 14px;
    }
    
    .entry-content p {
        margin-bottom: 12px;
    }
    
    .share-box-v4 {
        margin: 0 10px 15px;
        padding-top: 12px;
    }
    
    .share-box-v4 h4 {
        font-size: 13px;
    }
    
    .share-btn {
        padding: 6px 10px;
        font-size: 11px;
        min-width: 80px;
    }
    
    .author-box-v4 {
        margin-bottom: 15px;
        padding: 12px;
    }
    
    .author-avatar {
        width: 70px;
        height: 70px;
    }
    
    .author-info h4 {
        font-size: 16px;
    }
    
    .author-info p {
        font-size: 12px;
    }
    
    .comments-v4 {
        padding: 12px;
        margin-bottom: 15px;
    }
    
    .comments-v4 h3 {
        font-size: 14px;
    }
    
    .next-post-v4 {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .next-post-v4 p {
        font-size: 10px;
    }
    
    .next-post-v4 h4 {
        font-size: 14px;
    }
    
    .v4-progress-wrap {
        width: 120px;
    }
}
