/* ==== General Font (match with 4youhosting.ch style) ==== */
body, input, button, select, textarea {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-size: 15px;
  color: #222;
}

/* ==== Top Navigation Icons (make them smaller and modern) ==== */
.header-right .icon svg,
.header-left .icon svg {
  width: 18px !important;
  height: 18px !important;
  color: #555 !important;
  opacity: 0.75;
  transition: all 0.2s ease;
}

.header-right .icon svg:hover,
.header-left .icon svg:hover {
  color: #000 !important;
  opacity: 1;
  transform: scale(1.1);
}

/* ==== Icon Container Background (optional pill effect) ==== */
.header-right .icon, 
.header-left .icon {
  padding: 4px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 0 4px;
}

/* ==== Sidebar links modernisieren ==== */
.app-navigation-entry__title {
  font-weight: 500;
  font-size: 14px;
  padding: 6px 10px;
}

.app-navigation-entry {
  border-radius: 6px;
  margin-bottom: 4px;
}

.app-navigation-entry:hover {
  background-color: #f0f0f0;
}

/* ==== Dashboard Widgets abgerundet ==== */
.dashboard-widget {
  border-radius: 12px !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  overflow: hidden;
}

/* ==== Optional: Logo kleiner (oben links) ==== */
.header-left img.logo {
  max-height: 32px !important;
}
