/*
Theme Name: Divi Child - Freeheit
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1770125552
Updated: 2026-02-03 14:32:32

*/
/* TEST */
.sv-3 {
  display: block;
}
/* ===== Mobil: 3 Blöcke nebeneinander (ohne Grid) ===== */

.sv-3{
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.sv-3__item{
  flex: 1 1 0;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  padding: 10px;
  min-width: 0; /* verhindert Überlaufen */
}

.sv-3__label{
  font-weight: 700;
  opacity: .75;
  font-size: 12px;
  margin-bottom: 4px;
}

.sv-3__value{
  font-weight: 800;
  font-size: 14px;
}
