.blog-details-page {
    padding: 40px 0;
    background: #ffffff;
}

.blog-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* .blog-header {
    max-width: 900px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}

.blog-title {
    font-size: 42px;
    line-height: 1.3;
    margin: 15px 0;
} */

.blog-detail-header h1 {
  font-size: 2.6rem;
  margin-bottom: 15px;
  text-align: center;
}

.blog-meta {
  font-size: 14px;
  color: #777;
}

.blog-featured-image img {
    width: 100%;
    border-radius: 12px;
    margin: 0px 0 20px 0;
}

.blog-content-layout {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 40px;
}

.blog-content {
    font-size: 18px;
    line-height: 1.8;
}

.blog-author-box {
    display: flex;
    gap: 20px;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.blog-navigation {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
}

/* FEATURED IMAGE */
.blog-featured-image img {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
}

/* SIDEBAR */
.blog-sidebar {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 16px;
}

.sidebar-widget {
    margin-bottom: 40px;
}

.widget-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.sidebar-search input {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.sidebar-search button {
    margin-top: 10px;
    width: 100%;
    padding: 12px;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 8px;
}

/* COMMENTS */
.blog-comments {
    margin-top: 80px;
}

.comment-list li {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.comment-form-custom textarea {
    width: 100%;
    min-height: 140px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.blog-sidebar a{
    text-decoration:none;
    color:black;
}

.blog-navigation a{
    background: #0b1c2d;
    padding: 12px;
    color: white;
    text-decoration: none;
}
    