.aigso-container {
    max-width: 920px;
}

.aigso-guide {
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 16px;
}

.aigso-field {
    margin-bottom: 14px;
}

.aigso-field input[type="text"],
.aigso-field textarea,
.aigso-faq-item input[type="text"],
.aigso-faq-item textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 8px;
    font-size: 14px;
}

#aigso_schema_type {
    min-width: 240px;
}

.aigso-faqs-container {
    margin-top: 12px;
}

.aigso-faqs-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aigso-faq-item {
    border: 1px solid #dcdcde;
    background: #fff;
    border-radius: 6px;
    padding: 10px;
}

.aigso-faq-item textarea {
    min-height: 90px;
}

.aigso-preview {
    margin-top: 18px;
}