body.single-post {
    background: #f3f4f6;
}

.single-modern .container {
    max-width: 1180px;
}

.single-modern .main-container {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 2rem;
    align-items: start;
}

.single-modern .main-content {
    min-width: 0;
}

.single-modern .single-article-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: .75rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    padding: 2rem;
    overflow: hidden;
}

.single-modern .single-breadcrumbs {
    margin-bottom: 1rem;
    font-size: var(--text-xs);
    color: var(--gray-5);
}

.single-modern .single-breadcrumbs .breadcrumbs-link {
    color: var(--gray-4);
    font-weight: 600;
}

.single-modern .single-breadcrumbs .separator {
    color: var(--gray-7);
}

.single-modern .single-metadata {
    margin-bottom: 1.5rem;
}

.single-modern .single-metadata h1 {
    font-size: clamp(2rem, 4vw, 2.65rem);
    line-height: 1.18;
    margin-bottom: 1rem;
}

.single-modern .single-meta-row {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.single-modern .single-meta-row-wpb {
    display: block;
}

.single-modern .single-meta-info-wpb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .45rem;
    color: var(--gray-4);
    line-height: 1.5;
}

.single-modern .wpb-author-line {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    color: var(--gray-4);
}

.single-modern .wpb-author-prefix {
    color: var(--gray-3);
}

.single-modern .wpb-author-link {
    color: #f15a24;
    font-weight: 600;
}

.single-modern .wpb-author-link:hover {
    text-decoration: underline;
}

.single-modern .single-meta-divider {
    color: var(--gray-6);
}

.single-modern .single-meta-info-wpb time {
    color: var(--gray-4);
    font-weight: 500;
}

.single-modern .shared-counts-wrap.before_content {
    margin: 0 0 1.4rem 0;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #e5e7eb;
}

.single-modern .wpb-share-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
}

.single-modern .shared-counts-wrap.style-fancy {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.single-modern .shared-counts-wrap.style-fancy::-webkit-scrollbar {
    display: none;
}

.single-modern a.wpb-share-btn,
.single-modern a.wpb-share-btn:visited {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
    gap: .45rem;
    min-height: 40px;
    padding: .55rem .95rem;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: var(--global-font);
    font-size: .875rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: none;
    transition: transform .2s ease, opacity .2s ease, background-color .2s ease;
}

.single-modern a.wpb-share-btn:hover,
.single-modern a.wpb-share-btn:focus-visible {
    opacity: .92;
    transform: translateY(-1px);
    text-decoration: none;
}

.single-modern .wpb-share-btn-icon,
.single-modern .shared-counts-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.single-modern .wpb-share-btn-icon svg,
.single-modern .shared-counts-icon svg {
    display: block;
    width: 18px;
    height: 18px;
}

.single-modern .wpb-share-btn-label,
.single-modern .shared-counts-label {
    font-size: .8125rem;
    line-height: 1;
}

.single-modern a.wpb-share-btn-facebook,
.single-modern a.wpb-share-btn-facebook:visited {
    background-color: #4267b2 !important;
    color: #ffffff !important;
}

.single-modern a.wpb-share-btn-chatgpt,
.single-modern a.wpb-share-btn-chatgpt:visited {
    background-color: #111111 !important;
    color: #ffffff !important;
}

.single-modern a.wpb-share-btn-perplexity,
.single-modern a.wpb-share-btn-perplexity:visited {
    background-color: #0891b2 !important;
    color: #ffffff !important;
}

.single-modern a.wpb-share-btn-x-share,
.single-modern a.wpb-share-btn-x-share:visited {
    background-color: #111111 !important;
    color: #ffffff !important;
}

.single-modern a.wpb-share-btn-linkedin,
.single-modern a.wpb-share-btn-linkedin:visited {
    background-color: #0a66c2 !important;
    color: #ffffff !important;
}

.single-modern a.wpb-share-btn-whatsapp,
.single-modern a.wpb-share-btn-whatsapp:visited {
    background-color: #25d366 !important;
    color: #ffffff !important;
}

.single-modern a.wpb-share-btn-email,
.single-modern a.wpb-share-btn-email:visited {
    background-color: #f3f4f6 !important;
    border-color: #e5e7eb;
    color: #555555 !important;
}

.single-modern a.wpb-share-btn-email:hover,
.single-modern a.wpb-share-btn-email:focus-visible {
    color: #555555 !important;
}

.single-modern .single-content figure {
    margin: 0 0 .5rem 0;
}

.single-modern .single-content figcaption {
    margin-top: .5rem;
    color: var(--gray-5);
}

.single-modern .single-the-content {
    font-size: 1.0625rem;
    line-height: 1.85;
    color: var(--gray-2);
}

.single-modern .single-the-content p {
    margin-bottom: 1.25rem;
}

.single-modern .single-the-content h2,
.single-modern .single-the-content h3,
.single-modern .single-the-content h4 {
    margin-top: 2rem;
    margin-bottom: .85rem;
    line-height: 1.3;
}

.single-modern .single-the-content ul,
.single-modern .single-the-content ol {
    padding-left: 1.35rem;
}

.single-modern .single-the-content blockquote {
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border-left-color: var(--secondary);
}

.single-modern .single-tags {
    margin-top: 1.75rem;
}

.single-modern .single-tags a {
    border-radius: 999px;
    padding: .4rem .9rem;
}

.single-modern .single-related,
.single-modern .single-comments,
.single-modern .author-box,
.single-modern .single-prev-next {
    margin-top: 1.5rem;
}

.single-modern .main-sidebar {
    position: sticky;
    top: 88px;
}

.single-modern .main-sidebar .widget {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: .75rem;
    padding: 1.1rem;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.single-modern .main-sidebar .widget-title {
    font-size: 1.2rem;
    margin-bottom: .9rem;
}

.single-modern .main-sidebar .widget ul {
    margin-bottom: 0;
}

.single-modern .comment-respond {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

@media (max-width: 1024px) {
    .single-modern .main-container {
        grid-template-columns: minmax(0, 1fr) 290px;
        gap: 1.5rem;
    }

    .single-modern .single-article-card {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .single-modern .main-container {
        display: block;
    }

    .single-modern .main-sidebar {
        position: static;
        top: auto;
        margin-top: 1.25rem;
    }

    .single-modern .single-article-card {
        padding: 1.25rem 1rem;
    }

    .single-modern .single-metadata h1 {
        font-size: clamp(1.7rem, 6vw, 2.1rem);
    }

    .single-modern .single-the-content {
        font-size: 1rem;
        line-height: 1.75;
    }

    .single-modern a.wpb-share-btn,
    .single-modern a.wpb-share-btn:visited {
        padding: .55rem .75rem;
    }

    .single-modern .wpb-share-btn-label,
    .single-modern .shared-counts-label {
        display: none;
    }

    .single-modern .wpb-share-btn-icon svg,
    .single-modern .shared-counts-icon svg {
        width: 19px;
        height: 19px;
    }
}
