/* ==========================================================
   OPOOS.CZ – úprava patičky webu
   ========================================================== */

/* Pozadí patičky a spodní lišty s copyright textem */
.footer,
.footer-bottom,
.footer-bottom-full-width {
  background-color: #eeeeee !important;
}

/* Veškerý text v patičce černý */
.footer,
.footer a,
.footer .pageElement__heading,
.footer .pageElement__heading span,
.footer .copyright,
.footer .copyright strong {
  color: #000 !important;
}

/* Kontaktní řádky s ikonami */
.footer .custom-footer__contact .contact-box ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

.footer .custom-footer__contact .opoos-footer-icon {
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  color: #3aab54;
}

.footer .custom-footer__contact .opoos-hodiny {
  display: block;
  font-size: 13px;
  color: #000;
  margin-top: 2px;
}

/* Platební loga do řady vedle sebe */
.footer .custom-footer__onlinePayments .opoos-platby-radek {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer .custom-footer__onlinePayments .opoos-platby-radek img {
  height: 30px;
  width: auto;
}
