/* Backlink tema 10: Professional Slate */
:root {
  --wp-bg: #ffffff;
  --wp-surface: #f8fafc;
  --wp-border: #cbd5e1;
  --wp-ink: #0f172a;
  --wp-muted: #64748b;
  --wp-accent: #334155;
  --wp-accent-hover: #1e293b;
  --wp-link: #334155;
  --wp-sidebar: #f1f5f9;
  --wp-radius: 3px;
  --wp-font: "Segoe UI", system-ui, sans-serif;
  --wp-serif: "Instrument Serif", Georgia, serif;
}

body.wp-blog.theme-10 {
  background: var(--wp-bg);
  color: var(--wp-ink);
  font-family: var(--wp-font);
}

.wp-header { border-top: 4px solid var(--wp-accent); }
.wp-nav a.is-active { background: var(--wp-surface); padding: 0.35rem 0.65rem; border-radius: var(--wp-radius); border-bottom-color: transparent; }



.theme-10 .wp-footer { background: var(--wp-ink); color: #94a3b8; border-top: 0; }
.theme-10 .wp-footer a { color: #e2e8f0; }
