/* Custom styles for single post page */

/* Breadcrumbs */
.breadcrumb_nav {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.breadcrumb_nav ul {
    margin: 0;
    padding: 0;
}

.breadcrumb_nav .list-inline-item {
    font-size: 14px;
    color: #666;
}

.breadcrumb_nav .list-inline-item a {
    color: #000;
    transition: color 0.3s;
}

.breadcrumb_nav .list-inline-item a:hover {
    color: #e5633f;
}

.breadcrumb_nav .list-inline-item.active {
    color: #666;
}

/* Post author info */
.post_author_info {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.author_avatar img {
    border: 2px solid #eee;
}

.author_details h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 5px;
}

/* Post subtitle */
.post_subtitle {
    border-left: 4px solid #e5633f;
    padding-left: 20px;
    color: #666;
    font-size: 18px;
    line-height: 1.6;
}

.post_subtitle .lead {
    color: #666;
    font-weight: 400;
}

/* Blog post image */
.blog-post-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.blog-post-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Post content */
.blog-post-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.blog-post-content h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 28px;
}

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

.blog-post-content blockquote {
    border-left: 4px solid #e5633f;
    padding-left: 20px;
    margin: 30px 0;
    font-style: italic;
    color: #666;
    font-size: 18px;
}

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

/* Post tags */
.post_tags {
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.tag_link {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #f8f9fa;
    color: #000;
    border-radius: 3px;
    font-size: 14px;
    transition: all 0.3s;
}

.tag_link:hover {
    background: #e5633f;
    color: #fff;
    text-decoration: none;
}

/* Author bio section */
.author_bio_section {
    border-radius: 5px;
    margin-top: 40px;
}

.author_bio_text h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.author_avatar_large img {
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Post navigation */
.post_navigation {
    padding: 30px 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}

.nav_post .nav_label {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.nav_post .nav_title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
}

.nav_post .nav_title a {
    color: #000;
    transition: color 0.3s;
}

.nav_post .nav_title a:hover {
    color: #e5633f;
    text-decoration: none;
}

/* Comments section */
.comments_section {
    margin-top: 50px;
}

.comment_count {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.comment_item {
    padding-bottom: 20px;
}

.comment_author_info strong {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 16px;
}

.comment_date {
    font-size: 13px;
}

.comment_text {
    margin-top: 10px;
    color: #333;
    line-height: 1.6;
}

.reply_link {
    font-size: 13px;
    color: #e5633f;
    font-weight: 500;
    transition: color 0.3s;
}

.reply_link:hover {
    color: #000;
    text-decoration: none;
}

/* Comment form */
.comment_form {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 5px;
}

.comment_form .form-control {
    border: 1px solid #ddd;
    padding: 12px 15px;
    font-size: 14px;
    border-radius: 3px;
    transition: border-color 0.3s;
}

.comment_form .form-control:focus {
    border-color: #e5633f;
    box-shadow: none;
}

.comment_form label {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 14px;
}

.comment_form .btn-primary {
    background: #e5633f;
    border-color: #e5633f;
    padding: 12px 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.3s;
}

.comment_form .btn-primary:hover {
    background: #000;
    border-color: #000;
}

/* Related posts grid */
.latest_style_2_item {
    margin-bottom: 20px;
}

.latest_style_2_item .alith_news_img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 15px;
}

.latest_style_2_item .alith_news_img img {
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}

.latest_style_2_item .alith_news_img:hover img {
    transform: scale(1.05);
}

.latest_style_2_item .alith_post_title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.latest_style_2_item .alith_post_title a {
    color: #000;
    transition: color 0.3s;
}

.latest_style_2_item .alith_post_title a:hover {
    color: #e5633f;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .breadcrumb_nav .list-inline-item {
        font-size: 12px;
    }
    
    .post_subtitle {
        font-size: 16px;
    }
    
    .blog-post-content {
        font-size: 15px;
    }
    
    .nav_post .nav_title {
        font-size: 16px;
    }
    
    .author_bio_section {
        padding: 20px !important;
    }
    
    .author_avatar_large {
        margin-right: 15px !important;
    }
    
    .author_avatar_large img {
        width: 60px !important;
        height: 60px !important;
    }
    
    .comment_form {
        padding: 20px;
    }
    
    .post_navigation .col-md-6:not(:last-child) {
        margin-bottom: 30px;
    }
}


