.article-post {
    padding: 2.5rem 0 6rem;
}

.article-post .breadcrumb {
    padding-top: 0;
}

.article-post .post-meta {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}
.article-post .post-meta .entry-meta {
    font-size: 0.813rem;
    line-height: 1.138rem;
    letter-spacing: 0.005em;
    color: var(--color-secondary);
    display: flex;
    flex-direction: column;
    gap: 1.188rem;
}
.article-post .post-meta .entry-meta .author {
    position: relative;
}
.article-post .post-meta .entry-meta .author:before {
    content: '—';
    position: absolute;
    color: #C9C6CA;
    top: 100%;
    left: 0;
    font-size: 0.781rem;
}
.article-post .post-content {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

/* Pdf */
.article-post .pdf-container {
    display: flex;
    background: var(--bs-white);
    border-radius: 0.375rem;
}
.article-post .pdf-container .icon {
    background-color: var(--color-primary);
    width: 13.313rem;
    min-height: 17.375rem;
    border-radius: 0.313rem;
    padding: 2.5rem;
    flex-shrink: 0;
    height: auto;
}
.article-post .pdf-container .content {
    position: relative;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}
.article-post .pdf-container .download-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.article-post .pdf-container .download-form label {
    letter-spacing: 0.005em;
    margin-bottom: 0.25rem;
    align-items: self-start;
}
.article-post .pdf-container .download-form input:not([type="submit"]) {
    letter-spacing: 0.005em;
    border: 1px solid #938C95;
    padding: 0.688rem 0.938rem;
    width: 100%;
}
.article-post .pdf-container .download-form input[type="checkbox"] {
    width: 1.563rem;
    flex-shrink: 0;
}
.article-post .pdf-container .wpcf7-acceptance .wpcf7-list-item {
    margin-bottom: 0.5rem;
}
.article-post .pdf-container .download-form .download-button {
    margin-top: 1.5rem;
}
.pdf-container .download-form form.wpcf7-form.invalid label {
    color: #DD4747;
}
.pdf-container .download-form form.wpcf7-form.invalid input:not([type="submit"]).wpcf7-not-valid {
    background: #F9E1E1;
    border: 1px solid #DD4747;
    color: #271A2B;
}
.pdf-container .download-form .wpcf7 form .wpcf7-response-output {
    display: block;
    border: none;
    padding: 0;
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.005rem;
}
.pdf-container .download-form form.wpcf7-form.sent .wpcf7-response-output {
    color: #007E28;
}
.pdf-container .download-form form.wpcf7-form.submitting input:not([type="submit"]) {
    background: #D4F7DA;
    border: 1px solid #007E28;
}
.pdf-container .download-form form.wpcf7-form.submitting .wpcf7-form-control-wrap:after {
    content: '';
    background: url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 6L9 17L4 12" stroke="%23007E28" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

/* Sidebar */
.article-post .right-side {
    width: 29.625rem;
}
.article-post .post-thumbnail img {
    max-width: 29.625rem;
    height: 29.625rem;
    object-fit: cover;
}

/**/
.article-post .block-blog-teaser-long .headline .title {
    margin-bottom: 2.5rem;
}
.article-post .blog-teaser-long-container .slick-track {
    padding: 0;
}
.article-post .block-blog-teaser-long .btn {
    margin-top: 2.5rem;
}

/* Responsive */
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .article-post .right-side {
        width: 20rem;
    }
    .article-post .post-thumbnail img {
        max-width: 100%;
        height: 20rem;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .article-post {
        padding: 1.5rem 0 2.5rem;
    }
    .article-post .post-meta {
        gap: 1rem;
    }
    .article-post .right-side {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .article-post .post-thumbnail img {
        max-width: 100%;
        height: 16.023rem;
        margin-top: 0.5rem;
        margin-bottom: 2.5rem;
    }
    .article-post .post-content {
        margin-top: 1rem;
    }
    .article-post .pdf-container {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .article-post {
        padding: 0 0 2.5rem;
    }
    .article-post .post-meta {
        gap: 1rem;
    }
    .article-post .right-side {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .article-post .post-thumbnail img {
        max-width: 100%;
        height: 10.023rem;
        width: 100%;
        margin-top: 0.5rem;
        margin-bottom: 2.5rem;
    }
    .article-post .right-side .title {
        font-size: 1.25rem;
        line-height: 1.625rem;
    }
    .article-post .post-content {
        margin-top: 1rem;
        gap: 1.5rem;
    }
    .article-post .block-image img {
        height: 14.5rem;
    }
    .article-post .pdf-container {
        margin-top: 1rem;
        flex-direction: column;
    }
    .article-post .pdf-container .icon {
        width: 100%;
        min-height: 10rem;
        padding: 2.438rem;
        background-size: 3.875rem;
    }
    .article-post .pdf-container .content {
        padding: 1rem;
    }
    .article-post .pdf-container .content .h5 {
        font-size: 1.563rem;
        line-height: 2rem;
        font-weight: var(--font-weight-bold);
    }
    .article-post .full-layout {
        margin-top: 2.5rem;
        gap: 2.5rem;
    }
    .article-post .block-blog-teaser-long .btn {
        margin: 1.5rem auto 0;
        min-width: inherit;
    }
}