.custom-footer__contact .fixycz-contact-top {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 10px 0 16px;
}

/* FOTO – bez jakéhokoliv ořezu */
.custom-footer__contact .fixycz-contact-photo {
  width: 110px;
  margin: 0 auto 14px;
  flex-shrink: 0;
}

.custom-footer__contact .fixycz-contact-photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* BADGE – přes celou šířku */
.custom-footer__contact .fixycz-contact-badge {
  display: block;
  width: 100%;
  background: #915C9E;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  padding: 10px 12px;
  border-radius: 4px;
  box-sizing: border-box;
}

/* KONTAKT LIST */
.custom-footer__contact .contact-box {
  text-align: left;
}

.custom-footer__contact .contact-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-footer__contact .contact-box li {
  margin-bottom: 8px;
}

/* MOBIL */
@media (max-width: 767px) {
  .custom-footer__contact .fixycz-contact-photo {
    width: 100px;
  }

  .custom-footer__contact .fixycz-contact-badge {
    font-size: 13px;
    padding: 9px 10px;
  }
}