.lsq-whats-new {
  --lsq-wn-border: #e8ecf0;
  --lsq-wn-kicker: #1463ff;
  --lsq-wn-heading: #0c1424;
  --lsq-wn-meta: #465972;
  --lsq-wn-card-bg: #ffffff;
  --lsq-wn-row-hover: #f8fafc;
  --lsq-wn-dot-new: #22c55e;
  --lsq-wn-dot-updated: #f59e0b;
  --lsq-wn-badge-new-bg: #ecfdf5;
  --lsq-wn-badge-new-text: #059669;
  --lsq-wn-badge-up-bg: #fffbeb;
  --lsq-wn-badge-up-text: #92400e;
  --lsq-wn-chevron: #7f8da3;
}

.lsq-whats-new__card {
  background: var(--lsq-wn-card-bg);
  border: 1px solid var(--lsq-wn-border);
  border-radius: 16px;
  overflow: hidden;
  max-width: 100%;
}

.lsq-whats-new__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 77px;
  padding: 16px 24px 17px;
  border-bottom: 1px solid var(--lsq-wn-border);
  box-sizing: border-box;
}

.lsq-whats-new__header-text {
  min-width: 0;
}

.lsq-whats-new__kicker {
  margin: 0 0 4px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 16.5px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--lsq-wn-kicker);
}

.lsq-whats-new__title {
  margin: 0;
  font-family: inherit;
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
  letter-spacing: -0.3px;
  color: var(--lsq-wn-heading);
}

#top .lsq-whats-new__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 2px 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--lsq-wn-kicker);
  text-decoration: none;
  max-width: 100%;
}

.lsq-whats-new__all:hover,
.lsq-whats-new__all:focus-visible {
  text-decoration: underline;
  outline: none;
}

.lsq-whats-new__all-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lsq-whats-new__list {
  list-style: none;
  margin: 0;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lsq-whats-new__item {
  margin: 0;
  padding: 0;
}

.lsq-whats-new__row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62.5px;
  padding: 8px 24px;
  margin: 0;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  transition: background-color 0.15s ease;
}

a.lsq-whats-new__row:hover,
a.lsq-whats-new__row:focus-visible {
  background: var(--lsq-wn-row-hover);
  outline: none;
}

.lsq-whats-new__dot {
  flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    align-self: flex-start;
    margin-top: 10px;
}

.lsq-whats-new__dot--new {
  background: var(--lsq-wn-dot-new);
}

.lsq-whats-new__dot--updated {
  background: var(--lsq-wn-dot-updated);
}

.lsq-whats-new__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lsq-whats-new__row-title {
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
  color: var(--lsq-wn-heading);
}

.lsq-whats-new__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.lsq-whats-new__badge {
  display: inline-flex;
  align-items: center;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.lsq-whats-new__badge--new {
  background: var(--lsq-wn-badge-new-bg);
  color: var(--lsq-wn-badge-new-text);
}

.lsq-whats-new__badge--updated {
  background: var(--lsq-wn-badge-up-bg);
  color: var(--lsq-wn-badge-up-text);
}

.lsq-whats-new__time {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.5px;
  color: var(--lsq-wn-meta);
}

.lsq-whats-new__chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: var(--lsq-wn-chevron);
}

.lsq-whats-new__empty {
  margin: 0;
  padding: 16px 24px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--lsq-wn-meta);
}
li.lsq-whats-new__item {
  margin: 0;
  list-style-type: none;
}
a.lsq-whats-new__row:hover span.lsq-whats-new__chevron {
  transform: translateX(4px);
}

a.lsq-whats-new__row span.lsq-whats-new__chevron {
  transition: transform 0.5s ease;
}