/* V74 — naprawdę mała, dyskretna stopka Przelewy24 */
.p24-payment-footer-v71{
  box-sizing:border-box !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  max-width:none !important;
  min-height:0 !important;
  height:auto !important;
  margin:3px 0 2px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:hidden !important;
  opacity:.58 !important;
}
.p24-payment-footer-v71__image{
  box-sizing:border-box !important;
  display:block !important;
  width:220px !important;
  max-width:calc(100vw - 40px) !important;
  height:auto !important;
  max-height:110px !important;
  margin:0 auto !important;
  padding:0 !important;
  object-fit:contain !important;
}
.p24-checkout-notice-v71{
  margin:4px 0 12px;
  padding:14px 15px;
  border:1px solid rgba(231,55,189,.32);
  border-radius:12px;
  background:rgba(231,55,189,.07);
  color:#c8c3d0;
  font:500 13px/1.55 Inter,Arial,sans-serif;
}
.p24-checkout-notice-v71 strong{display:block;margin-bottom:3px;color:#fff;font-size:14px}
.company-legal-v72{
  width:min(1180px,calc(100% - 32px));
  margin:14px auto 0;
  color:#8f8a98;
  font:500 11px/1.6 Inter,Arial,sans-serif;
  text-align:center;
}
.company-legal-v72 strong{color:#c9c5cf;font-weight:700}
@media(max-width:700px){
  .p24-payment-footer-v71{
    margin:2px 0 1px !important;
    opacity:.52 !important;
  }
  .p24-payment-footer-v71__image{
    width:170px !important;
    max-width:calc(100vw - 32px) !important;
    max-height:85px !important;
  }
  .company-legal-v72{width:calc(100% - 24px);font-size:10px}
}
