.single-post {
    background: var(--color-light-purple);

    .main {
        margin-top: 6rem;
        margin-bottom: 3.5rem;
    }

    .post__wrapper {
        display: flex;
        flex-direction: row;
        gap: 3rem;
    }

    .post__header {
        margin: 4rem 0 3rem 0;
    }

    .post__content {
        flex: 70%;
        background: var(--color-white);
        padding: 2rem;
        border-radius: 8px;
    }

    .post__sidebar {
        flex: 30%;
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .sidebar__more-posts h2 {
        font-size: 1.75rem;
        margin-bottom: .5rem;
    }

    .sidebar__share h2 {
        font-size: 3rem;
        font-family: var(--ff-accent);
        color: var(--color-dark-purple);
        font-weight: 400;
        margin-bottom: .5rem;
    }

    .social-share {
        display: flex;
        flex-direction: column;
        border: 1px solid var(--color-light-purple);
        border-radius: 8px;
        overflow: hidden;
        background: var(--color-off-white);
        width: 100%;

        .social-share__item {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            width: 100%;
            padding: .75rem 1rem;
            text-decoration: none;
            background: var(--color-off-white);
            color: var(--color-blue);
            border: none;
            border-bottom: 1px solid var(--color-light-purple);
            cursor: pointer;
            transition: background-color 0.15s ease, color 0.15s ease;
            text-align: left;

            span {
                font-size: 1.1rem;
                font-weight: 400;
                line-height: 150%;
                color: var(--color-blue);
            }

            &:last-child {
                border-bottom: none;
            }

            &:hover,
            &:focus {
                color: var(--color-dark-purple);
            }

            &.copied {
                background-color: var(--color-success-light);
                transition: background-color 0.25s ease;
            }
        }

        .social-share__icon {
            font-size: 2rem;
            line-height: 0;
            color: var(--color-blue);
            flex-shrink: 0;
            pointer-events: none;
            transition: color 0.15s ease;
        }

        .social-share__item .social-share__label {
            color: inherit;
            line-height: 1.2;
        }

        .social-share__label:hover {
            color: var(--color-dark-purple);
        }

        .social-share__item:hover .social-share__icon,
        .social-share__item:focus .social-share__icon {
           color: var(--color-dark-purple);
        }
    }

    .sidebar__more-posts .post-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .post__meta {
        margin-bottom: 1rem;
        font-size: 1.5rem;
        color: var(--color-black);
    }

    .post__meta span {
        margin: 0 1rem 0 1rem;
    }

    h1 {
        font-size: var(--h1);
        color: var(--color-blue);
    }

    h1:hover {
        text-decoration: none;
    }

    .post-card-mini {
        background: var(--color-off-white);
        height: unset!important;
    }

    .post-card_body {
        padding: 20px 0 0 0!important;
    }

    .blog__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 3rem;
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }

    .section {
        background: var(--color-off-white);
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .blog__title {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        flex: 1;
    }

    .blog__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 3rem;
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }

    .blog__title h2 {
        font-size: var(--h2);
    }


    .more-posts .post-grid {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(3, 1fr);
    }

    .more-posts .post-card__body {
        padding: 20px 0 0 0;
    }

    .post__podcast {
        margin-bottom: 2rem;
        border-radius: 8px;
        overflow: hidden;
    }

    .post__podcast iframe {
        width: 100%;
        border: none;
        max-width: 100%!important;
        max-height: 100%;
    }

    .post__content {
        h2{
            font-size: 1.5rem;
            font-weight: 600;
            line-height: 120%;
            font-family: var(--ff-header);
            color: var(--color-blue);
        }


        h3{
            font-size: 1.4rem;
            font-weight: 600;
            line-height: 120%;
            font-family: var(--ff-header);
            color: var(--color-blue);
        }


        h4{
            font-size: 1.2rem;
            font-weight: 600;
            line-height: 120%;
            font-family: var(--ff-header);
            color: var(--color-blue);
        }

        .wp-element-caption{
            font-size: .7rem;
            font-weight: 500;
            line-height: 150%;
            text-align: left;
            font-family: "Inter", Sans-serif;
            color: var(--color-grey);
        }

        .wp-element-caption a {
            text-decoration: none;
            color: var(--color-dark-purple);
        }

        a {
            color: var(--color-purple);
            text-decoration: underline;
        }

        .wp-block-quote {
            border-left: 4px solid var(--color-dark-purple);
            font-style: italic;
            margin-bottom: 2rem;
        }

        img {
            border-radius: 8px;
            margin-left: auto;
            margin-right: auto;
        }

        p {
            line-height: 170%;
            margin-bottom: 2rem;
            font-size: 1.1rem;
            font-family: "Inter", Sans-serif;
            color: var(--color-grey);
        }

        .wp-block-heading{
            margin-top: 0;
            margin-bottom: 1rem;
        }

        .wp-block-image,
        .wp-block-list{
            margin-bottom: 2rem!important;
        }

        .wp-block-list {
            margin-left: 1rem;
        }

        li {
            margin-bottom: 1rem;
            line-height: 170%;
            font-size: 1.1rem;
            font-family: "Inter", Sans-serif;
            color: var(--color-grey);
        }

        ol ::marker {
            font-size: 1.2rem;
            font-weight: bold;
        }

        .wp-block-quote p {
            margin-left: 1rem;
        }

        @media (max-width: 786px){
            h2{
                font-size: 1.3rem;
            }
            h3{
                font-size: 1.2rem;
            }
            h4{
                font-size: 1.1rem;
            }
            p {
                font-size: 1rem;
            }
        }
    }

    @media (max-width: 786px) {

        .sidebar__share h2 {
            font-size: 2rem;
        }

        .wrapper-standard {
            margin-top: 0;
        }

        .post__wrapper {
            flex-direction: column;
        }

        .sidebar__more-posts {
            display: none;
        }

        .more-posts .post-grid {
            grid-template-columns: repeat(1, 1fr);
            gap: 2rem;
        }

        .post__meta {
            font-size: 1.2rem;

        }
    }

    @media (max-width: 400px) {
        .post__meta {
            display: flex;
            flex-direction: column;
            gap: .5rem;
        }

        .post__meta span {
            display: none;
        }

        .wrapper-standard {
            padding-inline: 12px;
        }

        .post__content {
            padding: 1rem;
        }

        .post__header {
            margin: 4rem 0 1.5rem 0;
        }

    }
}