html, body {
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .grid-container {
    display: grid;
    grid-template-columns: 15.625rem 1fr 1fr 18.75rem;
    grid-auto-rows: min-content;
    max-width: 85.375rem;
    margin: 1.25rem auto;
    padding: 0;
    gap: 1rem 2rem;
  }

    .box0  { grid-column: 1 / 5; grid-row: 1; background-color: #F3F3F3; color: white; padding: 0rem; height: 90px; }
    .box1  { grid-column: 1;        grid-row: 2 / 4;  background-color: transparent; border-radius: 2.250rem;} 
 
    .box2 {
        grid-column: 2 / 4;
        grid-row: 2 / 3; 
        background-color: white;
        padding: 1rem;
        align-self: start; 
        height: auto;
        overflow: visible;
      }
      
      .box3 {
        grid-column: 2 / 4;
        grid-row: 2 / 6;
        background-color: white;
        padding: 1rem;
        margin-top: 1.3rem !important;
      }
      
      .box4 {
        grid-column: 4 / 5;
        grid-row: 2 / 6;
        background-color: transparent;
        margin-top: 1.5rem !important;
      }
      

      .box3, .box4 {
        position: relative;
        top: -1rem; 
      }


      .icon-break {
        display: none;
      }
      

      @media (max-width: 1365px) {
        .grid-container {
          display: grid;
          grid-template-columns: 250px 1fr 350px;
          grid-template-areas:
            "box0 box0 box0"
            "box2 box2 box4"
            "box3 box3 box4"
            "box1 . .";
            gap: 0 1rem;
          }
      
        .box0,
        .box1,
        .box2,
        .box3,
        .box4 {
          grid-column: unset;
          grid-row: unset;
        }
      
        .box0  { grid-area: box0; }
        .box1  { grid-area: box1; }
        .box2  { grid-area: box2; }
        .box3  { grid-area: box3; }
        .box4  { grid-area: box4; }
      
        .box3,
        .box4 {
          top: 0;
        }
      
        .supportinformation {
          grid-area: support;
          justify-self: center;
          width: 100%;
        }

        .article-right {
            display: flex;
            justify-content: flex-end;
          }
          
          
          .main_information{
            font-size: 17px !important;
          }
          
      }
      

    


      @media (max-width: 1023px) {
        .grid-container {
          display: grid;
          grid-template-columns: 250px 1fr 300px;
          grid-template-areas:
            "box0 box0 box0"
            "box2 box2 box2"
            "box3 box3 box3"
            "support support support"
            "box1 . box4";
        }
        
      
        .box0,
        .box1,
        .box2,
        .box3,
        .box4 {
          grid-column: unset;
          grid-row: unset;
        }
        .grid-container {
          gap: 0;
        }
      
        .box0  { grid-area: box0; }
        .box1  { grid-area: box1; }
        .box2  { grid-area: box2; }
        .box3  { grid-area: box3; }
        .box4  { grid-area: box4; }
      
        .box3,
        .box4 {
          top: 0;
        }

        .box1 {
          grid-area: box1;
        }
        
        .box4 {
          grid-area: box4;
        }
        

        .supportinformation {
          grid-area: support;
          justify-self: center;
          width: 100%;
        }      
        
        .box3{
          margin: 0 0.7em;
        }
       

      }


      .split-image {
        display: none;
      }
      .mobile-image {
        display: none;
      }


  



      @media (max-width: 910px) {
        .grid-container {
          display: grid;
          grid-template-columns: 1fr;
          grid-template-areas:
            "box0"
            "box2"
            "box3"
            "support"
            "box1"
            "box4";
          gap: 0;
        }
      
        .box0,
        .box1,
        .box2,
        .box3,
        .box4 {
          grid-column: unset;
          grid-row: unset;
        }
      
        .box0  { grid-area: box0; }
        .box1  { grid-area: box1; }
        .box2  { grid-area: box2; }
        .box3  { grid-area: box3; }
        .box4  { grid-area: box4; }
      
        .box3,
        .box4 {
          top: 0;
        }
      
        .supportinformation {
          grid-area: support;
          justify-self: center;
          width: 100%;
        }


        .box2 {
          display: flex;
          flex-direction: column; 
        }
      
        .article-left,
        .article-right {
          width: 100%; 
          justify-content: center;
        }
      
        .article-right {
          display: none;
        }
      
        .article-left {
          order: 1;
        }

        .article-image {
          max-width: 100%;
          height: auto;
          display: inline-block; 
        }

        .mobile-image {
          display: inline-block;
          text-align: center;
          margin-bottom: 1rem;
          margin-top: 2rem;
          position: relative;

        }

        .number-overlay-4 {
          position: absolute;
          bottom: 10px;
          right: 30px !important;
          font-size: 0.75rem;
          background-color: rgba(255, 255, 255, 0.7);
          text-decoration: none;
          padding: 3px 6px !important;
          color: #000;
        }
      
        .mobile-image img {
          max-width: 100%;
          height: auto;
        }

        .mobile-image {
          display: block;           
          margin: 2rem auto 1rem;   
          position: relative;
          max-width: fit-content;  
          text-align: center;     
        }
        
        

        .articles_v2 {
          display: flex;
          flex-direction: column;
          align-items: center; 
          gap: 1rem;
        }
      
        .article_v2 {
          width: auto;
          text-align: center;
        }
      
        .article_v2 img {
          max-width: 100%; 
          height: auto;
          display: block;
          margin: 0 auto; 
        }
       
        .original-image {
          display: none;
        }
        
        .split-image {
          display: block;
          text-align: center;
        }
        
        .split-image img {
          display: block;
          max-width: 100%;
          height: auto;
          margin: 0 auto 1rem;
        }
       
       
        .box1 {
          margin-left: auto;
          margin-right: auto;
        }

        .box4 {
          margin-left: auto;
          margin-right: auto;
        }

       
          .box2-footer {
            order: 2;
            width: 100%;
            margin-top: 1rem;
          }
          .article-left {
            display: flex;
            flex-direction: column;
          }

          .icon-container-2 {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start !important;
          }

          .box2 {
            grid-column: 1 / 2;
          }
        
          .article-right, .box2-footer {
            grid-column: 2 / 3;
          }

          .box2 {
            grid-column: 1 / -1;
            width: 140%; 
          }
          .article-right {
            display: none !important;
          }

          .box2-footer {
            width: 100%;
            margin-top: 1rem;
            order: 2;
          }

          

          .box4 {
            max-width: 100vw; 
            width: 95%;      
            box-sizing: border-box;
          }


          .contributor-article {
            width: 90%;
            max-width: 90%;
            padding: 0 1rem;
            box-sizing: border-box;
            margin-left: auto;
            margin-right: auto;
          }
        
          .contributor-inner {
            max-width: 20.9375rem;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            box-sizing: border-box;
            background-color: white;
          }

          .secondary-wide_v3 {
            margin-left: auto !important;
            margin-right: auto !important;
            float: none !important;
            display: block !important;
            width: 90% !important;       
            box-sizing: border-box !important;
            padding: 0 1rem !important;
            position: static !important;
          }
          
          .most-read-section {
            margin-left: auto !important;
            margin-right: auto !important;
            padding: 0 1rem !important;
          }

          .contributors-group {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            box-sizing: border-box;
          }
          .contributor-article {
            width: 100%;
            max-width: 100%;
            padding: 0 1rem;
            box-sizing: border-box;
            margin-left: auto;
            margin-right: auto;
            border: none !important;
          }
    
          .contributor-content {
            width: 90% !important;
            max-width: 90% !important;
            margin: 0 auto !important;
          }
    
          .most-read-section {
            width: 100%;
            max-width: 100%;
            margin-left: auto !important;
            margin-right: auto !important;
            padding: 0 1rem !important;
            box-sizing: border-box;
          }      
          
          .most-read-section {
            background-color: transparent !important;
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            padding: 0 !important; 
            position: relative;
          }
    
          .most-read-section .article.secondary-wide_v3 {
            display: block !important;
            width: 100% !important;
            padding: 0.75rem 1rem;
            box-sizing: border-box;
            position: relative;
          }
    
          .most-read-section .article.secondary-wide_v3 > .article-inner {
            width: 100% !important;
            max-width: 100% !important;
            padding: 0 !important;
            margin: 0 !important;
            box-sizing: border-box;
          }
          
          .contributor-article {
            border: 0.250rem solid #F3F3F3 !important;
            padding: 10px 0 !important; 
            border-radius: 0.5rem !important;
          }
          
          .box3, .box4 {
            box-sizing: border-box;
            width: 90% !important;
            margin-left: auto;
            margin-right: auto;
          }

          .box1{
            margin-top: 1.5rem ;
            width: 90%  !important;
          }

      }
      

      @media (max-width: 620px) {
        .post-image-center .custom_image_2 {
          width: 400px !important;
          max-width: 100% !important;
          height: auto !important;
        }
        
      
        .post-image-center .image-wrapper img {
          width: 300px;
          max-width: 100%;
          height: auto;
        }

        
        .article-right .article-image {
          width: 350px;
          max-width: 100%;
          height: auto;
          margin-top: -2rem !important;
        }

       

          .box4 {
            max-width: 100vw; 
            width: 95%;      
            box-sizing: border-box;
          }

      }
      

      @media (max-width: 550px) {
        .articles_v2 .article_v2 img {
          width: 300px;
          max-width: 100%;
          height: auto;
          display: block;
          margin: 0 auto; 
        }

        .box4 {
            max-width: 100vw; 
            width: 95%;      
            box-sizing: border-box;
          }
      }

      @media (max-width: 450px) {
        
        .post-image-center .custom_image_2 {
          width: 300px !important;
          max-width: 100% !important;
          height: auto !important;
        }

        .article-right .article-image {
          width: 300px;
          max-width: 100%;
          height: auto;
          margin-top: -2rem !important;
        }

        .info-wrapper_c {
          width: 100%;
          max-width: 100vw;
          box-sizing: border-box;
        }        

        

          .box4 {
            max-width: 100vw; 
            width: 95%;      
            box-sizing: border-box;
          }
      }


      @media (max-width: 430px) {

        .articles_v2 .article_v2 img {
          width: 250px;
          max-width: 100%;
          height: auto;
          display: block;
          margin: 0 auto; 
        }

        .post-image-center .custom_image_2 {
          width: 250px !important;
          max-width: 100% !important;
          height: auto !important;
        }

        .post-image-center .image-wrapper img {
          width: 250px;
          max-width: 100%;
          height: auto;
        }

        .split-image img {
          width: 100%;
          max-width: 250px;
          height: auto;
          display: block;
          margin: 0 auto 1rem;
        }


        .icon-container-2 {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          gap: 0.5rem;
        }
      
        .icon-break {
          display: block;
          flex-basis: 100%;
          height: 0;
        }
      
        .arrow-icon_2 {
          color: #BA9964;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          font-size: 25px;
          font-weight:lighter; 
        }
       
        .info-wrapper_c {
          width: 100%;
          max-width: 100vw;
          box-sizing: border-box;
        }

        .box4 {
            max-width: 100vw; 
            width: 95%;      
            box-sizing: border-box;
          }

      }
      

      @media (max-width: 400px) {
        
        .icon-container {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          gap: 0.5rem;
        }

        .icon-break-2 {
          flex-basis: 100%;
          height: 0;
        }

        .articles_v2 .article_v2 img {
          width: 220px;
          max-width: 100%;
          height: auto;
          display: block;
          margin: 0 auto; 
        }

        .info-wrapper_c {
          width: 100%;
          max-width: 100vw;
          box-sizing: border-box;
        }

        .box1 {
          margin-left: auto;
          margin-right: auto;
        }

        .box4 {
          margin-left: auto;
          margin-right: auto;
        }

        
        

          .box4 {
            max-width: 100vw; 
            width: 95%;      
            box-sizing: border-box;
          }

      }
      

      @media (max-width: 380px) {
        
        .arrow-icon_2 {
          color: #BA9964;
          width: 20px;
          height: 20px;
          margin-right: 80px !important;
          font-size: 25px;
          font-weight:lighter; 
        }

        .articles_v2 .article_v2 img {
          width: 200px;
          max-width: 100%;
          height: auto;
          display: block;
          margin: 0 auto; 
        }

        .subtitle_img{
          font-size: 12px !important;

        }


        .article-right .article-image {
          width: 250px;
          max-width: 100%;
          height: auto;
          margin-top: -2rem !important;
        }
       
        .donate-buttons{
          margin-right: 40px !important;
        }

        .sub_information{
          width:300px !important ;
        }

        .info-wrapper_c {
          width: 100%;
          max-width: 100vw;
          box-sizing: border-box;
        }

        .box4 {
            max-width: 100vw; 
            width: 95%;      
            box-sizing: border-box;
          }
        

      }


.col-title_blond {
  font-size: 1.625rem;
  margin-bottom: 0rem; 
  padding-bottom: 0px;
  color: #405086;
  font-weight: 1000; 
  font-family:'Lato-Bold_c';
  display: flex;
  align-items: center; 
  margin-top: 0rem;
  margin-bottom: 1rem;
  padding-left: 0rem;
  background-color: #F3F3F3;
}

.col-title_blond_2 {
    font-size: 1.625rem;
    margin-bottom: 0rem; 
    padding-bottom: 0px;
    color: #405086;
    font-weight: 1000; 
    font-family:'Lato-Bold_c';
    display: flex;
    align-items: center; 
    margin-top: 0rem;
    margin-bottom: 1rem;
    padding-left: 3rem;
    background-color: #F3F3F3;
  }

  .col-title_blond_3 {
    font-size: 1.625rem;
    padding-bottom: 0px;
    color: #405086;
    font-weight: 1000; 
    font-family:'Lato-Bold_c';
    display: flex;
    align-items: center; 
    margin-top: 3rem;
    margin-bottom: 0rem;
    padding-left: 1rem;
    background-color: #F3F3F3;
  }
  

  .col-title_blond_4 {
    font-size: 1.625rem;
    margin-bottom: 0rem; 
    padding-bottom: 0px;
    color: #405086;
    font-weight: 1000; 
    font-family:'Lato-Bold_c';
    display: flex;
    align-items: center; 
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    background-color: #F3F3F3;
  }


  .col-title_blond_5 {
    font-size: 1.625rem;
    margin-bottom: 0rem; 
    padding-bottom: 0px;
    color: #405086;
    font-weight: 1000; 
    font-family:'Lato-Bold_c';
    display: flex;
    align-items: center; 
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-left: 0rem;
    background-color: #F3F3F3;
    white-space: nowrap;
    display: flex;  
  }

  .col-title_blond_6 {
    font-size: 1.625rem;
    margin-bottom: 0rem; 
    padding-bottom: 0px;
    color: #405086;
    font-weight: 1000; 
    font-family:'Lato-Bold_c';
    display: flex;
    align-items: center; 
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    background-color: #F3F3F3;
  }


.recent-articles-wrapper {
    background-color: #FFFFFF;
    border-radius: 0.25rem;
    margin-top: -0.50rem;
    padding: 0.5rem 0.5rem; 

  }

  .article-img-custom:first-of-type {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .add-wrapper > :last-child {
    padding-bottom: 3.5rem;
  }
  
  
  

  .add-wrapper {
    background-color: #FFFFFF;
    border-radius: 0.25rem;
    margin-top: -0.50rem;
    width: 300px;
  }

  .article-img-custom {
    width: 290px;
    margin-left:0.20rem;
    height: 210px; 
    display: block;
    margin-bottom: 1rem;
  } 
  

.article-title {
    font-size: 16px;
    margin: 0 0 0.250rem;
    color: #474747 !important;
    font-family:'DMSerifDisplay-Regular_c';
    font-weight: normal;
  }

  .article-title_2 {
    font-size: 16px;
    margin: 0 0 0.250rem;
    color: #474747;
    font-family:'DMSerifDisplay-Regular_c';
    font-weight: normal;
  }

.article-meta {
  font-size: 0.75rem;
  color: #9C9C9C;
  margin: 0 0 0.500rem;
  font-family:'lato-Regular_c';
}

.article-meta_3 {
  font-size: 10px;
  color: #9C9C9C;
  margin: 0 0 0.500rem;
  font-family:'Lato-Regular_c';
}


.meta-separator {
    color: #BA9964; 
    font-size: 1rem;
    font-weight: bold;
}


.recent-articles {
    padding: 0.125rem 0.5rem;
  }
  

  .view-more.view-more-active {
    background-color: #ffffff;
  }

  .view-more.view-more-active {
    background-color: #425188;
    color: white;
  }

  .view-more {
    margin-top: 0.50rem;
    background-color: #ffffff;
    color: #434343;
    border: none;
    padding: 0.2rem 0.4rem;
    cursor: pointer;
    border-radius: 0.250rem;
    width: 100%;
    font-size: 1rem;
    font-family:'DMSerifDisplay-Regular_c';
  }

  .view-more-container {
    text-align: center;
    margin-top: -1.5rem;
    background-color: white;
    border: 0.313rem solid #F3F3F3; 
  
  }

  .view-more-btn {
    background-color:white;
    padding: 0px 0px;
    font-size: 1rem;
    cursor: pointer;
    border: none;
  }
  
  .view-more-btn:hover {
    background-color: white;
  }

  .arrow-icon {
    color: #BA9964;
  }

  .expandable .more-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .expandable.expanded .more-content {
    max-height: 2000px;
  }

  
.home-icon-img-2 {
    width: 1.25rem;
    height: auto;
    display: block;
    max-height: 100%;
    object-fit: contain;
    margin-right: 0.35rem;
    margin-left: -1rem;
    margin-top: 0.50rem;
  }

  .home-icon-img-3 {
    width: 1.5rem;
    height: auto;
    display: block;
    max-height: 100%;
    object-fit: contain;
    margin-right: 0.1rem;
    margin-left: 0rem;
    margin-top: 0rem;
  }

  .home-icon-img-4 {
    display: inline-block;
    vertical-align: middle;
    width: 1rem;   
    height: auto;
    margin-right: 0.5rem;
    margin-top: -0.25rem;
  }
  

  .home-icon-img-5 {
    width: 1.5rem;
    height: auto;
    display: block;
    max-height: 100%;
    object-fit: contain;
    margin-right: 0.35rem;
    margin-left: -1rem;
    margin-top: 0rem;
  }

  .home-icon-img-6 {
    width: 1.12rem;
    height: auto;
    display: block;
    max-height: 100%;
    object-fit: contain;
    margin-right: 0.35rem;
    margin-left: -1rem;
    margin-top: 0rem;
  }

  
.box0 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #F3F3F3;
  }


  .article-feature {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem;
    background-color: white;
    color: #4E4E50;
    padding-bottom: 0rem; 
    gap: 2rem;
  }
  
  .article-left {
    flex: 2;
  }
  
  .article-right {
    margin-left: 0rem;
}
  
  .article-title-main {
    font-size: 2.4rem;
    margin: 0.5rem 0;
    font-family:'DMSerifDisplay-Regular_c';
    font-weight: normal; 
    line-height: 1;
    margin-bottom: 0rem;
}
  
  .article-subtitle {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-family:'LibreBaskerville-Regular';
    font-weight: normal; 
}
  
.title_h{
  color: #A28E6B;
}

  .article-meta_2 {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    color: #4E4E50;
    font-family:'Lato-Regular_c';
    font-weight: normal; 
  }
  
  .article-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
  }
  
  .article-icons .icon {
    background: white;
    color: #415187;
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
  }
  
  .article-icons .comments {
    background-color: #fff;
    color: #415187;
    font-weight: bold;
  }
  
  .article-image {
    width: 100%;
    max-width: 380px;
    height: 250px;
    object-fit: cover;
    display: block;
    margin-bottom: 2rem; 
  }

  .article-right .article-image {
    position: relative;
    left: 0.5rem;
    margin-top: -0.5rem;
  }
  
  .featured .article-img-t2 {
    width: 18.75rem; /* 300px */
    height: 15.625rem;
    object-fit: cover;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-top: 1rem;
  }

  .effect-link {
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  
  .effect-link:hover {
    opacity: 0.5;
  }
  
  .article.secondary-wide_v3 .article-image {
    width: 4.688rem;
    height: 4.063rem;
    border-radius: 0.313rem;
    overflow: hidden;
    margin: 8px 0 0 8px;
    position: relative;
  }
  
  .article.secondary-wide_v3 .article-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
    transform-origin: center center;
    
  }

  .article.secondary-wide_v3 {
    padding: 0.375rem 0.500rem;
    border: 0.250rem solid #F3F3F3;
    background-color: white;
    min-height: 5.625rem;
    border-radius: 0.5rem !important;
    width: 280px !important;
    margin-left: 0px;
  }
  
  .article.secondary-wide_v3 .article-inner {
    display: flex;
    gap: 0.500rem;
    align-items: flex-start;
    margin-bottom: -0.625rem;
  }
  
 
  .article.secondary-wide_v3 .article-content {
    flex: 1;
  }

  .article-rank {
    flex: 0 0 0.250rem;
    font-size: 1.250rem;
    font-weight: normal; 
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family:'DMSerifDisplay-Regular_c';
    margin: 0;
    padding: 0;
    color: #BA9964;
  }

  .filter-btn_3 {
    padding: 0.350rem 0rem;
    font-size: 0.535rem;
    margin-left: 0.2rem;
    color: black;
    cursor: pointer;
    background-color: white;
    border: 1px solid #E8E8E8;
  
  }
  
  .filter-btn_4 {
    padding: 0.350rem 0rem;
    font-size: 0.535rem;
    margin-left: 0.2rem;
    color: black;
    cursor: pointer;
    background-color: #E8E8E8;
    border: none;
  }

  .article-category{
    margin-top: -0.5rem;
  }
  
  .contributor-article {
    padding: 0rem;
    background-color: white;
    border: 0.250rem solid #F3F3F3;
    min-height: 5.375rem;
    border-radius: 0.5rem;
    width: 200px; 

  }

  .contributor-inner {
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 0.313rem;
  } 
  
  .contributor-name {
    color: #424B82;
    font-size: 1.250rem; 
    margin-bottom: 0px;
    font-family:'DMSerifDisplay-Regular_c';
    margin-top: 0.313rem;
    font-weight: normal;
  }

  .contributor-title {
    color: #4C4C4C;
    font-size: 1rem; 
    font-family:'DMSerifDisplay-Regular_c';
    margin-top: 2px;
    margin-bottom: 1.375rem;
  }

  .contributor-link {
    text-decoration: none;
    color: inherit;
  }
  
  .contributor-link:hover {
    opacity: 0.8;
  }

  .contributor-article,
  .contributor-inner,
  .contributor-content {
    width: 100% !important;
    max-width: none !important;
  }
  
  .contributor-content  {
    width: 300px !important;
    max-width: none !important;
  }


.main_information {
    font-family: 'domine-semi-bold';
    color: #626365;
    font-size: 18px;
    margin: 0 40px 0 30px; 
}

.info-wrapper_c {
  background-color: white;
  border-radius: 0 0 0.5rem 0.5rem;
  margin-top: -1rem;
}

.main_information > p:nth-of-type(2)::first-letter {
  float: left;
  font-size: 66px;
  line-height: 0.8;
  padding-right: 10px;
  font-family: 'LibreBaskerville-Regular';
  font-weight: normal;
  color: #BA9964;
  margin-top: -0.5rem;
}


.main_information p:first-of-type {
    line-height: 1.4; 
    padding-top: 60px;
}


.main_information p {
    margin-bottom: 0rem; 
}

.post-image-center {
    text-align: center;
  }
  
.custom_image_2{
  width: 550px !important;
}

.icon-container {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.icon-container-2 {
  margin-top: 20px;
  display: flex;
  gap: 10px; 
  justify-content: flex-end;

}

.small-icon {
  width: 24px;
  height: 24px;
  object-fit: contain; 
}

.large-icon {
  width: 40px;
  height: 40px;
  object-fit: contain; 
  margin-top: -0.5rem;

}
.extra-large-icon {
  width: 80px;
  height: 80px;
  object-fit: contain; 
  margin-top: -1.6rem;

}

.extra-margin {
  margin-left: 10px; 
}

.sub_information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.5px solid rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-family: 'Lato-Italic';
  font-weight: 100;
  color: #424B82;
}

.left-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.icon-left {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-top: 0px;
}

.arrow-icon_2 {
  color: #BA9964;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  font-size: 25px;
  font-weight:lighter; 
}

.supportinformation {
  max-width: 800px;
  margin-top: 35px;
  font-family: Georgia, serif;
  color: #333;
  background-color: white;
  border-radius: 0.5rem;
}

.support-container {
  display: flex;
  padding: 30px 20px;
}

.line-left {
  width: 6px;
  background-color: #BD9F61;
  margin-right: 20px;
}

.support-box {
  flex: 1;
  padding-right: 30px;
}

.support-box h3 {
  color: #424C7F;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: 'DMSerifDisplay-Regular_c';
  font-weight: normal;

}

.support-box p {
  font-size: 16px;
  line-height: 1.6;
  font-family: 'LibreBaskerville-Regular';
  color: #424C7F;
}


.donate-buttons {
  margin-top: 10px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  margin-right: 0px;
}


.donate-buttons button {
  display: flex;
  padding: 0;
  border: 1px solid #BD9F61;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
}

.donate-buttons .amount {
  background-color: #BD9F61;
  color: white;
  padding: 6px 10px;
  font-weight: normal;
  display: flex;
  align-items: center;
  font-family: 'LibreBaskerville-Regular';
  font-size: 12px;
}

.donate-buttons .label {
  background-color: white;
  color: black;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  font-family: 'LibreBaskerville-Regular';
  font-size: 10px;
}

.articles_v2 {
  display: flex;
  gap: 15px;
  margin: 20px 20px 0px 20px;
  padding-bottom: 20px;
}

.article_v2 {
  flex: 1;
  text-align: center;
}

.article_v2 img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}

.article_v2 p {
  font-family: 'DMSerifDisplay-Regular_c';
  margin-top: 8px;
  font-size: 16px;
  font-weight: normal !important;
}

.subtitle_img{
  color:#49494B;
  font-family: 'DMSerifDisplay-Regular_c';
  font-weight: normal !important;
  font-size: 16px;
}


.image-container {
  position: relative;
  display: inline-block;
}

.number-overlay {
  position: absolute;
  right: 15px;         
  top: 25%;
  transform: translateY(-50%);
  font-size: 14px;    
  font-weight: bold;
  color: #405086;
  font-family:'Lato-Bold_c';
  /* pointer-events: none; */
}

.number-overlay-2 {
  position: absolute;
  right: 12px;         
  top: 25%;
  transform: translateY(-50%);
  font-size: 14px;    
  font-weight: bold;
  color: #405086;
  font-family:'Lato-Bold_c';
  /* pointer-events: none; */
}

.number-overlay-5 {
  position: absolute;
  right: 12px;         
  top: 48%;
  transform: translateY(-50%);
  font-size: 14px;    
  font-weight: bold;
  color: #405086;
  font-family:'Lato-Bold_c';
  /* pointer-events: none; */
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.number-overlay-3 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #BA9964;
  color: white;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Lato-Bold_c';
  text-decoration: none;
  padding: 4px 8px;
}

.number-overlay-4 {
  position: absolute;
  bottom: 35px;
  right: -5px;
  background-color: transparent;
  color: white;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Lato-Bold_c';
  text-decoration: none;
  padding: 4px 8px;
  border: 1px solid white; 
}

.desktop-ad {
  display: block;
}
.mobile-ad {
  display: none;
}

.box2 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 0rem;
  }
  

  
  .box2-footer {
    grid-column: 1 / 3;
    margin-top: 0rem;
    padding-top: 0rem;
  }
  
  

@media (max-width: 799px) {
  .desktop-ad {
    display: none;
  }
  .mobile-ad {
    display: block;
  }
}




  .no-style-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
  }
  
  .no-style-link:hover,
  .no-style-link:active,
  .no-style-link:visited {
    text-decoration: none;
    color: inherit;
  }
  
  .sbn-header.rc-widget-header .sbn-header-headline.rc-widget-headline {
    display: none;
}

.tags span b {
  color: black;
  font-family: 'Lato-Italic';

}

givebutter-widget {
  display: block;
  margin: 0 auto;
  max-width: 500px;
}


.page-title {
    font-size: 1.6rem;
    margin: 0rem 1.8rem;
    font-family:'DMSerifDisplay-Regular_c';
    font-weight: normal; 
    line-height: 1;
    color: #4E4E50;
    margin-bottom: 0rem;
  }
  
  .page-body {
    font-family: 'domine-semi-bold';
    color: #626365;
    font-size: 18px;
    margin: 0 40px 0 30px; 
  }
  

  .top-authors-widget{
    margin-top: 1.5rem;
  } 


  .home-icon-img-mont-3 {
    width: 1.5rem;
    height: auto;
    display: block;
    max-height: 100%;
    object-fit: contain;
    margin-right: 0.5rem;
    margin-left: -1rem;
    margin-top: 0rem;
  }