.guides-outer-container{
    padding: 40px 100px;
    font-family: "Urbanist", sans-serif;
}
.guides-inner-container{
    /* border: 1px solid red; */
}

.guides-label{
font-weight: 700;
font-size: 14px;
line-height: 100%;
letter-spacing: 4%;
text-transform: uppercase;
color: rgba(0, 115, 228, 1);
}
.guides-inner-container>h1{
font-family: "Urbanist", sans-serif;
font-weight: 700;
font-size: 48px;
line-height: 140%;
letter-spacing: 1%;
color: rgba(30, 30, 30, 1);
margin: 24px 0px 12px 0px;
}
.guides-description{
font-weight: 500;
font-size: 18px;
line-height: 160%;
letter-spacing: 1%;
width: 860px;
color: rgba(51, 51, 51, 1);
}
.guides-card-section{
    gap: 24px;
    padding: 80px 80px;
    width: 100%;
    max-width: calc(375px * 3 + 24px * 2);
    box-sizing: border-box;
}
.guide-card{
    flex: 0 1 calc((100% - 48px) / 3);
    max-width: 375px;
    height: 401px;
    padding: 16px;
    border: 1px solid rgba(241, 241, 241, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
    transition: box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.guide-card:hover {
    box-shadow: 0 12px 32px rgba(0, 115, 228, 0.12);
}

.guide-card-wrapper-link{
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
.guide-card > .guide-card-wrapper-link > img {
    display: block;
    width: 100%;
    border-radius: 8px;
    height: 193px;
    object-fit: cover;
    transform-origin: center center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.guide-card:hover > .guide-card-wrapper-link > img {
    transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
    .guide-card {
        transition: none;
    }

    .guide-card:hover {
        box-shadow: none;
    }

    .guide-card > .guide-card-wrapper-link > img {
        transition: none;
    }

    .guide-card:hover > .guide-card-wrapper-link > img {
        transform: none;
    }
}
.guide-card-chapter{
padding-left: 4px ;
font-weight: 700;
font-size: 10px;
line-height: 20px;
letter-spacing: 4%;
text-transform: uppercase;
color: rgba(0, 115, 228, 1);
margin: 24px 0px 8px 0px;
}
.guide-card-title{
font-weight: 700;
font-size: 20px;
line-height: 140%;
letter-spacing: 1%;
color: rgba(51, 51, 51, 1);
margin-bottom: 4px;
}

.guide-card-description{
font-weight: 500;
font-size: 13px;
line-height: 160%;
letter-spacing: 1%;   
color: rgba(100, 100, 100, 1); 
}
.guide-card-link{
color: rgba(0, 115, 228, 1);
font-weight: 500;
font-size: 14px;
line-height: 160%;
letter-spacing: 1%;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto;
margin-top: 8px;
}

.guide-inner-page .guides-inner-container {
    padding: 40px 0 48px;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}

.guide-inner-label {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(0, 115, 228, 1);
    background-color: rgba(239, 246, 255, 1);
    border-radius: 4px;
    padding: 4px 12px;
    margin: 0;
}

.guide-inner-page .guides-description {
    width: 100%;
    max-width: 678px;
    margin: 0 auto;
}

.guide-inner-page h1 {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 1%;
    color: rgba(30, 30, 30, 1);
    margin: 24px 0 12px;
}

.guide-chapter-back {
    align-self: flex-start;
    color: rgba(0, 115, 228, 1);
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 24px;
}

.guide-chapter-back:hover {
    text-decoration: underline;
}

.guide-chapter-page {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color:#FDFDFD;
}

.guide-chapter-shell {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.guide-chapter-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    line-height: 160%;
    margin: 0;
    font-weight: 500;
}

.guide-chapter-breadcrumb a {
    color: rgba(128, 128, 128, 1);
    text-decoration: none;
}

.guide-chapter-breadcrumb a:hover {
    color: rgba(0, 115, 228, 1);
    text-decoration: underline;
}

.guide-chapter-breadcrumb-sep {
    display: block;
    width: 6px;
    height: 10px;
    flex: 0 0 auto;
}

.guide-chapter-breadcrumb-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1%;
    color: rgba(30, 30, 30, 1);
}

.guide-chapter-hero {
    display: grid;
    grid-template-columns: minmax(0, 444fr) minmax(0, 664fr);
    gap: 44px;
    width: 100%;
    max-width: 1152px;
    margin-bottom: 68px;
}

.guide-chapter-hero-content {
    display: flex;
    flex-direction: column;
    gap: 89px;
    min-width: 0;
    min-height: 374px;
}

.guide-chapter-hero-content h1 {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: rgba(51, 51, 51, 1);
    margin: 0;
}

.guide-chapter-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 18px;
    line-height: 160%;
    color: rgba(100, 100, 100, 1);
}

.guide-chapter-meta-image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.guide-chapter-meta-author {
    color: #0073E4;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1%;
    text-decoration: underline;
}

.guide-chapter-meta-date{
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1%;
    color: #646464;
}

.guide-chapter-meta-author:hover {
    color: rgba(0, 115, 228, 1);
    text-decoration: underline;
}

.guide-chapter-meta-sep {
    color: rgba(180, 180, 180, 1);
    font-size: 33px;
}

.guide-chapter-hero-media {
    width: 664px;
    height: 374px;
    max-width: 100%;
    align-self: center;
    background-color: rgba(239, 246, 255, 1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.guide-chapter-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guide-chapter-body {
    display: flex;
    align-items: flex-start;
    gap: 79px;
    width: 100%;
    max-width: 1152px;
}

.guide-chapter-main {
    flex: 1;
    min-width: 0;
}

.guide-chapter-content {
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: rgba(51, 51, 51, 1);
}

.guide-chapter-content h2,
.guide-chapter-content h3,
.guide-chapter-content h4 {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    scroll-margin-top: 120px;
    margin-bottom: 12px;
    color: rgba(51, 51, 51, 1);
}


.guide-chapter-content h2 {
    font-size: 32px;
    line-height: 160%;
}

.guide-chapter-content h3 {
    font-size: 24px;
    line-height: 140%;
}

.guide-chapter-content h4 {
    font-size: 20px;
}

.guide-chapter-content p {
    margin-bottom: 12px;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    line-height: 160%;
    font-weight: 500;
}

.guide-chapter-content table {
    width: 100%;
    max-width: 100%;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.guide-chapter-content p + h2 {
    margin-top: 40px;
}

.guide-chapter-content a {
    color: rgba(0, 115, 228, 1);
    text-decoration: underline;
}

.guide-chapter-content ul,
.guide-chapter-content ol {
    margin: 0 0 20px;
    padding-left: 24px;
}

.guide-chapter-content ul {
    list-style-type: disc;
}

.guide-chapter-content ol {
    list-style-type: decimal;
}

.guide-chapter-content li {
    font-size: 18px;
    margin-bottom: 4px;
}

.guide-chapter-content img {
    display: block;
    max-width: 100%;
    border-radius: 16px;
}

.guide-chapter-content .guide-chapter-image {
    margin: 0 0 40px;
    text-align: center;
}

.guide-chapter-content .guide-chapter-image figcaption {
    margin-top: 12px;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}

.guide-chapter-content .pro-tip {
    border: 1px solid rgba(214, 214, 214, 1);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 8px rgba(30, 30, 30, 0.14);
    padding: 0 20px 16px;
    margin: 12px 0;
    font-size: 18px;
    overflow: hidden;
}

.guide-chapter-content .pro-tip::before {
    content: attr(data-pro-tip-title);
    display: block;
    min-height: 37px;
    margin: 0 -21px 16px;
    padding: 4px 16px 4px 44px;
    box-sizing: border-box;
    background-image:
        url("/assets/images/extras/wand_stars.svg"),
        linear-gradient(90deg, #d8f1ff 0%, #f6cae5 52%, #ffebc7 100%);
    background-position: 16px center, center;
    background-repeat: no-repeat;
    background-size: 20px 20px, 100% 100%;
    color: rgba(0, 115, 228, 1);
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
}

.guide-chapter-content .pro-tip > b {
    display: block;
    margin-bottom: 12px;
}

.guide-chapter-content .mvr {
    border: 1px solid rgba(0, 115, 228, 1);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 8px rgba(30, 30, 30, 0.1);
    padding: 0 18px 14px;
    margin: 28px 0;
    overflow: hidden;
}

.guide-chapter-content .mvr::before {
    content: "Myth vs. Reality";
    display: block;
    min-height: 41px;
    margin: 0 -18px 14px;
    padding: 6px 18px 6px 48px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 115, 228, 1);
    background-color: rgba(239, 246, 255, 1);
    background-image: url("/assets/images/extras/star_shine.svg");
    background-position: 18px center;
    background-repeat: no-repeat;
    background-size: 20px 17px;
    color: rgba(0, 115, 228, 1);
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
}

.guide-chapter-content .mvr > b:first-of-type {
    display: block;
    margin-bottom: 12px;
}

.guide-chapter-sidebar {
    flex: 0 0 263px;
    width: 263px;
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.guide-chapter-sidebar-toc {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
}

.guide-chapter-toc-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border: none;
    background: transparent;
    padding: 0;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(0, 115, 228, 1);
    cursor: pointer;
}

.guide-chapter-toc-toggle i {
    font-size: 10px;
    transition: transform 0.2s ease;
}

.guide-chapter-toc-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.guide-related-reads {
    width: 100%;
    margin-top: 120px;
    text-align: center;
}

.guide-related-reads > h2 {
    color: #333333;
    font-size: 32px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 0px;
}

.guide-related-reads .vs-blog-outer-container {
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 8px;
    scrollbar-width: none;
}

.guide-related-reads .vs-blog-outer-container::-webkit-scrollbar {
    display: none;
}

.guide-related-reads .vs-blog-cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: max-content;
    min-width: 100%;
    padding: 16px 16px 35px;
}

.guide-related-reads .vs-blog-card {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    width: 357px;
    height: 516px;
    padding: 16px 16px 24px;
    border: 1px solid #f1f1f1;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
    text-align: left;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.guide-related-reads .vs-blog-card:hover {
    border-color: #b9d0ff;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.08);
    transform: translateY(-2px);
}

.guide-related-reads .vs-blog-card-img img {
    display: block;
    width: 100%;
    border-radius: 12px;
}

.guide-related-reads .vs-blog-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    min-width: 0;
}

.guide-related-reads .vs-blog-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.guide-related-reads .vs-blog-card-category {
    color: #2087ec;
    font-family: "Urbanist", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.guide-related-reads .vs-blog-card-title a {
    display: -webkit-box;
    overflow: hidden;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.guide-related-reads .vs-blog-card-desc a {
    display: -webkit-box;
    overflow: hidden;
    color: #808080;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.guide-related-reads .vs-blog-card-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.guide-related-reads .vs-blog-card-author > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.guide-related-reads .vs-blog-card-author-img img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.guide-related-reads .vs-blog-card-author-meta {
    flex-direction: column;
}

.guide-related-reads .vs-blog-card-author-meta a {
    text-decoration: none;
}

.guide-related-reads .vs-blog-card-author-meta p:first-child {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
}

.guide-related-reads .vs-blog-card-author-meta p:last-child {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.guide-chapter-toc-nav {
    margin-top: 10px;
    height: 231px;
    box-sizing: border-box;
    padding-right: 12px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #b8b8b8 #e4e4e4;
}

.guide-chapter-toc-nav::-webkit-scrollbar {
    width: 4px;
}

.guide-chapter-toc-nav::-webkit-scrollbar-track {
    background: #e4e4e4;
    border-radius: 999px;
}

.guide-chapter-toc-nav::-webkit-scrollbar-thumb {
    min-height: 32px;
    background: #b8b8b8;
    border-radius: 999px;
}

.guide-chapter-toc-nav::-webkit-scrollbar-thumb:hover {
    background: #999999;
}

.guide-chapter-toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.guide-chapter-toc-item {
    margin-top: 6px;
}

.guide-chapter-toc-link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    color: #646464;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    padding: 8px;
    border-radius: 8px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.guide-chapter-toc-link:hover {
    color: rgba(0, 115, 228, 1);
}

.guide-chapter-toc-link.is-active {
    color: #1E1E1E;
    background-color: rgba(242, 242, 242, 1);
}

.guide-chapter-toc-text {
    flex: 1;
}

.guide-chapter-sidebar-cta {
    box-sizing: border-box;
    width: 263px;
    height: 147px;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, 1);
    padding: 16px 20px;
    color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.guide-chapter-sidebar-cta > p {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 0;
}

.guide-chapter-sidebar-cta .hero-section-btn > p {
    margin: 0;
}

.guide-chapter-soon-message {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0;
}

.guide-chapter-soon-message h1 {
    font-size: 36px;
    margin-bottom: 16px;
}

.guide-chapter-soon-message a {
    color: rgba(0, 115, 228, 1);
}

.guide-chapter-cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
    padding-top: 40px;
}

.guide-chapter-card {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 12px;
}

.guide-chapter-card--live:hover {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
}

.guide-chapter-card-wrapper-link {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 280px;
    color: inherit;
    text-decoration: none;
    border: 0.8px solid rgba(204, 204, 204, 1);
    border-radius: 12px;
}

.guide-chapter-card-wrapper-link:hover{
    border: 0.8px solid rgba(0, 115, 228, 1);
}

.guide-chapter-card-wrapper-static {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 280px;
    border: 0.8px solid rgba(231, 231, 231, 1);
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 1);
}

.guide-chapter-card-content {
    flex: 1;
    min-width: 0;
    padding: 20px 24px 20px 20px;
    display: flex;
    flex-direction: column;
    border-radius: 12px 0px 0px 12px;
}

.guide-chapter-card-label {
    display: inline-block;
    width: fit-content;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.guide-chapter-card--live .guide-chapter-card-label {
    color: rgba(0, 115, 228, 1);
}

.guide-chapter-card--soon .guide-chapter-card-label {
    color: rgba(204, 204, 204, 1);
}

.guide-chapter-card-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: rgba(51, 51, 51, 1);
    margin: 38.5px 0px 8px 0px;
}

.guide-chapter-card--soon .guide-chapter-card-title {
    color: rgba(128, 128, 128, 1);
}

.guide-chapter-card-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: rgba(100, 100, 100, 1);
    margin-bottom: 38.5px;
    max-width: 567px;
}

.guide-chapter-card-link {
    color: rgba(0, 115, 228, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    text-decoration: underline;
    width: fit-content;
}

.guide-chapter-card-soon {
    margin-top: auto;
    color: rgba(100, 100, 100, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
}

.guide-chapter-card-media {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 20px 20px 20px 0px;
    border-radius: 0px 12px 12px 0px;
}


.guide-chapter-card--soon .guide-chapter-card-media img {
    filter: grayscale(100%);
    opacity: 0.8;
}

.guide-chapter-card-media > img {
    width: 420px;
    height: 236px;
    border-radius: 12px;
    object-fit: cover;
}

@media (min-width: 787px) and (max-width: 1200px) {
    .guides-outer-container.guide-chapter-page {
        padding-right: 80px;
        padding-left: 80px;
    }

    .guide-chapter-hero {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr);
        gap: 0;
    }

    .guide-chapter-hero-content {
        gap: 32px;
        min-height: 248px;
    }

    .guide-chapter-hero-content h1 {
        font-size: 48px;
    }

    .guide-chapter-hero-media {
        width: 100%;
        height: auto;
        aspect-ratio: 440 / 248;
    }

    .guide-chapter-meta {
        gap: 6px;
    }

    .guide-chapter-meta-image {
        width: 24px;
        height: 24px;
    }

    .guide-chapter-meta-author,
    .guide-chapter-meta-date {
        font-size: 18px;
    }

    .guide-chapter-meta-sep {
        font-size: 24px;
    }

    .guide-chapter-body {
        gap: 44px;
    }

    .guide-chapter-content p,
    .guide-chapter-content li {
        text-align: justify;
    }
}

@media (max-width: 1024px) {
    .guide-chapter-body{
        gap: 35px;  
    }
    .guide-related-reads .vs-blog-cards {
        justify-content: flex-start;
    }

    .guide-related-reads .vs-blog-card {
        width: 290px;
        height: 448px;
    }

    .guide-chapter-card-wrapper-link,
    .guide-chapter-card-wrapper-static {
        width: 100%;
        min-height: auto;
    }
    .guides-card-section {
        padding: 60px 40px;
        max-width: calc(375px * 2 + 24px);
    }

    .guide-card {
        flex: 0 1 calc((100% - 24px) / 2);
    }

    .guide-chapter-card-media > img {
        width: min(420px, 42vw);
        height: auto;
    }

}

@media (max-width: 786px) {
    .guide-chapter-content table {
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-x: contain;
        contain: inline-size;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .guide-chapter-toc-link,
    .guide-chapter-toc-link:hover,
    .guide-chapter-toc-link:focus,
    .guide-chapter-toc-link:active {
        color: #1e1e1e;
    }

    .guide-chapter-toc-link.is-active {
        color: #1e1e1e;
        background-color: transparent;
    }

    .guide-chapter-hero{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        margin-bottom: 44px;
    }
    .guide-chapter-hero-content{
        gap: 12px;
        min-height: 0;
    }
    .guide-chapter-hero-media {
        flex: none;
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 664 / 374;
    }
    .guide-chapter-body {
        flex-direction: column;
        gap: 44px;
    }

    .guide-chapter-main {
        order: 0;
    }

    .guide-chapter-sidebar {
        display: contents;
    }

    .guide-chapter-sidebar-toc {
        order: -1;
        width: 100%;
        box-sizing: border-box;
        border-radius: 12px;
        background-color: rgba(239, 246, 255, 1);
        padding: 12px;
    }

    .guide-chapter-toc-toggle {
        font-size: 14px;
    }

    .guide-chapter-sidebar-cta {
        order: 1;
        width: 100%;
        height: 108px;
        padding: 16px 32px;
    }
    .guide-related-reads{
        margin-top: 64px;
    }

    .guide-chapter-sidebar-cta > p {
        max-width: 426px;
    }

    .guide-chapter-cards {
        align-items: center;
        max-width: 662px;
        padding: 0 0 48px;
        box-sizing: border-box;
    }

    .guide-chapter-card {
        width: 100%;
    }

    .guide-chapter-card-wrapper-link,
    .guide-chapter-card-wrapper-static {
        width: 100%;
        flex-direction: row;
        gap: 24px;
        box-sizing: border-box;
    }

    .guide-chapter-card-title {
        font-size: 20px;
        margin: 24px 0 8px;
        width: 100%;
    }

    .guide-chapter-card-description {
        font-size: 14px;
        margin-bottom: 16px;
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .guide-chapter-card-content {
        padding: 20px 0px 20px 20px;
    }

    .guide-chapter-card-media {
        flex: 0 1 auto;
        padding: 20px 20px 20px 0px;
        align-items: stretch;
    }

    .guide-chapter-card-media > img {
        width: min(304px, 40vw);
        height: auto;
        max-height: 235px;
        object-fit: cover;
    }

    .guides-outer-container {
        padding: 24px;
    }

    .guides-card-section {
        width: 100%;
        max-width: 375px;
        padding: 48px 0;
        box-sizing: border-box;
    }

    .guides-description {
        width: 82%;
        font-size: 14px;
    }

    .guide-inner-page .guides-description {
        width: 82%;
    }

    .guide-card {
        flex: 0 0 100%;
        max-width: 373px;
        width: 100%;
        height: auto;
    }

    .guides-inner-container>h1 {
        font-size: 36px;
    }

    .guide-inner-page h1 {
        font-size: 36px;
    }

    .guide-chapter-hero-content h1 {
        font-size: 36px;
    }

    .home-footer-cta {
        border-radius: 40px 40px 0px 0px;
    }
    .guide-inner-page .guides-inner-container{
        padding: 20px 0px 40px 0px; 
    }
}

@media (max-width: 500px) {
    .guide-chapter-content table{
        font-size: 16px;
    }
    .guide-chapter-content li {
        font-size: 16px;
    }
    .guide-chapter-meta-author , .guide-chapter-meta-date{
        font-size: 14px;
    }
    .guide-related-reads{
        margin-top: 48px;
    }
    .guide-chapter-sidebar-cta{
        height: 140px;
    }
    .guide-chapter-content h3{
        font-size: 20px;
    }
    .guide-chapter-content h4{
        font-size: 18px;
    }
    .guide-chapter-content h2{
        font-size: 24px;
    }
    .guide-chapter-content p{
        font-size: 16px;
    }
    .guide-chapter-hero-content{
        gap: 12px;
    }
    .guide-chapter-hero{
        gap: 28px;
        margin-bottom: 36px;
    }
    .guide-chapter-sidebar-toc{
        padding:12px;
        border-radius: 8px;
    }
    .guide-chapter-body{
        gap: 24px;
    }
    .guide-chapter-toc-toggle{
        font-size: 14px;
    }
    .guide-inner-page .guides-inner-container {
        padding-bottom: 40px;
        padding-top: 0px;
    }

    .guide-chapter-card {
        width: 100%;
    }

    .guide-chapter-card-wrapper-link,
    .guide-chapter-card-wrapper-static {
        flex-direction: column-reverse;
        width: 100%;
        gap: 0;
    }

    .guide-chapter-card-label {
        margin-top: 4px;
        margin-bottom: 12px;
    }

    .guide-chapter-card-description {
        margin-bottom: 12px;
        width: -webkit-fill-available;
    }

    .guide-chapter-card-title {
        margin: 0 0 4px;
        width: -webkit-fill-available;
    }

    .guide-chapter-card-content {
        padding: 20px;
    }

    .guide-chapter-card-media {
        width: 100%;
        padding: 20px 16px 0;
        box-sizing: border-box;
    }

    .guide-chapter-card-media > img {
        width: 100%;
        max-width: 100%;
        max-height: none;
        height: auto;
        aspect-ratio: 310 / 174;
        object-fit: cover;
    }

    .guide-chapter-cards {
        padding: 0 0 20px;
    }

    .guides-inner-container>h1 {
        font-size: 28px;
    }

    .guides-description {
        width: 91%;
    }

    .guide-inner-page .guides-description {
        width: 86%;
    }

    .guides-outer-container {
        padding: 20px 16px;
    }

    .guide-inner-page h1 {
        font-size: 28px;
    }

    .guide-chapter-hero-content h1 {
        font-size: 28px;
    }

    .guide-chapter-content .pro-tip {
        margin: 20px 0;
        border-radius: 12px;
        padding: 0 12px 14px;
        font-size: 16px;
        line-height: 150%;
    }

    .guide-chapter-content .pro-tip::before {
        margin: 0 -12px 14px;
        padding: 6px 12px 6px 40px;
        background-position: 12px center, center;
        font-size: 15px;
    }

    .guide-chapter-content .mvr {
        margin: 20px 0;
        border-radius: 12px;
        padding: 0 12px 14px;
        font-size: 16px;
        line-height: 150%;
    }

    .guide-chapter-content .mvr::before {
        min-height: 36px;
        margin: 0 -12px 14px;
        padding: 6px 12px 6px 40px;
        background-position: 12px center;
        font-size: 15px;
        line-height: 150%;
    }

    .guides-outer-container.guide-chapter-page {
        padding: 24px 16px 48px;
    }
}
