.pmcf-contact-form {
    max-width: 680px;
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    text-align: left;
}

.pmcf-contact-form .pmcf-field {
    margin-bottom: 16px;
    text-align: left;
}

.pmcf-contact-form label {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    font-weight: 600;
    text-align: left !important;
}

.pmcf-contact-form input[type="text"],
.pmcf-contact-form input[type="email"],
.pmcf-contact-form textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    border: 1px solid #bbb;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
}

.pmcf-contact-form textarea {
    resize: vertical;
}

.pmcf-required {
    color: #b00020;
}

.pmcf-submit-button {
    display: inline-block;
    padding: 10px 18px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.pmcf-honeypot {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.pmcf-alert {
    max-width: 680px;
    margin: 16px 0;
    padding: 12px 14px;
    border-radius: 5px;
    text-align: left;
}

.pmcf-alert-success {
    border: 1px solid #46b450;
    background: #ecf8ef;
}

.pmcf-alert-error {
    border: 1px solid #dc3232;
    background: #fbeaea;
}

.pmcf-alert ul {
    margin: 8px 0 0 20px;
}
