/*
 * Single post (/news/{slug}/) — Figma GbrSk7Fs7OiPQWoHFWysM3, node 74:1443.
 * Phase 10.5A scopes styles to the article column only.
 */

.vt-single-post {
  background: #ffffff;
}

.vt-single-post__breadcrumb {
  padding-block: 1.5rem;
  background: #f9faff;
}

.vt-single-post__breadcrumb .vt-container,
.vt-single-post__container {
  --vt-container-max: 1220px;
}

.vt-single-post__breadcrumb .vt-breadcrumb__link,
.vt-single-post__breadcrumb .vt-breadcrumb__text {
  color: var(--vt-color-neutral-500);
}

.vt-single-post__breadcrumb .vt-breadcrumb__current,
.vt-single-post__breadcrumb .vt-breadcrumb__item:last-child .vt-breadcrumb__link {
  color: var(--vt-color-brand);
}

.vt-single-post__container {
  padding-block: 5rem;
}

.vt-single-post__container--has-related {
  padding-bottom: 0;
}

.vt-single-post__layout {
  display: grid;
  gap: 40px;
  width: 100%;
  justify-items: center;
}

.vt-single-post__article {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 789px;
  min-width: 0;
}

.vt-single-post__sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 789px;
  min-width: 0;
}

.vt-single-post__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 21px;
}

.vt-single-post__category {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 2px 12px;
  overflow-wrap: anywhere;
  color: var(--vt-color-brand);
  font-size: 0.875rem;
  font-weight: var(--vt-font-weight-bold);
  line-height: 1.25rem;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
  background: rgb(10 81 142 / 0.1);
  border-radius: var(--vt-radius-full);
}

.vt-single-post__category:hover,
.vt-single-post__category:focus {
  color: var(--vt-color-brand-dark);
  text-decoration: none;
  background: rgb(10 81 142 / 0.16);
}

.vt-single-post__title {
  width: 100%;
  margin: 0 0 10px;
  color: #1e293b;
  font-size: 3rem;
  font-weight: var(--vt-font-weight-bold);
  line-height: 1.375;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.vt-single-post__meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding-block: 17px;
  color: #64748b;
  border-block: 1px solid #f1f5f9;
}

.vt-single-post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  min-width: 0;
  font-size: 0.875rem;
  font-weight: var(--vt-font-weight-regular);
  line-height: 1.25rem;
}

.vt-single-post__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  min-width: 0;
}

.vt-single-post__meta-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #64748b;
  line-height: 0;
}

.vt-single-post__meta-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.vt-single-post__meta-separator {
  color: #cbd5e1;
}

.vt-single-post__share {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.75rem;
}

.vt-single-post__share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #64748b;
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: var(--vt-radius-full);
  cursor: pointer;
  line-height: 0;
  transition:
    color var(--vt-motion-duration-fast) var(--vt-motion-ease),
    border-color var(--vt-motion-duration-fast) var(--vt-motion-ease),
    background-color var(--vt-motion-duration-fast) var(--vt-motion-ease);
}

.vt-single-post__share-button:hover,
.vt-single-post__share-button:focus {
  color: var(--vt-color-brand);
  background: #f9faff;
  border-color: rgb(10 81 142 / 0.28);
}

.vt-single-post__share-button:active {
  color: var(--vt-color-brand-dark);
  background: var(--vt-color-brand-soft);
}

.vt-single-post__share-icon {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

.vt-single-post__share-status {
  color: #64748b;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  white-space: nowrap;
}

.vt-single-post .vt-post-toc {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 41px 33px 33px;
  overflow: hidden;
  background: rgb(255 255 255 / 0.6);
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  box-shadow:
    0 1px 3px rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
  backdrop-filter: blur(12px);
}

.vt-single-post .vt-post-toc::before {
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  width: 6px;
  content: "";
  background: var(--vt-color-brand);
}

.vt-single-post .vt-post-toc__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  color: #1e293b;
  font-size: 1.125rem;
  font-weight: var(--vt-font-weight-bold);
  line-height: 1.5556;
}

.vt-single-post .vt-post-toc__title-icon {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: var(--vt-color-brand);
}

.vt-single-post .vt-post-toc__list {
  display: flex;
  flex-direction: column;
  gap: 15.5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vt-single-post .vt-post-toc__link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #64748b;
  font-size: 1rem;
  font-weight: var(--vt-font-weight-regular);
  line-height: 1.5;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.vt-single-post .vt-post-toc__link-icon {
  display: block;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  color: currentColor;
}

.vt-single-post .vt-post-toc__link:hover,
.vt-single-post .vt-post-toc__link:focus {
  color: var(--vt-color-brand);
  text-decoration: none;
}

.vt-single-post__content {
  min-width: 0;
  color: #64748b;
  font-size: 1.125rem;
  font-weight: var(--vt-font-weight-regular);
  line-height: 1.5556;
}

.vt-single-post__content h1 {
  margin: 2rem 0 1rem;
  color: #1e293b;
  font-size: 1.875rem;
  font-weight: var(--vt-font-weight-bold);
  line-height: 1.7333;
  letter-spacing: -0.025em;
}

.vt-single-post__content h2 {
  margin: 2.5rem 0 1rem;
  color: #1e293b;
  font-size: 1.875rem;
  font-weight: var(--vt-font-weight-bold);
  line-height: 1.7333;
  letter-spacing: -0.025em;
}

.vt-single-post__content > h2:first-child {
  margin-top: 0;
}

.vt-single-post__content h2[id] {
  scroll-margin-top: calc(var(--vt-site-header-height, 81px) + 24px);
}

.vt-single-post__content h3 {
  margin: 2rem 0 1rem;
  color: #1e293b;
  font-size: 1.25rem;
  font-weight: var(--vt-font-weight-bold);
  line-height: 1.4;
}

.vt-single-post__content h4 {
  margin: 1.5rem 0 0.75rem;
  color: #1e293b;
  font-size: 1.125rem;
  font-weight: var(--vt-font-weight-bold);
  line-height: 1.45;
}

.vt-single-post__content p,
.vt-single-post__content ul,
.vt-single-post__content ol,
.vt-single-post__content blockquote,
.vt-single-post__content figure,
.vt-single-post__content table,
.vt-single-post__content .wp-block-embed {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.vt-single-post__content p:last-child,
.vt-single-post__content ul:last-child,
.vt-single-post__content ol:last-child,
.vt-single-post__content blockquote:last-child,
.vt-single-post__content figure:last-child,
.vt-single-post__content table:last-child,
.vt-single-post__content .wp-block-embed:last-child {
  margin-bottom: 0;
}

.vt-single-post__content a {
  color: var(--vt-color-brand);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.vt-single-post__content a:hover,
.vt-single-post__content a:focus {
  color: var(--vt-color-brand-dark);
}

.vt-single-post__content ul,
.vt-single-post__content ol {
  padding-left: 1.5rem;
}

.vt-single-post__content li + li {
  margin-top: 0.5rem;
}

.vt-single-post__content blockquote {
  font-family: "Xanh Mono", monospace;
  padding: 20px;
  color: rgb(30 41 59 / 0.8);
  font-size: 1.25rem;
  font-weight: var(--vt-font-weight-regular);
  font-style: italic;
  line-height: 1.6;
  background: #f9faff;
  border: 0;
  border-radius: 10px;
}

.vt-single-post__content blockquote p,
.vt-single-post__content blockquote cite {
  font-family: "Xanh Mono", monospace;
}

.vt-single-post__content blockquote p {
  margin-bottom: 1rem;
  font-style: italic;
}

.vt-single-post__content blockquote > :first-child {
  margin-top: 0;
}

.vt-single-post__content blockquote > :last-child {
  margin-bottom: 0;
}

.vt-single-post__content blockquote cite {
  display: block;
  margin-top: 0.75rem;
  color: #64748b;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.4286;
}

.vt-single-post__content img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}

.vt-single-post__content figure img {
  box-shadow:
    0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.vt-single-post__content figcaption {
  margin-top: 1rem;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.4286;
  text-align: center;
}

.vt-single-post__content .wp-block-table {
  overflow-x: auto;
}

.vt-single-post__content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
}

.vt-single-post__content th,
.vt-single-post__content td {
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
}

.vt-single-post__content th {
  color: #1e293b;
  font-weight: var(--vt-font-weight-bold);
  background: #f8fafc;
}

.vt-single-post__content iframe,
.vt-single-post__content embed,
.vt-single-post__content object,
.vt-single-post__content video {
  max-width: 100%;
}

.vt-single-post__content .wp-block-embed__wrapper {
  overflow: hidden;
  border-radius: 16px;
}

.vt-single-post__content .wp-block-embed__wrapper iframe {
  display: block;
  width: 100%;
}

.vt-single-post__content .alignwide,
.vt-single-post__content .alignfull {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
}

.vt-single-post .vt-post-sidebar-featured {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 25px;
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  box-shadow:
    0 1px 3px rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.vt-single-post .vt-post-sidebar-featured__title {
  width: 100%;
  margin: 0;
  color: #1e293b;
  font-size: 0.875rem;
  font-weight: var(--vt-font-weight-bold);
  line-height: 1.25rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vt-single-post .vt-post-sidebar-featured__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vt-single-post .vt-post-sidebar-featured__item {
  min-width: 0;
}

.vt-single-post .vt-post-sidebar-featured__link {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.vt-single-post .vt-post-sidebar-featured__link:hover,
.vt-single-post .vt-post-sidebar-featured__link:focus {
  text-decoration: none;
}

.vt-single-post .vt-post-sidebar-featured__media {
  position: relative;
  display: block;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  background: #f8f9fa;
  border-radius: 12px;
}

.vt-single-post .vt-post-sidebar-featured__image,
.vt-single-post .vt-post-sidebar-featured__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.vt-single-post .vt-post-sidebar-featured__image {
  object-fit: cover;
  object-position: center;
}

.vt-single-post .vt-post-sidebar-featured__placeholder {
  background:
    linear-gradient(135deg, rgb(10 81 142 / 0.12), rgb(248 250 252 / 0.95));
}

.vt-single-post .vt-post-sidebar-featured__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.vt-single-post .vt-post-sidebar-featured__item-title {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #1e293b;
  font-size: 0.875rem;
  font-weight: var(--vt-font-weight-bold);
  line-height: 1.375;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vt-single-post .vt-post-sidebar-featured__link:hover .vt-post-sidebar-featured__item-title,
.vt-single-post .vt-post-sidebar-featured__link:focus .vt-post-sidebar-featured__item-title {
  color: var(--vt-color-brand);
}

.vt-single-post .vt-post-sidebar-featured__link:focus-visible {
  border-radius: 12px;
  outline: 2px solid rgb(10 81 142 / 0.35);
  outline-offset: 4px;
}

.vt-single-post .vt-post-sidebar-featured__date {
  color: #64748b;
  font-size: 0.75rem;
  font-weight: var(--vt-font-weight-regular);
  line-height: 1rem;
}

.vt-single-post .vt-post-sidebar-popular {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 25px;
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  box-shadow:
    0 1px 3px rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.vt-single-post .vt-post-sidebar-popular__title {
  width: 100%;
  margin: 0;
  color: #1e293b;
  font-size: 0.875rem;
  font-weight: var(--vt-font-weight-bold);
  line-height: 1.25rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vt-single-post .vt-post-sidebar-popular__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vt-single-post .vt-post-sidebar-popular__item {
  min-width: 0;
}

.vt-single-post .vt-post-sidebar-popular__link {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.vt-single-post .vt-post-sidebar-popular__link:hover,
.vt-single-post .vt-post-sidebar-popular__link:focus {
  text-decoration: none;
}

.vt-single-post .vt-post-sidebar-popular__rank {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 43px;
  padding-top: 4px;
  color: rgb(100 116 139 / 0.2);
  font-size: 2.25rem;
  font-weight: var(--vt-font-weight-bold);
  line-height: 1;
  white-space: nowrap;
}

.vt-single-post .vt-post-sidebar-popular__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8.5px;
  min-width: 0;
}

.vt-single-post .vt-post-sidebar-popular__post-title {
  display: -webkit-box;
  overflow: hidden;
  color: #1e293b;
  font-size: 1rem;
  font-weight: var(--vt-font-weight-bold);
  line-height: 1.375;
  overflow-wrap: anywhere;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vt-single-post .vt-post-sidebar-popular__category {
  color: #64748b;
  font-size: 0.75rem;
  font-weight: var(--vt-font-weight-regular);
  line-height: 1rem;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
}

.vt-single-post .vt-post-sidebar-popular__link:hover .vt-post-sidebar-popular__post-title,
.vt-single-post .vt-post-sidebar-popular__link:focus .vt-post-sidebar-popular__post-title {
  color: var(--vt-color-brand);
}

.vt-single-post .vt-post-sidebar-popular__link:focus-visible {
  border-radius: 12px;
  outline: 2px solid rgb(10 81 142 / 0.35);
  outline-offset: 4px;
}

.vt-single-post .vt-post-sidebar-newsletter {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  min-height: 274px;
  padding: 32px;
  overflow: hidden;
  color: #ffffff;
  background: var(--vt-color-brand-dark);
  border: 0;
  border-radius: 16px;
  box-shadow:
    0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  isolation: isolate;
}

.vt-single-post .vt-post-sidebar-newsletter::before {
  position: absolute;
  top: -48px;
  right: -48px;
  z-index: -1;
  width: 128px;
  height: 128px;
  content: "";
  background: rgb(255 255 255 / 0.1);
  border-radius: 9999px;
  filter: blur(20px);
}

.vt-single-post .vt-post-sidebar-newsletter__title {
  width: 100%;
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: var(--vt-font-weight-bold);
  line-height: 1.4;
}

.vt-single-post .vt-post-sidebar-newsletter__description {
  width: 100%;
  margin: 0;
  color: rgb(255 255 255 / 0.8);
  font-size: 0.875rem;
  font-weight: var(--vt-font-weight-regular);
  line-height: 1.4286;
}

.vt-single-post .vt-post-sidebar-newsletter__form {
  display: block;
  width: 100%;
  padding-top: 12px;
}

.vt-single-post .vt-post-sidebar-newsletter__form .fluentform,
.vt-single-post .vt-post-sidebar-newsletter__form .frm-fluent-form,
.vt-single-post .vt-post-sidebar-newsletter__form form {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.vt-single-post .vt-post-sidebar-newsletter__form form fieldset,
.vt-single-post .vt-post-sidebar-newsletter__form fieldset {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  min-width: 0;
  min-inline-size: 0 !important;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.vt-single-post .vt-post-sidebar-newsletter__form .ff-el-group {
  position: relative;
  width: 100%;
  margin: 0;
}

.vt-single-post .vt-post-sidebar-newsletter__form .ff-el-input--content {
  width: 100%;
  margin: 0;
}

.vt-single-post .vt-post-sidebar-newsletter__form .ff-el-input--label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.vt-single-post .vt-post-sidebar-newsletter__form .ff-el-input--label label {
  margin: 0;
}

.vt-single-post .vt-post-sidebar-newsletter__form .fluentform_wrapper_4 input[type="email"].ff-el-form-control,
.vt-single-post .vt-post-sidebar-newsletter__form .fluentform_wrapper_6 input[type="email"].ff-el-form-control,
.vt-single-post .vt-post-sidebar-newsletter__form input[type="email"].ff-el-form-control {
  width: 100%;
  min-height: 50px;
  padding: 15px 17px;
  box-sizing: border-box;
  color: #ffffff;
  font-family: var(--vt-font-sans);
  font-size: 0.875rem;
  line-height: normal;
  background: rgb(255 255 255 / 0.1);
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 12px;
  box-shadow: none;
  appearance: none;
}

.vt-single-post .vt-post-sidebar-newsletter__form .fluentform_wrapper_4 input[type="email"].ff-el-form-control::placeholder,
.vt-single-post .vt-post-sidebar-newsletter__form .fluentform_wrapper_6 input[type="email"].ff-el-form-control::placeholder,
.vt-single-post .vt-post-sidebar-newsletter__form input[type="email"].ff-el-form-control::placeholder {
  color: rgb(255 255 255 / 0.5);
  opacity: 1;
}

.vt-single-post .vt-post-sidebar-newsletter__form .fluentform_wrapper_4 input[type="email"].ff-el-form-control:focus,
.vt-single-post .vt-post-sidebar-newsletter__form .fluentform_wrapper_4 input[type="email"].ff-el-form-control:focus-visible,
.vt-single-post .vt-post-sidebar-newsletter__form .fluentform_wrapper_6 input[type="email"].ff-el-form-control:focus,
.vt-single-post .vt-post-sidebar-newsletter__form .fluentform_wrapper_6 input[type="email"].ff-el-form-control:focus-visible,
.vt-single-post .vt-post-sidebar-newsletter__form input[type="email"].ff-el-form-control:focus,
.vt-single-post .vt-post-sidebar-newsletter__form input[type="email"].ff-el-form-control:focus-visible {
  color: #ffffff;
  border-color: rgb(255 255 255 / 0.72);
  outline: 2px solid rgb(255 255 255 / 0.48);
  outline-offset: 2px;
  background: rgb(255 255 255 / 0.14);
}

.vt-single-post .vt-post-sidebar-newsletter__form input[type="email"].ff-el-form-control:-webkit-autofill,
.vt-single-post .vt-post-sidebar-newsletter__form input[type="email"].ff-el-form-control:-webkit-autofill:hover,
.vt-single-post .vt-post-sidebar-newsletter__form input[type="email"].ff-el-form-control:-webkit-autofill:focus {
  border-color: rgb(255 255 255 / 0.35);
  box-shadow: 0 0 0 1000px var(--vt-color-brand-light) inset;
  -webkit-text-fill-color: #ffffff;
}

.vt-single-post .vt-post-sidebar-newsletter__form .ff-el-is-error input[type="email"].ff-el-form-control,
.vt-single-post .vt-post-sidebar-newsletter__form input[type="email"].ff-el-form-control.ff-el-is-error {
  border-color: #fecaca;
}

.vt-single-post .vt-post-sidebar-newsletter__form .ff_submit_btn_wrapper {
  margin: 0;
}

.vt-single-post .vt-post-sidebar-newsletter__form .ff-btn-submit,
.vt-single-post .vt-post-sidebar-newsletter__form button[type="submit"],
.vt-single-post .vt-post-sidebar-newsletter__form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 12px 16px;
  box-sizing: border-box;
  color: var(--vt-color-brand);
  font-family: var(--vt-font-sans);
  font-size: 0.875rem;
  font-weight: var(--vt-font-weight-bold);
  line-height: 1.4286;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #ffffff;
  border: 0;
  border-radius: 12px;
  box-shadow:
    0 1px 3px rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.vt-single-post .vt-post-sidebar-newsletter__form .ff-btn-submit:hover,
.vt-single-post .vt-post-sidebar-newsletter__form .ff-btn-submit:focus,
.vt-single-post .vt-post-sidebar-newsletter__form button[type="submit"]:hover,
.vt-single-post .vt-post-sidebar-newsletter__form button[type="submit"]:focus,
.vt-single-post .vt-post-sidebar-newsletter__form input[type="submit"]:hover,
.vt-single-post .vt-post-sidebar-newsletter__form input[type="submit"]:focus {
  color: var(--vt-color-brand-dark);
  background: #f8f9fa;
}

.vt-single-post .vt-post-sidebar-newsletter__form .ff-btn-submit:focus-visible,
.vt-single-post .vt-post-sidebar-newsletter__form button[type="submit"]:focus-visible,
.vt-single-post .vt-post-sidebar-newsletter__form input[type="submit"]:focus-visible {
  outline: 2px solid rgb(255 255 255 / 0.55);
  outline-offset: 2px;
}

.vt-single-post .vt-post-sidebar-newsletter__form .ff-btn-submit:disabled,
.vt-single-post .vt-post-sidebar-newsletter__form button[type="submit"]:disabled,
.vt-single-post .vt-post-sidebar-newsletter__form input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.68;
}

.vt-single-post .vt-post-sidebar-newsletter__form .ff-btn-submit .ff-btn-spinner,
.vt-single-post .vt-post-sidebar-newsletter__form button[type="submit"] .ff-btn-spinner {
  flex: 0 0 auto;
}

.vt-single-post .vt-post-sidebar-newsletter__form .ff-el-help-message,
.vt-single-post .vt-post-sidebar-newsletter__form .ff-el-error,
.vt-single-post .vt-post-sidebar-newsletter__form .text-danger,
.vt-single-post .vt-post-sidebar-newsletter__form .error {
  margin-top: 0.375rem;
  color: #fee2e2;
  font-size: 0.75rem;
  line-height: 1.4;
}

.vt-single-post .vt-post-sidebar-newsletter__form .ff-message-success,
.vt-single-post .vt-post-sidebar-newsletter__form .ff-message-error,
.vt-single-post .vt-post-sidebar-newsletter__form .ff-errors-in-stack,
.vt-single-post .vt-post-sidebar-newsletter__form .ff_msg_temp {
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  box-sizing: border-box;
  font-family: var(--vt-font-sans);
  font-size: 0.875rem;
  line-height: 1.4286;
  box-shadow: none;
  border-radius: 12px;
}

.vt-single-post .vt-post-sidebar-newsletter__form .ff-message-success {
  color: #ffffff;
  background: rgb(255 255 255 / 0.14);
  border: 1px solid rgb(255 255 255 / 0.24);
}

.vt-single-post .vt-post-sidebar-newsletter__form .ff-message-error,
.vt-single-post .vt-post-sidebar-newsletter__form .ff-errors-in-stack,
.vt-single-post .vt-post-sidebar-newsletter__form .ff_msg_temp {
  color: #fee2e2;
  background: rgb(127 29 29 / 0.2);
  border: 1px solid #fecaca;
}

.vt-single-post .vt-post-sidebar-newsletter__notice {
  margin: 0;
  padding: 12px 14px;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.4286;
  background: rgb(255 255 255 / 0.12);
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 12px;
}

.vt-single-post .vt-post-tags {
  width: 100%;
  padding-top: 33px;
  border-top: 1px solid #f1f5f9;
}

.vt-single-post .vt-post-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vt-single-post .vt-post-tags__link {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.4286;
  text-decoration: none;
  background: #f8f9fa;
  border-radius: var(--vt-radius-full);
}

.vt-single-post .vt-post-tags__link:hover,
.vt-single-post .vt-post-tags__link:focus {
  color: var(--vt-color-brand);
  text-decoration: none;
  background: var(--vt-color-brand-soft);
}

.vt-single-post .vt-related-posts {
  --vt-related-slide-width: calc((100cqw - 48px) / 3);
  --vt-related-media-height: calc(var(--vt-related-slide-width) * 216.36 / 390.6667);
  --vt-related-shadow-buffer: 16px;
  position: relative;
  left: 50%;
  display: flex;
  justify-content: center;
  width: 100vw;
  margin-top: 5rem;
  margin-left: -50vw;
  padding-block: 41px 24px;
  background: #ffffff;
  border-top: 1px solid #d2d7fc;
}

.vt-single-post .vt-related-posts__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: min(100%, 1280px);
  min-width: 0;
  padding-inline: 30px;
}

.vt-single-post .vt-related-posts__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-width: 0;
}

.vt-single-post .vt-related-posts__title {
  margin: 0;
  color: #1e293b;
  font-size: 1.875rem;
  font-weight: var(--vt-font-weight-bold);
  line-height: 1.2;
  letter-spacing: 0;
}

.vt-single-post .vt-related-posts__controls {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  gap: 8px;
}

.vt-single-post .vt-related-posts__controls[hidden] {
  display: none;
}

.vt-single-post .vt-related-posts__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  color: #1e293b;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: var(--vt-radius-full);
  transition:
    color var(--vt-motion-duration-fast) var(--vt-motion-ease),
    background-color var(--vt-motion-duration-fast) var(--vt-motion-ease),
    opacity var(--vt-motion-duration-fast) var(--vt-motion-ease);
}

.vt-single-post .vt-related-posts__control:hover:not(:disabled),
.vt-single-post .vt-related-posts__control:focus-visible:not(:disabled) {
  color: var(--vt-color-brand);
  background: #f8f9fa;
}

.vt-single-post .vt-related-posts__control:focus-visible {
  outline: 2px solid var(--vt-color-focus);
  outline-offset: 2px;
}

.vt-single-post .vt-related-posts__control:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.vt-single-post .vt-related-posts__control-icon {
  display: block;
  width: 18px;
  height: 18px;
}

.vt-single-post .vt-related-posts__viewport {
  container-type: inline-size;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.vt-single-post .vt-related-posts__track {
  display: flex;
  gap: 24px;
  padding-bottom: var(--vt-related-shadow-buffer);
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.vt-single-post .vt-related-posts__track::-webkit-scrollbar {
  display: none;
}

.vt-single-post .vt-related-posts__slide {
  flex: 0 0 var(--vt-related-slide-width);
  min-width: 0;
  scroll-snap-align: start;
}

.vt-single-post .vt-related-posts .vt-news-card--related {
  gap: 0;
  min-height: 462.36px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  box-shadow:
    0 1px 3px rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.vt-single-post .vt-related-posts .vt-news-card--related .vt-news-card__media {
  width: 100%;
  height: var(--vt-related-media-height);
  background: #f8f9fa;
  border-radius: 0;
}

.vt-single-post .vt-related-posts .vt-news-card--related .vt-news-card__image,
.vt-single-post .vt-related-posts .vt-news-card--related .vt-news-card__placeholder {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.vt-single-post .vt-related-posts .vt-news-card--related .vt-news-card__meta {
  display: contents;
}

.vt-single-post .vt-related-posts .vt-news-card--related .vt-news-card__category {
  order: 1;
  margin: 24px 24px 0;
  color: var(--vt-color-brand);
  font-size: 0.875rem;
  font-weight: var(--vt-font-weight-regular);
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
}

.vt-single-post .vt-related-posts .vt-news-card--related .vt-news-card__separator {
  display: none;
}

.vt-single-post .vt-related-posts .vt-news-card--related .vt-news-card__title {
  order: 2;
  margin: 10px 24px 0;
}

.vt-single-post .vt-related-posts .vt-news-card--related .vt-news-card__title-link {
  -webkit-line-clamp: 4;
  color: #1e293b;
  font-size: 1.25rem;
  font-weight: var(--vt-font-weight-bold);
  line-height: 1.375;
}

.vt-single-post .vt-related-posts .vt-news-card--related .vt-news-card__title-link:hover,
.vt-single-post .vt-related-posts .vt-news-card--related .vt-news-card__title-link:focus {
  color: var(--vt-color-brand);
}

.vt-single-post .vt-related-posts .vt-news-card--related .vt-news-card__date-wrap {
  display: inline-flex;
  order: 3;
  align-items: center;
  gap: 8px;
  margin: auto 24px 24px;
  color: #6b7280;
}

.vt-single-post .vt-related-posts .vt-news-card--related .vt-news-card__date-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #6b7280;
}

.vt-single-post .vt-related-posts .vt-news-card--related .vt-news-card__date {
  color: #6b7280;
  font-family: var(--vt-font-sans);
  font-size: 0.75rem;
  font-weight: var(--vt-font-weight-regular);
  line-height: 1rem;
  text-transform: none;
}

@media (max-width: 1024px) {
  .vt-single-post__container {
    padding-block: 4rem;
  }

  .vt-single-post__title {
    font-size: clamp(2rem, 6vw, 2.625rem);
    line-height: 1.25;
  }

  .vt-single-post .vt-related-posts {
    --vt-related-slide-width: calc((100cqw - 24px) / 2);
  }
}

@media (min-width: 1180px) {
  .vt-single-post__layout--has-sidebar {
    grid-template-columns: minmax(0, 1fr) 364px;
    align-items: start;
    justify-content: center;
    justify-items: stretch;
    column-gap: 67px;
  }

  .vt-single-post__layout--has-sidebar .vt-single-post__article {
    max-width: none;
  }

  .vt-single-post__layout--has-sidebar .vt-single-post__sidebar {
    max-width: none;
    padding-bottom: 27.25px;
  }
}

@media (max-width: 768px) {
  .vt-single-post__container {
    padding-block: 3rem;
  }

  .vt-single-post__article {
    gap: 2rem;
  }

  .vt-single-post__header {
    gap: 1rem;
  }

  .vt-single-post__title {
    margin-bottom: 0.25rem;
    font-size: clamp(1.875rem, 8vw, 2.25rem);
    line-height: 1.22;
  }

  .vt-single-post__meta-bar {
    align-items: flex-start;
  }

  .vt-single-post .vt-post-toc {
    padding: 2rem 1.5rem 1.5rem;
  }

  .vt-single-post__content {
    font-size: 1rem;
    line-height: 1.625;
  }

  .vt-single-post__content h1,
  .vt-single-post__content h2 {
    font-size: 1.5rem;
    line-height: 1.4167;
  }

  .vt-single-post__content blockquote {
    font-size: 1.125rem;
    line-height: 1.5556;
  }

  .vt-single-post .vt-post-sidebar-featured,
  .vt-single-post .vt-post-sidebar-popular {
    display: none;
  }

  .vt-single-post .vt-related-posts {
    --vt-related-slide-width: 100cqw;
    --vt-related-shadow-buffer: 12px;
    margin-top: 3rem;
    padding-block: 40px 28px;
  }

  .vt-single-post .vt-related-posts__inner {
    gap: 32px;
    padding-inline: 16px;
  }

  .vt-single-post .vt-related-posts__header {
    align-items: center;
  }

  .vt-single-post .vt-related-posts__title {
    font-size: clamp(1.5rem, 6vw, 1.875rem);
    line-height: 1.35;
  }
}

@media (max-width: 480px) {
  .vt-single-post__breadcrumb {
    padding-block: 1.25rem;
  }

  .vt-single-post__container {
    padding-block: 2.5rem;
  }

  .vt-single-post__meta-bar {
    flex-direction: column;
    gap: 0.875rem;
  }

  .vt-single-post__share {
    width: 100%;
  }

  .vt-single-post__share-status {
    white-space: normal;
  }

  .vt-single-post .vt-post-toc__link {
    align-items: flex-start;
  }

  .vt-single-post .vt-post-toc__link-icon {
    margin-top: 0.55rem;
  }

  .vt-single-post .vt-post-sidebar-newsletter {
    min-height: 0;
    padding: 24px;
  }

  .vt-single-post .vt-post-sidebar-newsletter__form input[type="email"].ff-el-form-control,
  .vt-single-post .vt-post-sidebar-newsletter__form .ff-btn-submit,
  .vt-single-post .vt-post-sidebar-newsletter__form button[type="submit"],
  .vt-single-post .vt-post-sidebar-newsletter__form input[type="submit"] {
    font-size: 1rem;
  }

  .vt-single-post .vt-related-posts .vt-news-card--related {
    min-height: 430px;
  }
}
