.cf-b152c64e-container {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.cf-b152c64e-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.cf-b152c64e-field {
    margin-bottom: 15px;
}

.cf-b152c64e-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #555;
}

.cf-b152c64e-field input,
.cf-b152c64e-field textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.cf-b152c64e-field input:focus,
.cf-b152c64e-field textarea:focus {
    border-color: #0073aa;
    outline: none;
}

.cf-b152c64e-submit {
    display: inline-block;
    background-color: #0073aa;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.cf-b152c64e-submit:hover {
    opacity: 0.9;
}

.cf-b152c64e-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.cf-b152c64e-response {
    padding: 15px;
    border-radius: 4px;
    font-weight: 500;
}

.cf-b152c64e-response.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.cf-b152c64e-response.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
