 .container-post {
  padding-top: 50px; 
 }
  
.break-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
  
.content img {
  width: 450px;
  height: auto;
  display: block;
  margin: 0 auto; 
  object-fit: cover; 
  border-radius: 5px; 
}
  
.featured-image {
  width: 100%;  
  height: 550px;
  border-radius: 6px;
}

.container-article {
  max-width: 1200px;
  margin: 0 auto;
}
  
@media screen and (max-width: 1200px) {
  .featured-image {
    height: 380px;
  }
  
  .container-article  {
    max-width: 900px;
    padding: 0 80px;
  }
}
  
@media screen and (max-width: 960px) {
  .container-article  {
    max-width: 800px;
    padding: 0 40px;
  }
}
  
@media screen and (max-width: 768px) {
  .featured-image {
    height: 280px;
  }
  
  .container-article  {
    max-width: 700px;
    padding: 0 15px;
  }
}
  
@media screen and (max-width: 576px) {
  .featured-image {
    height: 250px;
  }
  
  .container-article  {
    padding: 0;
  }
  
  #article {
    margin: 5rem auto !important;
    height: auto !important;
    width: 100% !important;
    left: 0 !important;
    transition: none !important;
  }
}

.share-icon-facebook,
.share-icon-whatsapp,
.share-icon-x,
.share-icon-linkedin,
.share-icon {
  width: 50px;
  height: 50px;
  transition: .1s all; 
}
  
.share-icon-linkedin {
  background-color: #0077B5;
  color: #ffffff !important;
}
  
.share-icon-x {
  background-color: #000;
  color: #ffffff !important;
}
  
.share-icon-facebook {
  background-color: #0d6efd;
  color: #ffffff !important;
}
  
.share-icon-whatsapp {
  color: #25d366 !important;
}
  
.share-icon-whatsapp {
  background-color: #25d366;
  color: #ffffff !important;
}

.share-icon {
  background-color: #4f5257;
  color: #ffffff !important;
}

.text-body p {
 margin: 0;
}
  
iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  margin: 0 auto;
  border: none;
  margin-bottom: 12px;
}
  
#article {
  position: relative;
  height: 100%;
  left: 96px;
  width: calc(100% - 96px);
  /*padding: 0 220px;*/
  transition: all .2s ease-in-out;
  box-sizing: border-box;
}
  
.content-container {
  width: 100%;
  max-width: 821px;
  font-size: 20px;
}
  
.post-content {
  font-size: 20px;
  line-height: 30px;
}
  
.category-text {
  font-size: 18px;
  border-bottom: 2px solid #E51831;
  padding-bottom: 2px;
}

.container {
  max-width: 875px !important;
}
  
.content p {
  margin-bottom: 1.5em;
}

.content p br:first-child,
.content p br:last-child {
  display: none;
}

.social-link {
  text-decoration: none;
}
  
.social-link:hover {
  text-decoration: underline;
}

.modal-header {
  border-bottom: 2px solid #495057;
}
  
[v-cloak] {
  display: none !important;
}
