:root {
  --black: #121212;
  --white: #fff;
  --line: #292929;
  --white-30: rgba(255, 255, 255, 0.3);
  --white-50: rgba(255, 255, 255, 0.5);
  --gold: #e9a900;
  --gray: #b5aca3;
  --black-15: rgba(41, 41, 41, 0.15);
  --gold-20: rgba(233, 169, 0, 0.2);
  --secondary-button: rgba(255, 255, 255, 0.2);
  --yellow: #f5db32;
  --main-black: #17152d;
  --black-40: rgba(23, 21, 45, 0.4);
  --lines: #e6e4ef;
  --main-white: #fff;
  --line-40: rgba(230, 228, 239, 0.3);
  --background: #f5f4fa;
  --error: #e83030;
}

:root {
  --font-family: "Outfit", sans-serif;
  --second-family: "Gilroy", sans-serif;
  --third-family: "Mulish", sans-serif;
}

.vp-single-post {
  padding: 150px 0 80px;
}
@media (max-width: 768px) {
  .vp-single-post {
    padding: 120px 0 50px;
  }
}
.vp-single-post--breadcrumbs {
  margin-bottom: 24px;
  font-size: 14px;
  color: var(--white-50);
}
.vp-single-post--breadcrumbs span {
  line-height: 30px;
}
.vp-single-post--breadcrumbs a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.2s;
}
.vp-single-post--breadcrumbs a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4.38575C5 4.54296 4.93998 4.70014 4.82018 4.81999L1.0486 8.59154C0.808678 8.83146 0.41969 8.83146 0.179867 8.59154C-0.0599553 8.35172 -0.0599553 7.9628 0.179867 7.72287L3.51717 4.38575L0.179983 1.04862C-0.059839 0.808702 -0.059839 0.419831 0.179983 0.180027C0.419806 -0.0600088 0.808794 -0.0600088 1.04871 0.180027L4.8203 3.95151C4.94011 4.07143 5 4.22861 5 4.38575Z' fill='%235F7174'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 5px;
  height: 9px;
  margin: 0 7px 0 10px;
  display: inline-block;
}
.vp-single-post--breadcrumbs a:hover {
  color: var(--gold);
}
.vp-single-post--breadcrumbs .breadcrumb_last {
  color: var(--white-50);
}
.vp-single-post--header {
  margin-bottom: 24px;
}
.vp-single-post--title {
  font-size: 48px;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .vp-single-post--title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .vp-single-post--title {
    font-size: 28px;
  }
}
.vp-single-post--meta {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  font-weight: 300;
  color: var(--white-50);
}
.vp-single-post--meta-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vp-single-post--meta-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.vp-single-post--meta-author-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.vp-single-post--meta-author-label {
  font-size: 14px;
  font-weight: 300;
  color: var(--white-50);
}
.vp-single-post--meta-author-name {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 2px;
}
.vp-single-post--meta-author-name a {
  color: var(--white);
  text-decoration: none;
}
.vp-single-post--meta-author-name a:hover {
  color: var(--gold);
}
.vp-single-post--meta-author-role {
  font-size: 12px;
  font-weight: 300;
  color: var(--white-50);
}
.vp-single-post--meta-dates {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 14px;
  font-weight: 300;
  color: var(--white-50);
}
.vp-single-post--sep {
  width: 1px;
  height: 32px;
  background: var(--line);
  flex-shrink: 0;
}
.vp-single-post--thumbnail {
  margin-bottom: 24px;
}
.vp-single-post--thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.vp-single-post--layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 60px;
}
@media (max-width: 960px) {
  .vp-single-post--layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.vp-single-post--main {
  min-width: 0;
}
.vp-single-post .vp-toc {
  padding-top: 28px;
  position: sticky;
  top: 110px;
  align-self: start;
}
@media (max-width: 960px) {
  .vp-single-post .vp-toc {
    display: none;
  }
}
.vp-single-post .vp-toc--title {
  font-size: 20px;
  color: var(--white);
  margin: 0 0 16px;
}
.vp-single-post .vp-toc--list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: toc-counter;
}
.vp-single-post .vp-toc--item {
  counter-increment: toc-counter;
  display: flex;
  gap: 10px;
  margin-bottom: 6px;
}
.vp-single-post .vp-toc--item::before {
  content: counter(toc-counter) ".";
  color: var(--gold);
  font-size: 14px;
  font-weight: 400;
  flex-shrink: 0;
  line-height: 1.5;
  min-width: 18px;
}
.vp-single-post .vp-toc--link {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--white);
  text-decoration: none;
  transition: color 0.2s;
}
.vp-single-post .vp-toc--link:hover, .vp-single-post .vp-toc--link.active {
  color: var(--gold);
}
.vp-single-post--trust {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.vp-single-post--trust-head {
  display: flex;
  align-items: center;
  gap: 8px;
}
.vp-single-post--trust-head svg {
  flex-shrink: 0;
  color: var(--gold);
}
.vp-single-post--trust-title {
  font-size: 16px;
  color: var(--white);
  margin: 0 0 6px;
}
.vp-single-post--trust-text {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--white-50);
  margin: 0;
}
.vp-single-post--trust-text a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s;
}
.vp-single-post--trust-text a:hover {
  opacity: 0.8;
}
.vp-single-post .vp-status-tracker {
  margin-bottom: 24px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
}
.vp-single-post .vp-status-tracker--label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--gold);
  margin-bottom: 10px;
}
.vp-single-post .vp-status-tracker--label svg {
  flex-shrink: 0;
  color: var(--gold);
}
.vp-single-post .vp-status-tracker--content {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--white-50);
}
.vp-single-post .vp-ai-snippet {
  margin-bottom: 32px;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
}
.vp-single-post .vp-ai-snippet--head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 14px;
}
.vp-single-post .vp-ai-snippet--head svg {
  flex-shrink: 0;
  color: var(--gold);
}
.vp-single-post .vp-ai-snippet--list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vp-single-post .vp-ai-snippet--list:last-child {
  margin-bottom: 0;
}
.vp-single-post .vp-ai-snippet--item {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--white);
  padding-left: 16px;
  position: relative;
}
.vp-single-post .vp-ai-snippet--item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}
.vp-single-post .vp-ai-snippet--summary {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--white-50);
  margin: 0;
}
.vp-single-post--disclaimer {
  margin-top: 40px;
  padding: 16px 20px;
  border-left: 3px solid var(--line);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--white-50);
}
.vp-single-post--content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--white);
  margin: 0 0 20px;
}
.vp-single-post--content p:last-child {
  margin-bottom: 0;
}
.vp-single-post--content p em {
  color: var(--white-50);
  font-style: italic;
}
.vp-single-post--content p strong {
  font-weight: 600;
  color: var(--white);
}
.vp-single-post--content h2, .vp-single-post--content h3, .vp-single-post--content h4, .vp-single-post--content h5, .vp-single-post--content h6,
.vp-single-post--content h2.wp-block-heading,
.vp-single-post--content h3.wp-block-heading,
.vp-single-post--content h4.wp-block-heading,
.vp-single-post--content h5.wp-block-heading,
.vp-single-post--content h6.wp-block-heading {
  color: var(--white);
  line-height: 1.4;
}
.vp-single-post--content h2, .vp-single-post--content h2.wp-block-heading {
  font-size: 28px;
  margin: 56px 0 20px;
}
@media (max-width: 768px) {
  .vp-single-post--content h2, .vp-single-post--content h2.wp-block-heading {
    font-size: 24px;
    margin-top: 40px;
  }
}
.vp-single-post--content h2:first-child, .vp-single-post--content h2.wp-block-heading:first-child {
  margin-top: 0;
}
.vp-single-post--content h3, .vp-single-post--content h3.wp-block-heading {
  font-size: 24px;
  margin: 40px 0 16px;
}
@media (max-width: 768px) {
  .vp-single-post--content h3, .vp-single-post--content h3.wp-block-heading {
    font-size: 20px;
    margin-top: 30px;
  }
}
.vp-single-post--content h4, .vp-single-post--content h4.wp-block-heading {
  font-size: 20px;
  margin: 32px 0 12px;
}
@media (max-width: 768px) {
  .vp-single-post--content h4, .vp-single-post--content h4.wp-block-heading {
    font-size: 18px;
  }
}
.vp-single-post--content h5, .vp-single-post--content h5.wp-block-heading {
  font-size: 18px;
  margin: 28px 0 10px;
}
.vp-single-post--content h6, .vp-single-post--content h6.wp-block-heading {
  font-size: 16px;
  margin: 24px 0 8px;
}
.vp-single-post--content .wp-block-quote {
  border-left: 3px solid var(--gold);
  margin: 0 0 32px;
  padding: 16px 20px;
  background: rgba(233, 169, 0, 0.05);
  border-radius: 0 8px 8px 0;
}
.vp-single-post--content .wp-block-quote p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--white-50);
  margin: 0;
  font-style: italic;
}
.vp-single-post--content .vp-table-scroll {
  margin: 0 0 32px;
}
@media (max-width: 768px) {
  .vp-single-post--content .vp-table-scroll {
    overflow-x: auto;
  }
}
.vp-single-post--content .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.vp-single-post--content .wp-block-table table td {
  padding: 12px 16px;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-bottom: none;
  border-left: none;
  color: var(--white);
  vertical-align: top;
}
.vp-single-post--content .wp-block-table table td strong {
  font-weight: 600;
  color: var(--white);
}
.vp-single-post--content .wp-block-table table td:first-child {
  border-left: 1px solid var(--line);
}
.vp-single-post--content .wp-block-table table tr:last-child td {
  border-bottom: 1px solid var(--line);
}
.vp-single-post--content .wp-block-table table tr:first-child td {
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
}
@media (max-width: 768px) {
  .vp-single-post--content .wp-block-table table {
    min-width: 600px;
  }
  .vp-single-post--content .wp-block-table table td:first-child {
    position: sticky;
    left: 0;
    width: 150px;
    background: #181818;
    z-index: 1;
  }
  .vp-single-post--content .wp-block-table table tr:first-child td:first-child {
    background: #222222;
  }
}
.vp-single-post--content .wp-block-list,
.vp-single-post--content ol,
.vp-single-post--content ul {
  margin: 0 0 24px;
  padding-left: 24px;
}
.vp-single-post--content .wp-block-list li,
.vp-single-post--content ol li,
.vp-single-post--content ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--white);
  margin-bottom: 10px;
}
.vp-single-post--content .wp-block-list li:last-child,
.vp-single-post--content ol li:last-child,
.vp-single-post--content ul li:last-child {
  margin-bottom: 0;
}
.vp-single-post--content .wp-block-list li strong,
.vp-single-post--content ol li strong,
.vp-single-post--content ul li strong {
  font-weight: 600;
}
.vp-single-post--content ol, .vp-single-post--content ol.wp-block-list {
  list-style: none !important;
  padding-left: 0;
  counter-reset: ol-counter;
}
.vp-single-post--content ol li, .vp-single-post--content ol.wp-block-list li {
  list-style-type: none !important;
  counter-increment: ol-counter;
  padding-left: 40px;
  position: relative;
}
.vp-single-post--content ol li::before, .vp-single-post--content ol.wp-block-list li::before {
  content: counter(ol-counter) ".";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 400;
  min-width: 28px;
}
.vp-single-post--content ul, .vp-single-post--content ul.wp-block-list {
  list-style: disc !important;
  padding-left: 40px;
}
.vp-single-post--content ul li, .vp-single-post--content ul.wp-block-list li {
  list-style-type: disc !important;
}
.vp-single-post--content ul li::marker, .vp-single-post--content ul.wp-block-list li::marker {
  color: var(--gold);
}
.vp-single-post--content .vp-notice {
  margin: 0 0 32px;
}
.vp-single-post--content figure.wp-block-image {
  margin: 0 0 32px;
}
.vp-single-post--content figure.wp-block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.vp-single-post--content figure.wp-block-image figcaption {
  font-size: 13px;
  font-weight: 300;
  color: var(--white-50);
  margin-top: 10px;
  text-align: center;
}
.vp-single-post--content a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s;
}
.vp-single-post--content a:hover {
  opacity: 0.8;
}
.vp-single-post--content hr {
  border: none;
  border-top: 1px solid var(--line);
  margin: 48px 0;
}

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