.single-blog-container {
    width: 1230px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.blog-content {
    padding-bottom: 2rem;
}

.blog-content * {
    line-height: 1.7;
}

.blog-content a {
    color: #8067ff;
}

.blog-content :is(h1) {
    margin-bottom: 1rem;
}
.blog-content :is(h3) {
    margin-top: 16px;
}
.blog-content p {
    margin-bottom: 10px;
}
.blog-content :is(ul, ol) {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.blog-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    margin-top: 2rem;
}

.blog-grid .left {
    flex: 5;
}

.blog-grid .right {
    flex: 2;
}

.feature-img {
    border-radius: 1rem;
    width: 100%;
}

.blog-content {
    margin-top: 1rem;
}

.recent-blog-heading {
    font-size: 20px;
    color: black;
    margin-bottom: 16px;
    line-height: 1;
}
.recent-blogs-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 2rem;
}
.other-blog-card {
    display: flex;
    gap: 12px;
    align-items: center;
    border: 1px solid #e3e7eb;
    border-radius: 8px;
    padding: 8px;
}

.other-blog-card > span {
    height: fit-content;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-width: unset;
    border-radius: 5px;
}

.other-blog-card__left {
    flex: 1;
    align-items: flex-end;
}

.other-blog-card__right {
    flex: 3;
}

.other-blog-img {
    max-width: unset;
    width: 160px;
    height: 64px;
    border-radius: 4px;
}

.other-blog-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
}

.other-blog-date {
    font-size: small;
    line-height: 18px;
    color: #404041;
}

.h2-toc-item {
    list-style: none;
    line-height: 1.5;
}
.h2-link {
    font-size: 16px;
    color: #404041;
}
.h3-toc-list {
    margin-left: 2rem;
}
.h3-link {
    font-size: 14px;
    color: #404041;
}
.h3-toc-list > li {
    font-size: 16px;
    color: #404041;
    line-height: 1.5;
}
.h3-toc-list > li::marker {
    font-size: 14px;
}
.table-of-content {
    position: sticky;
    top: 10px;
    margin-top: 6rem;
}
.table-of-content a.active {
    font-weight: bold;
    color: black;
}

.tool-reference {
    background-color: #f4fafa;
    border-radius: 16px;
    padding: 32px 10px;
    text-align: center;
    margin-bottom: 1rem;
}
.tool-reference-text {
    font-weight: 500;
    max-width: 500px;
    margin-inline: auto;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.tool-reference-btn {
    background: #a28cff;
    color: white !important;
    border-radius: 8px;
    padding: 8px 16px;
}

@media (width < 992px) {
    .blog-grid {
        flex-direction: column-reverse;
    }
    .blog-grid .right {
        display: none;
    }
    .blog-grid .right {
        max-width: 500px;
        width: 100%;
        margin-inline: auto;
    }
}
