.admin-notice-wrap {
  max-width: 1100px;
  margin: 0 auto 1.2rem auto;
}

.admin-notice {
  border-radius: 6px;
  padding: .75rem 1rem;
}

.admin-notice--moderation {
  background: #e9f7fb;
  border: 1px solid #bee5eb;
  color: #0c5460;
}

.admin-notice--error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: .6rem .9rem;
}

.admin-notice--warning {
  background: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
  padding: .6rem .9rem;
}

.admin-notice .btn {
  margin-left: .4rem;
}

.teaser-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.teaser-card {
  overflow: hidden;
}

.teaser-card__image {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}

.teaser-card__body {
  padding: 1rem;
}

.teaser-card__video-link {
  margin-bottom: .6rem;
  display: inline-block;
}

.teaser-card__text {
  font-size: .95rem;
  color: #555;
}

.teaser-card__actions {
  margin-top: .8rem;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.admin-stats-badge {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 9999;
  background: #111;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  padding: .45rem .6rem;
  border-radius: 8px;
  opacity: .9;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
}
