/* Blog Details Modern Styles */
.blog-details-wrapper {
    background-color: #fdf5f9;
    padding-bottom: 80px;
}

/* Hero Section */
.blog-hero {
    background: #fdf5f9;
    padding: 70px 0;
    text-align: center;
    color: #1a1a1a;
    border-bottom: 1px solid rgba(137, 22, 82, 0.05);
}

.blog-hero .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 10px;
}

.blog-hero .breadcrumb-item, 
.blog-hero .breadcrumb-item a {
    color: #888;
    font-size: 14px;
    text-decoration: none;
    font-family: "Work Sans", sans-serif;
    display: flex;
    align-items: center;
}

.blog-hero .breadcrumb-item.active {
    color: #891652;
    font-weight: 600;
}

.blog-hero .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    padding-right: 10px;
    color: #ddd;
}

.blog-main-title {
    font-family: "Work Sans", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 900px;
    margin: 0 auto 20px;
    color: #891652;
}

.blog-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    color: #666;
}

.meta-divider {
    width: 1px;
    height: 14px;
    background: #ddd;
}

/* Content Area */
.blog-content-wrapper {
    position: relative;
    padding-top: 50px;
}

.blog-article-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    overflow: hidden;
    margin-bottom: 40px;
}

.featured-image-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-body {
    padding: 40px;
}

.blog-short-desc {
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #891652f2;
    font-weight: 600;
    margin-bottom: 25px;
    padding-left: 20px;
    border-left: 4px solid #EABE6C;
}
.blog-short-desc p{
    margin-bottom: 10px;
}
.blog-long-desc, .section-text {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #444;
    font-weight: 500;
}

.blog-long-desc p, .section-text p {
    margin-bottom: 10px;
}

.blog-long-desc h2, .section-text h2 {
    font-family: "Work Sans", sans-serif;
    font-size: 22px;
    line-height: 28px;
    color: #891652f2;
    margin: 20px 0px 10px 0;
}
.article-body a, .article-body a strong  {
    transition: all 0.3s ease;
    color: #891652f2;
}

.article-body a:hover, .article-body a strong:hover  {
    color: #f8c45f !important;
}
.article-body ol {
    padding-left: 20px;
    margin: 10px 0;
}
.article-body ol li{
    list-style: automatic;
}
.blog-long-desc h3, .section-text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 26px;
}

.blog-long-desc ul, .section-text ul {
    padding-left: 0;
}

.blog-long-desc ul li, .section-text ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
}

.blog-long-desc ul li::before, .section-text ul li::before {
    content: "✦";
    position: absolute;
    left: 0;
    color: #891652f2;
    font-weight: bold;
}

.blog-long-desc strong, .section-text strong {
    color: #891652f2;
    font-weight: 700;
}

.section-title {
    font-family: "Work Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 45px 0 20px;
}

.section-image {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Footer & Social */
.article-footer {
    padding: 25px 40px;
    background: #fcfcfc;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.share-title {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    color: #1a1a1a;
}

.social-share-buttons {
    display: flex;
    gap: 10px;
}

.social-share {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-share.fb { background: #3b5998; }
.social-share.tw { background: #000000; }
.social-share.ln { background: #0077b5; }

.social-share:hover {
    transform: translateY(-3px);
    opacity: 0.9;
    color: #fff;
}

/* Comments Styling */
/* Professional Sign In Prompt */
.signin-prompt-container {
    padding: 20px 0;
    border-top: 1px solid #f0f0f0;
    margin-top: 20px;
}

.professional-signin-link {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, #891652 0%, #6b1141 100%);
    color: #ffffff !important;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(137, 22, 82, 0.2);
}

.professional-signin-link i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.professional-signin-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(137, 22, 82, 0.3);
    background: linear-gradient(135deg, #a11b61 0%, #891652 100%);
}

.professional-signin-link:hover i {
    transform: translateX(3px);
}

.signin-prompt-container p {
    font-family: 'Inter', sans-serif;
    color: #666;
    margin-top: 10px;
}

.comments-container {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.comments-title {
    font-family: "Work Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 12px;
}

.comment-box h2{
    font-family: "Work Sans", sans-serif;
    font-size: 18px !important;
    font-weight: 600;
    color: #444;
    line-height: 18px !im;
}

.comment-box p {
    margin-top: 15px;
    color: #888;
    font-size: 14px;
}

/* Targeting common Livewire Comments elements */
.comments-container textarea {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
    font-family: "Work Sans", sans-serif;
    font-size: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.comments-container textarea:focus {
    outline: none;
    border-color: #891652;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(137, 22, 82, 0.05);
}

.comments-container button, 
.comments-container .btn {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 25px;
    transition: all 0.3s ease;
    border: none;
}

/* General Buttons Fix */
.comments-container button {
    border: 1px solid #eee !important;
    background: #fff;
    color: #666;
    cursor: pointer;
}

.comments-container button:hover {
    border-color: #891652 !important;
    color: #891652;
}

/* Primary "Post" button */
.comments-container button[type="submit"],
.comments-container .btn-primary {
    background: #891652 !important;
    color: #fff !important;
    border: none !important;
    cursor: pointer;
}

.comments-container button[type="submit"]:hover {
    background: #EABE6C !important;
    transform: translateY(-2px);
    color: #fff !important;
}

/* Individual Comment Items */
.comments-container .comment-item, 
.comments-container [id^="comment-"] {
    padding: 25px 0;
    border-bottom: 1px solid #f8f9fa;
}

.comments-container .comment-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.comments-container .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.comments-container .author-name {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 15px;
}

.comments-container .comment-date {
    font-size: 13px;
    color: #888;
    margin-left: auto;
}

.comments-container .comment-text {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 15px;
}

.comments-container .comment-actions {
    display: flex;
    gap: 15px;
}

.comments-container .action-link {
    font-size: 13px;
    color: #888;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.comments-container .action-link:hover {
    color: #891652;
}



/* Sidebar */
.blog-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
}

.widget-title {
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
    margin-top: 0;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #891652;
}

.related-post-item {
    display: flex;
    gap: 15px;
    text-decoration: none;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    align-items: center;
}

.related-post-item:last-child {
    margin-bottom: 0;
}

.post-thumb {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
}

.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-title {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 22px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0px;
}

.post-date {
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    color: #888;
}

.related-post-item:hover .post-title {
    color: #891652;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 12px;
}

.category-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    color: #444;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.category-list li a:hover {
    color: #891652;
    padding-left: 5px;
}

.category-list .count {
    background: #f8f9fa;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 12px;
    color: #888;
}

@media (max-width: 991px) {
    .blog-main-title {
        font-size: 26px;
        line-height: 32px;
    }
    .article-body {
        padding: 30px;
    }
    .blog-hero {
        padding: 50px 0;
    }
    .blog-long-desc h2, .section-text h2{
        font-size: 20px !important;
        line-height: 26px !important;
    }
    .blog-long-desc h3, .section-text h3 {
        font-size: 18px;
        margin-top: 10px;
        line-height: 24px;
    }
    .blog-sidebar {
        position: initial;
        display: grid;
        gap: 25px;
        margin-top: 25px;
    }
    .blog-details-wrapper {
        padding-bottom: 50px;
    }
    .article-footer {
        padding: 25px;
    }
    .comments-container {
        padding: 25px;
    }
    
}   
@media (max-width: 768px) {
    .blog-short-desc {
        font-size: 16px;
        line-height: 24px;
        padding-left: 15px;
    }
    .blog-long-desc h2, .section-text h2 {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    .blog-long-desc, .section-text {
        font-family: "Work Sans", sans-serif;
        font-size: 14px;
        line-height: 22px;
    }
    .blog-long-desc h3, .section-text h3 {
        font-size: 16px;
        margin-top: 10px;
        line-height: 24px;
    }
    .blog-main-title {
        font-size: 24px;
        line-height: 30px;
    }
    .blog p {
        font-size: 14px;
        line-height: 22px;
    }
}