/** STYLE SINGLE.PHP */

.post-page {
  margin-top: 30px;
}
.post-page .page-header .category-name {
  margin-bottom: 20px;
}
.post-page .page-header {
  margin-bottom: 45px;
}
.post-page .page-header .category-name a {
  color: var(--primary-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  border-bottom: 3px solid var(--Green-70, #cbea7b);
  padding: 5px 0;
}
.post-page .page-header .entry-title {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
  padding: 0;
}
.post-page .post-thumbnail img,
.post-page .page-content img {
  border-radius: 12px 12px 80px 12px;
}
.post-page .page-content img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.post-page .page-content .metas-content {
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: 0.5px solid #000000;
}
.post-page .page-content .metas-content .entry-date {
  color: #828282;
  font-family: var(--font-Helvetica);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media (min-width: 992px) {
  .post-page {
    margin-top: 50px;
  }
  .post-page .category-name {
    text-align: center;
  }
  .post-page .page-header .category-name a {
    font-size: 28px;
  }
  .post-page .page-header .entry-title {
    font-size: 58px;
    text-align: center;
    margin-bottom: 40px;
  }
  .post-page .page-content {
    max-width: 800px;
    margin: auto;
  }
  .post-page .post-thumbnail img,
  .post-page .page-content img {
    border-radius: 20px 20px 150px 20px;
  }
}
