.mp-blog-single {
  margin: 0 auto;
  padding: 0!important;
}
.blg-single [class*=mp-] {
}
.mp-content {
        max-width: 66%;
    width: 66%;
}
.blg-single a.mp-toc__link {
    padding: 0;
}
.blg-hero {
  display: block;
  padding: 0;
  border-radius: 0;
  background: #111;
  color: #fff;
}
[class*=blog-hero] {padding: 0;flex: 0 0 50%;max-width: 50%;}
.mps-row {
    display: flex;
    align-items: flex-end;
}

.mp-reading__time {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    border-left: 1px solid;
    opacity: 0.8;
}
.blog-hero__right {
    height: 80vh;
    position: relative;
    overflow: hidden;
}

.blog-hero__right img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}

.blog-row {
    display: flex;
    align-items: center;
}

.blog-hero__left {
    padding: 0 5%;
    margin: auto;
}
.mp-breadcrumbs {
  opacity: 0.85;
  font-size: 13px;
  margin-bottom: 10px;
}

.mp-title {
  font-size: 36px;
  line-height: 1.15;
  margin: 0 0 14px;
}

.mp-author {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
  font-size: 13px;
  opacity: 0.95;
  line-height: 1.3;
}

.mp-author__name { font-weight: 600; }
.mp-author__meta { opacity: 0.8; }

.mp-hero__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  object-fit: cover;
}

.mp-body {
  display: flex;
  gap: 50px;
  margin-top: 35px!important;
  align-items: start;
}


.mp-article {
  line-height: 1.75;
  font-size: 16px;
  color: #222;
}

.mp-article h2 { margin-top: 32px; font-size: 35px; line-height: 1.25; }
.mp-article h3 { margin-top: 22px; font-size: 20px; line-height: 1.25; }

.mp-aside {
  position: sticky;
  top: 125px;
}

.mp-toc {
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 14px;
  background: #fff;
}

.mp-toc__title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}

.mp-toc__list {margin: 0;padding-left: 16px;max-height: 400px;overflow: auto;}
.mp-toc__item {margin: 8px 0;font-size: 13px;line-height: 1.2;}
.mp-toc__item--h3 { margin-left: 10px; opacity: 0.9; }

.mp-toc__link {
  text-decoration: none;
  color: #222;
}

.mp-toc__link.is-active {
  font-weight: 700;
  text-decoration: underline;
}

.mp-cta {
  margin: 28px 0;
  border-radius: 12px;
  background: #f2f2f2;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.mp-cta__text {
  font-weight: 600;
}

.mp-cta__btn {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  text-decoration: none;
}

.mp-faq { margin-top: 34px; }
.mp-faq h2 { margin-bottom: 14px; }

.mp-faq__item {
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 10px;
  background: #fff;
}

.mp-faq__item summary {
  cursor: pointer;
  font-weight: 600;
}

.mp-faq__content {
  margin-top: 10px;
  color: #333;
}

/* Responsive */
@media (max-width: 960px) {
  .mp-hero { grid-template-columns: 1fr; }
  .mp-body { 
    grid-template-columns: 1fr;         
    flex-wrap: wrap-reverse;
    gap: 40px;
  }
  .mp-aside { position: static; }



.blog-hero__left {
    min-height: 80vh;
    padding-top: 100px;
    padding-bottom: 50px;
}

.blg-hero {
    background: linear-gradient(179deg, #3333338a, #333333cf, #333333);
}

.mp-reading__time {
    line-height: 1;
}

[class*=blog-hero] {

    flex: 0 0 100%;
    max-width: 100%;
}

.mps-row {
    align-items: center;
}

.mp-content {
    max-width: 100%;
    width: 100%;
}


.mp-body.container main[class*=mp-], .mp-body.container section[class*=mp-] {
    padding: 0;
}
.mp-faq__list {
    padding: 0;
}
.blog-row {
    position: relative;
}

.blog-hero__right {
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}
aside.mp-aside {
    padding: 0;
}
.mp-article h2 {
 
    font-size: 28px;

}
}