.opf_create_draft_post .opf_cdp_text_center {
    text-align: center;
}

.opf_create_draft_post .opf_cdp_text_bold {
    font-weight: bold;
}

.opf_create_draft_post .opf_cdp_form_group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.opf_create_draft_post .opf_cdp_form_group > label{
    margin-bottom: 10px;
    display: inline-block;
}

.opf_create_draft_post .opf_cdp_form_group > input {
    max-width: 600px;
}

.opf_cdp_apply_button_container {
    display: flex;
    justify-content: center;
}

.opf_cdp_loading_message {
    color: #856404;
    background-color: #fff3cd;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #ffeeba;
    border-radius: 0.25rem;
}

.opf_cdp_success_message {
    color: #155724;
    background-color: #d4edda;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
}

.opf_cdp_error_message {
    color: #721c24;
    background-color: #f8d7da;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #f5c6cb;
    border-radius: 0.25rem;
}