/* GALAXIS Code-Hilfe Layout V1
   Korrektur: Titel und Zusatztext sauber untereinander statt nebeneinander.
   Nur Startseite/Design. Keine Shop-Logik.
*/

.galx-home--v6 .galx-code summary {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) 34px !important;
  grid-template-rows: auto auto !important;
  column-gap: 12px !important;
  row-gap: 2px !important;
  align-items: center !important;
  min-height: 58px !important;
  padding: 12px 14px !important;
}

.galx-home--v6 .galx-code summary::before {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  align-self: center !important;
}

.galx-home--v6 .galx-code summary::after {
  grid-column: 3 !important;
  grid-row: 1 / span 2 !important;
  align-self: center !important;
  justify-self: end !important;
}

.galx-home--v6 .galx-code summary .galx-code-summary-main {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: block !important;
  margin: 0 !important;
  color: #08233f !important;
  font-size: 14.5px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  text-align: left !important;
  white-space: normal !important;
}

.galx-home--v6 .galx-code summary .galx-code-summary-sub {
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: block !important;
  margin: 2px 0 0 !important;
  color: #607188 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
  text-align: left !important;
  white-space: normal !important;
}

@media (max-width: 575.98px) {
  .galx-home--v6 .galx-code summary {
    grid-template-columns: 32px minmax(0, 1fr) 32px !important;
    column-gap: 10px !important;
    min-height: 56px !important;
    padding: 12px 13px !important;
  }

  .galx-home--v6 .galx-code summary .galx-code-summary-main {
    font-size: 14px !important;
  }

  .galx-home--v6 .galx-code summary .galx-code-summary-sub {
    font-size: 11.5px !important;
  }
}
