.consultation-form-wrapper-16c25b06 {
    background: #071025;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    margin: 0 auto;
    color: #EFE0CD;
}
.consultation-form-wrapper-16c25b06 .consultation-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: sans-serif;
    color: #EFE0CD;
}
.consultation-form-wrapper-16c25b06 .form-group {
    margin-bottom: 15px;
}
.consultation-form-wrapper-16c25b06 label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #EFE0CD;
}
.consultation-form-wrapper-16c25b06 input,
.consultation-form-wrapper-16c25b06 textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #EFE0CD;
    border-radius: 4px;
    box-sizing: border-box;
    background: #0e1e3a;
    color: #EFE0CD;
}
.consultation-form-wrapper-16c25b06 input::placeholder,
.consultation-form-wrapper-16c25b06 textarea::placeholder {
    color: rgba(239, 224, 205, 0.5);
}
.consultation-form-wrapper-16c25b06 .consultation-submit {
    background: #EFE0CD;
    color: #071025;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
.consultation-form-wrapper-16c25b06 .consultation-submit:hover {
    opacity: 0.9;
}