/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2025 | 18:29:59 */
/* Sidebar-Überschriften ruhiger */
.sidebar .widget-title, .widget-area .widget-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .6rem;
}

/* Mehr Luft zwischen Widgets */
.sidebar .widget, .widget-area .widget {
  margin-bottom: 1.1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9e9e9;
}

/* Kategorien-Widget kompakt */
.widget_categories select,
.widget_categories ul { max-width: 100%; }
