/* Site-wide embed slots (admin /admin/ads, display_mode=site_embed) */

.fe-site-ad {
  box-sizing: border-box;
  width: 100%;
}

.fe-site-ad__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

.fe-site-ad--nav-below {
  background: linear-gradient(180deg, color-mix(in srgb, var(--fe-accent, #0d9488) 8%, #fff) 0%, #f8fafc 100%);
  border-bottom: 1px solid color-mix(in srgb, var(--fe-nav, #5b6cb8) 18%, #e2e8f0);
}

.fe-site-ad--nav-below .fe-site-ad__inner {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.fe-site-ad--home-mid {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 1rem 1.25rem;
}

.fe-site-ad--home-mid .fe-site-ad__inner {
  padding: 1rem 1.25rem;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
}

.fe-site-ad--footer-above {
  background: #f1f5f9;
  border-top: 1px solid #e2e8f0;
}

.fe-site-ad--footer-above .fe-site-ad__inner {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.fe-site-ad--user-sidebar {
  margin: 0 0 0.75rem;
}

.fe-site-ad--user-sidebar .fe-site-ad__inner {
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px dashed color-mix(in srgb, var(--fe-accent, #0d9488) 35%, #cbd5e1);
  background: color-mix(in srgb, var(--fe-accent, #0d9488) 6%, #fff);
  font-size: 0.8125rem;
}

@media (max-width: 640px) {
  .fe-site-ad--home-mid .fe-site-ad__inner {
    padding: 0.75rem 1rem;
  }
}

/* Admin-only preview (fe_settings ads_admin_frontend_preview_enabled) */
.fe-site-ad--placeholder {
  --fe-ph-fg: #475569;
  --fe-ph-bg: repeating-linear-gradient(
    135deg,
    color-mix(in srgb, var(--fe-accent, #0d9488) 12%, #f8fafc) 0,
    color-mix(in srgb, var(--fe-accent, #0d9488) 12%, #f8fafc) 12px,
    #f1f5f9 12px,
    #f1f5f9 24px
  );
  border: 2px dashed color-mix(in srgb, var(--fe-accent, #0d9488) 45%, #cbd5e1);
  color: var(--fe-ph-fg);
}

.fe-site-ad__ph-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1rem;
  min-height: 3rem;
  padding: 0.75rem 1rem !important;
}

.fe-site-ad__ph-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.fe-site-ad__ph-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.78rem;
  background: rgba(255, 255, 255, 0.85);
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}

.fe-site-ad--placeholder.fe-site-ad--ph-nav-below {
  background: var(--fe-ph-bg);
}

.fe-site-ad--placeholder.fe-site-ad--ph-home-mid .fe-site-ad__inner {
  border-radius: 14px;
  border-style: dashed;
}

.fe-site-ad--placeholder.fe-site-ad--ph-footer-above {
  background: var(--fe-ph-bg);
}

.fe-site-ad--placeholder.fe-site-ad--ph-user-sidebar .fe-site-ad__inner {
  border-style: dashed;
}
