/* Single Post Page Styles */

.single-post-page {
  background: #ffffff;
  padding: 55px 0 55px;
}

strong {
  font-weight: 700;
}

/* Tags Header & Footer */
.post-tags-header,
.post-tags-footer {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 40px;
}

.post-tags-footer {
  border-bottom: none;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 0;
  margin-top: 40px;
}

.tag-link {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: lowercase;
  transition: color 0.3s ease;
}

.tag-link:hover {
  color: #4361ee;
}

/* Post Content */
.single-post-content {
  max-width: 993px;
  margin: 0 auto;
}



.post-header {
  text-align: center;
  margin-bottom: 40px;
}

.post-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px 0;
  color: #1a1a2e;
}

.post-meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.post-meta .post-date,
.post-meta .post-category {
  margin: 0 10px;
}

.post-featured-image {
  margin-bottom: 40px;
  text-align: center;
}

.post-featured-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.single-post-page {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.single-post-page h1,
.single-post-page h2,
.single-post-page h3,
.single-post-page h4,
.single-post-page h5,
.single-post-page h6 {
  font-family: "playfair display", serif !important;
  color: #222222;
  font-weight: 700;
  margin: 0px 0 15px 0;
}

.single-post-page h1 {
  font-size: 72px;
  line-height: 69.7px;
  text-align: center;
  margin-bottom: 55px;

}

.single-post-page h2 {
  font-size: 54px;
  line-height: 55.6px;
  color: rgba(34, 34, 34, 1);


}

.single-post-page h3 {
  font-size: 42px;
  line-height: 48.33px;
  color: rgba(34, 34, 34, 1);

}

.single-post-page h4 {
  font-size: 30px;
  line-height: 38.33px;
  color: rgba(34, 34, 34, 1);


}

.single-post-page h5 {
  color: rgba(34, 34, 34, 1);
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 29.82px;



}

.single-post-page h6 {
  color: rgba(34, 34, 34, 1);
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 22.4px;




}

.single-post-page p {
  margin-block-start: 0em;
  margin-block-end: 0;
  margin-top: 0px !important;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22.4px;
  color: rgba(34, 34, 34, 1);


}

.single-post-page ul,
.single-post-page ol {
  margin-bottom: 20px;
  padding-left: 30px;
}

.single-post-page li {
  margin-bottom: 8px;
}

.single-post-page img {
  max-width: 100%;
  height: auto;
}

:where(figure) {
  margin-bottom: 25px !important;
  margin-top: 25px !important;
}

.single-post-page blockquote {
  border-left: 4px solid #4361ee;
  padding-left: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #666;
}

.single-post-page a {
  word-wrap: break-word;
  color: #4361ee;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.3s ease;
}

.single-post-page a:hover,
.single-post-page a:active {
  opacity: 0.8;
}

.single-post-page .wp-block-button__link {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  background: rgba(46, 84, 235, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  border-radius: 2px;
  transition: all 0.3s ease;
  margin-top: 10px;
  margin-bottom: 35px;
  padding: 0px 15px;
  text-decoration: none !important;
}

.single-post-page .wp-block-button__link:hover,
.single-post-page .wp-block-button__link:active {
  transition: opacity 170ms ease-in-out;
  opacity: 0.8;

}

.wp-block-buttons:last-child a {
  margin-bottom: 0px;
}

/* Post Details */
.post-details {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 40px;
}

.post-details p {
  margin-bottom: 10px;
  font-size: 14px;
}

.post-details strong {
  color: #1a1a2e;
}

/* Post Navigation */
.post-navigation {
  margin: 110px 0 0px;
  padding: 40px 0;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.nav-previous,
.nav-next {
  flex: 1;
  max-width: 45%;
}

.nav-next {
  text-align: right;
}

.nav-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  color: rgba(46, 84, 235, 1);
  margin-bottom: 10px;
  display: block;
}

.nav-title {
  margin: 0 !important;
}

.nav-links a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #1a1a2e;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-links a:hover .nav-title {
  color: rgba(46, 84, 235, 1);

}

/* Responsive Design */
@media (max-width: 768px) {
  .single-post-page {
    padding: 20px 0 40px;
  }

  .post-title {
    font-size: 32px;
  }

  .single-post-page h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  .single-post-page h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .single-post-page h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .single-post-page h4 {
    font-size: 24px;
    line-height: 27px;
  }

  .single-post-page h5 {
    font-size: 22px;
    line-height: 24px;
  }

  .single-post-page h6 {
    font-size: 20px;
    line-height: 24px;
  }

  .post-navigation {
    margin: 60px 0 0px;
    padding: 0px 0;
  }

  .single-post-page .wp-block-button__link {
    height: 48px;
    padding: 0px 12px;
  }

  .nav-links .nav-label {
    font-size: 12px;
    line-height: 14px;
  }

  .nav-links h5 {
    font-size: 16px;
    line-height: 19px;
  }

  .nav-links {
    gap: 24px;
  }

  .nav-previous,
  .nav-next {
    max-width: 100%;
  }

  .nav-title a {
    font-size: 18px;
  }
}

@media (max-width: 480px) {

  .single-post-page .wp-block-button__link {
    font-size: 12px;
  }

  .post-title {
    font-size: 28px;
  }

  .nav-links h5 {
    font-size: 14px;
    line-height: 18px;
  }

  .single-post-page {
    font-size: 15px;
  }


}