/*
Theme Name: Neve Child
Template: neve
Version: 1.0
*/

/* =========================================
   Footer: Medien & Text (Logo links, Text rechts)
   ========================================= */

/* Block-Grundlayout erzwingen */
.footer-custom.wp-block-media-text {
  display: grid !important;
  grid-template-columns: 80px 1fr !important;
  column-gap: 20px !important;
  align-items: center !important;
}

/* Logo-Größe festlegen */
.footer-custom.wp-block-media-text .wp-block-media-text__media img {
  width: 80px !important;
  max-width: 80px !important;
  height: auto !important;
  display: block;
}

/* Text ohne Abstände */
.footer-custom.wp-block-media-text .wp-block-media-text__content {
  padding: 0 !important;
  margin: 0 !important;
}