/* Extracted from style.css. Keep this file ordered after its declared dependencies. */
/* ==========================================================================
   18. SINGLE BLOG TEMPLATE
   ========================================================================== */

body.single-creole_blog article.prose a,
body.single-creole_blog .prose a {
    color: #EA2839 !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    word-wrap: break-word !important;
}

body.single-creole_blog article.prose a:hover,
body.single-creole_blog .prose a:hover {
    color: #1A206D !important;
}

body.single-creole_blog article.prose strong,
body.single-creole_blog .prose strong {
    transform: none !important;
    box-shadow: none !important;
    border: none !important;
    font-weight: 700 !important;
    color: inherit !important;
}

/* Tighten image/caption spacing in single blog content */
body.single-creole_blog .prose .wp-block-image,
body.single-creole_blog .prose figure {
    margin-top: 0.75rem !important;
    margin-bottom: 0.5rem !important;
}

body.single-creole_blog .prose figure figcaption,
body.single-creole_blog .prose figcaption.wp-element-caption,
body.single-creole_blog .prose .wp-caption .wp-caption-text {
    margin-top: 0.08rem !important;
    margin-bottom: 0 !important;
    line-height: 1.3;
}

body.single-creole_blog .comment-form input[type="text"],
body.single-creole_blog .comment-form input[type="email"],
body.single-creole_blog .comment-form input[type="url"],
body.single-creole_blog .comment-form textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(26, 32, 109, 0.2);
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    outline: none;
}

body.single-creole_blog .comment-form input:focus,
body.single-creole_blog .comment-form textarea:focus {
    border-color: #1A206D;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 3px rgba(26, 32, 109, 0.1);
}

body.single-creole_blog .comment-form .submit {
    background: linear-gradient(135deg, #1A206D 0%, #2a3494 100%);
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(26, 32, 109, 0.3);
}

body.single-creole_blog .comment-form .submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(26, 32, 109, 0.4);
    filter: brightness(110%);
}

body.single-creole_blog .comment-notes,
body.single-creole_blog .logged-in-as {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

body.single-creole_blog #comments {
    margin-bottom: 2rem;
}

body.single-creole_blog .comments-title,
body.single-creole_blog .comment-reply-title {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    color: #1A206D !important;
    margin-bottom: 1.5rem !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 2px solid rgba(26, 32, 109, 0.1);
    padding-bottom: 0.5rem;
}

body.single-creole_blog .comment-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.single-creole_blog .comment-list .comment {
    margin-bottom: 1.5rem;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 1.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

body.single-creole_blog .comment-list .children {
    list-style: none !important;
    padding-left: 2rem !important;
    margin-top: 1.5rem !important;
    border-left: 2px dashed rgba(26, 32, 109, 0.15);
}

body.single-creole_blog .comment-author img {
    border-radius: 50% !important;
    margin-right: 1rem;
    float: left;
    border: 2px solid white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

body.single-creole_blog .comment-author .fn {
    font-weight: 800;
    color: #1A206D;
    font-size: 1.1rem;
    font-style: normal;
}

body.single-creole_blog .comment-author .fn a {
    color: #1A206D !important;
    text-decoration: none !important;
}

body.single-creole_blog .comment-metadata {
    font-size: 0.75rem;
    margin-bottom: 1rem;
    margin-left: 4.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
}

body.single-creole_blog .comment-metadata a {
    color: #94a3b8 !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

body.single-creole_blog .comment-metadata a:hover {
    color: #1A206D !important;
}

body.single-creole_blog .comment-content {
    clear: both;
    color: #475569;
    line-height: 1.6;
    margin-top: 1rem;
    font-size: 0.95rem;
    font-weight: 500;
}

body.single-creole_blog .comment-content p {
    margin-bottom: 0.5rem;
}

body.single-creole_blog .reply {
    margin-top: 1rem;
}

body.single-creole_blog .reply a {
    display: inline-flex !important;
    align-items: center;
    gap: 0.25rem;
    background: rgba(26, 32, 109, 0.05) !important;
    color: #1A206D !important;
    padding: 0.35rem 1rem !important;
    border-radius: 9999px !important;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

body.single-creole_blog .reply a:hover {
    background: #1A206D !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(26, 32, 109, 0.2) !important;
}

body.single-creole_blog #cancel-comment-reply-link {
    color: #EA2839 !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    margin-left: 1rem !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: rgba(234, 40, 57, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    transition: all 0.3s ease;
}

body.single-creole_blog #cancel-comment-reply-link:hover {
    background: #EA2839 !important;
    color: white !important;
}

/* Article Reactions */
.creole-article-reactions {
    margin-top: 3rem;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 1.5rem;
    background:
        linear-gradient(135deg, rgba(26, 32, 109, 0.06), rgba(234, 40, 57, 0.05)),
        rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.creole-reactions-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.creole-reactions-eyebrow {
    display: inline-flex;
    margin-bottom: 0.35rem;
    color: #EA2839;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.creole-reactions-header h2 {
    margin: 0 !important;
    color: #1A206D !important;
    font-size: clamp(1.25rem, 2.2vw, 1.75rem) !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
}

.creole-reactions-total {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.4rem 0.8rem;
    border: 1px solid rgba(26, 32, 109, 0.12);
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.78);
    color: #475569;
    font-size: 0.78rem;
    font-weight: 800;
}

.creole-reactions-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.7rem;
}

.creole-reaction-button {
    appearance: none;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 6rem;
    padding: 0.85rem 0.55rem;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.78);
    color: #1e293b;
    cursor: pointer;
    font: inherit;
    text-align: center;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.creole-reaction-button:hover,
.creole-reaction-button:focus-visible {
    transform: translateY(-2px);
    border-color: var(--reaction-color);
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
    outline: none;
}

.creole-reaction-button.is-selected {
    border-color: var(--reaction-color);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78));
    box-shadow: 0 0 0 3px rgba(26, 32, 109, 0.12), 0 16px 30px rgba(15, 23, 42, 0.1);
}

.creole-reaction-button.is-loading {
    opacity: 0.7;
    cursor: wait;
}

.creole-reaction-emoji {
    display: block;
    font-size: 1.65rem;
    line-height: 1;
}

.creole-reaction-label {
    display: block;
    max-width: 100%;
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.1;
}

.creole-reaction-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.6rem;
    min-height: 1.35rem;
    padding: 0.18rem 0.45rem;
    border-radius: 9999px;
    background: rgba(15, 23, 42, 0.06);
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
}

.creole-reaction-button.is-selected .creole-reaction-count {
    background: var(--reaction-color);
    color: #ffffff;
}

.creole-reactions-message {
    min-height: 1.25rem;
    margin: 0.85rem 0 0 !important;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .creole-article-reactions {
        margin-top: 2rem;
        padding: 0.85rem;
        border-radius: 1.25rem;
    }

    .creole-reactions-header {
        flex-direction: column;
        gap: 0.75rem;
    }

    .creole-reactions-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.4rem;
    }

    .creole-reaction-button {
        gap: 0.2rem;
        min-height: 4.25rem;
        padding: 0.55rem 0.25rem;
        border-radius: 0.8rem;
    }

    .creole-reaction-emoji {
        font-size: 1.25rem;
    }

    .creole-reaction-label {
        font-size: 0.62rem;
    }

    .creole-reaction-count {
        min-width: 1.25rem;
        min-height: 1.05rem;
        padding: 0.12rem 0.28rem;
        font-size: 0.62rem;
    }
}

/* Single Blog Article */
.single-blog-shell {
    max-width: min(100% - 2rem, 92rem);
    margin: 0 auto;
}

.single-blog-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1.5rem;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.4;
}

.single-blog-breadcrumbs a {
    color: #2f855a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.single-blog-breadcrumbs a:hover {
    color: #1A206D;
}

.single-blog-breadcrumbs span {
    color: #94a3b8;
}

.single-blog-article-head {
    position: relative;
    margin-bottom: 2rem;
}

.single-blog-hero-media {
    position: relative;
    width: 100%;
    height: clamp(18rem, 33vw, 33rem);
    margin-bottom: 1.35rem;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.5);
    border-radius: 1.35rem;
    background: #f1f5f9;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.single-blog-hero-img,
.single-blog-hero-placeholder,
.single-related-media img,
.single-related-placeholder,
.single-sidebar-related-img,
.single-sidebar-related-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-blog-hero-placeholder,
.single-related-placeholder,
.single-sidebar-related-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-blog-hero-placeholder {
    background: #e2e8f0;
    color: #94a3b8;
}

.single-blog-hero-placeholder svg {
    width: 4rem;
    height: 4rem;
}

.single-blog-category-pill {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.85rem;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    background: #EA2839;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(234, 40, 57, 0.22);
}

.single-blog-category-pill:hover {
    background: #1A206D;
    color: #ffffff;
}

.single-blog-entry-title {
    max-width: 54rem;
    margin: 0;
    color: #0f172a;
    font-size: clamp(2rem, 3.7vw, 2.45rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    text-align: left;
}

.single-blog-subtext {
    max-width: 48rem;
    margin: 1rem 0 0;
    color: #475569;
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    font-weight: 500;
    line-height: 1.7;
}

.single-blog-header-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.45rem;
}

.single-blog-meta-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.9rem 1.25rem;
}

.single-blog-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
}

.single-blog-meta-item svg {
    width: 1rem;
    height: 1rem;
    color: #2f855a;
    stroke-width: 2.4;
}

.single-blog-share {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.single-blog-header-share {
    justify-content: flex-start;
}

.single-share-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid #cbd5e1;
    border-radius: 9999px;
    background: #f1f5f9;
    color: #475569;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.single-share-button svg {
    width: 1rem;
    height: 1rem;
}

.single-share-button:hover {
    color: #ffffff;
}

.single-blog-header-share .single-share-button {
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
}

.single-blog-header-share .single-share-button:hover {
    transform: translateY(-2px);
}

.single-blog-header-share .share-facebook {
    background: #1877F2;
}

.single-blog-header-share .share-twitter {
    background: #1DA1F2;
}

.single-blog-header-share .share-whatsapp {
    background: #25D366;
}

.single-blog-header-share .share-copy-dark {
    background: #64748b;
}

.single-share-button-large {
    width: 2.5rem;
    height: 2.5rem;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.single-share-button-large svg {
    width: 1.25rem;
    height: 1.25rem;
}

.single-share-button-large:hover {
    transform: scale(1.1);
}

.share-twitter:hover { border-color: #1DA1F2; background: #1DA1F2; }
.share-facebook:hover { border-color: #1877F2; background: #1877F2; }
.share-whatsapp:hover { border-color: #25D366; background: #25D366; }
.share-copy:hover { border-color: #94a3b8; background: #cbd5e1; color: #334155; }
.share-copy-dark:hover { border-color: #1f2937; background: #1f2937; color: #ffffff; }

.single-blog-shell {
    padding: 2rem 0 3rem;
}

.single-blog-layout {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 3rem;
}

.single-blog-main {
    min-width: 0;
}

.single-blog-content {
    max-width: none;
    margin-bottom: 3rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow-wrap: break-word;
    backdrop-filter: none;
}

.single-blog-ad {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 3rem;
    overflow: hidden;
    padding: 1rem;
    border: 1px solid rgba(100, 116, 139, 0.55);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    text-align: center;
    contain: layout;
}

.single-blog-ad ins.adsbygoogle {
    display: block !important;
    width: 100%;
    min-height: 250px;
}

.single-blog-ad > span,
.single-sidebar-ad span {
    display: block;
    margin-bottom: 0.5rem;
    color: #cbd5e1;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.single-blog-share-bar {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 3rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(12px);
}

.single-blog-share-label {
    padding-left: 1rem;
    color: #1A206D;
    font-weight: 800;
}

.single-comments-card {
    margin-bottom: 3rem;
    padding: 1.25rem;
    border-radius: 1.5rem;
}

.single-related-section {
    margin-bottom: 3rem;
}

.single-section-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1.5rem;
    color: #1A206D;
    font-size: 1.5rem;
    font-weight: 800;
}

.single-section-title span {
    display: block;
    width: 0.375rem;
    height: 2rem;
    border-radius: 9999px;
    background: #EA2839;
}

.single-related-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.single-related-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
    overflow: hidden;
    border: 1px solid #f1f5f9;
    border-radius: 1.25rem;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    transition: box-shadow 0.3s ease;
}

.single-related-card:hover {
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.16);
}

.single-related-media {
    position: relative;
    flex: 0 0 7rem;
    align-self: stretch;
    overflow: hidden;
}

.single-related-media img {
    transition: transform 0.7s ease;
}

.single-related-card:hover .single-related-media img {
    transform: scale(1.05);
}

.single-related-placeholder {
    background: #f1f5f9;
    color: #cbd5e1;
}

.single-related-placeholder svg {
    width: 2.5rem;
    height: 2.5rem;
}

.single-related-category {
    display: none;
}

.single-related-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1rem;
}

.single-related-date {
    display: none;
}

.single-related-body h3 {
    margin: 0 0 0.5rem;
    color: #1e293b;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
    transition: color 0.2s ease;
}

.single-related-card:hover h3 {
    color: #1A206D;
}

.single-related-body h3 a {
    color: inherit;
    text-decoration: none !important;
}

.single-related-body p {
    display: none;
    margin: 0 0 1rem;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.6;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.single-related-footer {
    margin-top: auto;
    padding-top: 0.25rem;
}

.single-related-footer a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #1A206D;
    font-size: 0.875rem;
    font-weight: 800;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.single-related-footer a:hover {
    gap: 0.75rem;
}

.single-related-footer svg {
    width: 1rem;
    height: 1rem;
}

.single-empty-state {
    grid-column: 1 / -1;
    padding: 2rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.5);
    color: #6b7280;
    text-align: center;
}

.single-subscribe {
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
    padding: 2rem;
    border-radius: 2.5rem;
    text-align: center;
}

.single-subscribe-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 213, 0, 0.1), transparent, rgba(234, 40, 57, 0.05));
}

.single-subscribe-float {
    position: absolute;
    z-index: 10;
    display: none;
    width: 4rem;
    height: 4rem;
    padding: 0.375rem;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 20px 32px rgba(15, 23, 42, 0.16);
    transition: transform 0.3s ease;
}

.single-subscribe-float img {
    width: 100%;
    height: 100%;
    border-radius: 0.75rem;
    object-fit: cover;
}

.single-subscribe-float-left {
    top: 2rem;
    left: 1rem;
    transform: rotate(-12deg);
}

.single-subscribe-float-right {
    right: 1rem;
    bottom: 2rem;
    transform: rotate(6deg);
}

.single-subscribe-float:hover {
    transform: rotate(0);
}

.single-subscribe-inner {
    position: relative;
    z-index: 20;
    max-width: 36rem;
    margin: 0 auto;
}

.single-subscribe-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.5rem;
    border-radius: 9999px;
    background: #ffffff;
    color: #EA2839;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
    animation: home-bounce 1s infinite;
}

.single-subscribe-icon svg {
    width: 2rem;
    height: 2rem;
}

.single-subscribe h2 {
    margin: 0 0 1rem;
    color: #1A206D;
    font-size: clamp(1.875rem, 4vw, 2.25rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
}

.single-subscribe h2 span {
    color: #EA2839;
}

.single-subscribe p {
    margin: 0 0 2rem;
    color: #4b5563;
    font-size: 1.125rem;
    line-height: 1.65;
}

.single-subscribe-form {
    padding: 1rem;
    border: 1px solid #ffffff;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(4px);
}

.single-blog-sidebar {
    display: none;
}

.single-sidebar-sticky {
    position: sticky;
    top: 8rem;
    height: fit-content;
}

.single-sidebar-sticky > * + * {
    margin-top: 2rem;
}

.single-sidebar-card {
    padding: 1.5rem;
    border: 1px solid rgba(100, 116, 139, 0.55);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.single-sidebar-card h3 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1.5rem;
    color: #1A206D;
    font-size: 1.25rem;
    font-weight: 800;
}

.single-sidebar-card h3 img,
.single-sidebar-card h3 svg {
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 auto;
}

.single-sidebar-card h3 svg {
    color: #EA2839;
}

.single-sidebar-card h3 img {
    object-fit: contain;
}

.single-sidebar-related-list > * + * {
    margin-top: 1.5rem;
}

.single-sidebar-related {
    display: block;
    color: inherit;
    text-decoration: none !important;
}

.single-sidebar-related-row {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.single-sidebar-related-copy {
    min-width: 0;
}

.single-sidebar-related-category {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.45rem;
    padding: 0.2rem 0.5rem;
    border-radius: 9999px;
    background: #64748b;
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
}

.single-sidebar-related-category.is-travel {
    background: #1A206D;
}

.single-sidebar-related-category.is-food {
    background: #EA2839;
}

.single-sidebar-related-category.is-culture {
    background: #ca8a04;
}

.single-sidebar-related-category.is-lifestyle {
    background: #00A551;
}

.single-sidebar-related-media {
    position: relative;
    flex: 0 0 auto;
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    border-radius: 0.75rem;
}

.single-sidebar-related-img {
    transition: transform 0.3s ease;
}

.single-sidebar-related:hover .single-sidebar-related-img {
    transform: scale(1.1);
}

.single-sidebar-related-placeholder {
    background: #f3f4f6;
    color: #d1d5db;
}

.single-sidebar-related-placeholder svg {
    width: 2rem;
    height: 2rem;
}

.single-sidebar-related h4 {
    margin: 0 0 0.25rem;
    color: #1f2937;
    font-weight: 800;
    line-height: 1.25;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color 0.2s ease;
}

.single-sidebar-related:hover h4 {
    color: #1A206D;
}

.single-sidebar-related-date,
.single-sidebar-empty {
    color: #6b7280;
    font-size: 0.75rem;
}

.single-sidebar-ad {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    margin-top: 2rem;
    padding: 1rem;
    border: 1px solid rgba(100, 116, 139, 0.55);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.single-sidebar-ad > div {
    width: 100%;
    text-align: center;
}

@media (min-width: 640px) {
    .single-subscribe-float {
        display: block;
    }
}

@media (min-width: 768px) {
    .single-blog-shell {
        padding-top: 2.5rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .single-blog-content {
        padding: 0;
        border-radius: 0;
    }

    .single-blog-share-bar {
        display: flex;
    }

    .single-comments-card {
        padding: 2rem;
    }

    .single-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-related-card {
        flex-direction: column;
        border-radius: 1.5rem;
    }

    .single-related-media {
        width: 100%;
        height: 12rem;
        flex-basis: auto;
    }

    .single-related-category {
        position: absolute;
        top: 1rem;
        left: 1rem;
        z-index: 10;
        display: inline-block;
        padding: 0.25rem 0.625rem;
        border-radius: 0.375rem;
        background: rgba(255, 255, 255, 0.95);
        color: #1e293b;
        font-size: 0.5625rem;
        font-weight: 800;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
        backdrop-filter: blur(12px);
    }

    .single-related-body {
        padding: 1.5rem;
    }

    .single-related-date {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.75rem;
        color: #94a3b8;
        font-size: 0.625rem;
        font-weight: 800;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .single-related-date svg {
        width: 0.75rem;
        height: 0.75rem;
    }

    .single-related-body h3 {
        margin-bottom: 0.75rem;
        font-size: 1.25rem;
    }

    .single-related-body p {
        display: -webkit-box;
    }

    .single-subscribe {
        padding: 3rem;
    }

    .single-subscribe-float {
        width: 6rem;
        height: 6rem;
    }

    .single-subscribe-float-left {
        left: 2.5rem;
    }

    .single-subscribe-float-right {
        right: 2.5rem;
    }
}

@media (min-width: 1024px) {
    body.single-creole_blog,
    body.single-creole_blog .site-main,
    body.single-creole_blog .single-blog-shell {
        overflow: visible;
    }

    .single-blog-layout {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        align-items: stretch;
        overflow: visible;
    }

    .single-blog-main {
        grid-column: span 8 / span 8;
    }

    .single-blog-sidebar {
        display: block;
        grid-column: span 4 / span 4;
        align-self: stretch;
        height: auto;
        overflow: visible;
        padding-top: 2.85rem;
    }

    .single-sidebar-sticky {
        position: sticky;
        top: 8rem;
        align-self: start;
        height: fit-content;
    }
}

