/* How To Use Widget Styles */
.how-to-use-section {
    padding: 60px 0;
    background-color: var(--bg-secondary);
    border-top: 1px solid var(--color-border);
}
.how-to-use-container {
    max-width: 900px;
    margin: 0 auto;
}
.how-to-use-title {
    margin-bottom: 30px;
    font-family: var(--font-display);
    color: var(--text-primary);
}
.how-to-use-list {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    line-height: 1.6;
    color: var(--text-secondary);
    font-family: var(--font-primary);
}
.how-to-use-footer {
    margin-top: 20px;
    font-style: italic;
    color: var(--text-secondary);
    font-family: var(--font-primary);
}
