.ast-blog-featured-section:empty,
.ast-related-post-featured-section:empty {
    display: none;
}

body.single-post .entry-header > .ast-breadcrumbs-wrapper {
    margin-bottom: 1rem;
}

body.single-post .entry-header,
body.single-post .entry-content,
body.single-post .crypto-featured-image {
    margin-left: auto;
    margin-right: auto;
}

body.single-post .entry-header,
body.page:not(.home) .entry-header {
    max-width: 680px;
}

body.single-post .entry-content,
body.single-post .crypto-featured-image {
    max-width: 680px;
}

body.single-post .yarpp-related,
body.single-post .crypto-article-newsletter {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.crypto-home-redesign .crypto-cta-section #mailpoet_form_1 form.mailpoet_form {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.crypto-home-redesign .crypto-cta-section #mailpoet_form_1 .mailpoet_paragraph {
    width: min(100%, 420px);
}

.crypto-home-redesign .crypto-cta-section #mailpoet_form_1 .mailpoet_text {
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.crypto-home-redesign .crypto-cta-section #mailpoet_form_1 .mailpoet_submit {
    display: block !important;
    width: min(100%, 360px) !important;
    margin: 0 auto !important;
}

@media (max-width: 921px) {
    body.single-post.ast-separate-container .site-content,
    body.single-post .site-content {
        padding-top: 0.45rem !important;
        padding-bottom: 2rem !important;
    }

    body.single-post #primary,
    body.single-post #secondary {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    body.single-post.ast-separate-container #primary,
    body.single-post #primary {
        padding-top: 0 !important;
        padding-bottom: 1.25rem !important;
    }

    body.single-post .ast-article-single {
        padding-top: 1.15rem !important;
    }

    body.single-post .entry-header {
        margin-bottom: 0.95rem !important;
        padding-bottom: 0.85rem !important;
    }

    body.single-post .entry-content h2 {
        margin-top: 2.05rem !important;
    }

    body.single-post .yarpp-related {
        margin-top: 1.8rem;
    }

    body.single-post .crypto-article-newsletter.crypto-cta-section {
        margin-top: 1.45rem !important;
    }

    body.single-post #secondary .widget_mailpoet_form {
        display: none !important;
    }
}

.dic-mailpoet-page-fallback {
    margin-top: 1.25rem;
    padding: 1rem 1.25rem;
    border: 1px solid #d7dee7;
    border-radius: 14px;
    background: #f6f9fc;
    color: #334155;
}

.dic-privacy-notice {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.125rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.98);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.16);
    color: #0f172a;
    font-family: "Source Sans 3", sans-serif;
    backdrop-filter: blur(10px);
}

.dic-privacy-notice[hidden] {
    display: none;
}

.dic-privacy-notice__content {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    max-width: 56rem;
}

.dic-privacy-notice__eyebrow {
    margin: 0;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.dic-privacy-notice__text {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.45;
}

.dic-privacy-notice__text a {
    color: #0f766e;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.12em;
}

.dic-privacy-notice__dismiss {
    border: 0;
    border-radius: 999px;
    background: #0f172a;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 0.78rem 1rem;
    white-space: nowrap;
}

.dic-privacy-notice__dismiss:hover,
.dic-privacy-notice__dismiss:focus {
    background: #1e293b;
}

@media (max-width: 720px) {
    .dic-privacy-notice {
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        flex-direction: column;
        align-items: stretch;
    }

    .dic-privacy-notice__dismiss {
        width: 100%;
    }
}
