/**
 * Kashmir Vendor — dynamic single travel article.
 * Scoped to the child-theme single-post template.
 */

.single-post #Content.kv-single-post-page {
  padding: 0;
}

.kv-single-post {
  --kvsp-navy: #011745;
  --kvsp-blue: #0b3974;
  --kvsp-pink: #c51d70;
  --kvsp-pink-bright: #e83588;
  --kvsp-green: #0c7c68;
  --kvsp-ink: #18202c;
  --kvsp-muted: #667085;
  --kvsp-line: #e6e9ef;
  --kvsp-soft: #f6f8fb;
  --kvsp-white: #fff;
  --kvsp-shell: 1200px;
  --kvsp-gutter: 48px;
  --kvsp-shadow: 0 24px 70px rgba(1, 23, 69, 0.12);
  position: relative;
  width: 100%;
  overflow: clip;
  color: var(--kvsp-ink);
  background: var(--kvsp-white);
  font-family: inherit;
  line-height: 1.75;
}

.kv-single-post,
.kv-single-post * {
  box-sizing: border-box;
}

.kv-single-post img {
  display: block;
  max-width: 100%;
  height: auto;
}

.kv-single-post svg {
  display: block;
}

.kvsp-shell {
  width: min(var(--kvsp-shell), calc(100% - var(--kvsp-gutter)));
  margin-inline: auto;
}

.kvsp-reading-progress {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
}

.kvsp-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  transform-origin: left center;
  background: linear-gradient(90deg, var(--kvsp-pink), #ff72b4);
  box-shadow: 0 0 10px rgba(232, 53, 136, 0.45);
}

.kvsp-hero {
  position: relative;
  isolation: isolate;
  min-height: 650px;
  padding: 84px 0 92px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.83);
  background:
    radial-gradient(circle at 78% 12%, rgba(73, 132, 205, 0.25), transparent 34%),
    linear-gradient(135deg, #01112f 0%, var(--kvsp-navy) 45%, #0a3267 100%);
}

.kvsp-hero__ambient {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(4px);
  opacity: 0.45;
}

.kvsp-hero__ambient--one {
  top: -150px;
  right: -120px;
  width: 460px;
  height: 460px;
  background: rgba(232, 53, 136, 0.17);
}

.kvsp-hero__ambient--two {
  bottom: -250px;
  left: -180px;
  width: 500px;
  height: 500px;
  background: rgba(12, 124, 104, 0.18);
}

.kvsp-hero__mountains {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 40%;
  fill: none;
  stroke: rgba(255, 255, 255, 0.075);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.kvsp-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: 900px;
  margin: 0 0 40px;
  font-size: 13px;
  line-height: 1.5;
}

.kvsp-breadcrumbs a {
  color: rgba(255, 255, 255, 0.86) !important;
  text-decoration: none !important;
}

.kvsp-breadcrumbs a:hover,
.kvsp-breadcrumbs a:focus-visible {
  color: #ff86bd !important;
}

.kvsp-breadcrumbs span:last-child {
  max-width: min(500px, 65vw);
  overflow: hidden;
  color: rgba(255, 255, 255, 0.58);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kvsp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(42px, 6vw, 88px);
}

.kvsp-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 22px;
}

.kvsp-categories a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.kvsp-hero h1 {
  max-width: 780px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(42px, 5.3vw, 76px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.kvsp-hero__intro {
  max-width: 680px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.7;
}

.kvsp-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 23px;
  font-size: 13px;
  font-weight: 600;
}

.kvsp-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.kvsp-meta svg {
  width: 17px;
  height: 17px;
  color: #ff75b3;
}

.kvsp-meta a {
  color: inherit !important;
  text-decoration-color: rgba(255, 255, 255, 0.35) !important;
  text-underline-offset: 3px;
}

.kvsp-hero__media {
  position: relative;
  min-width: 0;
}

.kvsp-hero__media::before {
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  width: 42%;
  height: 42%;
  content: "";
  border-top: 2px solid rgba(232, 53, 136, 0.68);
  border-right: 2px solid rgba(232, 53, 136, 0.68);
  border-radius: 0 22px 0 0;
}

.kvsp-hero__media figure,
.kvsp-hero__placeholder {
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  box-shadow: 0 35px 85px rgba(0, 9, 32, 0.4);
}

.kvsp-hero__image {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

.kvsp-hero__placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  background:
    linear-gradient(180deg, transparent 30%, rgba(1, 15, 48, 0.88) 100%),
    linear-gradient(145deg, #174d78, #0c6b70);
}

.kvsp-hero__placeholder svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: rgba(255, 218, 103, 0.72);
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 2;
}

.kvsp-hero__placeholder span,
.kvsp-hero__placeholder strong {
  position: relative;
  z-index: 1;
}

.kvsp-hero__placeholder span {
  margin-bottom: 8px;
  color: #ff8ec0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.kvsp-hero__placeholder strong {
  max-width: 320px;
  color: #fff;
  font-size: 27px;
  line-height: 1.22;
}

.kvsp-layout {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) minmax(270px, 330px);
  align-items: start;
  gap: 50px;
  padding-top: 94px;
  padding-bottom: 100px;
}

.kvsp-share {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.kvsp-share > span {
  margin-bottom: 5px;
  color: var(--kvsp-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.kvsp-share a,
.kvsp-share button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  padding: 0;
  border: 1px solid var(--kvsp-line);
  border-radius: 50%;
  color: var(--kvsp-blue) !important;
  background: #fff;
  box-shadow: none;
  font: 800 14px/1 inherit;
  text-decoration: none !important;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.kvsp-share a:hover,
.kvsp-share button:hover,
.kvsp-share button.is-copied {
  border-color: var(--kvsp-pink);
  color: #fff !important;
  background: var(--kvsp-pink);
  transform: translateY(-2px);
}

.kvsp-share svg {
  width: 17px;
  height: 17px;
}

.kvsp-share .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.kvsp-entry-content {
  color: #333c49;
  font-size: 18px;
  line-height: 1.88;
}

.kvsp-entry-content > :first-child {
  margin-top: 0;
}

.kvsp-entry-content > p:first-child::first-letter {
  float: left;
  margin: 10px 10px 0 0;
  color: var(--kvsp-pink);
  font-size: 64px;
  font-weight: 800;
  line-height: 0.75;
}

.kvsp-entry-content h2,
.kvsp-entry-content h3,
.kvsp-entry-content h4 {
  color: var(--kvsp-navy);
  font-weight: 800;
  letter-spacing: -0.025em;
  scroll-margin-top: 100px;
}

.kvsp-entry-content h2 {
  margin: 58px 0 20px;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.15;
}

.kvsp-entry-content h3 {
  margin: 42px 0 16px;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.22;
}

.kvsp-entry-content h4 {
  margin: 34px 0 14px;
  font-size: 21px;
}

.kvsp-entry-content p,
.kvsp-entry-content ul,
.kvsp-entry-content ol,
.kvsp-entry-content blockquote,
.kvsp-entry-content figure,
.kvsp-entry-content table {
  margin-bottom: 28px;
}

.kvsp-entry-content a {
  color: var(--kvsp-pink) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px;
}

.kvsp-entry-content ul,
.kvsp-entry-content ol {
  padding-left: 25px;
}

.kvsp-entry-content li {
  margin-bottom: 9px;
  padding-left: 6px;
}

.kvsp-entry-content li::marker {
  color: var(--kvsp-pink);
  font-weight: 800;
}

.kvsp-entry-content blockquote {
  position: relative;
  padding: 29px 34px 29px 38px;
  border: 0;
  border-left: 4px solid var(--kvsp-pink);
  border-radius: 0 16px 16px 0;
  color: var(--kvsp-navy);
  background: #fff4f9;
  font-size: 21px;
  font-weight: 650;
  line-height: 1.6;
}

.kvsp-entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.kvsp-entry-content figure,
.kvsp-entry-content .wp-block-image {
  margin-top: 38px;
}

.kvsp-entry-content figure img,
.kvsp-entry-content > img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(1, 23, 69, 0.11);
}

.kvsp-entry-content figcaption {
  margin-top: 10px;
  color: var(--kvsp-muted);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.kvsp-entry-content .alignwide {
  width: calc(100% + 70px);
  max-width: calc(100% + 70px);
  margin-left: -35px;
}

.kvsp-entry-content .alignfull {
  width: calc(100% + 120px);
  max-width: calc(100% + 120px);
  margin-left: -60px;
}

.kvsp-entry-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.kvsp-entry-content th,
.kvsp-entry-content td {
  padding: 14px 16px;
  border: 1px solid var(--kvsp-line);
  text-align: left;
}

.kvsp-entry-content th {
  color: var(--kvsp-navy);
  background: var(--kvsp-soft);
}

.kvsp-entry-content iframe,
.kvsp-entry-content video {
  max-width: 100%;
}

.kvsp-page-links,
.kvsp-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 45px;
  padding-top: 26px;
  border-top: 1px solid var(--kvsp-line);
}

.kvsp-tags > span {
  margin-right: 5px;
  color: var(--kvsp-navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.kvsp-tags a,
.kvsp-page-links a,
.kvsp-page-links > span {
  padding: 7px 12px;
  border: 1px solid var(--kvsp-line);
  border-radius: 999px;
  color: var(--kvsp-blue) !important;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
}

.kvsp-sidebar {
  position: sticky;
  top: 105px;
  display: grid;
  gap: 20px;
}

.kvsp-plan-card,
.kvsp-details-card {
  border: 1px solid var(--kvsp-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(1, 23, 69, 0.08);
}

.kvsp-plan-card {
  position: relative;
  padding: 32px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, var(--kvsp-navy), #0a3970);
}

.kvsp-plan-card::after {
  position: absolute;
  right: -55px;
  bottom: -70px;
  width: 170px;
  height: 170px;
  content: "";
  border-radius: 50%;
  background: rgba(232, 53, 136, 0.2);
}

.kvsp-plan-card__eyebrow {
  display: block;
  margin-bottom: 13px;
  color: #ff8fc2;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.kvsp-plan-card h2,
.kvsp-details-card h2 {
  margin: 0 0 15px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.kvsp-plan-card h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 25px;
}

.kvsp-plan-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 23px;
  font-size: 14px;
  line-height: 1.75;
}

.kvsp-plan-card a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

.kvsp-plan-card__primary {
  margin-bottom: 9px;
  color: #fff !important;
  background: var(--kvsp-pink);
}

.kvsp-plan-card__primary:hover {
  background: #a81760;
}

.kvsp-plan-card__secondary {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.09);
}

.kvsp-details-card {
  padding: 27px 30px;
}

.kvsp-details-card h2 {
  color: var(--kvsp-navy);
  font-size: 18px;
}

.kvsp-details-card dl {
  margin: 0;
}

.kvsp-details-card dl > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid var(--kvsp-line);
  font-size: 13px;
}

.kvsp-details-card dt {
  color: var(--kvsp-muted);
}

.kvsp-details-card dd {
  margin: 0;
  color: var(--kvsp-navy);
  font-weight: 700;
  text-align: right;
}

.kvsp-details-card a {
  color: var(--kvsp-pink) !important;
}

.kvsp-post-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 100px;
  padding-top: 34px;
  border-top: 1px solid var(--kvsp-line);
}

.kvsp-post-navigation a {
  display: flex;
  flex-direction: column;
  min-height: 130px;
  padding: 28px 30px;
  border: 1px solid var(--kvsp-line);
  border-radius: 16px;
  color: var(--kvsp-navy) !important;
  background: #fff;
  text-decoration: none !important;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.kvsp-post-navigation a:hover {
  border-color: rgba(197, 29, 112, 0.4);
  box-shadow: 0 16px 40px rgba(1, 23, 69, 0.08);
  transform: translateY(-3px);
}

.kvsp-post-navigation__next {
  grid-column: 2;
  text-align: right;
}

.kvsp-post-navigation span {
  margin-bottom: 9px;
  color: var(--kvsp-pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.kvsp-post-navigation strong {
  font-size: 19px;
  line-height: 1.4;
}

.kvsp-related {
  padding: 96px 0 105px;
  background: var(--kvsp-soft);
}

.kvsp-section-heading {
  max-width: 700px;
  margin-bottom: 43px;
}

.kvsp-section-heading > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--kvsp-pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.kvsp-section-heading > span::before {
  width: 26px;
  height: 2px;
  content: "";
  border-radius: 9px;
  background: currentColor;
}

.kvsp-section-heading h2 {
  margin: 0;
  color: var(--kvsp-navy);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.kvsp-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.kvsp-related-card {
  overflow: hidden;
  border: 1px solid var(--kvsp-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(1, 23, 69, 0.07);
}

.kvsp-related-card__media {
  display: block;
  height: 215px;
  overflow: hidden;
  color: #fff !important;
  background: linear-gradient(135deg, var(--kvsp-blue), var(--kvsp-green));
}

.kvsp-related-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.kvsp-related-card:hover .kvsp-related-card__media img {
  transform: scale(1.04);
}

.kvsp-related-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.kvsp-related-card__placeholder svg {
  width: 42%;
  opacity: 0.45;
}

.kvsp-related-card__body {
  padding: 25px 26px 28px;
}

.kvsp-related-card time {
  color: var(--kvsp-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kvsp-related-card h3 {
  margin: 10px 0 17px;
  color: var(--kvsp-navy);
  font-size: 21px;
  line-height: 1.35;
}

.kvsp-related-card h3 a,
.kvsp-related-card__link {
  color: inherit !important;
  text-decoration: none !important;
}

.kvsp-related-card__link {
  color: var(--kvsp-pink) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.kvsp-comments {
  padding: 95px 0 105px;
  background: #fff;
}

.kvsp-comments__inner {
  max-width: 820px;
}

.kvsp-comments .comments,
.kvsp-comments #comments {
  margin: 0;
}

.kvsp-comments h3,
.kvsp-comments .title {
  color: var(--kvsp-navy);
  font-weight: 800;
}

.kvsp-comments input:not([type="submit"]),
.kvsp-comments textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--kvsp-line);
  border-radius: 9px;
  color: var(--kvsp-ink);
  background: #fff;
}

.kvsp-comments input:focus,
.kvsp-comments textarea:focus {
  border-color: var(--kvsp-pink);
  outline: 3px solid rgba(232, 53, 136, 0.12);
}

.kvsp-comments input[type="submit"] {
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: var(--kvsp-pink);
  font-weight: 800;
  cursor: pointer;
}

.kv-single-post a:focus-visible,
.kv-single-post button:focus-visible,
.kv-single-post input:focus-visible,
.kv-single-post textarea:focus-visible {
  outline: 3px solid rgba(232, 53, 136, 0.33);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .kvsp-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
    gap: 45px;
  }

  .kvsp-layout {
    grid-template-columns: 48px minmax(0, 1fr) 270px;
    gap: 28px;
  }

  .kvsp-plan-card {
    padding: 27px;
  }
}

@media (max-width: 860px) {
  .kv-single-post {
    --kvsp-gutter: 36px;
  }

  .kvsp-hero {
    padding: 65px 0 74px;
  }

  .kvsp-breadcrumbs {
    margin-bottom: 31px;
  }

  .kvsp-hero__grid {
    grid-template-columns: 1fr;
  }

  .kvsp-hero__media figure,
  .kvsp-hero__placeholder,
  .kvsp-hero__image {
    min-height: 360px;
  }

  .kvsp-layout {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .kvsp-share {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    order: 2;
  }

  .kvsp-share > span {
    margin: 0 7px 0 0;
    writing-mode: initial;
    transform: none;
  }

  .kvsp-content-column {
    order: 1;
  }

  .kvsp-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    order: 3;
  }

  .kvsp-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kvsp-related-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: calc(50% - 12px);
  }
}

@media (max-width: 640px) {
  .kv-single-post {
    --kvsp-gutter: 30px;
  }

  .kvsp-hero {
    min-height: auto;
    padding: 46px 0 55px;
  }

  .kvsp-breadcrumbs {
    margin-bottom: 26px;
  }

  .kvsp-breadcrumbs span:last-child {
    display: none;
  }

  .kvsp-hero h1 {
    font-size: clamp(38px, 12vw, 55px);
  }

  .kvsp-hero__grid {
    gap: 36px;
  }

  .kvsp-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .kvsp-hero__media figure,
  .kvsp-hero__placeholder,
  .kvsp-hero__image {
    min-height: 290px;
  }

  .kvsp-hero__placeholder {
    padding: 27px;
  }

  .kvsp-hero__placeholder strong {
    font-size: 22px;
  }

  .kvsp-layout {
    padding-top: 57px;
    padding-bottom: 65px;
  }

  .kvsp-entry-content {
    font-size: 16px;
    line-height: 1.82;
  }

  .kvsp-entry-content > p:first-child::first-letter {
    font-size: 54px;
  }

  .kvsp-entry-content .alignwide,
  .kvsp-entry-content .alignfull {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .kvsp-entry-content blockquote {
    padding: 23px 23px 23px 27px;
    font-size: 18px;
  }

  .kvsp-sidebar,
  .kvsp-post-navigation,
  .kvsp-related__grid {
    grid-template-columns: 1fr;
  }

  .kvsp-post-navigation__next,
  .kvsp-related-card:last-child:nth-child(odd) {
    grid-column: auto;
    max-width: none;
  }

  .kvsp-post-navigation__next {
    text-align: left;
  }

  .kvsp-post-navigation {
    margin-bottom: 75px;
  }

  .kvsp-related,
  .kvsp-comments {
    padding: 74px 0 80px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kv-single-post *,
  .kv-single-post *::before,
  .kv-single-post *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
