.node-unpublished {
    background: white !important;
}

/* Spacing */
.mb-1 {
    margin-bottom: 5px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 15px;
}

/*Typography*/
#content-body p,
#content-body blockquote,
#content-body ul,
#content-body ol {
    max-width: 90ch;
}

/*Video Embed*/
.flex-video {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.flex-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}