/* Backlink tema 11: Napoli Grand */
:root {
  --wp-bg: #f8f8fa;
  --wp-surface: #ffffff;
  --wp-border: #ececef;
  --wp-ink: #4a4a55;
  --wp-muted: #7a7a86;
  --wp-accent: #a206ad;
  --wp-accent-hover: #7c0485;
  --wp-link: #ee4455;
  --wp-header-bar: #a206ad;
  --wp-sidebar: #ffffff;
  --wp-radius: 2px;
  --wp-font: "Open Sans", Arial, Helvetica, sans-serif;
  --wp-serif: "Open Sans", Arial, Helvetica, sans-serif;
}

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





.theme-11 .wp-header { background: var(--wp-header-bar); border-bottom: 0; padding: 0; color: #fff; }
.theme-11 .wp-header .wp-wrap { padding-top: 1.15rem; }
.theme-11 .wp-brand { font-family: var(--wp-font); font-weight: 700; letter-spacing: -0.02em; font-size: clamp(1.45rem, 3vw, 1.85rem); }
.theme-11 .wp-brand a, .theme-11 .wp-brand a:hover { color: #fff; text-decoration: none; }
.theme-11 .wp-tagline { color: rgba(255,255,255,0.82); font-size: 0.88rem; }
.theme-11 .wp-tagline a { color: #fff; font-weight: 600; }
.theme-11 .wp-nav { border-top: 1px solid rgba(255,255,255,0.18); margin-top: 0.85rem; padding: 0.55rem 0 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.78rem; }
.theme-11 .wp-nav a { color: rgba(255,255,255,0.88); border-bottom-width: 3px; }
.theme-11 .wp-nav a:hover, .theme-11 .wp-nav a.is-active { color: #fff; border-bottom-color: #fff; }
.theme-11 .wp-page-title, .theme-11 .wp-post h2, .theme-11 .wp-single h1 { font-family: var(--wp-font); font-weight: 700; color: var(--wp-link); }
.theme-11 .wp-post h2 a { color: var(--wp-link); }
.theme-11 .wp-post h2 a:hover { color: var(--wp-accent-hover); }
.theme-11 .wp-post { background: var(--wp-surface); box-shadow: 0 1px 2px rgba(15,23,42,0.06); }
.theme-11 .wp-posts--grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
@media (max-width: 760px) { .theme-11 .wp-posts--grid { grid-template-columns: 1fr; } }
.theme-11 .wp-widget { background: var(--wp-surface); box-shadow: 0 1px 2px rgba(15,23,42,0.05); }
.theme-11 .wp-widget-title { text-transform: none; letter-spacing: 0; font-size: 1.05rem; border-bottom: 2px solid var(--wp-accent); color: var(--wp-ink); }
.theme-11 .wp-search { display: flex; gap: 0.4rem; }
.theme-11 .wp-search input { flex: 1; min-height: 44px; border: 1px solid var(--wp-border); border-radius: var(--wp-radius); padding: 0.4rem 0.7rem; font: inherit; background: var(--wp-bg); color: var(--wp-ink); }
.theme-11 .wp-search button { border: 0; background: var(--wp-accent); color: #fff; border-radius: var(--wp-radius); padding: 0 0.9rem; min-height: 44px; font-weight: 700; cursor: pointer; }
.theme-11 .wp-post-thumb { display: block; overflow: hidden; background: var(--wp-bg); }
.theme-11 .wp-post-thumb img { width: 100%; height: 180px; object-fit: cover; display: block; }
.theme-11 .wp-post { border: 0; }
.theme-11 .wp-content h2 { color: var(--wp-link); font-weight: 700; }
