/**
 * footer-tight.css — redukce paddingu v paticce.
 * Kadence ma inline <style> s prioritou — pouzivame tridy navic a !important.
 */

/* 4 tridy + #id + !important - beats Kadence inline */
footer#colophon .site-middle-footer-inner-wrap.site-footer-row.ft-ro-dir-column,
footer#colophon div.site-middle-footer-inner-wrap {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

footer#colophon .site-bottom-footer-inner-wrap.site-footer-row,
footer#colophon div.site-bottom-footer-inner-wrap {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* Logo max 80px */
footer#colophon .site-branding img.custom-logo,
footer#colophon img.custom-logo {
  max-height: 80px !important;
  width: auto !important;
}

/* Kompaktni widgety */
footer#colophon .footer-widget-area p {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

/* === Footer-widget6: oprava overlapu loga přes kontaktní text === */
/* Logo musí zůstat ve svém sloupci (30 % šířky), nesmí přesahovat */
footer#colophon .footer-widget6 .wp-block-kadence-image img,
footer#colophon .footer-widget6 figure.wp-block-kadence-image img {
  max-width: 160px !important;
  max-height: 90px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}

/* Logo column: zabránit overflow */
footer#colophon .footer-widget6 .wp-block-kadence-column .kt-inside-inner-col {
  overflow: hidden;
}

/* Pravý sloupec (kontakty): zarovnat doleva, ne na střed */
footer#colophon .footer-widget6 .kadence-column8b25f6-65 .kt-inside-inner-col {
  align-items: flex-start !important;
  text-align: left;
}

/* Telefon a e-mail jako čisté řádky bez zalamování */
footer#colophon .footer-widget6 .kt-adv-heading-has-icon {
  white-space: nowrap;
}

@media (max-width: 768px) {
  footer#colophon .site-middle-footer-inner-wrap.site-footer-row.ft-ro-dir-column,
  footer#colophon div.site-middle-footer-inner-wrap {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* Mobile: skrýt logo (identitu nese hlavička), text na střed */
  footer#colophon .footer-widget6 figure.wp-block-kadence-image {
    display: none !important;
  }
  footer#colophon .footer-widget6 .kadence-column8b25f6-65 .kt-inside-inner-col {
    align-items: center !important;
    text-align: center;
  }
}
