.post_title {
  margin: 20px 0 20px 0;
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
  color: var(--text-content);
}

@media (max-width: 600px) {
  .post_title {
    font-size: 2em;
    line-height: 1.1;
  }
}

.post_data {
  margin: 0;
  margin-top: -10px;
  color: var(--primary-extra-light);
  font-size: 0.9em;
}

@media (max-width: 600px) {
  .post_data {
    margin-top: 0;
  }
}

.post_date {
  font-weight: 600;
}

.post_separator {
  margin: 0 3px;
}

.post_category {
  text-decoration: none;
  color: var(--secondary-light);
}

.post_category:hover {
  text-decoration: underline;
}

.post_image {
  margin: 25px 0;
}

.post_image img {
  width: 100%;
  aspect-ratio: 9 / 3;
  box-shadow: 0 0 18px var(--dark);
  object-fit: cover;
}

@media (max-width: 900px) {
  .post_image img {
    aspect-ratio: 9 / 4;
  }
}

.post_content {
  margin-bottom: 20px;
  color: var(--text-content);
  word-break: break-word;
}

.post_content p {
  margin-bottom: 22px;
  font-size: 1.1em;
  line-height: 2;
}

.post_content p a {
  color: var(--secondary-light);
}

.post_content ul code,
.post_content p code {
  padding: 3px 8px;
  background-color: var(--text-code);
  border-radius: 6px;
  font-size: 0.8em;
  font-family: "Courier New", Courier, monospace;
}

.post_content .wp-block-image {
  text-align: center;
}

.post_content .wp-block-image img {
  width: calc(100% - 12px);
  max-width: calc(1500px - 12px);
  padding: 6px;
  border: 1px solid var(--secondary);
  border-radius: 6px;
}

.post_content .wp-block-image .wp-element-caption {
  color: var(--primary-extra-light);
  font-size: 0.9em;
}

.post_content .demo {
  margin: 40px 0;
  text-align: center;
}

.post_content .demo a {
  padding: 7px 17px;
  background-color: var(--secondary-dark-alpha);
  border: 2px solid var(--secondary);
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9em;
  transition: background-color 0.4s;
}

.post_content .demo a:hover {
  background-color: var(--secondary);
}

.post_content h2 {
  font-size: 2em;
  margin: 60px 0 10px 0;
  font-weight: 600;
  line-height: 1.1;
}

.post_content h3 {
  font-size: 1.6em;
  margin: 50px 0 10px 0;
  font-weight: 500;
  line-height: 1.1;
}

.post_content h4 {
  font-size: 1.3em;
  margin: 40px 0 10px 0;
  font-weight: 500;
  line-height: 1.1;
}

.post_content h5 {
  font-size: 1.15em;
  margin: 40px 0 10px 0;
  font-weight: 500;
  line-height: 1.1;
}

.post_content ol li,
.post_content ul li {
  padding: 5px 0;
  line-height: 1.6;
  font-size: 20px;
}

p.paragraph_over_like_post {
  margin: 60px 0 -10px 0;
  font-size: 0.8em;
}
