/* toolqoe renk katmanı — bkz. mu-plugins/toolqoe-renk.php */
:root {
  --toolqoe-baglanti: #1d4ed8;
  --toolqoe-baglanti-uzeri: #1e3a8a;
  --toolqoe-cizgi: #e2e8f0;
}

.wp-site-blocks a:where(:not(.wp-element-button)) {
  color: var(--toolqoe-baglanti);
}
.wp-site-blocks a:where(:not(.wp-element-button)):hover {
  color: var(--toolqoe-baglanti-uzeri);
}
:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

/* Ana sayfa özeti */
.sq-ozet {
  background: #eff6ff;
  border-left: 4px solid #2563eb;
  border-radius: 6px;
  padding: 0.9em 1.1em;
  color: #0f172a;
}

/* Araç listeleri */
ul.toolqoe-liste {
  list-style: none;
  padding-left: 0;
}
ul.toolqoe-liste > li {
  padding: 0.55em 0;
  border-bottom: 1px solid var(--toolqoe-cizgi);
}
ul.toolqoe-liste > li:last-child {
  border-bottom: 0;
}
ul.toolqoe-liste a {
  text-decoration: none;
}
ul.toolqoe-liste a:hover {
  text-decoration: underline;
}
