/* ==========================================================
   WUUAK BLOG — THEMES & CHARACTERS GUIDE V2
   Only activated by blog-theme-guide-v2.js
   ========================================================== */

html body .theme-guide-v2,
html body .theme-guide-v2 *,
html body .theme-guide-v2 *::before,
html body .theme-guide-v2 *::after {
    box-sizing: border-box;
}

html body .theme-guide-v2 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #3f434b !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    outline: none !important;
}

/* PAGE */

html body .theme-guide-page {
    padding-top: 34px !important;
    padding-bottom: 70px !important;
}

html body .theme-guide-column {
    float: none !important;
    width: 100% !important;
    max-width: 1080px !important;
    margin: 0 auto !important;
}

html body .theme-guide-main-title {
    max-width: 950px !important;
    margin: 0 0 26px !important;
    color: #17181c !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 40px !important;
    font-weight: 800 !important;
    letter-spacing: -1.2px !important;
    line-height: 1.15 !important;
}

html body .theme-guide-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 13px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f7f2fb;
    color: #71368e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

html body .theme-guide-kicker::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #743895;
}

html body .theme-guide-image {
    height: auto !important;
    min-height: 280px !important;
    max-height: 460px !important;
    margin-bottom: 26px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 14px 35px rgba(30, 25, 40, .08);
}

html body .theme-guide-image img {
    width: 100% !important;
    min-height: 280px !important;
    max-height: 460px !important;
    object-fit: cover !important;
}

/* INTRO */

html body .theme-guide-intro {
    margin: 0 0 18px !important;
    padding: 26px 28px !important;
    border: 1px solid #e7e4eb !important;
    border-radius: 20px !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(116,56,149,.08), transparent 35%),
        #fff !important;
    box-shadow: 0 9px 28px rgba(30,25,40,.045) !important;
}

html body .theme-guide-intro > p {
    max-width: 900px !important;
    margin: 0 !important;
    color: #3e4249 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    line-height: 1.75 !important;
}

html body .theme-guide-stats {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0,1fr)) !important;
    gap: 10px !important;
    margin-top: 22px !important;
}

html body .theme-guide-stat {
    min-width: 0 !important;
    padding: 15px !important;
    border: 1px solid #e7e5ea !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.9) !important;
}

html body .theme-guide-stat strong {
    display: block !important;
    margin-bottom: 4px !important;
    color: #202126 !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
}

html body .theme-guide-stat span {
    display: block !important;
    color: #777b84 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .07em !important;
    line-height: 1.25 !important;
    text-transform: uppercase !important;
}

/* NAV */

html body .theme-guide-nav-wrap {
    position: sticky !important;
    top: 8px !important;
    z-index: 30 !important;
    margin: 0 0 20px !important;
    padding: 7px !important;
    border: 1px solid rgba(226,223,230,.94) !important;
    border-radius: 15px !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: 0 8px 28px rgba(30,25,40,.08) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

html body .theme-guide-nav {
    display: flex !important;
    gap: 4px !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
}

html body .theme-guide-nav::-webkit-scrollbar {
    display: none !important;
}

html body .theme-guide-nav a {
    flex: 0 0 auto !important;
    padding: 10px 13px !important;
    border-radius: 9px !important;
    color: #555963 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

html body .theme-guide-nav a:hover {
    background: #f5eff8 !important;
    color: #71368e !important;
}

/* SECTIONS */

html body .theme-guide-section {
    scroll-margin-top: 90px !important;
    margin: 0 0 18px !important;
    padding: 27px 28px !important;
    border: 1px solid #e8e6eb !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 8px 26px rgba(30,25,40,.035) !important;
}

html body .theme-guide-section > h2 {
    position: relative !important;
    margin: 0 0 18px !important;
    padding: 0 0 13px !important;
    border: 0 !important;
    background: none !important;
    color: #202126 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    letter-spacing: -.4px !important;
    line-height: 1.25 !important;
}

html body .theme-guide-section > h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 3px;
    border-radius: 999px;
    background: #743895;
}

html body .theme-guide-section p {
    margin: 0 0 15px !important;
    color: #555963 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    line-height: 1.72 !important;
}

html body .theme-guide-editorial {
    background:
        linear-gradient(135deg, rgba(116,56,149,.045), transparent 55%),
        #fff !important;
}

html body .theme-guide-editorial > h2 {
    font-size: 18px !important;
}

html body .theme-guide-editorial > h2::before {
    content: "✓";
    display: inline-grid;
    width: 26px;
    height: 26px;
    margin-right: 8px;
    place-items: center;
    border-radius: 50%;
    background: #743895;
    color: white;
    font-size: 13px;
}

html body .theme-guide-editorial > h2::after {
    display: none;
}

/* HIDE BAD ORIGINAL CHRONOLOGY DATA */

html body .theme-guide-old-data {
    display: none !important;
}

/* TIMELINE */

html body .theme-guide-timeline-note {
    margin-bottom: 17px !important;
    color: #777b84 !important;
    font-size: 12px !important;
}

html body .theme-guide-timeline {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0,1fr)) !important;
    gap: 10px !important;
}

html body .theme-guide-timeline-item {
    min-width: 0 !important;
    padding: 14px 10px !important;
    border: 1px solid #e7e4eb !important;
    border-radius: 13px !important;
    background: #faf8fc !important;
}

html body .theme-guide-timeline-year {
    display: block !important;
    margin-bottom: 7px !important;
    color: #743895 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}

html body .theme-guide-timeline-title {
    display: -webkit-box !important;
    overflow: hidden !important;
    color: #565a62 !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* CENTURY */

html body .theme-guide-century-summary {
    display: grid !important;
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    gap: 10px !important;
}

html body .theme-guide-century-card {
    padding: 16px !important;
    border: 1px solid #e7e5ea !important;
    border-radius: 13px !important;
    background: #faf9fc !important;
}

html body .theme-guide-century-card strong {
    display: block !important;
    margin-bottom: 5px !important;
    color: #202126 !important;
    font-size: 20px !important;
    font-weight: 800 !important;
}

html body .theme-guide-century-card span {
    color: #777b84 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

html body .theme-guide-century-bars {
    margin-top: 17px !important;
}

html body .theme-guide-century-row + .theme-guide-century-row {
    margin-top: 12px !important;
}

html body .theme-guide-century-label {
    display: flex !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin-bottom: 6px !important;
    color: #555963 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

html body .theme-guide-century-track {
    height: 8px !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    background: #ece9ef !important;
}

html body .theme-guide-century-fill {
    height: 100% !important;
    border-radius: inherit !important;
    background: #743895 !important;
}

/* AUTHORS */

html body .theme-guide-table-wrap {
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

html body .theme-guide-authors table {
    width: 100% !important;
    min-width: 680px !important;
    margin: 4px 0 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 1px solid #e5e3e8 !important;
    border-radius: 13px !important;
    overflow: hidden !important;
    background: #fff !important;
    font-family: "Open Sans", Arial, sans-serif !important;
}

html body .theme-guide-authors th {
    padding: 12px 13px !important;
    border: 0 !important;
    border-bottom: 1px solid #e5e3e8 !important;
    background: #f7f5f8 !important;
    color: #4c5058 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    text-transform: uppercase !important;
}

html body .theme-guide-authors td {
    padding: 12px 13px !important;
    border: 0 !important;
    border-bottom: 1px solid #eeecf0 !important;
    color: #555963 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    line-height: 1.55 !important;
    vertical-align: top !important;
}

/* BOOKS */

html body .theme-guide-books {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body .theme-guide-books > h2 {
    margin: 0 0 17px !important;
    padding: 0 0 13px !important;
}

html body .theme-guide-book {
    margin: 0 0 15px !important;
    overflow: hidden !important;
    border: 1px solid #e5e3e8 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 8px 25px rgba(30,25,40,.04) !important;
}

html body .theme-guide-book-head {
    padding: 22px 24px 19px !important;
}

html body .theme-guide-book-meta {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 11px !important;
}

html body .theme-guide-book-number {
    color: #71368e !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

html body .theme-guide-book-year {
    padding: 5px 9px !important;
    border: 1px solid #e4dce9 !important;
    border-radius: 999px !important;
    background: #f8f3fa !important;
    color: #71368e !important;
    font-size: 10px !important;
    font-weight: 800 !important;
}

html body .theme-guide-book h3 {
    margin: 0 0 7px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #202126 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    letter-spacing: -.3px !important;
    line-height: 1.32 !important;
}

html body .theme-guide-book h3 a {
    color: #202126 !important;
    text-decoration: none !important;
}

html body .theme-guide-book h3 a:hover {
    color: #71368e !important;
}

html body .theme-guide-book-author {
    margin: 0 0 14px !important;
    color: #777b84 !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 600 !important;
}

html body .theme-guide-book-excerpt {
    margin: 0 0 14px !important;
    color: #50545c !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
}

html body .theme-guide-facts {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    margin: 0 0 13px !important;
}

html body .theme-guide-fact {
    padding: 7px 9px !important;
    border: 1px solid #e8e5ea !important;
    border-radius: 9px !important;
    background: #faf9fb !important;
    color: #5a5e66 !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
}

html body .theme-guide-fact strong {
    color: #282a2f !important;
}

html body .theme-guide-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

html body .theme-guide-tag {
    padding: 6px 9px !important;
    border-radius: 999px !important;
    background: #f4edf7 !important;
    color: #71368e !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

html body .theme-guide-book-details {
    border-top: 1px solid #ece9ee !important;
}

html body .theme-guide-book-details > summary {
    position: relative !important;
    display: block !important;
    padding: 16px 54px 16px 24px !important;
    background: #fff !important;
    color: #71368e !important;
    cursor: pointer !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    list-style: none !important;
}

html body .theme-guide-book-details > summary::-webkit-details-marker {
    display: none !important;
}

html body .theme-guide-book-details > summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    background: #f4edf7;
    color: #71368e;
    font-size: 17px;
}

html body .theme-guide-book-details[open] > summary {
    background: #fcfafc !important;
}

html body .theme-guide-book-details[open] > summary::after {
    content: "−";
}

html body .theme-guide-analysis {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 10px !important;
    padding: 4px 24px 24px !important;
}

html body .theme-guide-analysis-item {
    min-width: 0 !important;
    padding: 15px 16px !important;
    border: 1px solid #ebe8ed !important;
    border-radius: 12px !important;
    background: #faf9fb !important;
}

html body .theme-guide-analysis-item h4 {
    margin: 0 0 7px !important;
    padding: 0 !important;
    color: #35383e !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .035em !important;
    line-height: 1.35 !important;
    text-transform: uppercase !important;
}

html body .theme-guide-analysis-item p,
html body .theme-guide-analysis-item li {
    color: #5a5e66 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    line-height: 1.6 !important;
}

html body .theme-guide-analysis-item ul {
    margin: 5px 0 0 16px !important;
    padding: 0 !important;
}

html body .theme-guide-analysis-item ul.tag-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin: 6px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

html body .theme-guide-analysis-item ul.tag-list li {
    margin: 0 !important;
    padding: 6px 9px !important;
    border-radius: 999px !important;
    background: #efe8f2 !important;
    color: #6d347f !important;
}

/* FAQ */

html body .theme-guide-faq-item {
    margin: 0 0 8px !important;
    overflow: hidden !important;
    border: 1px solid #e6e3e9 !important;
    border-radius: 12px !important;
    background: #fff !important;
}

html body .theme-guide-faq-item summary {
    position: relative !important;
    padding: 15px 48px 15px 16px !important;
    background: #fff !important;
    color: #31343a !important;
    cursor: pointer !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    list-style: none !important;
}

html body .theme-guide-faq-item summary::-webkit-details-marker {
    display: none !important;
}

html body .theme-guide-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #71368e;
    font-size: 18px;
}

html body .theme-guide-faq-item[open] summary {
    background: #faf7fb !important;
    color: #71368e !important;
}

html body .theme-guide-faq-item[open] summary::after {
    content: "−";
}

html body .theme-guide-faq-answer {
    padding: 0 16px 15px !important;
}

html body .theme-guide-faq-answer p {
    margin: 0 !important;
}

/* MOBILE */

@media (max-width: 767px) {
    html body .theme-guide-page {
        padding-top: 22px !important;
        padding-bottom: 50px !important;
    }

    html body .theme-guide-column {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }

    html body .theme-guide-main-title {
        font-size: 29px !important;
        letter-spacing: -.7px !important;
        line-height: 1.16 !important;
    }

    html body .theme-guide-image,
    html body .theme-guide-image img {
        min-height: 200px !important;
        max-height: 300px !important;
    }

    html body .theme-guide-image {
        border-radius: 15px !important;
        margin-bottom: 18px !important;
    }

    html body .theme-guide-intro {
        padding: 19px !important;
        border-radius: 15px !important;
    }

    html body .theme-guide-intro > p {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }

    html body .theme-guide-stats {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
        gap: 8px !important;
    }

    html body .theme-guide-stat {
        padding: 12px !important;
    }

    html body .theme-guide-stat strong {
        font-size: 17px !important;
    }

    html body .theme-guide-nav-wrap {
        top: 4px !important;
        margin-bottom: 14px !important;
        border-radius: 12px !important;
    }

    html body .theme-guide-nav a {
        padding: 9px 10px !important;
        font-size: 11px !important;
    }

    html body .theme-guide-section {
        margin-bottom: 14px !important;
        padding: 20px 17px !important;
        border-radius: 15px !important;
    }

    html body .theme-guide-section > h2 {
        font-size: 20px !important;
    }

    html body .theme-guide-timeline {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }

    html body .theme-guide-century-summary {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }

    html body .theme-guide-book-head {
        padding: 19px 17px 17px !important;
    }

    html body .theme-guide-book h3 {
        font-size: 18px !important;
    }

    html body .theme-guide-book-details > summary {
        padding-left: 17px !important;
    }

    html body .theme-guide-analysis {
        grid-template-columns: 1fr !important;
        padding: 3px 16px 18px !important;
    }
}

@media (max-width: 430px) {
    html body .theme-guide-timeline {
        grid-template-columns: 1fr !important;
    }
}
