/* =========================== */
/*  BLOG POSTS                 */
/* =========================== */
.section-content-blog-post {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 1rem;
}

.heading-primary-sm {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-grey);
}

.blog-image-desktop-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.blog-image-desktop-wrapper img {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--size-one);
}

/* Only on larger screens, limit width and add side padding */
@media (min-width: 768px) {
    .blog-image-desktop-wrapper {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        padding-left: var(--size-one);
        padding-right: var(--size-one);
    }
}

/* =========================== */
/*  BLOG POSTS AUDIO PLAYER    */
/* =========================== */
.audio-player {
    background-color: var(--base-color);
    border: 1px solid #eee;
    border-radius: var(--size-one);
    padding: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.audio-player audio {
    width: 100%;
    margin-bottom: var(--size-one);
}

.audio-player .btn-mint {
    display: inline-flex;
    align-items: center;
}

/* =========================== */
/* Authors Note all Blog Posts */
/* =========================== */

.author-photo {
    max-width: 120px;
    height: auto;
    border-radius: var(--size-one);
}
