@media (min-width: 1000px) {
  .bottom-nav {
    left: 24px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 76px;
    height: auto;
    padding: 10px 8px;
    grid-template-columns: 1fr;
    border-radius: 22px;
  }
  .bottom-nav a { min-height: 58px; }
  .site-shell { padding-bottom: 0; }
  .site-shell main { padding-bottom: 80px; }
}

.lesson-section--vip-experience {
  padding: 20px;
  border: 1px solid #d5c5dd;
  border-radius: 18px;
  background: #f3edf5;
}

.vip-experience-badge {
  display: inline-flex;
  margin: 0 10px 8px 0;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--lav);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  vertical-align: middle;
}

.vip-content summary .vip-experience-badge { margin-bottom: 0; }
.vip-content .lesson-section {
  margin: 16px 0;
  padding: 18px;
  background: rgba(255,255,255,.38);
}

.vip-title-preview {
  margin: 14px auto;
  padding: 0;
  max-width: 440px;
  list-style: none;
  color: var(--muted);
  font-size: 13px;
}

.vip-title-preview li + li { margin-top: 4px; }
