/*!
 * Divi Reading Time — Frontend Styles
 * Plugin:  Divi Reading Time
 * Author:  Divi Layouts Pro
 * Version: 2.0.0
 * License: GPL v2 or later
 */

/* ─── Badge wrapper ──────────────────────────────────────────────────────────── */

.dlp_rt_module__badge {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45em;
  line-height: 1.4;
  max-width: 100%;
}

/* Icon placed after the text */
.dlp_rt_module__badge--icon-after {
  flex-direction: row-reverse;
}

/* ─── Clock icon ─────────────────────────────────────────────────────────────── */

.dlp_rt_module__icon {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  display: inline-block;
  color: currentColor;
  vertical-align: middle;
}

/* ─── Text label ─────────────────────────────────────────────────────────────── */

.dlp_rt_module__label {
  min-width: 0;
}

.dlp_rt_module__time {}

/* ─── No-content placeholder (renders when no post is in the loop) ───────────── */

.dlp_rt_module__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  gap: 6px;
  padding: 16px 20px;
  border: 2px dashed rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  color: #aaa;
  text-align: center;
  font-size: 13px;
  font-style: italic;
}
