/* V2476 – gezielte Layout-Regression-Sicherung ohne visuelles Redesign */

body.meta-home #pakete .v95-pricing-grid {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.meta-home #pakete .v95-price-card,
body.meta-home #pakete .v95-price-card > * {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

body.meta-home #pakete .v95-package-note {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1000px) {
  body.meta-home #pakete .v95-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.meta-home #pakete .v95-pricing-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.meta-home #pakete .v95-package-note {
    flex-direction: column;
    gap: 5px;
  }
}
