.blog-title {
    font-weight: 600;
    margin: 20px 0px;
    font-size: 32px;
    line-height: 1.3em;
}
.comments-title {
    font-weight: 500;
    margin: 20px 0px;
    font-size: 26px;
    color: #000;
    line-height: 1.4em;
}
.blog-featured-image img {
    width: 100%;
}

/* =========================
   COMMENTS WRAPPER
========================= */
.blog-comments {
    margin-top: 60px;
}

/* =========================
   COMMENTS TITLE
========================= */
.comments-title {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.comments-title span {
    color: #555;
}

/* =========================
   COMMENT LIST
========================= */
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment {
    margin-bottom: 30px;
}

.comment-body {
    display: flex;
    gap: 15px;
    padding: 25px;
    background: #f9f9f9;
    border-radius: 8px;
}

/* =========================
   AUTHOR IMAGE
========================= */
.comment-author img {
    border-radius: 50%;
}

/* =========================
   COMMENT META
========================= */
.comment-meta {
    flex: 1;
}

.comment-author .fn a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.comment-author .says {
    display: none;
}

.comment-metadata {
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}

.comment-metadata a {
    color: #777;
    text-decoration: none;
}

/* =========================
   COMMENT CONTENT
========================= */
.comment-content {
    margin-top: 15px;
    color: #333;
    line-height: 1.7;
}

/* =========================
   REPLY BUTTON
========================= */
.reply {
    margin-top: 15px;
}

.comment-reply-link {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    border: 1px solid #000;
    color: #000;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.comment-reply-link:hover {
    background: #000;
    color: #fff;
}

/* =========================
   COMMENT FORM
========================= */
#respond {
    margin-top: 50px;
}

.comment-reply-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000;
}

/* Logged in text */
.logged-in-as {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.logged-in-as a {
    color: #000;
    text-decoration: underline;
}

/* Textarea */
.comment-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    resize: vertical;
}

.comment-form textarea:focus {
    outline: none;
    border-color: #000;
}

/* Submit Button */
.form-submit .submit {
    color: #fff !important;
}

.form-submit .submit:hover {
    background: #333;
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media (max-width: 768px) {

    .comment-body {
        flex-direction: column;
    }

    .comments-title {
        font-size: 22px;
    }

    .comment-reply-title {
        font-size: 20px;
    }
}




/* =========================
   SIDEBAR WRAPPER
========================= */
.blog-sidebar {
    position: sticky;
    top: 100px;
}

/* =========================
   SIDEBAR BOX
========================= */
.sidebar-box {
    background: #ffffff;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 8px;
}

/* =========================
   SIDEBAR TITLES
========================= */
.sidebar-box h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

/* =========================
   SEARCH FORM
========================= */
.blog-sidebar .search-form {
    display: flex;
    gap: 10px;
}

.blog-sidebar .search-field {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.blog-sidebar .search-field:focus {
    outline: none;
    border-color: #000;
}

.blog-sidebar .search-submit {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.blog-sidebar .search-submit:hover {
    background: #333;
}

/* =========================
   RECENT POSTS & CATEGORIES
========================= */
.sidebar-box ul {
    margin: 0;
    padding: 0;
}

.sidebar-box ul li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar-box ul li:last-child {
    border-bottom: none;
}

.sidebar-box ul li a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sidebar-box ul li a:hover {
    color: #000;
}

/* =========================
   TAG CLOUD
========================= */
.tagcloud a {
    display: inline-block;
    font-size: 13px !important;
    padding: 6px 12px;
    margin: 4px 4px 0 0;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tagcloud a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media (max-width: 991px) {
    .blog-sidebar {
        position: relative;
        top: auto;
        margin-top: 50px;
    }
}
.single-post {
    overflow: initial !important;
}


/* =========================
   RECENT POSTS SIDEBAR
========================= */
.recent-post-item {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.recent-post-thumb {
    width: 70px;
    flex-shrink: 0;
}

.recent-post-thumb img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

.recent-post-category {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #777;
    margin-bottom: 5px;
}

.recent-post-title {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 575px) {
    .recent-post-thumb {
        width: 60px;
    }

    .recent-post-thumb img {
        height: 60px;
    }
}

/* Thumbnail wrapper */
.search-thumb {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 180px;
    overflow: hidden;
}

/* Image */
.search-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* Search Form */
.search-form {
    display: flex;
    flex-direction: column;
}

.search-field {
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.search-field:focus {
    border-color: #343a40; /* Dark border on focus */
    box-shadow: 0 0 5px rgba(52, 58, 64, 0.3);
}

/* Search Button */
.search-form .btn {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    transition: background-color 0.3s, transform 0.2s;
    justify-content: center;
}

.search-form .btn:hover {
    background-color: #212529; /* Darker hover */
    transform: translateY(-2px);
}

.blog-content h3 {
    font-size: clamp(18px, 1.5rem, 26px);
}

.blog-content ul {
    list-style: disc;
    padding-left: 20px;
}

.blog-navigation .btn--primary {
    border-radius: 50px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.blog-navigation .btn--primary i {
    font-size: 14px;
}
/* Responsive adjustments */
@media (max-width: 576px) {
    .search-field {
        font-size: 13px;
    }
    .search-form .btn {
        font-size: 14px;
    }
}