/**
 * Lay a Poppy widgets: base component styling.
 * Structural defaults only; the vac theme owns colors and may override
 * any of this (colors inherit from the surrounding theme context).
 */

.lap-total {
  padding: 1.5rem 1rem;
  text-align: center;
}

.lap-total-poppy {
  display: block;
  margin: 0 auto 0.75rem;
}

.lap-total-count {
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
  color: #fff;
}

.lap-total-caption {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  color: #fff;
}

/* Compact variant when embedded in the casualty widget band. */
.lap-widget .lap-total {
  padding: 0;
}

.lap-widget .lap-total-poppy {
  width: 32px;
  height: 32px;
  margin-bottom: 0.5rem;
}

.lap-widget .lap-total-count {
  font-size: 2rem;
}
