.single.single-post {
    h1.entry-title {
        font-weight: 600;
    }

    .post-meta-data {
        align-self: center;

        .dcp_post_meta_label,
        .et_pb_text_inner {
            font-size: var(--font-size-text);
        }

        .dcp_post_meta_label {
            font-weight: 600;
        }
    }

    .post-links {
        align-self: flex-end;
    }

    .post-content {

        .et_pb_comments_0_tb_body.et_pb_comments_module #commentform .et_pb_button,
        .et_pb_comments_0_tb_body.et_pb_comments_module .comment_area .et_pb_button,
        .et_pb_comments_0_tb_body.et_pb_comments_module #commentform textarea,
        .et_pb_comments_0_tb_body.et_pb_comments_module #commentform input {
            border: 1px solid var(--color-main-dark-hover);
            background-color: var(--color-white);
        }

        .et_pb_comments_0_tb_body.et_pb_comments_module #commentform .et_pb_button:hover,
        .et_pb_comments_0_tb_body.et_pb_comments_module .comment_area .et_pb_button:hover {
            background-color: var(--color-main-dark-hover);
            color: var(--color-white);
            border-color: var(--color-main-dark-hover) !important;
        }
    }
}
