/* Part 03 – Sidebar section title */
.sidebarSectionTitle{
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 10px 8px 6px;
  color: var(--text);
  opacity: 0.95;
}
