.aiwm-lead-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    margin: 20px 0;
}

.aiwm-lead-form label {
    display: grid;
    gap: 5px;
    font-weight: 600;
}

.aiwm-lead-form input,
.aiwm-lead-form textarea {
    width: 100%;
    box-sizing: border-box;
}

.aiwm-lead-form .aiwm-full {
    grid-column: 1 / -1;
}

.aiwm-lead-form button,
.aiwm-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border: 0;
    border-radius: 5px;
    background: #0b6f5c;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.aiwm-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding: 22px;
    margin: 22px 0;
    border: 1px solid currentColor;
    border-radius: 6px;
}

.aiwm-cta h2 {
    margin: 0;
}
