.desc-section {
    background: var(--panel-bg);
    border: 1px solid var(--border-color);
    padding: 12px 16px;
    margin-bottom: 10px;
}

.desc-section h3 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.desc-section p {
    font-size: 12px;
    line-height: 1.6;
    color: var(--text-muted);
}
