

.single-post {

    .post-content {
        font-family: "Segoe UI";
        line-height: 1.75;
        color: #000000;
    }

    .post-content h2 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 1.68px;
        color: #00527a;
        margin: 40px 0 20px 0;
        font-weight: 600;
    }

    .post-content h3 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 1.44px;
        color: #00527a;
        margin: 32px 0 16px 0;
        font-weight: 600;
    }

    .post-content h4 {
        font-size: 20px;
        line-height: 24px;
        color: #00527a;
        margin: 24px 0 12px 0;
        font-weight: 600;
    }

    .post-content p {
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 31px;
        letter-spacing: 0.16px;
    }

    .post-content ul,
    .post-content ol {
        margin: 24px 0;
        padding-left: 32px;
    }

    .post-content li {
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 31px;
        letter-spacing: 0.16px;
    }

    .post-content blockquote {
        border-left: 4px solid #0085d2;
        margin: 32px 0;
        padding: 20px 32px;
        background-color: #f5f6f7;
        font-style: italic;
        font-size: 20px;
        line-height: 31px;
    }

    .post-content blockquote p:last-child {
        margin-bottom: 0;
    }

    .post-content a {
        color: #0085d2;
        text-decoration: underline;
        transition: color 0.3s ease;
    }

    .post-content a:hover {
        color: #00527a;
    }

    .post-content img {
        max-width: 100%;
        height: auto;
        border-radius: 4px;
        margin: 24px 0;
    }

    .post-content .alignleft {
        float: left;
        margin: 12px 24px 12px 0;
    }

    .post-content .alignright {
        float: right;
        margin: 12px 0 12px 24px;
    }

    .post-content .aligncenter {
        display: block;
        margin: 24px auto;
    }

    .post-content .alignwide {
        margin-left: -80px;
        margin-right: -80px;
        max-width: calc(100% + 160px);
    }

    .post-content .alignfull {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        max-width: 100vw;
        width: 100vw;
    }

    .post-content .wp-caption {
        margin: 24px 0;
        max-width: 100%;
    }

    .post-content .wp-caption img {
        margin: 0;
    }

    .post-content .wp-caption-text {
        font-size: 14px;
        line-height: 1.4;
        color: #6d6d6d;
        margin: 8px 0 0 0;
        text-align: center;
        font-style: italic;
    }

    .post-content .wp-block-gallery {
        margin: 24px 0;
    }

    .post-content .wp-block-gallery .blocks-gallery-item {
        margin: 8px;
    }

    .post-content .wp-block-gallery img {
        border-radius: 4px;
    }

    .post-content .wp-block-embed {
        margin: 24px 0;
    }

    .post-content .wp-block-embed iframe {
        max-width: 100%;
        border-radius: 4px;
    }

    .post-content table {
        width: 100%;
        border-collapse: collapse;
        margin: 24px 0;
        font-size: 18px;
    }

    .post-content th,
    .post-content td {
        border: 1px solid #b3babe;
        padding: 12px 16px;
        text-align: left;
    }

    .post-content th {
        background-color: #f5f6f7;
        font-weight: 600;
        color: #00527a;
    }

    .post-content pre {
        background-color: #f5f6f7;
        padding: 20px;
        border-radius: 4px;
        overflow-x: auto;
        margin: 24px 0;
        font-size: 16px;
        line-height: 1.5;
    }

    .post-content code {
        background-color: #f5f6f7;
        padding: 2px 6px;
        border-radius: 2px;
        font-size: 18px;
        color: #00527a;
    }

    .post-content pre code {
        background-color: transparent;
        padding: 0;
        border-radius: 0;
    }
}

@media (max-width: 768px) {
    .single-post {

        .post-hero {
            padding: 60px 20px;
        }

        .post-hero h1 {
            font-size: 2.5rem;
            line-height: 1.2;
            letter-spacing: 0.02em;
        }

        .post-content h2 {
            font-size: 1.5rem;
            line-height: 1.3;
            margin: 32px 0 16px 0;
        }

        .post-content h3 {
            font-size: 1.25rem;
            line-height: 1.4;
            margin: 24px 0 12px 0;
        }

        .post-content p {
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .post-content li {
            font-size: 1.1rem;
            line-height: 1.6;
        }

        .featured-image {
            height: 300px;
        }

        .post-sidebar {
            margin-top: 40px;
        }

        .post-navigation {
            flex-direction: column;
            gap: 20px;
        }

        .nav-button {
            width: 100%;
        }

        .social-sharing {
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
        }

        .social-buttons {
            justify-content: flex-start;
        }
    }
}

@media (max-width: 480px) {
    .single-post {

        .post-hero {
            padding: 40px 15px;
        }

        .post-hero h1 {
            font-size: 2rem;
            line-height: 1.1;
        }

        .post-content p {
            font-size: 1rem;
            line-height: 1.5;
        }

        .post-content h2 {
            font-size: 1.25rem;
        }

        .post-content h3 {
            font-size: 1.1rem;
        }

        .featured-image {
            height: 250px;
            padding: 0 15px;
        }

        .related-posts-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .related-post-image {
            height: 180px;
        }

        .social-share-button {
            width: 32px;
            height: 32px;
        }

        .social-share-button svg {
            width: 16px;
            height: 16px;
        }
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .single-post {

        .post-content-area {
            gap: 40px;
        }

        .featured-image {
            height: 400px;
        }

        .related-posts-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }

        .related-post-image {
            height: 200px;
        }

        .post-navigation {
            gap: 30px;
        }
    }
}

@media (min-width: 1441px) {
    .single-post {

        .post-content p {
            font-size: 22px;
            line-height: 1.6;
        }

        .post-content li {
            font-size: 22px;
            line-height: 1.6;
        }

        .featured-image {
            height: 700px;
        }

        .related-posts-grid {
            gap: 32px;
        }

        .related-post-image {
            height: 280px;
        }
    }
}

@media (hover: hover) {
    .single-post {

        .featured-image img:hover {
            transform: scale(1.05);
            transition: transform 0.5s ease;
        }

        .social-share-button:hover {
            transform: scale(1.1);
            transition: transform 0.2s ease;
        }

        .nav-button:hover {
            transform: translateY(-2px);
            transition: transform 0.2s ease;
        }

        .tag-link:hover {
            transform: translateY(-1px);
            transition: transform 0.2s ease;
        }
    }
}

.single-post {
    .post-content a:focus,
    .social-share-button:focus,
    .nav-button:focus,
    .tag-link:focus {
        outline: 2px solid #0085d2;
        outline-offset: 2px;
        border-radius: 4px;
    }

    .search-input:focus,
    .newsletter-input:focus {
        outline: 2px solid #0085d2;
        outline-offset: 2px;
    }
}

@media print {
    .single-post {

        .social-sharing,
        .newsletter-signup,
        .post-navigation {
            display: none;
        }

        .post-content {
            font-size: 12pt;
            line-height: 1.5;
        }

        .post-content h2 {
            font-size: 16pt;
            page-break-after: avoid;
        }

        .post-content h3 {
            font-size: 14pt;
            page-break-after: avoid;
        }

        .post-content img {
            max-height: 4in;
            page-break-inside: avoid;
        }

        .post-content a[href]:after {
            content: " (" attr(href) ")";
            font-size: 10pt;
            color: #666;
        }

        .decorative-element {
            display: none;
        }
    }
}

@media (prefers-contrast: high) {
    .single-post {
        .post-content h2,
        .post-content h3,
        .post-content h4 {
            color: #000;
        }

        .post-content a {
            color: #000;
            text-decoration: underline;
        }

        .post-content blockquote {
            border-left-color: #000;
            background-color: #fff;
        }

        .social-share-button {
            background-color: #000;
            color: #fff;
        }
    }
}

.single-post {
    .social-sharing {
        display: flex;
        align-items: center;
        gap: 16px;
        margin: 32px 0;
        padding: 24px 0;
        border-top: 1px solid #e5e7eb;
        border-bottom: 1px solid #e5e7eb;
    }

    .social-sharing-title {
        font-family: "Segoe UI";
        font-size: 18px;
        font-weight: 600;
        color: #00527a;
        margin-right: 16px;
    }

    .social-buttons {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    .social-share-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #f5f6f7;
        color: #6d6d6d;
        text-decoration: none;
        transition: all 0.3s ease;
        position: relative;
        border: 1px solid transparent;
    }

    .social-share-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .social-share-button:focus {
        outline: 2px solid #0085d2;
        outline-offset: 2px;
    }

    .social-share-button[data-platform="facebook"]:hover {
        background-color: #1877f2;
        color: #ffffff;
        border-color: #1877f2;
    }

    .social-share-button[data-platform="twitter"]:hover {
        background-color: #1da1f2;
        color: #ffffff;
        border-color: #1da1f2;
    }

    .social-share-button[data-platform="linkedin"]:hover {
        background-color: #0077b5;
        color: #ffffff;
        border-color: #0077b5;
    }

    .social-share-button[data-platform="pinterest"]:hover {
        background-color: #bd081c;
        color: #ffffff;
        border-color: #bd081c;
    }

    .social-share-button[data-platform="email"]:hover {
        background-color: #00527a;
        color: #ffffff;
        border-color: #00527a;
    }

    .social-share-button[data-platform="copy"]:hover {
        background-color: #0085d2;
        color: #ffffff;
        border-color: #0085d2;
    }

    .social-share-button[data-platform="print"]:hover {
        background-color: #6d6d6d;
        color: #ffffff;
        border-color: #6d6d6d;
    }

    .social-share-button.copy-success {
        background-color: #10b981;
        color: #ffffff;
        border-color: #10b981;
        animation: copySuccess 0.5s ease;
    }

    @keyframes copySuccess {
        0% { transform: scale(1); }
        50% { transform: scale(1.1); }
        100% { transform: scale(1); }
    }

    .share-count {
        position: absolute;
        top: -8px;
        right: -8px;
        background-color: #00527a;
        color: #ffffff;
        font-size: 11px;
        font-weight: 600;
        padding: 2px 6px;
        border-radius: 10px;
        min-width: 18px;
        text-align: center;
        display: none;
    }

    .social-sharing.sticky-visible {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffffff;
        border-top: 1px solid #e5e7eb;
        border-bottom: none;
        padding: 16px 20px;
        margin: 0;
        z-index: 1000;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
        transform: translateY(0);
        transition: transform 0.3s ease;
    }

    .social-sharing.sticky-visible .social-sharing-title {
        display: none;
    }

    .social-sharing.sticky-visible .social-buttons {
        justify-content: center;
        width: 100%;
    }

    @media print {
        .social-sharing {
            display: none;
        }
    }
}

.single-post {
    .author-bio-section {
        background-color: #f5f6f7;
        border-radius: 8px;
        padding: 32px;
        margin: 48px 0;
        border-left: 4px solid #0085d2;
    }

    .author-bio-header {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 24px;
    }

    .author-avatar {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .author-info {
        flex: 1;
    }

    .author-name {
        font-family: "Segoe UI";
        font-size: 24px;
        font-weight: 600;
        color: #00527a;
        margin-bottom: 4px;
    }

    .author-title {
        font-size: 16px;
        color: #6d6d6d;
        margin-bottom: 8px;
    }

    .author-meta {
        display: flex;
        gap: 16px;
        font-size: 14px;
        color: #6d6d6d;
    }

    .author-meta-item {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .author-bio-content {
        font-size: 16px;
        line-height: 1.6;
        color: #374151;
        margin-bottom: 20px;
    }

    .author-social-links {
        display: flex;
        gap: 12px;
    }

    .author-social-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #ffffff;
        color: #6d6d6d;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 1px solid #e5e7eb;
    }

    .author-social-link:hover {
        background-color: #0085d2;
        color: #ffffff;
        border-color: #0085d2;
        transform: translateY(-2px);
    }

    .author-social-link:focus {
        outline: 2px solid #0085d2;
        outline-offset: 2px;
    }

    .post-metadata {
        background-color: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        padding: 24px;
        margin: 32px 0;
    }

    .metadata-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    .metadata-item {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .metadata-label {
        font-size: 12px;
        font-weight: 600;
        color: #6d6d6d;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .metadata-value {
        font-size: 16px;
        color: #00527a;
        font-weight: 500;
    }

    .metadata-value a {
        color: inherit;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .metadata-value a:hover {
        color: #0085d2;
    }

    .post-tags {
        margin: 32px 0;
        padding: 24px 0;
        border-top: 1px solid #e5e7eb;
        border-bottom: 1px solid #e5e7eb;
    }

    .tags-title {
        font-family: "Segoe UI";
        font-size: 18px;
        font-weight: 600;
        color: #00527a;
        margin-bottom: 16px;
    }

    .tags-container {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .tag-link {
        display: inline-flex;
        align-items: center;
        padding: 8px 16px;
        background-color: #f5f6f7;
        color: #374151;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        border-radius: 20px;
        transition: all 0.3s ease;
        border: 1px solid transparent;
    }

    .tag-link:hover {
        background-color: #0085d2;
        color: #ffffff;
        border-color: #0085d2;
        transform: translateY(-1px);
    }

    .tag-link:focus {
        outline: 2px solid #0085d2;
        outline-offset: 2px;
    }

    .tag-count {
        background-color: #ffffff;
        color: #6d6d6d;
        font-size: 12px;
        font-weight: 600;
        padding: 2px 6px;
        border-radius: 10px;
        margin-left: 6px;
    }

    .tag-link:hover .tag-count {
        background-color: rgba(255, 255, 255, 0.2);
        color: #ffffff;
    }
}

.single-post {
    .related-posts {
        margin: 64px 0;
        padding: 48px 0;
        border-top: 1px solid #e5e7eb;
    }

    .related-posts-title {
        font-family: "Segoe UI";
        font-size: 32px;
        font-weight: 700;
        color: #00527a;
        margin-bottom: 32px;
        text-align: center;
    }

    .related-posts-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 32px;
        margin-bottom: 32px;
    }

    .related-post-item {
        background-color: #ffffff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .related-post-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }

    .related-post-item:focus {
        outline: 2px solid #0085d2;
        outline-offset: 2px;
    }

    .related-post-card {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .related-post-image {
        position: relative;
        height: 200px;
        overflow: hidden;
    }

    .related-post-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .related-post-item:hover .related-post-image img {
        transform: scale(1.05);
    }

    .related-post-category {
        position: absolute;
        top: 16px;
        left: 16px;
        background-color: #0085d2;
        color: #ffffff;
        padding: 4px 12px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .related-post-content {
        padding: 24px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .related-post-title {
        font-family: "Segoe UI";
        font-size: 20px;
        font-weight: 600;
        color: #00527a;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .related-post-title a {
        color: inherit;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .related-post-title a:hover {
        color: #0085d2;
    }

    .related-post-meta {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 16px;
        font-size: 14px;
        color: #6d6d6d;
    }

    .related-post-date {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .related-post-reading-time {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .related-post-excerpt {
        font-size: 16px;
        line-height: 1.6;
        color: #374151;
        margin-bottom: 20px;
        flex: 1;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .related-post-read-more {
        font-size: 16px;
        font-weight: 600;
        color: #0085d2;
        text-decoration: none;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }

    .related-post-read-more:hover {
        color: #00527a;
        gap: 8px;
    }

    .related-category-filters {
        display: flex;
        justify-content: center;
        gap: 16px;
        margin-bottom: 32px;
        flex-wrap: wrap;
    }

    .related-category-filter {
        background-color: #f5f6f7;
        color: #6d6d6d;
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 1px solid transparent;
        cursor: pointer;
    }

    .related-category-filter:hover,
    .related-category-filter.active {
        background-color: #0085d2;
        color: #ffffff;
        border-color: #0085d2;
    }

    .related-category-filter:focus {
        outline: 2px solid #0085d2;
        outline-offset: 2px;
    }

    .load-more-related {
        display: block;
        margin: 32px auto 0;
        background-color: #0085d2;
        color: #ffffff;
        padding: 12px 32px;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
    }

    .load-more-related:hover {
        background-color: #00527a;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .load-more-related.loading {
        background-color: #6d6d6d;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

    .load-more-related:focus {
        outline: 2px solid #0085d2;
        outline-offset: 2px;
    }

    .no-related-posts {
        text-align: center;
        padding: 48px 24px;
        color: #6d6d6d;
        font-size: 18px;
        display: none;
    }

    .no-related-posts svg {
        width: 64px;
        height: 64px;
        margin-bottom: 16px;
        opacity: 0.5;
    }
}

@media (max-width: 768px) {
    .single-post {
        .related-posts {
            margin: 40px 0;
            padding: 32px 0;
        }

        .related-posts-title {
            font-size: 24px;
            margin-bottom: 24px;
        }

        .related-posts-grid {
            grid-template-columns: 1fr;
            gap: 24px;
        }

        .related-post-image {
            height: 180px;
        }

        .related-post-content {
            padding: 20px;
        }

        .related-post-title {
            font-size: 18px;
        }

        .related-category-filters {
            gap: 12px;
            margin-bottom: 24px;
        }

        .related-category-filter {
            padding: 6px 12px;
            font-size: 13px;
        }

        .load-more-related {
            padding: 10px 24px;
            font-size: 14px;
        }
    }
}

@media (max-width: 480px) {
    .single-post {
        .related-posts {
            margin: 32px 0;
            padding: 24px 0;
        }

        .related-posts-title {
            font-size: 20px;
            margin-bottom: 20px;
        }

        .related-post-image {
            height: 160px;
        }

        .related-post-content {
            padding: 16px;
        }

        .related-post-title {
            font-size: 16px;
            margin-bottom: 8px;
        }

        .related-post-meta {
            font-size: 12px;
            margin-bottom: 12px;
        }

        .related-post-excerpt {
            font-size: 14px;
            margin-bottom: 16px;
        }

        .related-post-read-more {
            font-size: 14px;
        }

        .related-category-filters {
            gap: 8px;
            margin-bottom: 20px;
        }

        .no-related-posts {
            padding: 32px 16px;
            font-size: 16px;
        }

        .no-related-posts svg {
        width: 48px;
        height: 48px;
    }

    .author-bio-section {
        padding: 24px;
        margin: 32px 0;
    }

    .author-bio-header {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .author-avatar {
        width: 64px;
        height: 64px;
    }

    .author-name {
        font-size: 20px;
    }

    .author-meta {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
    }

    .author-bio-content {
        font-size: 14px;
        text-align: center;
    }

    .author-social-links {
        justify-content: center;
    }

    .post-metadata {
        padding: 20px;
        margin: 24px 0;
    }

    .metadata-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .metadata-item {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .post-tags {
        margin: 24px 0;
        padding: 20px 0;
    }

    .tags-title {
        font-size: 16px;
        text-align: center;
    }

    .tags-container {
        justify-content: center;
    }

    .tag-link {
        padding: 6px 12px;
        font-size: 13px;
    }
}
}

@media (prefers-reduced-motion: reduce) {
    .single-post {
        .featured-image img:hover,
        .social-share-button:hover,
        .nav-button:hover,
        .tag-link:hover {
            transform: none;
            transition: none;
        }

        * {
            animation-duration: 0.01ms !important;
            animation-iteration-count: 1 !important;
            transition-duration: 0.01ms !important;
        }
    }
}

@media (prefers-color-scheme: dark) {
    .single-post {
        .post-content {
            color: #e0e0e0;
        }

        .post-content h2,
        .post-content h3,
        .post-content h4 {
            color: #66b3ff;
        }

        .post-content a {
            color: #66b3ff;
        }

        .post-content blockquote {
            background-color: #2a2a2a;
            border-left-color: #66b3ff;
        }

        .post-content code {
            background-color: #2a2a2a;
            color: #66b3ff;
        }

        .post-content pre {
            background-color: #2a2a2a;
        }

        .post-content table th,
        .post-content table td {
            border-color: #555;
        }

        .post-content table th {
            background-color: #2a2a2a;
        }
    }
}

.single-post {
    .content-spacing {
        margin-bottom: 24px;
    }

    .section-spacing {
        margin-bottom: 32px;
    }

    .text-truncate-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .text-truncate-3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.single-post {
    .post-content pre::-webkit-scrollbar {
        height: 8px;
        width: 8px;
    }

    .post-content pre::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .post-content pre::-webkit-scrollbar-thumb {
        background: #b3babe;
        border-radius: 4px;
    }

    .post-content pre::-webkit-scrollbar-thumb:hover {
        background: #6d6d6d;
    }

    .post-content .wp-block-button {
        margin: 24px 0;
    }

    .post-content .wp-block-button__link {
        background-color: #0085d2;
        color: #ffffff;
        padding: 12px 24px;
        border-radius: 4px;
        text-decoration: none;
        font-weight: 600;
        display: inline-block;
        transition: background-color 0.3s ease;
    }

    .post-content .wp-block-button__link:hover {
        background-color: #00527a;
        color: #ffffff;
    }

    .post-content .wp-block-columns {
        margin: 24px 0;
    }

    .post-content .wp-block-column {
        padding: 0 12px;
    }

    .post-content .wp-block-separator {
        margin: 32px 0;
        border: none;
        border-top: 1px solid #b3babe;
    }

    .post-content .wp-block-separator.is-style-wide {
        border-top-width: 2px;
    }

    .post-content .wp-block-separator.is-style-dots {
        border: none;
        text-align: center;
    }

    .post-content .wp-block-separator.is-style-dots:before {
        content: "···";
        color: #6d6d6d;
        font-size: 24px;
        letter-spacing: 16px;
    }

    .post-content .wp-block-pullquote {
        border-left: 4px solid #0085d2;
        margin: 32px 0;
        padding: 24px 32px;
        background-color: #f5f6f7;
        font-style: italic;
        font-size: 20px;
        line-height: 31px;
        text-align: center;
    }

    .post-content .wp-block-pullquote blockquote {
        border: none;
        margin: 0;
        padding: 0;
        background: none;
    }

    .post-content .wp-block-pullquote cite {
        font-style: normal;
        font-size: 16px;
        color: #6d6d6d;
        margin-top: 16px;
        display: block;
    }

    .post-content .wp-block-cover {
        margin: 24px 0;
        border-radius: 4px;
        overflow: hidden;
    }

    .post-content .wp-block-cover-text {
        color: #ffffff;
        font-size: 24px;
        font-weight: 600;
        text-align: center;
    }

    .post-content .wp-block-media-text {
        margin: 24px 0;
    }

    .post-content .wp-block-media-text__media {
        border-radius: 4px;
        overflow: hidden;
    }

    .post-content .wp-block-media-text__content {
        padding: 24px;
    }
}