.cf-30bc52b7-wrapper {
    max-width: 100%;
    margin: 0 auto;
    font-family: inherit;
}
.cf-30bc52b7-field {
    margin-bottom: 15px;
}
.cf-30bc52b7-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
.cf-30bc52b7-field input,
.cf-30bc52b7-field textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.cf-30bc52b7-field textarea {
    min-height: 100px;
}
.cf-30bc52b7-submit {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    transition: opacity 0.2s;
}
.cf-30bc52b7-submit:hover {
    opacity: 0.9;
}
.cf-30bc52b7-message {
    margin-top: 15px;
    font-weight: bold;
}
.cf-30bc52b7-message.success {
    color: #28a745;
}
.cf-30bc52b7-message.error {
    color: #dc3545;
}
