.ss-post-section { padding: 8rem 0; }
    .ss-post { display: flex; max-width: 1200px; margin: 0 auto; gap: 2rem; position: relative; padding: 1rem; }
    .ss-right { position: sticky; top: 110px; align-self: flex-start; width: 250px; height: fit-content; transition: opacity .2s ease; }
    .ss-right.is-unstuck { position: relative; top: auto; }
    .ss-back-button { background: none; border: none; color: #2563eb; font-size: 1.3rem; margin-bottom: 1rem; cursor: pointer; padding: 0; }
    .ss-category { font-weight: bold; margin: 0 0 .5rem; font-size: 1.8rem; color: #111827; }
    .ss-meta { color: #6b7280; font-size: 1.3rem; margin: 0; }
    .ss-article { flex: 1; min-width: 0; padding-top: 40px; }
    .ss-article h1 { font-size: 2rem; margin: 0 0 1rem; line-height: 1.2; color: #111827; }
    .ss-header-row { display: flex; justify-content: space-between; margin-bottom: 1rem; font-size: 1.3rem; color: #4b5563; }
    .ss-image { max-width: 100%; height: auto; margin: 1rem 0 2rem; border-radius: .5rem; }

    .ss-content { font-family: "Inter", var(--font-primary); line-height: 1.7; color: #222; }
    .ss-content p, .ss-content code, .ss-content .wp-block-quote { font-size: 1.5rem; }
    .ss-content p { margin: 1rem 0; }
    .ss-content p a {
        color: #007acc;
        text-decoration: underline;
    }
    .ss-content blockquote {
        background: #fff8e1;
        border-left: 6px solid #ff9800;
        padding: 1rem;
        margin: 1.5rem 0;
        border-radius: 4px;
        font-size: 1.5rem;
    }
    .ss-content h1 { font-size: 2.25rem; font-weight: 700; margin: 2rem 0 1rem; }
    .ss-content h2 { font-size: 1.75rem; font-weight: 600; margin: 1.8rem 0 1rem; }
    .ss-content h3 { font-size: 1.5rem; font-weight: 600; margin: 1.6rem 0 1rem; }
    .ss-content h4 { font-size: 1.25rem; font-weight: 600; margin: 1.4rem 0 .75rem; }
    /*.ss-content blockquote { border-left: 4px solid #ccc; padding-left: 1rem; color: #555; font-style: italic; margin: 1.5rem 0; }*/
    /*.ss-content code { background: #f4f4f4; padding: 2px 6px; border-radius: 4px; font-family: monospace; }*/
    .ss-content pre { background: #1e1e1e; color: #eee; padding: 1rem; border-radius: 8px; overflow-x: auto; margin: 1.5rem 0; font-family: "Fira Code", monospace; font-size: .9rem; }
    .ss-content a { color: #007acc; text-decoration: underline; }
    .ss-content a:hover { color: #005c99; }
    .ss-content figure { margin: 2rem 0; text-align: center; display: flex; flex-direction: column; align-items: center; }
    .ss-content figure img { max-width: 70%; border-radius: 8px; }
    .ss-content figcaption { font-size: .875rem; color: #666; margin-top: .5rem; }
    .ss-content .wp-block-embed__wrapper, .ss-content .wp-block-video { margin: 2rem 0; border-radius: 8px; overflow: hidden; }

    .ss-similar-posts-container { max-width: 1000px; width: 100%; margin: 0 auto; padding: 60px 20px 30px; }
    .ss-similar-posts-container h2 { margin: 0 0 15px; font-size: 2.4rem; color: #111827; }
    .ss-similar-posts { display: flex; flex-wrap: wrap; gap: 1.2rem; }
    .ss-similar-posts > div { flex: 1 1 280px; padding-bottom: 20px; }

    .ss-footer { margin-top: 4rem; }
    @media (max-width: 970px) {
        .ss-post-section { padding: 0 5px !important; }
    }
    @media (max-width: 768px) {
        .ss-post { flex-direction: column; }
        .ss-right { position: relative; width: 100%; top: unset; box-shadow: none; margin-bottom: 1rem; }
        .ss-article { padding-top: 0; }
    }
    @media (max-width: 535px) {
        .ss-similar-posts { display: block; }
    }
    @media (max-width: 450px) {
        .ss-similar-posts-container { padding: 60px 0 30px; }
    }