.talk-through-cta .container {
    max-width: 1200px;
}

.talk-through-cta form input {
    border-radius: 12px;
    border: 1px solid #d1d5db; /* gray-300 */
    padding: 1rem;
}

.talk-through-cta form input:focus {
    --tw-ring-color: #f97316; /* accent-orange */
    border-color: #f97316; /* accent-orange */
}

.talk-through-cta a, .talk-through-cta button[type="submit"] {
    border-radius: 9999px;
} 