/* ========================================
   HELP PAGE STYLES
   ======================================== */

.content-section {
    margin-bottom: 30px;
}

.content-section h3 {
    font-size: 16px;
    color: #4f46e5;
    margin-bottom: 10px;
    font-weight: 600;
}

.content-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 10px;
}

.content-section ul, .content-section ol {
    margin-left: 20px;
    margin-bottom: 10px;
}

.content-section li {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 5px;
}

.back-link {
    display: inline-block;
    margin-top: 20px;
    color: #4f46e5;
    text-decoration: none;
    font-weight: 500;
}

.back-link:hover {
    text-decoration: underline;
}

.tip-box {
    background-color: #eff6ff;
    border-left: 4px solid #4f46e5;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.tip-box p {
    color: #1e40af;
    margin: 0;
}

.tip-box strong {
    display: block;
    margin-bottom: 5px;
}

.faq-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e7eb;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    font-weight: 600;
    color: #4f46e5;
    margin-bottom: 8px;
}

.faq-answer {
    color: #555;
    line-height: 1.6;
}

code {
    background-color: #f3f4f6;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: monospace;
    font-size: 13px;
    color: #dc2626;
}
