.cf7-pd-consent-container {
    margin: 20px 0 20px 0;
    clear: both;
}

.cf7-pd-consent-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 12px !important;
    margin: 0;
}

.cf7-pd-consent-checkbox {
    margin-right: 10px;
    width: 60px !important;
    height: 18px;
}

.cf7-pd-consent-text a {
    color: #0073aa;
    text-decoration: underline;
}

.cf7-pd-consent-text a:hover {
    color: #00a0d2;
}

.wpcf7-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}