.custom-form-wrapper-996aaeca {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.custom-form-996aaeca .form-group {
    margin-bottom: 15px;
}
.custom-form-996aaeca label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
.custom-form-996aaeca input,
.custom-form-996aaeca textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: inherit;
    background-color: transparent;
}
.custom-form-996aaeca input:focus,
.custom-form-996aaeca textarea:focus {
    border-color: #69727d;
    outline: none;
}
.custom-form-996aaeca button.submit-btn {
    background-color: #69727d;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
    transition: opacity 0.3s ease;
}
.custom-form-996aaeca button.submit-btn:hover {
    opacity: 0.9;
}
.custom-form-996aaeca button.submit-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.custom-form-996aaeca .form-message {
    padding: 10px;
    border-radius: 4px;
}
