/* GALAXIS Finder Tip Center V1
   Zentriert den Hinweis unter dem Suchen-Button.
   Nur Startseite/Design. Keine Shop-Logik.
*/

.galx-home--v6 .galx-tip,
.galx-home--calm-v7 .galx-tip {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  min-height: 38px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

@media (max-width: 575.98px) {
  .galx-home--v6 .galx-tip,
  .galx-home--calm-v7 .galx-tip {
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    min-height: 36px !important;
  }
}
