.fk-pakke-info{
  margin-top:1rem;
	margin-bottom:20px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:.75rem;
  padding:.9rem;
}
.fk-pakke-info__headline{font-weight:700;margin-bottom:.35rem;}
.fk-pakke-info__text{opacity:.9;margin-bottom:.6rem;}
.fk-pakke-info__list{list-style:none;margin:0;padding:0;}
.fk-pakke-info__row{display:flex;gap:.5rem;align-items:baseline;flex-wrap:wrap;padding:.45rem 0;border-top:1px dashed rgba(0,0,0,.07);}
.fk-pakke-info__name{font-weight:600;text-decoration:none;}
.fk-pakke-info__regular{opacity:.85;}
.fk-pakke-info__arrow{opacity:.7;}
.fk-pakke-info__pakke{font-weight:700;}
.fk-pakke-info__pct{opacity:.85;}
.fk-pakke-info__note{margin-top:.6rem;font-size:.9em;opacity:.9;}

////////////////

/* Basis in der Box */
.fk-pakke-info{ font-size:14px; }

/* Preise in der Box gezielt überschreiben */
.fk-pakke-info .fk-pakke-info__regular .woocommerce-Price-amount.amount{
  font-size:1rem !important;      /* Vorpreis */
  line-height:1.2;
}
.fk-pakke-info .fk-pakke-info__pakke{
  font-size:1.05rem;
  font-weight:800;
}
.fk-pakke-info .fk-pakke-info__pakke .woocommerce-Price-amount.amount{
  font-size:1.2rem !important;    /* Angebotsbetrag */
  line-height:1.2;
}

/* Optional: Überschrift/Hinweis */
.fk-pakke-info__headline{ font-size:1.1rem; font-weight:700; }
.fk-pakke-info__text{ font-size:.95rem; }
.fk-pakke-info__note{ font-size:.85rem; }


/* NUR in der Pakke-Infobox */
.fk-pakke-info .woocommerce-Price-amount.amount,
.fk-pakke-info .woocommerce-Price-amount.amount bdi{
  /* neutralisiert die Breakdance-Styles */
  color: inherit !important;
  font-size: 1rem !important;
  line-height: 1.2;
}

/* Vorpreis (Førpris) in der Box */
.fk-pakke-info .fk-pakke-info__regular .woocommerce-Price-amount.amount,
.fk-pakke-info .fk-pakke-info__regular .woocommerce-Price-amount.amount bdi{
  font-size: .95rem !important;
  font-weight: 600;
  color: #555 !important;
}

/* Angebotsbetrag (Tilbudspris) in der Box */
.fk-pakke-info .fk-pakke-info__pakke .woocommerce-Price-amount.amount,
.fk-pakke-info .fk-pakke-info__pakke .woocommerce-Price-amount.amount bdi{
  font-size: 1.20rem !important;
  font-weight: 800;
  color: green !important; /* oder deine Wunschfarbe */
}
/* Nur in der Pakke-Box: "Du sparer" rechts ausrichten */
.fk-pakke-info .fk-pakke-info__save{
  display: block;     /* eigener Zeilenumbruch */
  width: 100%;
  text-align: right;  /* → rechts */
  margin-top: .15rem;
  font-weight: 700;
  font-size: .95rem;
  color: #2e7d32 !important;
}


