.ilpe-items-wrap {
  display: block;
}

.ilpe-fullbleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  margin-bottom: 24px;
}

.ilpe-lite {
  max-width: 540px;
  margin: 0 auto;
  position: relative;
}

.ilpe-lite-btn {
  all: unset;
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.ilpe-fallback-poster {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid #d1d5db;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #f3f4f6 100%);
  color: #111827;
  text-align: center;
  padding: 28px;
  box-sizing: border-box;
}

.ilpe-fallback-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.ilpe-lite-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 42px;
  line-height: 1;
  background: rgba(17, 24, 39, 0.72);
  color: #fff;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ilpe-loading,
.ilpe-open-link {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

@media (max-width: 782px) {
  .ilpe-fallback-poster {
    padding: 22px;
  }
}
