.odg-intake-form-wrapper {
    max-width: 480px;
    margin: 0 auto;
}

.odg-intake-form p {
    margin-bottom: 1em;
}

.odg-intake-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.35em;
}

.odg-intake-form input[type="text"],
.odg-intake-form input[type="tel"],
.odg-intake-form select,
.odg-intake-form textarea {
    width: 100%;
    padding: 0.6em 0.75em;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    font-size: 1rem;
}

.odg-intake-form textarea {
    min-height: 120px;
    resize: vertical;
}

.odg-intake-form button[type="submit"] {
    padding: 0.75em 1.5em;
    border: 0;
    border-radius: 6px;
    background-color: #1a73e8;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.odg-notice {
    padding: 0.75em 1em;
    border-radius: 6px;
    margin-bottom: 1em;
}

.odg-notice--success { background: #e6f4ea; color: #1e7e34; }
.odg-notice--rate_limited,
.odg-notice--error { background: #fde8e8; color: #b91c1c; }

.odg-intake-form-wrapper[dir="rtl"] {
    font-family: Tahoma, "Vazirmatn", "IRANSans", sans-serif;
    text-align: right;
}
