main {padding: 2rem 0; text-align: justify; line-height: 1.6;}
.container {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    margin-top: 6%;
    align-items: flex-start;
  }
  
  .article-header {margin-bottom: 12px;}

  .article-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.2;
    font-weight: 900;
    font-family: 'Times New Roman', Times, serif;
    text-align: left;
  }
  .ReadingTimeXarticle{font-size: 12px; font-weight: 900;}
  
  .article-meta {font-size: 0.9rem;color: #000000;}

  .blog-image{width: 500px;height: 500px;display: block;margin-left: auto;margin-right: auto;}
  @media(max-width: 1000px){.blog-image{width: 365px;height: 365px;}}
  
  .blog-image-bdy{width: 100%;height: 100%;display: block;margin-left: auto;margin-right: auto;}
  @media(max-width: 1000px){.blog-image-bdy{width: 100%;height: 100%;}}
.ImageCredits{font-size: 13px; text-align: center;}

  /* Artículo */
  .blog-article {
    margin-bottom: 2rem;
    flex: 1;                       
    background-color: #fff;
  }
  
  .article-content p {margin-bottom: 1rem;}
  
  /* Aside - Artículos Relacionados */
  .related-posts {
    margin-top: 2rem;
    margin-left: 40px;
    text-align: left;
    width: 500px;                   
    position: -webkit-sticky;
    position: sticky;
    top: 30%;                      
    background-color: rgb(248, 247, 247);
    border: 5px solid rgb(241, 245, 246);
    border-radius: 10px;
    padding: 10px;
  }
  @media(max-width: 600px){.related-posts{width: 350px;}}
  
  .related-posts h3 {font-size: 1.25rem;margin-bottom: 1rem;}
  
  .related-posts ul {list-style: none;}
  
  .related-posts ul li {margin-bottom: 1rem;display: flex;align-items: center;}
  
  .related-posts ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
  }
  
  .related-posts ul li img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-right: 0.5rem;
    border-radius: 4px;
    margin-right: 20px;
  }
  .AsideImage:hover{
    transform: scale(1.06);
  }

  
  @media (min-width: 1068px) {
    main {
      display: flex;
      gap: 2rem;
    }
    
    .blog-article {
      flex: 2;
    }
    
    .related-posts {
      flex: 1;
      margin-top: 0;
    }
    
    .site-header .container {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
  }

  .share-buttons {
    width: 90%;
    max-width: 1350px;
    display: flex;
    gap: 10px;
    margin: 20px 0;
  }

  #WPP{background-color: rgb(14, 224, 14);}
  #XSmedia{background-color: black;}
  #Telegram{background-color: rgb(32, 163, 245);}
  
  .share-btn {
    padding: 10px 20px;
    cursor: pointer;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s;
  }
  
  .share-btn:hover {background-color: #0056b3;transform: scale(1.1);}

  #copyLink{
    background-color: black;
    color: white;
    cursor: pointer;
    padding: 10px;
  }
  #copyLink:hover{background-color: white; color: black;}

  .copy-message {
    font-size: 0.9em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 5px;
    opacity: 0;
    transition: opacity 0.5s ease;
    align-self: center;
  }
  
  i{font-size: xx-large;}
  ul{list-style: disc;}

  a {color: #007bff;text-decoration: none;}
        
  main a:hover {text-decoration: underline; text-transform: uppercase; font-weight: 900;}

h2{text-align:center}