﻿.page-content-wrapper {
    background-color: #1A1736!important;
}

.guide-detail-section {
    margin-bottom: 5rem;
}

@media (min-width: 768px) {
    .guide-detail-section {
        margin-bottom: 8rem;
    }
}

.guide-detail-intro-rating {
    display: flex;
    color: #A29FD3;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 14px;
    font-weight: 400;
    gap: .6rem;
    align-items: center;
}

.guide-detail-intro-rating i.fa-star {
    font-size: 20px;
    color: #63FFDA;
}

.guide-detail-hero {
    display: flex;
    justify-content: center;
}

.guide-detail-hero .guide-preview-stage {
    display: inline-block;
}

.guide-detail-intro-claim {
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 60px;
    color: #A19FB6;
}

.guide-detail-intro-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    margin-bottom: 4rem;
}

.guide-detail-intro-buttons .btn {
    width: 100%;
    font-size: 14px;
}

@media (min-width: 576px) {
    .guide-detail-intro-buttons {
        flex-direction: row;
    }

    .guide-detail-intro-buttons .btn {
        width: auto;
        font-size: 16px;
    }
}

.guide-detail-h2 {
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-size: 26px !important;
    max-width: 760px;
    margin: 0 auto 2rem auto;
}

@media (min-width: 768px) {
    .guide-detail-h2 {
        font-size: 40px !important;
    }
}

.guide-detail-intro-text {
    color: #fff;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.guide-detail-intro-text p {
    line-height: 1.5;
}

.guide-detail-intro-text strong {
    font-weight: 800;
    margin-bottom: .5rem;
    display: block;
}

.guide-detail-block-indented {
    max-width: 750px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .guide-detail-block-indented {
        padding-left: 0;
        padding-right: 0;
    }
}

.guide-detail-benefits {
    padding: 1.5rem 1rem;
    border-radius: 1.5rem;
}

@media (min-width: 768px) {
    .guide-detail-benefits {
        padding: 3rem 2.5rem;
    }
}

.guide-detail-toc {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #fff;
}

.guide-detail-toc-item {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.guide-detail-toc-item,
.guide-detail-toc-item summary {
    margin-block-end: 0;
}

.guide-detail-toc-item * {
    margin: 0;
}

.guide-detail-toc-item summary {
    line-height: 1.3;
    /*margin-inline-start: 1rem;*/
    list-style: none;
    padding: 1rem 1.5rem .8rem 1.5rem;
    display: flex;
    gap: .3rem
}

.guide-detail-toc-item summary > span:first-child {
    font-weight: bold;
}

.guide-detail-toc-item-content > p {
    padding-block: 1rem;
    padding: 0 1.5rem 1.3rem 2.7rem;
}

@media (min-width: 768px) {
    .guide-detail-toc-item summary {
        line-height: 1.3;
        list-style: none;
        padding: 1.5rem 1.5rem 1.3rem 1.5rem;
    }

    .guide-detail-toc-item > p {
        padding: 0 2rem 1.5rem 2rem;
    }
}

.guide-detail-toc-item summary::marker {
    display: none;
}

.guide-detail-toc-item summary {
    position: relative;
    padding-right: 2.4rem;
    cursor: pointer;
}

.guide-detail-toc-item summary::after {
    font-family: "Font Awesome 6 Pro", sans-serif;
    content: "\f063";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
    font-size: 1rem;
}

.guide-detail-toc-item[open] > summary::after {
    transform: translateY(-50%) rotate(180deg);
}

.guide-detail-preview-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

@media (min-width: 992px) {
    .guide-detail-preview-list {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.guide-detail-preview-listitem {
    border-radius: .5rem;
    overflow: hidden;
}
