/* Backlink tema 9: Warm Corporate */
:root {
  --wp-bg: #fffef9;
  --wp-surface: #ffffff;
  --wp-border: #fde68a;
  --wp-ink: #292524;
  --wp-muted: #78716c;
  --wp-accent: #b45309;
  --wp-accent-hover: #92400e;
  --wp-link: #b45309;
  --wp-sidebar: #fff7ed;
  --wp-radius: 6px;
  --wp-font: "Segoe UI", system-ui, sans-serif;
  --wp-serif: "Literata", Georgia, serif;
}

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

.wp-header .wp-wrap { text-align: center; }
.wp-nav { justify-content: center; }
.wp-tagline { margin-left: auto; margin-right: auto; max-width: 36rem; }

.theme-9 .wp-layout {
  grid-template-columns: minmax(240px, 280px) 1fr;
}
@media (max-width: 900px) {
  .theme-9 .wp-layout { grid-template-columns: 1fr; }
}

.theme-9 .wp-btn { border-radius: 999px; }
.theme-9 .wp-listing-card { border-color: var(--wp-border); }
