.breadcrumbs {
    display: flex;
    gap: 6px;
    flex-wrap: nowrap;
    align-items: center;
    margin: 4px 0 71px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    color: #c2c2bd;
    overflow: hidden;
}

.breadcrumb-current-item {
    min-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumbs a {
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 1px;
    transition: color 0.3s ease-out, text-decoration-color 0.3s ease-out;
    color: #c2c2bd;
}

.breadcrumbs a:hover {
    text-decoration-color: currentColor;
}

.breadcrumbs .separator {
    color: rgba(134, 134, 134, 0.25);
}

.breadcrumb-current-item .current {
    max-width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: bottom;
    color: rgba(134, 134, 134, 0.25);
    overflow: hidden;
}

.entry-title {
    margin-bottom: 27px;
    font-weight: 700 ;
    color: var(--color-9);
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
    color: var(--color-9);
}

.single-post .entry-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 48px;
    font-size: 0;
}

.single-post .meta-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single-post .meta-details .author {
    font-weight: 500;
    font-size: 16px;
}

.single-post .meta-details .author a {
    color: var(--color-5);
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 1px;
    transition: color 0.3s ease-out, text-decoration-color 0.3s ease-out;
}

.single-post .meta-details .author a:hover {
    text-decoration-color: currentColor;
}

.single-post .meta-details .date-read-time {
    font-weight: 500;
    font-size: 14px;
    color: rgba(134, 134, 134, 1);
}

.post-thumbnail {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    border-radius: 24px;
}

.entry-content img {
    border-radius: 24px;
}

.post-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.post-categories-overlay {
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 2;
}

.category-badge {
    min-height: 33px;
    align-content: center;
    display: inline-block;
    padding: 6px 17px 5px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
    background: linear-gradient(0deg, #006C57, #006C57), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.category-badge:hover {
    transform: scale(1.05);
    opacity: 0.9;
    color: #ffffff;
}

.article-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.post-content {
    grid-area: 2 / 1 / 3 / 3;
}

.toc-sidebar {
    flex-shrink: 0;
    position: sticky;
    top: 40px;
}

.toc-title {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
}

.toc-track {
    position: relative;
    padding: 2px 0 0 24px;
}

.toc-track::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: var(--color-2);
}

.toc-indicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 20px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: var(--color-6);
    transition: top 0.3s ease;
    z-index: 1;
}

.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-list li {
    margin-bottom: 24px;
}

.toc-list a {
    display: block;
    font: 700 16px 'Garbata', sans-serif;
    line-height: 1.2;
    letter-spacing: -0.2px;
    text-decoration: none;
    color: var(--color-9);
    transition: opacity 0.3s ease;
}

.entry-content li {
    position: relative;
    padding-left: 22px;
}

.entry-content li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-7);
}

.entry-content p,
.entry-content li {
    font-size: 16px;
    line-height: 1.36;
}

.entry-content li:not(:nth-last-child(1)),
.entry-content p:not(:nth-last-child(1)) {
    margin-bottom: 22px;
}

.post-content .entry-content ul li {
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-2);
}

.wp-block-image {
    margin-bottom: 37px;
}

.wp-block-heading {
    margin-bottom: 14px;
}

.wp-block-quote {
    position: relative;
    padding: 36px 48px;
    font-weight: 700;
    border-radius: 16px;
    background: var(--color-3);
}

.wp-block-quote::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 36px;
    width: 1px;
    height: calc(100% - 72px);
    background: var(--color-9);
}

.nav-links {
    display: flex;
    gap: 8px;
    margin-top: 46px;
}

.nav-links > div,
.nav-links a {
    width: 100%;
}

@media (min-width: 990px) {
    .single-post {
        padding: 46px 0 0;
    }

    .post-content,
    .article-post {
        display: grid;
        grid-template-columns: 352px auto;
        gap: 50px 48px;
    }
}
