/* Styles for GPT-generated help topic pages */

.help-category {
    max-width: 960px;
    margin: 0 auto;
}

.help-header {
    margin: 0 0 1rem 0;
}

.help-title {
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 0.25rem 0;
}

.help-toc {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 1rem;
    margin: 1rem 0 1.5rem;
}

.help-toc-title {
    font-size: 1rem;
    margin: 0 0 0.75rem;
}

.help-toc-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .help-toc-list {
        grid-template-columns: 1fr 1fr;
    }
}

.help-toc-link {
    text-decoration: none;
    color: #0d6efd;
    background: rgba(13,110,253,0.04);
    border-radius: 10px;
    padding: 0.5rem 0.75rem;
}

.help-toc-link:hover {
    background: rgba(13,110,253,0.08);
}

.help-item {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 1.25rem;
    margin: 0 0 1rem 0;
}

.help-question {
    font-size: 1.25rem;
    margin: 0 0 0.75rem 0;
}

.help-question-link {
    color: inherit;
    text-decoration: none;
}

.help-question-link:hover {
    text-decoration: underline;
}

.help-answer p {
    margin: 0 0 0.75rem 0;
}

.help-answer ul,
.help-answer ol {
    padding-left: 1.25rem;
}

.help-answer h2,
.help-answer h3 {
    font-size: 1.05rem;
    margin: 1rem 0 0.5rem;
}

.help-item-link {
    margin-top: 0.5rem;
}
