.yoast-breadcrumbs {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.yoast-breadcrumbs > span,
.yoast-breadcrumbs span[typeof=BreadcrumbList] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.yoast-breadcrumbs span[property=itemListElement] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.yoast-breadcrumbs a {
  color: #52525b;
  text-decoration: none;
  transition: color 0.2s ease;
}
.yoast-breadcrumbs a:hover {
  color: #18181b;
}
.yoast-breadcrumbs span.breadcrumb_last,
.yoast-breadcrumbs .breadcrumb_last {
  color: #52525b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  display: inline-block;
}
.yoast-breadcrumbs span[aria-hidden=true] {
  color: #a1a1aa;
  margin: 0 4px;
}

#breadcrumbs {
  font-size: 16px;
  line-height: 24px;
  color: #52525b;
  margin-bottom: 40px;
}
#breadcrumbs a {
  color: #52525b;
  text-decoration: none;
  transition: color 0.2s ease;
}
#breadcrumbs a:hover {
  color: #18181b;
}
#breadcrumbs .breadcrumb_last {
  color: #52525b;
}
#breadcrumbs .sep {
  color: #a1a1aa;
  margin: 0 8px;
}

article.single-post {
  padding: 60px 0 100px;
  background: #fff;
}
article.single-post .container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}
article.single-post .post-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  color: #18181b;
  margin-bottom: 24px;
  max-width: 1024px;
}
@media (max-width: 768px) {
  article.single-post .post-title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  article.single-post .post-title {
    font-size: 28px;
  }
}
article.single-post .post-meta {
  margin-bottom: 40px;
}
article.single-post .post-meta .post-date {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
article.single-post .post-featured-image {
  margin-bottom: 60px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
article.single-post .post-featured-image .featured-image,
article.single-post .post-featured-image .image-placeholder {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
article.single-post .post-featured-image .image-placeholder {
  background-color: #9f9fa9;
  height: 575px;
}
@media (max-width: 768px) {
  article.single-post .post-featured-image .image-placeholder {
    height: 400px;
  }
}
@media (max-width: 480px) {
  article.single-post .post-featured-image .image-placeholder {
    height: 250px;
  }
}
article.single-post .post-content {
  max-width: 720px;
  margin: 0 auto 60px;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
article.single-post .post-content p {
  margin-bottom: 40px;
  line-height: 32px;
  font-size: 18px;
  color: #333;
}
article.single-post .post-content p:last-child {
  margin-bottom: 0;
}
article.single-post .post-content h1, article.single-post .post-content h2, article.single-post .post-content h3, article.single-post .post-content h4, article.single-post .post-content h5, article.single-post .post-content h6 {
  font-weight: 600;
  color: #18181b;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}
article.single-post .post-content h1 {
  font-size: 40px;
}
article.single-post .post-content h2 {
  font-size: 32px;
}
article.single-post .post-content h3 {
  font-size: 28px;
}
article.single-post .post-content h4 {
  font-size: 24px;
}
article.single-post .post-content h5 {
  font-size: 20px;
}
article.single-post .post-content h6 {
  font-size: 18px;
}
article.single-post .post-content ul, article.single-post .post-content ol {
  margin-bottom: 28px;
  padding-left: 24px;
}
article.single-post .post-content ul li, article.single-post .post-content ol li {
  margin-bottom: 8px;
  line-height: 28px;
}
article.single-post .post-content ul li:last-child, article.single-post .post-content ol li:last-child {
  margin-bottom: 0;
}
article.single-post .post-content ul {
  list-style-type: disc;
}
article.single-post .post-content ol {
  list-style-type: decimal;
}
article.single-post .post-content blockquote {
  margin: 32px 0;
  padding: 20px 24px;
  border-left: 4px solid #e4e4e7;
  background-color: #fafafa;
  font-style: italic;
}
article.single-post .post-content blockquote p {
  margin-bottom: 12px;
}
article.single-post .post-content blockquote p:last-child {
  margin-bottom: 0;
}
article.single-post .post-content a {
  color: #0000EE;
  transition: color 0.2s ease;
}
article.single-post .post-content a:hover {
  color: #29235C;
  text-decoration: underline;
}
article.single-post .post-content p + ul {
  margin-top: -20px;
}
article.single-post .post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 32px 0;
}
article.single-post .post-content hr {
  opacity: 0.5;
}
article.single-post .post-content iframe {
  max-width: 100%;
  margin: 32px 0;
  border-radius: 8px;
}
article.single-post .post-content .wp-block-embed,
article.single-post .post-content .wp-block-embed__wrapper {
  margin: 32px 0;
}
article.single-post .post-content .wp-block-embed-youtube,
article.single-post .post-content .wp-block-embed-vimeo,
article.single-post .post-content .wp-block-embed {
  position: relative;
  width: 100%;
  margin: 32px 0;
}
article.single-post .post-content .wp-block-embed-youtube .wp-block-embed__wrapper,
article.single-post .post-content .wp-block-embed-vimeo .wp-block-embed__wrapper,
article.single-post .post-content .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0;
}
article.single-post .post-content .wp-block-embed-youtube .wp-block-embed__wrapper iframe,
article.single-post .post-content .wp-block-embed-vimeo .wp-block-embed__wrapper iframe,
article.single-post .post-content .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 8px;
}
article.single-post .post-content .embed-youtube,
article.single-post .post-content .embed-vimeo,
article.single-post .post-content [class*=embed-] {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 32px 0;
}
article.single-post .post-content .embed-youtube iframe,
article.single-post .post-content .embed-vimeo iframe,
article.single-post .post-content [class*=embed-] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 8px;
}
article.single-post .post-content > iframe,
article.single-post .post-content p > iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
article.single-post .post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
}
article.single-post .post-content table th, article.single-post .post-content table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #e4e4e7;
}
article.single-post .post-content table th {
  font-weight: 600;
  background-color: #f9fafb;
}
article.single-post .post-content code {
  background-color: #f3f4f6;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 14px;
}
article.single-post .post-content pre {
  background-color: #1f2937;
  color: #f9fafb;
  padding: 20px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 32px 0;
}
article.single-post .post-content pre code {
  background-color: transparent;
  padding: 0;
  color: inherit;
}
article.single-post .post-tags {
  max-width: 720px;
  margin: 0 auto 60px;
  padding-top: 32px;
  border-top: 1px solid #e4e4e7;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
article.single-post .post-tags .tags-label {
  font-size: 16px;
  font-weight: 500;
  color: #52525b;
}
article.single-post .post-tags .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
article.single-post .post-tags .tag-item {
  display: inline-block;
  padding: 6px 12px;
  background-color: #f4f4f5;
  color: #18181b;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.2s ease;
}
article.single-post .post-tags .tag-item:hover {
  background-color: #e4e4e7;
  color: #18181b;
}

.related-articles {
  padding-bottom: 40px;
  background: #fff;
}
.related-articles .related-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  color: #18181b;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .related-articles .related-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .related-articles .related-title {
    font-size: 28px;
  }
}
.related-articles .related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .related-articles .related-grid {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .related-articles .related-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.related-articles .related-item .related-link {
  display: block;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.related-articles .related-item .related-link:hover {
  transform: translateY(-4px);
}
.related-articles .related-item .related-link:hover .related-item-title {
  color: #29235C;
}
.related-articles .related-item .related-image {
  width: 100%;
  height: 242px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 8px;
}
.related-articles .related-item .related-image .related-img,
.related-articles .related-item .related-image .related-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-articles .related-item .related-image .related-placeholder {
  background-color: #9f9fa9;
}
.related-articles .related-item .related-content {
  padding: 0;
}
.related-articles .related-item .related-item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #18181b;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 72px;
  transition: color 0.2s ease;
}
.related-articles .related-item .related-excerpt {
  font-size: 16px;
  line-height: 24px;
  color: #52525c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-articles .related-footer {
  text-align: center;
  padding-top: 20px;
}
.related-articles .related-footer .related-more {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #154f9b;
  text-decoration: none;
  letter-spacing: -0.28px;
  transition: color 0.2s ease;
}
.related-articles .related-footer .related-more:hover {
  color: rgb(14.9147727273, 56.1079545455, 110.0852272727);
}

/*# sourceMappingURL=single-post.css.map */
