/* Shared country-page tab alignment: center the complete tab group and its rule. */
.planning-tabs {
  width: fit-content !important;
  max-width: 100% !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 760px) {
  .planning-tabs {
    width: 100% !important;
  }
}
