.help-section {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.help-section h1 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 16px;
}

.help-section h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #0b78d1;
}

.help-section ul {
    padding-left: 20px;
}

details {
    margin-bottom: 10px;
}

summary {
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 6px;
}