.breadcrumb-container {
    padding: 50px 15px 25px 15px; 
}

#breadcrumbs {
    padding: 0;
    margin: 0;
}

#breadcrumbs li {
    line-height: 25px;
    display: inline-block;
    color: inherit;
    list-style: none;
}

#breadcrumbs li:nth-child(2n) {
    margin-right: 7px;
}

#breadcrumbs a {
    line-height: 25px;
    display: inline-block;
    color: inherit;
    margin-right: 7px;
}

.single-post-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

/* Two-column layout for larger screens */
@media (min-width: 62em) {
    .single-post-wrapper {
      grid-template-columns: 2fr 1fr;
    }
}

@media (min-width: 75em) {
    .single-post-wrapper {
        grid-template-columns: 3fr 1fr;
    }
}

.post-page-section {
    padding: 0px 15px;
}

.success-alert {
    background-color: #d1e7dd;
    width: 100%;
    border: 1px solid #a3cfbb;
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 1rem;
}

.success-alert p {
    margin-bottom: 0;
}

.success-msg {
    color: #0a3622;
    font-size: 1rem;
}

.error-msg {
    color: red;
    font-size: 1rem;
}


/* Single post styles */
.single-post-title h1 {
    margin-bottom: 10px;
}
.single-post-container .entry-meta {
    margin: 0;
    padding-left: 0;
}

.single-post-container .entry-meta li {
    padding-right: 10px;
    margin-right: 8px;
    list-style: none;
    display: inline-block;
    line-height: 18px;
    margin-top: 10px;
}

.single-post-container .entry-meta li:not(:last-child) {
    border-right: 1px solid#eeeeee5d;
}

.single-post-container .entry-meta li span {
    color: #ccc;
    font-size: 12px;
    font-weight: 500;
    display: block;
    line-height: 18px;
}

.single-post-container .entry-meta li .author_name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: var(--text-color);
}

.single-post-container .entry-meta li .post-date {
    color: var(--text-color);
}

.single-post-container .entry-meta li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
}

.post-body {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* Comment section */
#comment-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    padding: 30px 20px;
    box-shadow: none;
    border: 1px solid rgba(255,255,255,0.05);
    background: #28282d;
    position: relative;
    width: 100%;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

#comment-textarea {
    background-color: #2b2b31;
    border: 1px solid transparent;
    height: 120px;
    position: relative;
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 15px 20px;
    resize: none;

}

.comment-btn {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(90deg, #ff5860 0%, #ff55a5 100%);
    box-shadow: 0 0 16px 0 rgba(255,88,96,0.3);
    position: relative;
    padding: 0;
    border: none;
    transition: 0.5s ease;
    transition-property: color, background-color, border-color, box-shadow, opacity;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.comment-btn:hover {
    background: linear-gradient(90deg, #e74f57 0%, #e74d95 100%);
}

@media (min-width: 50em) {
    .comment-btn {
        width: 20%;
    }
}


.blog-comments {
    margin-bottom: 3rem;
}
.blog-comments ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-comments-list {
    margin-bottom: 30px;
}

.blog-comment-item {
    margin-top: 24px;
}

.blog-comment-author {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding-left: 60px;
    margin-bottom: 15px;
}

.blog-comment-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    border-radius: 50%;
}

.blog-comment-author img {
    vertical-align: middle;
}

.blog-comment-name {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 6px;
}

.blog-comment-time {
    display: block;
    font-size: 12px;
    color: #c7c7c7;
    line-height: 20px;
    font-weight: 300;
}

.blog-comment-text {
    display: block;
    margin: 0;
    color: #c7c7c7;
    font-size: 14px;
    line-height: 26px;
    background-color: #28282d;
    padding: 20px;
    position: relative;
    border-radius: 8px 8px 0 0;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-left: 1px solid rgba(255,255,255,0.05);
    border-right: 1px solid rgba(255,255,255,0.05);
}

.blog-comments-actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #28282d;
    padding: 15px 20px;
    border: 1px solid rgba(255,255,255,0.05);
    position: relative;
    border-radius: 0 0 8px 8px;
}

.action-btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: #c7c7c7;
    margin-right: 20px;
    height: 22px;
    text-transform: uppercase;
    cursor: pointer;
    background: none;
    border: none;
}

/* Sidebar styles */

.sidebar-widget {
    background-color: #28282d;
    border: 1px solid rgba(255,255,255,0.05);
    border-top: none;
    padding: 15px 10px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5rem;
}

.sidebar-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
}

.widget-header h4 {
    margin-bottom: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
}

.sidebar-widget .widget-content .latest-posts {
    border-bottom: 1px solid #cccccc45;
    padding-top: 10px;
}
.sidebar-widget .widget-content .latest-posts p.title {
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 15px;
}

.sidebar-widget .widget-content .latest-posts p.post-date {
    font-size: .71rem;
    font-style: italic;
    color: #838383;
    margin-bottom: 0;
}

/* Subscription widget */
.field-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  
  .field-container input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none;
    transition: 0.5s ease;
    transition-property: color, border-color, box-shadow;
  }
  
  .form-control,
  .form-control:focus,
  .form-control:active {
    background-color: #37373d !important;
  }
  
  .form-control:hover,
  .form-control:focus {
    border-color: #ff55a5;
  }
  
  .form-control {
    border: 1px solid transparent;
    height: 50px;
    position: relative;
    color: #fff !important;
    font-size: 16px;
    width: 100%;
    border-radius: 8px;
    padding: 0 10px;
  }

  .subscription-label {
    font-size: .8rem;
  }
  
  .submit-btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  
  .auth-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(90deg, #ff5860 0%, #ff55a5 100%);
    box-shadow: 0 0 16px 0 rgba(255, 88, 96, 0.3);
    position: relative;
    transition: 0.5s ease;
    transition-property: color, background-color, border-color, box-shadow, opacity;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
  }

  .newsletter .widget-header {
    margin-bottom: 1.5rem;
  }

  .newsletter .widget-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

/* Post content styles */
.post-body h2 {
    font-size: 1.7rem;
}
.post-body h3 {
    font-size: 1.4rem;
}
.post-body h4 {
    font-size: 1.3rem;
}
.post-body h5 {
    font-size: 1.2rem;
}

/* Related posts styles */
.related-posts-container h3 {
    margin-top: 30px;
}
.related-posts-container .related-post-item {
    margin-bottom: 1.5rem;
}
.related-posts-container .related-post-item .related_post_bottom .date {
    font-size: .7rem;
}
.related-posts-container .related-post-item .related_post_bottom .title h4 {
    margin-bottom: 0;
	line-height: 1.5rem;
}
.related-posts-container .related-post-item .related_post_bottom .title h4 a {
    font-size: 1.1rem;
}

@media (min-width: 62em) {
    .related-posts {
      display: flex;
    }

    .related-posts .related-post-item:not(:last-child) {
        margin-right: 1rem;
    }

    .related_post_bottom .title h4 a {
        font-size: 1rem;
    }

    .sidebar {
        margin-bottom: 2rem;
    }

    .sticky-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
    }
}