<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: PPL Group
Author: Mouthmedia Inc.
Version: 1.0
*/

div.wpcf7 {
    position: relative !important;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: -20px;
    right: 0;
}

.grecaptcha-badge {
    display: none !important;
}

.wpcf7-not-valid-tip {
    display: none !important;	
    color: white !important;
    background: #c82727 !important;
    font-size:12px !important;
    margin-bottom: 0px !important;
    padding:3px 5px !important;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-response-output {
    width: 100% !important;
    margin: 20px 0 0 !important;
    border: 0 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    color: white !important;
    padding: 10px !important;
    clear: both !important;
}

.sent .wpcf7-response-output {
    background: #398f14 !important;
}

.invalid .wpcf7-response-output {
    background: #c82727 !important;
}

.wpcf7-submit {
    margin-bottom: 0 !important;
}

.wpcf7-form-control.wpcf7-not-valid {
    border-color: #c82727 !important;
}
</pre></body></html>