.cc-form-message {
    display: none;
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
}

.cc-form-message--success {
    background: #e6f6ec;
    border: 1px solid #34a853;
    color: #1e7e34;
}

.cc-form-message--error {
    background: #fdecea;
    border: 1px solid #e04141;
    color: #a12626;
}

.cc-hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
