/*
Theme Name: barq
Author: moamen fatthi
Description: Barq is a lightning-fast theme designed for personal bloggers who value speed and efficiency. With its streamlined design and optimized code, Barq ensures your blog runs smoothly, allowing you to focus on creating great content.
Version: 1.2
*/

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
}
a {
    text-decoration: none;
    font-weight: bold;
    color: #122620;
}
header {

  align-items: center; 
  width: 100%; 
  color: #ffffff;
  border-bottom: 1px solid #ccc;  


}
.main-navigation {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;

}
.main-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 1000;

}

.main-navigation > ul {
    display: flex;
}
.main-navigation li {
    position: relative;
}

.main-navigation a {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

.main-navigation ul ul {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    top: 100%; 
    left: 0;
    background-color: #ccc;

}

.main-navigation li:hover > ul {
    display: block;
}

.main-navigation ul ul ul {
    top: 0; 
    left: 100%;  
      background-color: #ffffff;
      width: 100%;

}

.main-navigation li:hover > ul ul {
    display: none;
}

.main-navigation ul ul li:hover > ul {
    display: block;
}

.dropdown-icon {
    display: inline-block;
    transition: transform 0.3s;
}

.sub-menu-open .dropdown-icon {
    transform: rotate(180deg);
}

.dropdown-toggle-icon {
    cursor: pointer;
    display: inline-block;
}

.menu-toggle {
    background-color: #333;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  display: none;
  margin: 5px;

}
@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    align-items: center;
  }
  .logo-container img {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .logo-container h1 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .menu-toggle {

    display: block;
  }
  .sidebar-left, .sidebar-right {
    display: none;
    
  }
  .main-navigation {
    flex-direction: column;
    align-items: center;
    width: 100%;
        margin-right: auto;
    margin-left: auto;
    text-align: center;
    position: relative;

  }
    .main-navigation > ul {
    display: none;
    margin-right: 0;
    color: blue;
    flex-direction: column;
    position: absolute;
  }
  .main-navigation > li {
    margin-right: 0;
    color: blue;
  }
  
}



.header-container {
  display: flex;
  justify-content: space-between; 
  align-items: center; 
  max-width: 1100px;
  margin: 0 auto; 
 
  color: #ffffff;

}
.logo-container {
  display: inline-block;
  margin-top: 5px;  
  margin-bottom: 5px;  

}
.logo-container img {
  width: auto;  
   margin-top: 5px;  
  margin-bottom: 5px;  
}








.logo-container h1 {

  font-size: 24px; 
  color: #ffffff;
}

.logo-container a {

  font-size: 24px; 
  color: #ffffff;
}


.main-navigation.show-menu {
  display: block;
}



.content-wrapper {
  display: flex;
  flex-direction: row;
  padding: 10px;
  border-radius: 10px;
   max-width: 1200px;
      margin-left: auto;
  margin-right: auto;

  
}

main {
  flex: 1;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  border-color: blue;
  border: 20px;
 border-width: medium;
 max-width: 1200px;
   margin-left: auto;
  margin-right: auto;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 10px 0px rgba(0, 0, 0, 0.06);

}

.sidebar-left, .sidebar-right {
  flex-basis: 200px;
  padding: 20px;
  background-color: #F2F5F9;
  color: #ea6500;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 10px 0px rgba(0, 0, 0, 0.06);


}

.sidebar-left h2, .sidebar-right h2 {
  color: white;  
  padding: 5px;  
  margin-bottom: 20px;  
  border-radius: 25px;
 text-align: center;
  
}

.sidebar-left a, .sidebar-right a {
  color: #F7AD12;  
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #ccc;
 
}


.sidebar-left a:hover, .sidebar-right a:hover {
  color: #039492;  
  background-color: #219ebc;
  display: block; 
  border-radius: 10px;
    
}


.sidebar-left {
  order: -1; 
}

.sidebar-hidden {
  display: none;
}

h1, h2, h3 {
  color: #333;
}

p {
  margin-bottom: 20px;
}

footer {
  color: white;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  clear: both;
}

.footer-container {
  display: flex;
  align-items: center;
  text-align: center;
 
}

.footer-left,
.footer-center,
.footer-right {
  flex: 1;
  width: 33.333%;
  text-align: center;

}

.footer-left ul,
.footer-center ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
 justify-content: center; 

}

.footer-left ul li,
.footer-center ul li {
    align-items: center;
  margin: 0 5px;


}


.footer-left ul li a,
.footer-center ul li a {
  color: #ffffff; 
    align-items: center;
}
.footer-left ul li a:hover,
.footer-center ul li a:hover {
  color: #219ebc; 
}

.footer-left ul li:not(:last-child)::after {
    content: " - ";
    margin-left: 5px;
    margin-right: 5px;
}


@media(max-width: 756px) {

    .footer-left {
    order: 1; 
    width: 100%;
  }
  .footer-center {
    order: 2; 
  width: 100%;
      
  }
  .footer-right {
    order: 3; 
 width: 100%;
  }
  .footer-container {
    flex-direction: column;
  }
  .footer-left ul li:not(:last-child)::after {
    content: " ";
    margin-left: 5px;
    margin-right: 5px;
}

}




.hero-section {
  padding: 2rem;
  text-align: center;
  height: auto;
  position: relative;
  border-top: 1px solid #ccc;  

  overflow: hidden;  
  


}


.hero-section h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.hero-section p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  
}

.search-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 10px;
  border-radius: 25px;
  background-color: #f2f2f2;
}

.search-input {
  flex-grow: 1;
  border: none;
  padding: 10px;
  border-radius: 20px;
  outline: none;
}

.search-button {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  color: white;
  cursor: pointer;
}

.search-button i.fa {
  margin-right: 5px;
}

.search-input:focus {
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.post-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;

}

.post-item {
	
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: ##fffffa;
  margin: 10px;
  color: 000000;

}
.post-item span a {
    font-size: 18px;
}

@media (max-width: 767px) {
  .post-item {
    flex: 1 1 100%!important;
  }
}


.post-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}

.post-item h3 {
  font-size: 1.5rem;
  -top: 0;
}

.post-item p {
  font-size: 1rem;
  line-height: 1.5;
}

.post-item img {
  width: 100%;
  height: 200px;
  border-radius: 5px;

}
.hero-section-2 {
  padding: 50px;
  text-align: center;
  color: #fff;
}
.hero-section-2 h1 {
  color: white;
}

.hero-section-2 form {
  margin-top: 20px;
}
.hero-section-2 .hero-2-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 20px;
  transition: background-color 0.3s;
}

.hero-section-2 .hero-2-button:hover {
  background-color: #555;
}
.content-wrapper-single {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
 max-width: 1200px;
  border-radius: 10px;
  
}

.article-single {
 
   border-radius: 8px;  
  max-width: 1100px;	
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 18px;
  overflow-wrap: break-word;

}
.article-single img {
  max-width: 500px;
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;  
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); 

}
@media only screen and (max-width: 768px) {
  .article-single img {
  width: 100%;
  }
}

.article-single img:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2); 
  transform: scale(1.05); 

}
.article-single h1 {
 text-align: center;
 border-left: 10px solid #F7AD12;
 border-right: 10px solid #F7AD12;
   background-color: #fbfbfb;

  
}

.article-single h2, 
.article-single h3, 
.article-single h4, 
.article-single h5, 
.article-single h6 {
  padding: 5px;
  position: relative;
  background-color: #fbfbfb;
}

.article-single h2:lang(en),
.article-single h3:lang(en),
.article-single h4:lang(en),
.article-single h5:lang(en),
.article-single h6:lang(en)
 {
  border-left: 6px solid #F7AD12;
}

.article-single h2:lang(ar),
.article-single h3:lang(ar),
.article-single h4:lang(ar),
.article-single h5:lang(ar),
.article-single h6:lang(ar) {
  border-right: 6px solid #F7AD12;
}

.article-single ul {
  list-style: none;
  padding-left: 0;
}

.article-single ul li {
  position: relative;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px; 
}

.article-single ul li::before {
  content: "";
  background-color: #F7AD12;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 5px; 
  right: 5px; 
  transform: translateY(-50%);
  border-radius: 50%;
}

.article-single ul li:hover::before {
}



.article-single ol {
  list-style: none;
  counter-reset: list-counter;
  padding-left: 0;
}

.article-single ol li {
  counter-increment: list-counter;
  margin-bottom: 10px;
}

.article-single ol li::before {
  content: counter(list-counter);
  background-color: #F7AD12;
  color: white;
  text-align: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 50%;
}
.article-single ol li:hover::before {
}

.article-single blockquote {
  border-left: 4px solid #F7AD12;  
  background-color: #f9f9f9;  
  padding: 10px 20px;
  margin: 20px 0;
  color: #666;
}



.social-share-buttons {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.social-share-buttons span {
  margin-right: 10px;
}


.social-share-buttons a {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  font-size: 16px;
  color: #ffffff; 
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  max-width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .social-share-buttons {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
  }
}



.social-share-buttons a.facebook {
  background-color: #305891;
}

.social-share-buttons a.twitter {
  background-color: #1da1f2;
}

.social-share-buttons a.linkedin {
  background-color: #0077b5;
}

.social-share-buttons a.whatsapp {
  background-color: #25D366;
}

.social-share-buttons a.telegram {
  background-color: #0088cc;
}

.social-share-buttons a.pinterest {
  background-color: #bd081c;
}

.social-share-buttons a.reddit {
  background-color: #ff4500;
}

.social-share-buttons a:hover {
  opacity: 0.8;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  border-radius: 20px;  
  padding: 10px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);  
  color: #fff;
}
@media (max-width: 768px) { 
  .breadcrumbs {
    align-items: flex-start;
  }
    .breadcrumb-item:last-child {
    display: none;
  }


}

.breadcrumb-item a {
  text-decoration: none;
  color: #fff;
  padding: 10px 10px;
  position: relative;
  transition: all 0.3s ease;  
}

.breadcrumb-item a:hover {
  background-color: #F7AD12;  
  color: white;  
}

.breadcrumb-item a:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: 0;
  color: #999;
  font-size: 1.5em;
}

.breadcrumb-item a.active {
  background-color: transparent;
  color: #368181;
}





.centered-ads-1 , .centered-ads-2 , .centered-ads-3 , .centered-ads-4 , .centered-ads-5 {
    text-align: center;
    margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;

}
.related-posts-container {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.related-posts-container h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.related-posts-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.related-post {
    flex: 0 0 calc(30% - 10px);
    margin-bottom: 20px;
    padding: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.related-post a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
}

.related-post img {
   width: 90%;
    height: 150px;
	padding: 0px;
}

@media (max-width: 768px) {
    .related-post {
        flex: 0 0 calc(100% - 10px);
    }
		.related-post img {
 width: 100%;
}
}

@media (max-width: 480px) {
    .related-post {
        flex: 0 0 calc(100% - 10px);
    }
			.related-post img {
 width: 100%;
}

}
.custom-post-meta {
  width: 100%;
  display: flex;
}

.post-meta-info {
    width: 100%;
  display: flex;
  align-items: center;
  border-radius: 20px;  
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);  
  color: #fff;
}

.meta-item {
  padding: 5px 10px;
  margin: 2px;
}

.meta-item a {
  text-decoration: none;
  color: #fff;
  padding: 10px 10px;
  position: relative;
  transition: all 0.3s ease;  
}

.meta-item a:hover {
    background-color: #F7AD12;  
  color: white; 
}
.meta-item a:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: 0;
  color: #999;
  font-size: 1.5em;
}

#comments {
  margin-top: 2em;
}

#comments h2, #comments h3 {
  font-size: 1.5em;
  margin-bottom: 1em;
}

.comment-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  
}

.comment-form label {
  font-weight: bold;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  width: 95%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.comment-form input[type="submit"] {
  background-color: #1D2327;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.comment-form input[type="submit"]:hover {
  background-color: #F7AD12;
}
.post-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.tag-title {
  margin-right: 10px;
}

a[rel="tag"] {
  background-color: #f1f1f1;
  color: #333;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

a[rel="tag"]:hover {
  background-color: #ccc;
}

.pagination {
  text-align: center;
  margin: 30px 0;
}

.pagination a, .pagination span {
  margin: 0 8px;
  padding: 10px 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  border: 2px solid #219EBC;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.pagination a:hover, .pagination .current {
  color: #ffffff;
  border-color: #368181;
}

.pagination .prev, .pagination .next {
  background-color: transparent;
  color: #255F5F;
  border-color: transparent;
}

.pagination .prev:hover, .pagination .next:hover {
  color: #ffffff;
  border-color: #368181;
}
h2 a {
  color: #000000; 
}
.error-page {
  text-align: center;
  margin: 50px 0;
}

.error-title {
  font-size: 48px;
  color: #333;
  margin-bottom: 20px;
}

.error-message,
.suggestion-message {
  font-size: 18px;
  margin-bottom: 20px;
}

.search-box {
  margin-bottom: 30px;
}

.back-home {
  font-size: 16px;
}

.back-home a {
  color: #007bff;
  text-decoration: none;
}

.back-home a:hover {
  text-decoration: underline;
}

.post-summary {
    display: flex;
    margin-bottom: 20px;
    background: #fbfbfb;
}
.post-summary :hover {
    background: #ffffff;
}
.post-summary-thumbnail {
    flex: 1;
    margin-right: 10px;
    
}

.post-summary-thumbnail img {
    width: 300px;
    margin-left: 10px;
      border-radius: 10px;

}


.post-details {
    flex: 3;
}
@media (max-width: 756px) {
    .post-summary {
        flex-direction: column;
    }
    
    .post-summary-thumbnail {
            width: 100%;
      display: block;
  margin-left: auto;
  margin-right: auto;

    }
        .post-summary-thumbnail img {
    width: 100%;
      display: block;

}
    .post-details {
        order: 2;  
    }
     .post-details h2 {
        text-align: center;

    }

}


.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
  margin-right: 10px;
  text-decoration: none;
}


table {
  width: 100%; 
  border-collapse: collapse; 
  margin: 20px 0; 
  font-size: 16px; 
  text-align: center; 
}

th {
  background-color: #219EBC; 
  padding: 10px; 
  border: 1px solid #dddddd;
  color: #ffffff;

  
}

td {
  padding: 10px; 
  border: 1px solid #dddddd;
}

tr:nth-child(even) {
  background-color: #f1f1f1; 
}

.faq-section {
  border: 1px solid #ddd;

  background-color: #f9f9f9;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.faq-answer {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  padding: 5px;
}

.drug-info {
    display: flex;
    flex-direction: column;
    padding: 16px;
    margin: 16px;
    align-items: stretch;

}

.drug-info-item {
    display: flex;
    align-items: stretch; 
}




.drug-label {
    width: 25%;
    font-weight: bold;
    color: #333;
    background-color: #F2F5F9;
    padding: 8px;
    border-radius: 4px;
    vertical-align: top;
    border-bottom: 1px solid #ccc; 
    align-self: stretch;
}

.drug-label:hover {
  background-color: #f9f9f9;
}
.drug-value {
    width: 70%;
    font-size: 16px;
    color: #555;
    padding: 8px;
    border-radius: 4px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ccc; 
    align-self: stretch;
}

.drug-value img {
    
width: 200px;
height: 200px;
align-items: center;
    
}
.drug-value:hover {
  background-color: #F2F5F9;
}

.drug-currency {
    display: inline-block;
    width: 5%;
    font-size: 16px;
    color: #555;
    padding: 8px;

}


.section-1-layout {
    display: flex;
    width: 99%;
}

.section-1-column {
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
}

.section-1-column.section-1-large {
    flex: 1;
    height: 100%;
}

.section-1-post {
    position: relative;
}

.section-1-post:hover {
    transform: translateY(-10px);
    transition:opacity .2s ease-in-out
}
.section-1-post img {
    width: 100%;
    height: 212px;
    border-radius: 5px;
}

.section-1-post img :hover {
     transition: transform 0.3s ease;

}
.section-1-column.section-1-large img {
    flex: 1;
    height: 435px;
    border-radius: 5px;
}
.section-1-column.section-1-large img :hover {
     transition: transform 0.3s ease;

}

.section-1-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    margin: 0;
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .section-1-layout {
        flex-direction: column;
    }

    .section-1-column {
        width: 100%; 
        height: auto; 
        margin-bottom: 15px; 
    }
	.section-1-post img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.section-1-column.section-1-large img {
    flex: 1;
    height: 100%;
    border-radius: 5px;
}
}


.section-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 99%;
    padding: 5px;
}

.section-2-post {
    flex: 1;
    min-width: 200px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease-in-out;
     
}
.section-2-post img {
width: 100%;

border-radius: 5px;
}
.section-2-post h3 a  {
    padding: 5px;
    line-height: 1.6;
    display: block;
}
.section-2-post:hover {
    transform: translateY(-10px);
}

.section-3-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 99%;

}
.section-3 {
      border-top: 1px solid #ccc; 
          margin-top: 20px;
          display: block;

}



.section-3-thumbnail img {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    border-radius: 5px;

}


.section-3-title a {
        padding: 5px;
    display: block;
    font-weight: bold;
    color: #122620;
    font-size: 18px;
}
.section-3-post:hover {
    
background-color: #f1f1f1;
}


.section-3-post {
flex-basis: calc(100% / 3 );
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: top; 
}

@media (max-width: 767px) {
   .section-3-post {

    flex-basis: calc(100% / 1 - 10px);  

    }
}

.buttons-container {
 align-items: center;  
     display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.buttonshomepage {
    display: inline-block;
    margin: 10px 10px;
    padding: 10px 10px;
    background-color: #219EBC;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    text-align: center;
    font-weight: bold;
}
.buttonshomepage:hover {
    background-color: #7ab4c2;
}
.buttons-container.columns-1 .buttonshomepage {
    width: calc(100% - 40px);
}

.buttons-container.columns-2 .buttonshomepage {
    width: calc(50% - 40px);
}
.buttons-container.columns-3 .buttonshomepage {
    width: calc(33.33% - 40px);
}
.buttons-container.columns-4 .buttonshomepage {
    width: calc(25% - 40px);
}
.buttons-container.columns-5 .buttonshomepage {
    width: calc(20% - 40px);
}


.section-5-col {
    width: 50%;
    float: left;
    box-sizing: border-box;
   border-radius: 10px;


}

.section-5-post-large img, 
.section-5-post-small img {
    width: 98%;
    height: auto;
         border-radius: 10px;

}

.section-5-title-large {
    margin-top: 5px;
}

.section-5-post-small {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.section-5-post-small img {
    margin-right: 10px;
    border-radius: 5px;
    width: 60px;
    height: 60px;
}

.section-title {
 background-color: #EEEEEE; 
 border-left: 6px solid #F7AD12;
 padding-right: 10px;
}

.comment {
        background-color: #f9f9f9; 
    border: 1px solid #e1e1e1;
    padding: 15px;
    font-size: 1.1em; 
}
.comments-area {
    margin-top: 40px;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.comment-list .comment {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.comment-author img {
  display: none;
}

.comment-content {
    padding-left: 70px;
}

.comment-reply-link {
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
}
