/* AI-контент spoilers */
.ai-description details {
    margin: 15px 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fafafa;
}

.ai-description summary {
    padding: 12px 15px;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    user-select: none;
    background: #f5f5f5;
    border-radius: 4px;
}

.ai-description summary:hover {
    background: #ebebeb;
}

.ai-description details[open] summary {
    border-bottom: 1px solid #e0e0e0;
    border-radius: 4px 4px 0 0;
    background: #fff;
}

.ai-description details > div {
    padding: 15px;
}

/* FAQ форматирование */
.ai-description .faq-item {
    margin: 15px 0;
}

.ai-description .faq-question {
    font-weight: 600;
    color: #2c5282;
    margin-bottom: 8px;
}

.ai-description .faq-answer {
    color: #4a5568;
    line-height: 1.6;
    padding-left: 20px;
}

/* Преимущества и советы - видимые */
.ai-description .visible-section {
    margin: 20px 0;
    padding: 15px;
    background: #f0f9ff;
    border-left: 4px solid #3182ce;
    border-radius: 4px;
}
