.single-post .post-content .post-article {
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  -webkit-box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(10, 186, 181, 0.1);
  margin-bottom: 40px;
}

.single-post .post-content .post-article .post-thumbnail {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.single-post .post-content .post-article .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post .post-content .post-article .post-body {
  line-height: 1.8;
}

.single-post .post-content .post-article .post-body h2,
.single-post .post-content .post-article .post-body h3,
.single-post .post-content .post-article .post-body h4,
.single-post .post-content .post-article .post-body h5,
.single-post .post-content .post-article .post-body h6 {
  color: #0abab5;
  margin: 30px 0 20px;
  font-weight: 700;
}

.single-post .post-content .post-article .post-body h2:first-child,
.single-post .post-content .post-article .post-body h3:first-child,
.single-post .post-content .post-article .post-body h4:first-child,
.single-post .post-content .post-article .post-body h5:first-child,
.single-post .post-content .post-article .post-body h6:first-child {
  margin-top: 0;
}

.single-post .post-content .post-article .post-body h2 {
  font-size: 28px;
  padding-left: 20px;
  position: relative;
}

.single-post .post-content .post-article .post-body h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 60%;
  background: linear-gradient(135deg, #0abab5, rgb(16.6163265306, 242.1836734694, 235.7755102041));
  border-radius: 2px;
}

.single-post .post-content .post-article .post-body h3 {
  font-size: 24px;
}

.single-post .post-content .post-article .post-body p {
  margin-bottom: 20px;
  color: #4a5568;
}

.single-post .post-content .post-article .post-body p:last-child {
  margin-bottom: 0;
}

.single-post .post-content .post-article .post-body ul,
.single-post .post-content .post-article .post-body ol {
  margin: 20px 0;
  padding-left: 30px;
}

.single-post .post-content .post-article .post-body ul li,
.single-post .post-content .post-article .post-body ol li {
  margin-bottom: 8px;
  color: #4a5568;
  line-height: 1.6;
}

.single-post .post-content .post-article .post-body ul li:last-child,
.single-post .post-content .post-article .post-body ol li:last-child {
  margin-bottom: 0;
}

.single-post .post-content .post-article .post-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

.single-post .post-content .post-article .post-body blockquote {
  background: #f0fffe;
  border-left: 4px solid #0abab5;
  padding: 20px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
}

.single-post .post-content .post-article .post-body blockquote p {
  margin-bottom: 0;
  color: #2d3748;
  font-style: italic;
}

.single-post .post-content .post-article .page-links {
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(10, 186, 181, 0.1);
}

.single-post .post-content .post-article .page-links span,
.single-post .post-content .post-article .page-links a {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 5px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.single-post .post-content .post-article .page-links span {
  background: #0abab5;
  color: white;
}

.single-post .post-content .post-article .page-links a {
  background: #f7fafc;
  color: #0abab5;
  border: 1px solid rgba(10, 186, 181, 0.15);
}

.single-post .post-content .post-article .page-links a:hover {
  background: #0abab5;
  color: white;
}

.single-post .post-content .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.single-post .post-content .post-meta .post-date {
  color: #4a5568;
  font-size: 14px;
}

.single-post .post-content .post-meta .category {
  background: #0abab5;
  color: white;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
}

.single-post .post-navigation {
  margin-bottom: 40px;
}

.single-post .post-navigation .nav-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.single-post .post-navigation .nav-previous a,
.single-post .post-navigation .nav-next a {
  display: block;
  padding: 20px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(10, 186, 181, 0.1);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-post .post-navigation .nav-previous a:hover,
.single-post .post-navigation .nav-next a:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.single-post .post-navigation .nav-previous a .nav-subtitle,
.single-post .post-navigation .nav-next a .nav-subtitle {
  display: block;
  font-size: 12px;
  color: #4a5568;
  margin-bottom: 5px;
  font-weight: 600;
}

.single-post .post-navigation .nav-previous a .nav-title,
.single-post .post-navigation .nav-next a .nav-title {
  display: block;
  color: #0abab5;
  font-weight: 700;
  line-height: 1.4;
}

.single-post .back-to-archive {
  text-align: center;
}

.single-post .back-to-archive .btn {
  min-width: 200px;
}

@media screen and (max-width: 1152px) {
  .single-post .post-content {
    margin-bottom: 50px;
  }

  .single-post .post-content .post-article {
    padding: 30px;
    margin-bottom: 30px;
  }

  .single-post .post-content .post-article .post-body h2 {
    font-size: 24px;
  }

  .single-post .post-content .post-article .post-body h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 490px) {
  .single-post .post-content {
    margin-bottom: 40px;
  }

  .single-post .post-content .post-article {
    padding: 20px;
    margin-bottom: 25px;
  }

  .single-post .post-content .post-article .post-thumbnail {
    margin-bottom: 25px;
  }

  .single-post .post-content .post-article .post-body h2,
  .single-post .post-content .post-article .post-body h3,
  .single-post .post-content .post-article .post-body h4,
  .single-post .post-content .post-article .post-body h5,
  .single-post .post-content .post-article .post-body h6 {
    margin: 25px 0 15px;
  }

  .single-post .post-content .post-article .post-body h2 {
    font-size: 20px;
    padding-left: 15px;
  }

  .single-post .post-content .post-article .post-body h3 {
    font-size: 18px;
  }

  .single-post .post-content .post-article .post-body p {
    margin-bottom: 15px;
  }

  .single-post .post-content .post-article .post-body ul,
  .single-post .post-content .post-article .post-body ol {
    padding-left: 20px;
  }

  .single-post .post-content .post-article .post-body blockquote {
    padding: 15px;
  }

  .single-post .post-content .post-article .page-links {
    margin-top: 25px;
    padding-top: 25px;
  }

  .single-post .post-content .post-article .page-links span,
  .single-post .post-content .post-article .page-links a {
    padding: 6px 12px;
    margin: 0 3px;
  }

  .single-post .post-content .post-meta {
    gap: 10px;
    margin-bottom: 8px;
  }

  .single-post .post-content .post-meta .category {
    padding: 3px 10px;
  }

  .single-post .post-navigation {
    margin-bottom: 30px;
  }

  .single-post .post-navigation .nav-links {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .single-post .post-navigation .nav-previous a,
  .single-post .post-navigation .nav-next a {
    padding: 15px;
  }
}
/*# sourceMappingURL=single-common.css.map */