
.elenys-usp-wrap {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
  margin-top: 14px;
  width: auto;
  max-width: 520px;
}

.elenys-usp-list {
  flex: 0 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.elenys-usp-item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
}

.elenys-usp-item .check {
  color: #2e7d32 !important;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1.25;
}

.elenys-usp-item span:last-child {
  display: block;
  min-width: 0;
  overflow-wrap: break-word;
}

.elenys-usp-badge {
  flex: 0 0 90px;
  width: 90px;
  margin-top: 0;
}

.elenys-usp-badge img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  display: block;
}

/* mobil - pořád vedle textu, bez velké mezery */
@media (max-width: 767px) {
  .elenys-usp-wrap {
    display: flex;
    flex-direction: row !important;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14px;
    width: fit-content;
    max-width: 100%;
  }

  .elenys-usp-list {
    flex: 1 1 auto;
    max-width: calc(100% - 104px);
  }

  .elenys-usp-badge {
    flex: 0 0 88px;
    width: 88px;
  }

  .elenys-usp-badge img {
    width: 88px;
    height: 88px;
  }
}

@media (max-width: 380px) {
  .elenys-usp-wrap {
    gap: 10px;
  }

  .elenys-usp-item {
    font-size: 13.5px;
  }

  .elenys-usp-list {
    max-width: calc(100% - 86px);
  }

  .elenys-usp-badge {
    flex-basis: 76px;
    width: 76px;
  }

  .elenys-usp-badge img {
    width: 76px;
    height: 76px;
  }
}
