.adsense-block {
  margin: 1.2rem 0;
}

.adsense-placeholder {
  border: 1px dashed color-mix(in srgb, var(--ui-text) 25%, transparent);
  border-radius: 14px;
  padding: 14px;
  background: color-mix(in srgb, var(--ui-surface) 85%, transparent);
  color: var(--ui-text);
}

.adsense-badge {
  display: inline-block;
  font-size: 0.75rem;
  opacity: 0.7;
  margin-bottom: 6px;
  color: var(--ui-text-muted);
}

.adsense-title {
  font-weight: 600;
  margin-bottom: 2px;
  color: var(--ui-text);
}

.adsense-meta {
  font-size: 0.85rem;
  opacity: 0.7;
  color: var(--ui-text-muted);
}

.adsense-live-label {
  font-size: 0.75rem;
  opacity: 0.7;
  margin-bottom: 8px;
  color: var(--ui-text-muted);
}
