/* ============================================
   ergeshop-trustbar — v4 větší velikost
   ============================================ */

.ergeshop-trustbar {
  background: #eef5fa !important;
  border-top: 1px solid #dce7ef !important;
  border-bottom: 1px solid #dce7ef !important;
  margin-top: 44px !important;
  font-family: Roboto, sans-serif !important;
}

.ergeshop-trustbar .container {
  max-width: 1260px;
}

.ergeshop-trustbar__inner {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  padding: 0 !important;
}

/* Karta */
.ergeshop-trustbar__card {
  display: block !important;
  flex-direction: unset !important;
  align-items: unset !important;
  justify-content: unset !important;
  text-align: left !important;
  min-height: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
  border-right: 1px solid #dce7ef !important;
  background: transparent !important;
  padding: 30px 36px 28px !important;
  position: relative !important;
  overflow: visible !important;
  transition: background .18s !important;
}
.ergeshop-trustbar__card:last-child {
  border-right: none !important;
}
.ergeshop-trustbar__card:hover {
  background: #fff !important;
}

.ergeshop-trustbar__card::before {
  display: none !important;
}
.ergeshop-trustbar__card::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important; left: 0 !important; right: 0 !important;
  height: 2px !important;
  background: #00AEEF !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform .28s cubic-bezier(.4, 0, .2, 1) !important;
}
.ergeshop-trustbar__card:hover::after {
  transform: scaleX(1) !important;
}

/* Ikona skrytá */
.ergeshop-trustbar__icon {
  display: none !important;
}

/* Číslo */
.ergeshop-trustbar__num {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #00AEEF !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  margin: 0 0 9px 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  line-height: 1 !important;
}
.ergeshop-trustbar__num::before {
  content: '' !important;
  display: block !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 1px !important;
  background: #00AEEF !important;
}

/* Nadpis */
.ergeshop-trustbar__title {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #1a2b38 !important;
  line-height: 1.2 !important;
  margin: 0 0 5px 0 !important;
}

/* Podtitulek */
.ergeshop-trustbar__text {
  font-size: 13px !important;
  color: #6b8494 !important;
  line-height: 1.4 !important;
  margin: 0 0 12px 0 !important;
}

/* Odkazy */
.ergeshop-trustbar__links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px 10px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ergeshop-trustbar__links a {
  font-size: 12px !important;
  color: #00AEEF !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  border-bottom: 1px solid rgba(0, 174, 239, .25) !important;
  line-height: 1.5 !important;
  transition: color .15s, border-color .15s !important;
}
.ergeshop-trustbar__links a:hover {
  color: #007EA8 !important;
  border-bottom-color: #007EA8 !important;
}
.ergeshop-trustbar__sep {
  color: #c0d4e0 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  user-select: none !important;
}

/* Badge */
.ergeshop-trustbar__badge {
  position: absolute !important;
  top: 16px !important; right: 16px !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: #00AEEF !important;
  border: 1px solid #b8ddf0 !important;
  background: #e8f7fd !important;
  padding: 2px 7px !important;
  border-radius: 2px !important;
  line-height: 1.6 !important;
}

/* ─── Responsive ────────────────────────── */
@media (max-width: 1199px) {
  .ergeshop-trustbar__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .ergeshop-trustbar__card:nth-child(2) {
    border-right: none !important;
  }
  .ergeshop-trustbar__card:nth-child(1),
  .ergeshop-trustbar__card:nth-child(2) {
    border-bottom: 1px solid #dce7ef !important;
  }
}

@media (max-width: 575px) {
  .ergeshop-trustbar {
    margin-top: 32px !important;
  }
  .ergeshop-trustbar__inner {
    grid-template-columns: 1fr !important;
  }
  .ergeshop-trustbar__card {
    border-right: none !important;
    border-bottom: 1px solid #dce7ef !important;
    padding: 22px 24px 20px !important;
  }
  .ergeshop-trustbar__card:last-child {
    border-bottom: none !important;
  }
  .ergeshop-trustbar__title {
    font-size: 16px !important;
  }
  .ergeshop-trustbar__text {
    font-size: 12px !important;
  }
}
