.page-posts {
    padding: 10px 20px;
    margin-bottom: 10px;
}
.page-posts p:last-child {
    margin: 0;
    padding: 0;
}
.page-posts h2 {
    font-weight: 700;
    margin-top: 0;
}
.confirm-message {
    background-color: #EBF6E0;
    color: #5f9025;
}
.deny-message {
    background-color: #FFE9E9;
    color: #de5959;
}
.notice-message {
    background-color: #E9F7FE;
    color: #4587a9;
}
.consent_permission input[type="checkbox"] {
    width: auto!important;
}
.consent_permission .wpcf7-list-item {
    padding: 0;
    margin: 0;
}
.consent_permission .wpcf7-list-item-label {
    font-size: 16px;
    color: #000000 !important;
}
.consent_permission .wpcf7-list-item-label a {
    font-size: 16px;
}
.gdpr-emails .post-content p {
    padding: 0;
    margin: 0;
}
.gdpr-emails .post-content br {
    display: none
}
