.cvn-single-post .article-inner {
  max-width: none;
  margin: 0;
}

.single-post .blog-wrapper.page-wrapper {
  padding-top: 0;
}

.cvn-single-breadcrumb-bar,
.cvn-single-header {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: var(--bg-soft);
}

.cvn-single-header {
  padding: 40px 0;
  border-bottom: 0;
  background: var(--primary-20);
}

.cvn-single-breadcrumb-bar {
  padding: 0;
}

.cvn-single-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  width: 100%;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
  color: var(--primary);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}

.cvn-single-breadcrumbs a:hover {
  color: var(--primary);
}

.cvn-single-breadcrumbs span:last-child {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.cvn-single-breadcrumbs__divider {
  color: var(--primary);
  font-size: 22px;
  line-height: 1;
}

.cvn-single-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
  align-items: center;
  gap: 80px;
  width: 100%;
  margin: 0 auto;
}

.cvn-single-hero__content {
  min-width: 0;
}

.cvn-single-hero--no-image {
  grid-template-columns: 1fr;
}

.cvn-single-hero--no-image .cvn-single-title {
  max-width: 900px;
}

.cvn-single-hero__image {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: var(--border);
  box-shadow: none;
  min-width: 0;
}

.cvn-single-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.cvn-single-title {
  max-width: 620px;
  margin: 0;
  color: var(--primary);
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.cvn-single-meta-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 346px);
  align-items: center;
  gap: 34px;
  margin: 0 0 26px;
  padding: 18px 0 24px;
  border-bottom: 1px solid var(--border);
}

.cvn-single-form-column:empty {
  display: none;
}

.cvn-single-meta-row:has(.cvn-single-form-column:empty) {
  grid-template-columns: minmax(0, 1fr);
}

.single-post .blog-wrapper>.row {
  margin-top: 28px;
}

.cvn-single-meta-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}

.cvn-single-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
}

.cvn-single-author {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--primary-dark);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}

.cvn-single-author img {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  /* box-shadow: 0 0 0 4px var(--primary-20); */
  border: 4px solid var(--primary-20);
}

.cvn-single-date {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}

.cvn-single-date__icon {
  position: relative;
  width: 36px;
  height: 36px;
  border: 2px solid var(--primary, #7E279B);
  border-radius: 999px;
  background: var(--white);
  flex: 0 0 36px;
}

.cvn-single-date__icon::before,
.cvn-single-date__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  background: var(--primary, #7E279B);
  transform-origin: bottom center;
}

.cvn-single-date__icon::before {
  height: 8px;
  transform: translate(-50%, -100%);
}

.cvn-single-date__icon::after {
  height: 7px;
  transform: translate(-50%, -100%) rotate(130deg);
}

.cvn-single-share {
  display: flex;
  align-items: center;
  gap: 0;
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 600;
}

.cvn-single-share .social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.cvn-single-share .social-icons .button,
.cvn-single-share .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  min-height: 37px;
  margin: 0;
  border: 1px solid var(--primary);
  border-radius: 999px;
  background: var(--white);
  color: var(--primary);
  line-height: 1;
  box-shadow: none;
}

.cvn-single-share .social-icons .button i,
.cvn-single-share .social-icons a i {
  color: var(--primary);
}

.cvn-single-share .social-icons .button:hover,
.cvn-single-share .social-icons a:hover {
  background: var(--primary);
  color: var(--white);
}

.cvn-single-share .social-icons .button:hover i,
.cvn-single-share .social-icons a:hover i {
  color: var(--white);
}

.cvn-single-post .blog-share {
  display: none;
}

.cvn-related-posts {
  margin: 34px 0 0;
}

.cvn-related-posts__inner {
  margin: 0;
}

.cvn-related-posts__head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.cvn-related-posts__title,
h3.highlight-event__title.cvn-related-posts__title {
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 3px solid var(--primary, #7E279B);
  background: transparent;
  color: var(--primary-dark);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.25;
  font-weight: 800;
}

.cvn-related-posts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cvn-related-post {
  overflow: hidden;
  min-width: 0;
  margin: 0;
  border-radius: 12px;
  background: var(--bg-soft);
  box-shadow: inset 0 0 0 1px rgba(126, 39, 155, 0.08), 0 10px 24px rgba(31, 41, 55, 0.08);
}

.cvn-related-post__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--primary-20);
}

.cvn-related-post__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.cvn-related-post__title {
  margin: 0;
  padding: 14px 16px 16px;
  color: var(--primary-dark);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0;
  transition: color 0.22s ease;
}

.cvn-related-post__title a {
  color: inherit;
  transition: color 0.22s ease;
}

.cvn-related-post:hover .cvn-related-post__image img {
  transform: scale(1.04);
}

.cvn-related-post:hover .cvn-related-post__title,
.cvn-related-post:hover .cvn-related-post__title a,
.cvn-related-post:focus-within .cvn-related-post__title,
.cvn-related-post:focus-within .cvn-related-post__title a,
.cvn-related-post__title a:hover,
.cvn-related-post__title a:focus {
  color: var(--primary-dark, #3B0F4F);
}

.cvn-single-form-column {
  min-width: 0;
}

.cvn-single-form-column .wpcf7 {
  margin: 0;
}

.cvn-single-form-column form {
  margin: 0;
}

.cvn-single-form-column .contact-form,
.cvn-single-form-column .contact-form__hotline {
  max-width: 100%;
  margin: 0;
}

.cvn-single-form-column .contact-card__hotline {
  width: 100%;
  padding: 22px;
  border: 1px solid var(--primary, #7E279B);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(126, 39, 155, 0.12);
}

.cvn-single-form-column .contact-title__hotline {
  margin: 0 0 12px;
  color: var(--primary-dark);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.cvn-single-form-column .contact-form__hotline {
  gap: 12px;
  margin-bottom: 12px;
}

.cvn-single-form-column .input-wrap__hotline .contact-input__hotline {
  min-height: 42px;
  border-radius: 12px;
}

.cvn-single-form-column .contact-form__hotline .contact-button__hotline {
  min-height: 44px;
  border-radius: 12px;
}

.cvn-single-form-column .contact-note__hotline {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.4;
}

.cvn-single-form-column .contact-form {
  padding: 22px;
  border: 1px solid var(--primary, #7E279B);
  border-radius: 20px;
  background: var(--white);
  color: var(--primary-dark);
  box-shadow: 0 18px 42px rgba(126, 39, 155, 0.12);
}

.cvn-single-form-column .contact-form__title {
  color: var(--primary-dark);
  font-size: 20px;
}

.cvn-single-form-column .contact-form__title::after {
  display: none;
}

.cvn-single-form-column .contact-form__desc,
.cvn-single-form-column .contact-form__note {
  color: var(--text-muted);
}

.cvn-single-form-column .wpcf7 .contact-form__input,
.cvn-single-form-column .wpcf7 .contact-form__textarea {
  border: 1px solid var(--primary, #7E279B);
  background: var(--white);
}

.cvn-single-form-column .wpcf7 input[type="text"],
.cvn-single-form-column .wpcf7 input[type="tel"],
.cvn-single-form-column .wpcf7 input[type="email"],
.cvn-single-form-column .wpcf7 textarea {
  width: 100%;
  min-height: 42px;
  margin: 0;
  border: 1px solid var(--primary, #7E279B);
  border-radius: 12px;
  background: var(--white);
  color: var(--text-soft);
  box-shadow: none;
}

.cvn-single-form-column .wpcf7 p {
  margin: 0 0 12px;
}

.cvn-single-form-column .wpcf7 p:last-child {
  margin-bottom: 0;
}

.cvn-single-form-column .wpcf7-submit.contact-form__btn {
  background: var(--primary, #7E279B);
  color: var(--white);
  box-shadow: none;
}

.cvn-single-form-column .wpcf7 input[type="submit"] {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  background: var(--primary, #7E279B);
  color: var(--white);
  font-weight: 800;
}

.cvn-single-form-column .wpcf7-submit.contact-form__btn:hover,
.cvn-single-form-column .wpcf7-submit.contact-form__btn:focus {
  transform: translateY(-2px);
  background: var(--primary-dark, #3B0F4F);
  color: var(--white);
}

@media (max-width: 1024px) {

  .cvn-single-header,
  .cvn-single-breadcrumb-bar {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .cvn-single-header .cvn-single-hero {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row;
    width: 100%;
    margin: 0 auto;
    gap: 24px;
    align-items: start;
  }

  .cvn-single-hero__image {
    width: 100%;
    max-width: 100%;
  }

  .cvn-single-title {
    max-width: 100%;
    font-size: clamp(28px, 6vw, 40px);
  }

  .cvn-single-meta-row {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .cvn-single-form-column {
    width: 100%;
  }

  .cvn-single-meta-column {
    gap: 13px;
  }

  .cvn-single-meta {
    gap: 12px 22px;
  }

  .cvn-related-posts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cvn-single-breadcrumbs {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 4px;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.4;
  }

  .cvn-single-breadcrumbs a,
  .cvn-single-breadcrumbs__divider {
    flex: 0 0 auto;
  }

  .cvn-single-breadcrumbs__divider {
    font-size: 18px;
  }

  .cvn-single-breadcrumbs span:last-child {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: unset;
  }

  .cvn-single-header {
    padding: 24px 0 28px;
  }

  .cvn-single-header .cvn-single-hero {
    width: 100%;
    gap: 18px;
  }

  .cvn-single-title {
    font-size: clamp(25px, 7vw, 34px);
    line-height: 1.22;
  }

  .cvn-single-meta-row {
    padding: 14px 0 20px;
  }

  .cvn-single-author,
  .cvn-single-date {
    font-size: 14px;
  }

  .cvn-single-author img {
    width: 42px;
    height: 42px;
  }

  .cvn-single-date__icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .cvn-single-hero__image {
    border-radius: 10px;
  }

  .cvn-single-hero__image img {
    aspect-ratio: 16 / 10;
  }

  .cvn-related-posts {
    margin-top: 28px;
  }

  .cvn-related-posts__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cvn-related-post__title {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .cvn-single-breadcrumbs {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 12px;
  }

  .cvn-single-header {
    padding: 20px 0 24px;
  }

  .cvn-single-title {
    font-size: clamp(23px, 8vw, 30px);
  }

  .cvn-single-meta {
    gap: 12px 16px;
  }

  .cvn-single-share .social-icons {
    gap: 8px;
  }

  .cvn-single-share .social-icons .button,
  .cvn-single-share .social-icons a {
    width: 35px;
    height: 35px;
    min-height: 35px;
  }
}

/* ************************************/
/* Single Post List Style             */
/* Scope: .cvn-single-post            */
/* ************************************/
.cvn-single-post .cvn-single-meta .cvn-single-author img {
  width: 46px;
}

.cvn-single-post {
  color: var(--text);
  overflow: hidden;
}

.cvn-single-post .entry-content p,
.cvn-single-post .entry-content ol li,
.cvn-single-post .entry-content ul li {
  font-size: 16px;
  line-height: 1.5;

}


.cvn-single-post .entry-content img {
  margin-bottom: 12px !important;
}

.cvn-single-post .entry-content ol li {
  margin-left: 0 !important;
}

.cvn-single-post .entry-content ol li,
.cvn-single-post .entry-content ul li {
  margin-bottom: 12px !important;

}

.cvn-single-post .entry-content b,
.cvn-single-post .entry-content strong {
  font-weight: bolder;
}

.cvn-single-post .entry-content ul,
.cvn-single-post .entry-content ol {
  padding-left: 16px !important;
  list-style: outside !important;
}

.cvn-single-post .entry-content img {
  width: 100%;
}

.cvn-single-post .entry-content p {
  font-size: 16px;
  line-height: 1.75;
}

.cvn-single-post .entry-content h1 {
  font-size: 38px;
  line-height: 1.25;
}

.cvn-single-post .entry-content h2 {
  font-size: 30px;
  line-height: 1.35;
}

.cvn-single-post .entry-content h3 {
  font-size: 24px;
  line-height: 1.4;
}

.cvn-single-post .entry-content h4 {
  font-size: 20px;
  line-height: 1.45;
}

.cvn-single-post .entry-content h5 {
  font-size: 18px;
  line-height: 1.5;
}

.cvn-single-post .entry-content h6 {
  font-size: 16px;
  line-height: 1.55;
}