/* image */

.single-post img.alignleft,
.single-post img.alignright {
    margin-bottom: 20px;
}

.single-post img.alignleft {
    float: left;
    margin-right: 20px;
}

.single-post img.alignright {
    float: right;
    margin-left: 20px;
}

.single-post img.aligncenter {
    display: block;
    margin: 40px auto;
}

.single-post .post-meta {
    margin-bottom: 40px;
}

.single-post .post-meta .blog-archives-list {
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.single-post .post-meta .blog-archives-list a {
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 4px 13px 3px;
    border-radius: 100px;
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: .2s ease;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 5px;
}

.single-post .post-meta .blog-archives-list a:hover {
    text-decoration: none;
    color: #fff !important;
}

.single-post blockquote {
    color: #fff;
    margin-top: 80px;
    margin-bottom: 50px;
    padding: 30px 40px 20px;
    position: relative;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .single-post blockquote {
        margin-left: auto;
        margin-right: auto;
        max-width: 70% !important;
    }
}

.single-post blockquote::before {
    background: var(--ccp-default);
    border: 4px solid #fff;
    border-radius: 40px;
    content: '\f10e';
    display: block;
    font-family: "Font Awesome 6 Pro";
    font-size: 40px;
    font-weight: 600;
    height: 80px;
    left: 0;
    line-height: 72px;
    margin: -72px auto 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 80px;
    z-index: 1;
}

.single-post blockquote::after {
    background: var(--ccp-default);
    content: '';
    left: 0;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.single-post hr {
    color: var(--ccp-default);
}

html.rounded-corners-true .single-post .version-2 .wpt-contents img,
html.rounded-corners-true .single-post .version-2 blockquote::after {
    border-radius: 20px;
}

/* video embed */
.single-post .video-container,
.single-post .video-container {
    padding-bottom: 56.25%;
    padding-top: 20px;
    height: 0;
    overflow: hidden;
    position: relative;
}

.single-post .video-container iframe,
.single-post .video-container object,
.single-post .video-container embed,
.single-post .video-container video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.rounded-corners-true .single-post .version-2 .video-container {
    border-radius: 20px;
}

.single-post.is-gutenberg .content-area.version-2 > section:nth-child(2):is(.element-01) {
    margin: 80px 0;
}

.single-post.is-gutenberg .content-area.version-2 > section:nth-last-child(1):is(.element-20) {
    margin-top: 60px !important;
}

@media only screen and (min-width: 901px) {
    .single-post.is-gutenberg .content-area.version-2 > section:nth-last-child(1):is(.element-20) {
        margin-top: 120px !important;
    }
}

.single-post.is-gutenberg .content-area.version-2 > section:nth-child(3) {
    margin-top: 0 !important;
}