.post-header {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.post-header h1 {
  text-transform: initial;
  font-size: 2.6rem;
}
@media screen and (max-width: 575.98px) {
  .post-header h1 {
    font-size: 2rem;
  }
}
.post-header p {
  color: white;
  font-weight: 500;
}
.post-header .author {
  width: 80px;
  height: 80px;
  background-color: #4540FF;
  border-radius: 50px;
  border: 3px solid white;
  top: 8px;
}
.post-header .author img {
  width: calc(100% - 10px);
}
.post-header .author.fortuna {
  background-color: #FFDB01;
}
.post-header .author.casa {
  background-color: #c01f35;
}
.post-header .author.psk {
  background-color: #003A81;
}
.post-header .date {
  font-weight: 500;
  margin-left: 5rem;
}
.post-header .breadcrumbs a:hover {
  color: #C52BD2;
}

.post-content {
  max-width: 780px;
}
.post-content p {
  margin-bottom: 1.5rem;
}
.post-content p, .post-content span, .post-content a, .post-content li, .post-content pre {
  font-size: 0.8rem;
}
.post-content pre {
  font-family: "GT Walsheim Pro";
}
.post-content br {
  display: none;
}
.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  text-transform: initial;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}
.post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-size: 1rem;
  color: black;
}
.post-content img {
  border-radius: 15px;
}
.post-content .wp-block-gallery {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.post-content .socials {
  right: -18px;
  top: 33%;
  padding: 1.2rem;
  padding-right: calc(1.2rem + 9px);
  background-color: white;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767.98px) {
  .post-content .socials {
    flex-direction: row !important;
    top: initial;
    bottom: 0;
    width: 100%;
    right: initial;
    padding: 1rem;
    border-radius: 0;
  }
}