/** Shopify CDN: Minification failed

Line 261:0 Unexpected "}"

**/
.article--container.custom-article-itg .article--inner {
  max-width: 1300px;
}

h1.article--title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}

.article--container.custom-article-itg .article--meta {
  text-align: center;
  padding-bottom: 35px;
  color: #c01d2e;
  color: #c83847;
}

.article--container.custom-article-itg .article-image-itg img {
  width: 100%;
  max-height: 450px;
  border-radius: 4px;
}
.article--container.custom-article-itg .article--sidebar {
  position: unset;
  margin-top: 30px;
}

.article-top-border-content {
  border: 1.6px solid #80808036;
  border-radius: 4px;
  padding: 25px;
}

nav.breadcrumbs {
  display: flex;
  gap: 10px;
  padding-bottom: 40px;
  padding-top: 20px;
}

nav.breadcrumbs a {
  color: #c01d2e;
  text-decoration: none;
  font-size: 16px;
}
span.breadcrumbs__current {
  color: #c01d2e;
  font-size: 16px;
}

span.icon-gerater {
  font-family: cursive;
  color: #c01d2e;
}
a.breadcrumbs__link_itg {
  text-transform: capitalize;
}

.share-buttons--list {
    display: flex;
    gap: 10px;
}

.article--content.rte p {
    font-size: 17px;
    font-family: inter;
   font-family: 'Lato';
}

.article--content.rte li {
    font-size: 17px;
    font-family: inter;
   font-family: 'Lato';
}


/* ===============pagination================= */

.article--pagination-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.pagination-arrow {
    text-decoration: none;
    width: 40px;
    height: 40px;
    border: 1px solid #c01d2e;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: monospace;
    font-size: 20px;
    border-radius: 5px;
    color: #fff;
    background: #c01d2e;
}
.pagination-arrow.disabled {
  background-color: #c01d2e;
  color: white;
  border: none;
}
a.article--pagination-number {
  text-decoration: none;
  opacity: 1;
   color: black;
}
.article-image-itg {
    border: 1.6px solid #80808036;
    border-radius: 5px;
}
a.article--pagination-number.active:not(active) {
    text-decoration: none;
    opacity: 1;
    border-bottom: 1.5px solid #c01d2e;
    overflow: hidden;
    padding-bottom: 1px;
    font-weight: bold;
    color: #fff;
    background: #c01d2e;
    border-radius: 5px;
}



.article--pagination-numbers .pagination-arrow.prev-arrow {
    margin-right: 10px !important;
}
/* .article--pagination-numbers span.pagination-arrow.next-arrow {
    margin-left: 25px !important;
} */
a.pagination-arrow.next-arrow {
    margin-left: 10px !important;
}

span.pagination-arrow.next-arrow {
    margin-left: 10px !important;
}

/* ================article comment-section================== */

.blog-post-comment-details-section {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: auto;
  margin-top: 45px;
   display: none;
}

.comment_authore-image-title {
  width: 31.7%;
  background-color: #f4eeef;
  text-align: center;
 padding: 20px 20px 4px;
}

.article-comment-content {
  width: 66%;
  background-color: #f4eeef;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
h2.author-title {
    font-size: 30px;
    margin: 0;
    color: #023f40;
    padding: 12px 0px;
}

.comment_authore-image-title img {
    width: 100%;
    max-width: 90%;
    margin: auto;
}


.comment-text p {
    font-size: 14px;
    font-weight: 100 !important;
    color: black;
    font-family: asap;
    margin: 0;
  line-height: 1.4;
}

.article-comment-content span.share-buttons--title {
    display: none;
}

.article-comment-content .share-buttons--list svg {
    background-color: #c01d2e;
    border-radius: 50%;
}
.article--container.custom-article-itg  .blog-post-comment-details-section .article--sidebar{
  margin-top: 0px;
}
 .article--container.custom-article-itg .share-buttons--list {
    width: fit-content;
}


/* ================responsive====================== */


@media screen and (max-width: 767px) {
.blog-post-comment-details-section .article-comment-content {
  padding: 15px;
}
span.breadcrumbs__current {
    font-size: 12px;
}
nav.breadcrumbs a {
    font-size: 12px;
}
.article-top-border-content {
    padding: 10px;
}
.article--comments-form .button-primary {
    text-transform: uppercase;
    font-size: 12px;
}  
  
 
}



@media screen and (max-width: 990px) {
.blog-post-comment-details-section {
    flex-direction: column;
    gap: 25px;
}
.comment_authore-image-title {
    width: 100%;
}
.article-comment-content {
    width: 100%;
}
.comment_authore-image-title img {
    max-width: 300px;
}
.comment-socila-icon .article--sidebar {
    display: block;
}  
  
}

  
}



@media screen and (max-width: 480px) {
.article-top-border-content {
    padding: 10px;
}

  
}