p, span {
    font-family: system-ui;
}
.single_row{
    display:flex;
    justify-content: center;
    gap: 5rem;
}
.single_post .container{
    background: #fffdfa;
    padding: 2rem;
    border-radius: .5rem;
    border: 1px solid #e9e9e9;
}
article{
    font-size: 1rem;
    line-height: 1.6;
}
article p{
    margin-top: 1em;
}
article img {
    width: 100%!important;
    height: auto!important;
    margin: 1rem 0;
}
/** comment **/
img.avatar.avatar-32.photo {
    width: unset!important;
    margin: unset!important;
}
.comment-meta.commentmetadata a {
    font-size: 1rem;
    color: grey;
}

/** comment **/
.breadcrumb a{
    color:#000;
}
.bold{
    font-weight:bold;
}
.mainpost{
    padding-bottom: 5rem;
    width: 70%;
}
.sidebar_left{
    right: 2rem;
    border-radius: 1rem;
    width:10%;
}
.sidebar_right{
    width:20%;
}
img.main_img {
  border: solid 2px;
  border-bottom-color: #ffe;
  border-left-color: #eed;
  border-right-color: #eed;
  border-top-color: #ccb;
  max-height: 100%;
  max-width: 100%;
}
.frame {
  background-color: #ddc;
  border: solid 1rem #eee;
  border-bottom-color: #fff;
  border-left-color: #eee;
  border-radius: 2px;
  border-right-color: #eee;
  border-top-color: #ddd;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset, 0 5px 10px 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: inline-block;
  padding: 16px;
  position: relative;
  text-align: center;
}
.frame:before {
  border-radius: 2px;
  bottom: -2vmin;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
  content: "";
  left: -2vmin;
  position: absolute;
  right: -2vmin;
  top: -2vmin;
}
.frame:after {
  border-radius: 2px;
  bottom: -2.5vmin;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  content: "";
  left: -2.5vmin;
  position: absolute;
  right: -2.5vmin;
  top: -2.5vmin;
}
.image-caption{
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    padding: 1rem;
}
.sidebar_right table{
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.sidebar_right th, .sidebar_right td {
    border: 1px solid #ddd;
    padding: 8px;
}
.sidebar_right th {
    background-color: #f4f4f4;
    text-align: left;
}
@media(max-width:1100px){
    .mainpost{
        width: 100%;
    }
    .sidebar_left{
        width:100%;
    }
    .sidebar_right{
        width:100%;
    }
    .single_row{
        flex-direction: column-reverse;
    }
}
.sidebar li{
    margin-top: 2em;
}
.sidebar_left ul {
    margin-left: 1rem;
}
.sidebar_left li {
    margin-bottom: 4px;
    list-style: disc;
}
.sidebar_left a {
    text-decoration: none;
    color: #0073aa;
}
.sidebar_left a:hover {
    text-decoration: underline;
}
.sidebar_related{
    padding: 2rem 0;
}
.img-wrapper_thumbnail img{
    width: 70px!important;
    height: 70px!important;
}
.featured-image-wrapper {
    overflow: hidden;
}
.featured-image-wrapper img {
    width: 100%;
    height: auto;
}
.post__title{
    color: #712f26;
    font-size:2rem;
}
.post__date{
    font-size: 16px;
    color: #3A3A3A;
}
.post-tags{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.sidebar-title{
    color: #245309;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 1rem 0;
}
.container-blog {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
.recent-posts-title{
    font-size:1rem;
    margin: 0;
}
.recent-posts-title a{
    color: #3a3a3a;
}
.button-share{
    background:none;
    border:none;
}
.button-share:hover{
    transform: scale(1.1);
}
/* Comments Container */
.comments-area {
    padding: 20px;
    background-color: #f9f9f9; /* Background color for the comments section */
    border: 1px solid #e0e0e0; /* Border color */
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); /* Box shadow */
    text-align:left;
}

/* Comments Title */
.comments-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333; /* Text color for the comments title */
}

/* Comment List */
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* Individual Comment */
.comment {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f9f9f9; /* Background color for each comment */
    border: 1px solid #e0e0e0; /* Border color */
    border-radius: 5px;
    text-align: unset!important;
}

/* Comment Author */
.comment .comment-author {
    font-weight: 600;
    color: #333; /* Text color for the comment author's name */
}

/* Comment Date */
.comment .comment-date {
    color: #999; /* Text color for the comment date */
}

/* Comment Content */
.comment .comment-content {
    margin-top: 10px;
    color: #555; /* Text color for the comment content */
}

/* Comment Reply Link */
.comment .comment-reply-link {
    color: #007bff; /* Link color for the "Reply" link */
    text-decoration: none;
    margin-left: 10px;
}

.comment .comment-reply-link:hover {
    text-decoration: underline;
}

/* Comment Form */
.comment-form {
    margin-top: 30px;
}

/* Comment Form Textarea */
.comment-form textarea {
    width: 100%;
    border: 1px solid #e0e0e0; /* Border color for the comment textarea */
    border-radius: 5px;
}

/* Comment Form Submit Button */
.comment-form input[type="submit"] {
    background-color: #007bff; /* Background color for the submit button */
    color: #fff; /* Text color for the submit button */
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.comment-form input[type="submit"]:hover {
    background-color: #0056b3; /* Hover background color */
}

@media(max-width:1100px){
    .post__title{
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {
  .container-blog {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container-blog {
    width: 900px;
  }
}
@media (min-width: 1400px) {
  .container-blog {
    width: 1200px;
  }
}
@media (min-width: 1700px) {
  .container-blog {
    width: 1500px;
  }
}