.cf-4f938789-wrapper {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    max-width: 100%;
    margin: 0 auto;
    font-family: inherit;
}

.cf-4f938789-field {
    margin-bottom: 20px;
}

.cf-4f938789-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333333;
}

.cf-4f938789-field input,
.cf-4f938789-field textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    font-family: inherit;
}

.cf-4f938789-field textarea {
    min-height: 120px;
    resize: vertical;
}

.cf-4f938789-field input:focus,
.cf-4f938789-field textarea:focus {
    border-color: #000000;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    outline: none;
}

.cf-4f938789-btn {
    background: #000000;
    color: #ffffff;
    border: none;
    padding: 14px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
    width: 100%;
}

.cf-4f938789-btn:hover {
    background: #333333;
}

.cf-4f938789-response {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}

.cf-4f938789-response .success {
    color: #28a745;
    background: rgba(40, 167, 69, 0.1);
    padding: 10px;
    border-radius: 6px;
}

.cf-4f938789-response .error {
    color: #dc3545;
    background: rgba(220, 53, 69, 0.1);
    padding: 10px;
    border-radius: 6px;
}
