@scope (body[data-ui-release="177"]) {
#panel-milestones :is(
  .store-item-icon[data-src],
  .garage-vehicle-image:not(.is-ready),
  .housing-scene-image:not(.is-ready)
) {
  background: #edf5ff;
  color: transparent;
}

  #panel-milestones :is(
    .housing-section-head,
    .collection-section-head,
    .bucket-section-head,
    .garage-section-head
  ) {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 18px;
  }

  #panel-milestones :is(
    .housing-section-head,
    .collection-section-head,
    .bucket-section-head,
    .garage-section-head
  ) h2 {
    color: var(--ui-foreground);
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    margin: 2px 0 0;
    word-break: keep-all;
  }

  #panel-milestones .section-kicker,
  #panel-milestones .garage-section-head > div > span {
    color: var(--ui-primary);
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
  }

  #panel-milestones .milestone-facts {
    align-items: center;
    column-gap: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px !important;
    line-height: 18px !important;
    margin-top: 4px;
    row-gap: 2px;
  }

  #panel-milestones .milestone-facts span {
    white-space: nowrap;
  }

  #panel-milestones .milestone-facts strong {
    color: var(--ui-foreground);
    font-variant-numeric: tabular-nums;
    font-weight: 800;
  }

  #panel-milestones .milestone-card-actions {
    margin-top: 10px;
  }

  #panel-milestones :is(
    .housing-section,
    .collection-section,
    .bucket-section,
    .cosmetics-section,
    .garage-section
  ) {
    border-radius: 8px;
  }

  #panel-milestones .codex-emoji.codex-ant-slot {
    width: 86px;
    height: 94px;
    overflow: visible;
  }

  #panel-milestones .codex-ant-img {
    width: 78px;
    height: 88px;
    object-fit: contain;
  }
}
