.blog-cover img {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius-default);
}

.blog-item .breadcrumb {
    --bs-breadcrumb-divider: '>';
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.43;
}

.blog-item .breadcrumb-item a,
.blog-item .breadcrumb-item.active,
.blog-item .breadcrumb-item + .breadcrumb-item::before {
    color: #282f3680;
}

.blog-item .breadcrumb-item a {
    font-weight: 800;
    text-decoration: none;
}

.blog-item .blog-item-title {
    font-size: 36px;
    line-height: 1.27;
}

.blog-item .intro-text {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.48;
    color: #595959;
    margin: 36px 0 15px;
}

.table-of-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0 40px;
}

.table-of-content details {
    width: 100%;
    max-width: 750px;
    padding: 19px 20px 17px 25px;
    border-radius: 10px;
    box-shadow: 0 6px 12px 0 #0001;
    background-color: #fff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 1px;
    color: #000;
}

.table-of-content details > summary {
    list-style: none;
    cursor: pointer;
}

.table-of-content details > summary::marker,
.table-of-content details > summary::-webkit-details-marker {
    display: none;
}

.table-of-content .toc__list {
    margin: 0 0 0 21px;
    padding-left: 40px;
    list-style-type: disc;
}

.table-of-content .toc__listitem {
    margin: 18px 0 9px 25px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    color: #282f36;
}

.table-of-content .toc__listitem .toc-anchor {
    color: #000;
    text-decoration: none;
}

.table-of-content .toc__listitem.child-item {
    position: relative;
    margin: 18px 0 18px 22px;
    font-weight: normal;
}

.table-of-content .toc__listitem.child-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: calc(100% + 18px);
    border: solid 1px #282f3680;
}

.table-of-content .toc__listitem.child-item:last-of-type:before {
    height: 100%;
}

.table-of-content .toc__listitem.child-item a {
    margin-left: 22px;
}

.table-of-content .toc__listitem:hover {
    color: #0080ff;
}

.blog-item-body {
    font-size: 18px;
}

.blog-item-body a {
    color: #007BFF;
}

.blog-item-body h1,
.blog-item-body h2,
.blog-item-body h3,
.blog-item-body h4 {
    margin: 41px 0 16px 0;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.48;
    color: #595959;
}

.blog-item-body p,
.blog-item-body ol,
.blog-item-body ul {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.78;
    color: #282f36cc;
}

.blog-item-body ol,
.blog-item-body ul {
    margin-left: 21px;
    list-style-type: disc;
}

.blog-item-body strong {
    font-weight: 700;
}

.blog-item-body figure,
.blog-item-body p:has(img) {
    margin: 20px auto 20px;
    text-align: center;
}

.blog-item-body figure + h1,
.blog-item-body figure + h2,
.blog-item-body figure + h3,
.blog-item-body figure + h4 {
    margin-top: 15px;
}

.blog-item-body img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 14px;
}

.blog-item-body p:has(iframe) {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 42%;
}

.blog-item-body p:has(iframe) iframe {
    position: absolute;
    top: 0;
    left: 50%;
    width: 75%;
    height: 100%;
    transform: translate(-50%, 0);
}

@media screen and (max-width: 1100px) {
    .blog-item-body p:has(iframe) {
        padding-bottom: 70%;
    }

    .blog-item-body p:has(iframe) iframe {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .blog-item .blog-item-title {
        font-size: 26px;
    }

    .blog-item-body h1,
    .blog-item-body h2,
    .blog-item-body h3,
    .blog-item-body h4 {
        margin: 30px 0;
        font-size: 22px;
    }

    .blog-item-body p,
    .blog-item-body ol,
    .blog-item-body ul {
        font-size: 17px;
    }

    .blog-item-body figure,
    .blog-item-body p:has(img) {
        margin: 10px 0 20px 0;
    }
}

.blog-faq .accordion-button {
    font-size: 18px;
    font-weight: 500;
    box-shadow: none;
}

.blog-faq .accordion-body {
    font-size: 17px;
    line-height: 1.6;
}

.post-prev-img img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.post-prev-link {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.post-prev-link:hover {
    color: inherit;
    text-decoration: none;
}

.post-prev-link .post-prev-title {
    color: var(--color-dark-1);
    transition: all 0.27s var(--ease-default);
}

.post-prev-link:hover .post-prev-title {
    opacity: .65;
}

.post-prev-link:hover .post-prev-img img {
    transform: scale(1.05) translateZ(0.1px);
}

.post-prev-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
