/* ==========================================================
   Bellemann - Verlinkung Block
   Two-button block using global button styles
   Buttons are styled globally; this file controls layout only
========================================================== */

.bellemann-verlinkung {
  text-align: center;
  margin: 40px 0;
}

.bellemann-verlinkung .bellemann-btn-group {
  justify-content: center; /* center buttons */
  margin-top: 0; /* reset default spacing */
}

@media (max-width: 768px) {
  .bellemann-verlinkung {
    margin: 25px 0; /* tighter spacing on mobile */
  }
}
