/* Site admin bannerları */
.site-admin-banners {
  position: relative;
  z-index: 2100;
  width: 100%;
}
.site-banner {
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.site-banner strong { font-weight: 700; margin-right: 6px; }
.site-banner--info    { background: #e8f1ff; color: #1e3a5f; }
.site-banner--success { background: #e6f9f0; color: #065f46; }
.site-banner--warning { background: #fff7e6; color: #92400e; }
.site-banner--danger  { background: #ffe8ec; color: #9f1239; }
body.dark .site-banner--info    { background: #132238; color: #b8d4ff; }
body.dark .site-banner--success { background: #0f2419; color: #86efac; }
body.dark .site-banner--warning { background: #2a2010; color: #fcd34d; }
body.dark .site-banner--danger  { background: #2a1018; color: #fda4af; }
@media (max-width: 600px) {
  .site-banner { font-size: 12px; padding: 8px 12px; }
}
