/**
 * PostHog Admin Styles
 */

.disabled-row {
    opacity: 0.5;
}

#auto_generated_script_preview {
    max-height: 300px;
    overflow: auto;
    background: #f0f0f0;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 20px;
}

#auto_generated_script_preview pre {
    margin: 0;
    white-space: pre-wrap;
}
/* No longer needed since we removed the warning */

/* Custom Init Form Styling */
.posthog-config-form {
    background: #fff;
    border: 1px solid #e2e4e7;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 20px;
}

.posthog-config-form .config-option {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.posthog-config-form .config-option:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.posthog-config-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
}

.posthog-config-form input[type="checkbox"] {
    margin-right: 8px;
}

.posthog-config-form .description {
    color: #757575;
    font-style: italic;
    margin-top: 5px;
    margin-left: 24px;
}

#auto_generated_script_preview h4 {
    margin-top: 0;
    margin-bottom: 10px;
}