.wp-veo-contact {
    max-width: 680px;
}

.wp-veo-contact__form {
    display: grid;
    gap: 16px;
    padding: 24px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background: #ffffff;
}

.wp-veo-contact__form h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
}

.wp-veo-contact__description {
    margin: 0;
    color: #555555;
}

.wp-veo-contact__field {
    display: grid;
    gap: 8px;
}

.wp-veo-contact__field label {
    font-weight: 600;
}

.wp-veo-contact__field input,
.wp-veo-contact__field textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.4;
    box-sizing: border-box;
}

.wp-veo-contact__field textarea {
    min-height: 160px;
    resize: vertical;
}

.wp-veo-contact__submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-width: 160px;
    padding: 12px 20px;
    border: 0;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.wp-veo-contact__submit:hover,
.wp-veo-contact__submit:focus {
    background: #2a2a2a;
}

.wp-veo-contact__notice {
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 8px;
    font-weight: 600;
}

.wp-veo-contact__notice.is-success {
    background: #e7f6ec;
    color: #13653a;
}

.wp-veo-contact__notice.is-error {
    background: #fdeaea;
    color: #a12626;
}

.wp-veo-contact__honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 640px) {
    .wp-veo-contact__form {
        padding: 18px;
    }

    .wp-veo-contact__form h3 {
        font-size: 24px;
    }
}
