.wpcf7 {
    max-width: 760px;
}

.wpcf7 p {
    margin-bottom: 1.25rem;
}

.wpcf7 label,
.wpcf7 p {
    font-size: 15px;
    line-height: 1.8;
    color: #222;
}

.wpcf7 .required {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 12px;
    color: #b00020;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    margin-top: 0.4rem;
    padding: 0.85rem 1rem;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    background: #fff;
    font-size: 15px;
    line-height: 1.6;
    box-sizing: border-box;
}

.wpcf7 textarea {
    min-height: 180px;
    resize: vertical;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    outline: none;
    border-color: #666;
}

.wpcf7 .form-consent {
    font-size: 14px;
    color: #444;
}

.wpcf7 input[type="submit"] {
    display: inline-block;
    padding: 0.9rem 1.8rem;
    border: none;
    border-radius: 999px;
    background: #1f2937;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.wpcf7 input[type="submit"]:hover {
    opacity: 0.88;
}

.wpcf7 .wpcf7-not-valid-tip {
    margin-top: 0.4rem;
    font-size: 13px;
}

.wpcf7 .wpcf7-response-output {
    margin: 1.5rem 0 0;
    padding: 0.9rem 1rem;
    border-radius: 8px;
    font-size: 14px;
}