@charset "UTF-8";
.single-post-header {
  padding: var(--section-padding-y-60) 0 0;
}

.single-post-breadcrumbs {
  color: var(--support-text-color);
  font-size: var(--text-small);
  margin-bottom: 24px;
}

.single-post-breadcrumbs a {
  color: var(--support-text-color);
  text-decoration: none;
}

.single-post-breadcrumbs a:hover {
  color: var(--primary-color);
}

.single-post-breadcrumbs .breadcrumb_last {
  color: var(--graphite-color);
  font-weight: 600;
}

.single-post-header__category {
  margin-bottom: 24px;
}

.single-post-header__title {
  color: var(--graphite-color);
  font-size: var(--title-large);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 24px;
  max-width: 900px;
  overflow-wrap: break-word;
}

.single-post-header__meta-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.single-post-header__meta {
  align-items: center;
  color: var(--support-text-color);
  display: flex;
  flex-wrap: wrap;
  font-size: var(--text-small);
  gap: 12px;
}

.single-post-header__avatar {
  align-items: center;
  background: var(--primary-color);
  border-radius: 50%;
  color: var(--white-color);
  display: inline-flex;
  flex-shrink: 0;
  font-size: var(--text-x-small);
  font-weight: 700;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.single-post-header__author {
  color: var(--graphite-color);
  font-weight: 600;
}

.single-post-header__dot {
  color: var(--support-text-color);
}

.single-post-header__share {
  align-items: center;
  display: flex;
  gap: 12px;
}

.single-post-header__thumb {
  border-radius: 16px;
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.single-post-header__thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.single-post-content {
  color: var(--support-text-color);
  font-size: var(--text);
  line-height: 1.5;
}

.single-post-content > * + * {
  margin-top: 24px;
}

.single-post-content h2 {
  color: var(--graphite-color);
  font-size: var(--title-small);
  font-weight: 800;
  line-height: 1.25;
}

.single-post-content h3 {
  color: var(--graphite-color);
  font-size: var(--title-x-small);
  font-weight: 800;
  line-height: 1.25;
}

.single-post-content p {
  color: var(--support-text-color);
}

.single-post-content a {
  color: var(--primary-color);
}

.single-post-content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-post-content ul li {
  align-items: center;
  color: var(--support-text-color);
  display: flex;
  gap: 12px;
}

.single-post-content ul li::before {
  align-items: center;
  background: var(--light-blue-color);
  border-radius: 50%;
  color: var(--primary-color);
  content: "✓";
  display: flex;
  flex-shrink: 0;
  font-size: var(--text-x-small);
  font-weight: 700;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.single-post-content ol {
  color: var(--support-text-color);
  padding-left: 20px;
}

.single-post-content img {
  border-radius: var(--radius);
  height: auto;
  max-width: 100%;
}

.single-post-content blockquote {
  border-left: 3px solid var(--primary-color);
  color: var(--graphite-color);
  font-size: var(--text-x-large);
  font-style: italic;
  line-height: 1.5;
  margin: 0;
  padding-left: 24px;
}

@media (max-width: 767px) {
  .single-post-header__thumb {
    height: 260px;
  }
  .single-post-header__meta-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

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