/* assets/css/emp-single-fuhrpark.css */

/* Placeholder für fehlendes Beitragsbild */
.fz-thumb-placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  background: #eee;
}

.fz-thumb-placeholder .dashicons {
  font-size: 80px;
  width: 80px;
  height: 80px;
}

/* Status Badge auf dem Hero-Bild */
.fz-status-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.72em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #fff;
  background: var(--emp-dark);
}

.fz-status-badge.is-ok { background: #2e7d32; }
.fz-status-badge.is-off { background: var(--emp-accent); }

/* Funkspruch-Zeile */
.fz-funkruf-line {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #444;
  font-weight: 700;
}

.fz-funkruf-line .dashicons {
  color: #888;
  font-size: 18px;
  width: 18px;
  height: 18px;
}

/* Historie Meta */
.fz-history-meta {
  font-size: 0.85em;
  color: #777;
  margin-top: 5px;
}

.fz-meta-sep {
  margin: 0 6px;
  color: #aaa;
}

/* Leerer Zustand */
.fz-empty-note {
  color: #888;
  font-style: italic;
  background: #fdfdfd;
  padding: 20px;
  border: 1px dashed #ccc;
  border-radius: 8px;
}

/* Lightbox (wenn du sie nicht global hast) */
.emp-lightbox {
  display: none;
  position: fixed;
  z-index: 999999;
  inset: 0;
  background: rgba(0,0,0,0.9);
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.emp-lightbox.is-open {
  display: flex;
}

.emp-lightbox img {
  max-width: 92%;
  max-height: 86vh;
  border: 4px solid #fff;
  box-shadow: 0 0 50px rgba(0,0,0,0.5);
  border-radius: 4px;
}

.emp-lightbox-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 28px;
  line-height: 44px;
  font-weight: 900;
  background: #fff;
  color: #111;
}
