#wrapper {
    background: #f1f5f8;
}

.single-post .post-wrap .container {
    max-width: 1230px;
}

.post-wrap {
    padding-bottom: 40px;
}

.post-breadcrumbs-nav {
    margin-bottom: 21px;
}

.post-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    color: #6c7f93;
}

.post-breadcrumbs li {
    display: flex;
    font-size: 14px;
    line-height: normal;
}

.post-breadcrumbs a {
    display: flex;
    color: #6c7f93;
    text-decoration: none;
}

.post-breadcrumbs a:hover {
    color: #14253d;
}

.breadcrumbs--home svg {
    width: 16px;
    height: 16px;
}

.breadcrumbs--separator svg {
    width: 14px;
    height: 14px;
}

.breadcrumbs--last {
    color: #2e669e;
}

.entry-header {
    margin-bottom: 42px;
}

.entry-title {
    margin-bottom: 6px;
    color: #14253d;
}

.entry-subtitle {
    max-width: 768px;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 26px;
    color: #6c7f93;
}

.entry-date {
    font-size: 14px;
    color: #6c7f93;
}

.addtoany_shortcode .addtoany_list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.addtoany_shortcode .addtoany_list a {
    width: 36px;
    height: 36px;
    font-size: 14px !important;
    text-decoration: none;
    align-content: center;
    text-align: center;
    color: #6c7f93;
    border: 1px solid #dce3ea;
    border-radius: 50%;
    transition: 0.3s all;
}

.addtoany_shortcode .addtoany_list a:hover {
    color: #14253d;
    border: 1px solid #14253d;
}

.addtoany_shortcode a span {
    display: none !important;
}

.a2a_button_copy_link::before {
    content: "🔗";
}

.a2a_button_x::before {
    content: "𝕏";
}

.a2a_button_facebook::before {
    content: "f";
}

.a2a_button_linkedin::before {
    content: "in";
}

.post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.post-tags a {
    display: inline-block;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    color: #6c7f93;
    border-radius: 9999px;
    background: #e9edf2;
}

.entry-summary--thumbnail {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 59%;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.wp-post-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-footer {
    background: #fff;
}

.wp-blog-content {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #212529;
}

.entry-content > h2.wp-block-heading {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 3.5rem 0 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e9ecef;
    line-height: 1.2;
    scroll-margin-top: 80px;
}

.entry-content > h3.wp-block-heading {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 2.5rem 0 1.25rem;
    line-height: 1.3;
    scroll-margin-top: 80px;
}

.entry-content > p {
    margin-bottom: 1.5rem;
    line-height: 1.9;
}

.entry-content > blockquote {
    border-left: 4px solid #0d6efd;
    background: #f0f4ff;
    padding: 1.25rem 1.5rem;
    border-radius: 0 8px 8px 0;
    margin: 2.5rem 0;
    font-style: normal;
    font-weight: 500;
    font-size: 1.05rem;
    line-height: 1.7;
}

.entry-content > blockquote p {
    margin: 0;
}

.entry-content > ul,
.entry-content > ol {
    margin: 1.75rem 0;
    padding-left: 1.5rem;
}

.entry-content > ul li,
.entry-content > ol li {
    margin-bottom: 0.75rem;
    line-height: 1.8;
}

.entry-content strong {
    font-weight: 600;
}

.entry-content a {
    color: #0d6efd;
}

.post-sidebar-toc {
    margin-bottom: 33px;
}

.toc-title {
    margin-bottom: 19px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1rem;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #2e669e;
}

.post-sidebar-toc ul li:not(:nth-last-child(1)) {
    margin-bottom: 10px;
}

.post-sidebar-toc ul li a {
    font-size: 14px;
    line-height: 1.25rem;
    text-decoration: none;
    color: #6c7f93;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.post-sidebar-toc ul li a.active {
    font-weight: 600;
}

.post-sidebar-toc ul li a.active,
.post-sidebar-toc ul li a:hover {
    color: #14253d;
}

@media (min-width: 992px) {
    .post-wrap {
        padding-bottom: 100px;
    }

    .post-row {
        display: flex;
        align-items: flex-start;
        gap: 32px;
    }

    .post-col-sidebar {
        position: sticky;
        top: 6rem;
        flex: 0 0 252px;
        width: 252px;
    }

    .post-col-content {
        flex: 1;
        min-width: 0;
    }

    .entry-subtitle {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .post-col-sidebar {
        display: none;
    }
}