:root {
  --primary: #2563eb;
  --secondary: #0f766e;
  --body-bg: #f8fafc;
  --darkened-bg: #e5e7eb;
  --header-bg: #111827;
  --link-fg: #2563eb;
  --button-bg: #2563eb;
  --button-hover-bg: #0f766e;
}
body { background: var(--body-bg); }
#header { box-shadow: 0 10px 30px rgba(15, 23, 42, .16); }
.audela-brand { display: flex; align-items: center; gap: 12px; font-weight: 700; }
.audela-brand img { max-height: 34px; max-width: 150px; object-fit: contain; background: #fff; border-radius: 6px; padding: 4px; }
.module, .grp-module, div.breadcrumbs, #content-related { border-radius: 8px; overflow: hidden; box-shadow: 0 12px 32px rgba(15, 23, 42, .08); }
#content h1 { font-weight: 700; color: #111827; }
.button, input[type=submit], input[type=button], .submit-row input, a.button { border-radius: 6px; }
table { border-radius: 8px; overflow: hidden; }
