.pd-consent {
    margin: 12px 10px 8px;
    text-align: left;
    font-size: 13px;
    line-height: 1.4;
    color: #555;
}

.pd-consent label {
    display: block;
    cursor: pointer;
    font-weight: normal;
    margin: 0;
    padding-left: 24px;
    position: relative;
}

.pd-consent input[type="checkbox"].pd-consent-checkbox {
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #888;
    border-radius: 3px;
    box-shadow: none;
    appearance: auto;
    -webkit-appearance: auto;
    flex: 0 0 auto;
}

.pd-consent a {
    color: inherit;
    text-decoration: underline;
}

.pd-consent a:hover {
    text-decoration: none;
}

/* Inside dark-themed modals, lighten the text and link color */
.modal-body .pd-consent {
    color: #ddd;
}
.modal-body .pd-consent a {
    color: #fff;
}

/*
 * The original modal CSS hardcodes .modal-content { height: 568px }.
 * The consent block we added makes the body taller; the fixed height
 * causes the footer (and Submit button) to overflow below the modal
 * panel. Let modal-content grow with its content.
 */
#buy-modal .modal-dialog .modal-content,
#callback-modal .modal-dialog .modal-content,
#contact-us-modal .modal-dialog .modal-content,
#subscribe-modal .modal-dialog .modal-content {
    height: auto;
}
