.ccw-contact-form .ccw-field {
    margin-bottom: 16px;
}

.ccw-contact-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.ccw-contact-form input[type="text"],
.ccw-contact-form input[type="email"],
.ccw-contact-form input[type="tel"],
.ccw-contact-form textarea {
    width: 100%;
    padding: 10px 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 15px;
    box-sizing: border-box;
    background: #eef2fb;
}

.ccw-contact-form textarea {
    background: #fff;
}

.ccw-honeypot {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.ccw-submit-btn {
    background: #e2691a;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    font-size: 15px;
}

.ccw-submit-btn:hover {
    opacity: 0.9;
}

.ccw-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.ccw-form-notice {
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 6px;
}

.ccw-form-notice.ccw-success {
    background: #e6f7e6;
    border: 1px solid #2e7d32;
    color: #2e7d32;
}

.ccw-form-notice.ccw-error {
    background: #fdecea;
    border: 1px solid #c62828;
    color: #c62828;
}
