#ant-avatar[data-paid-skin] :is(
  .cosmetic-neutralizer,
  .ant-vector-base,
  .ant-vector-face
) {
  display: none !important;
}

#ant-avatar[data-paid-skin] #ant-ground-shadow {
  display: block;
}

#panel-milestones .luxury-view-tabs:has(#luxury-tab-paid-skins) {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

#panel-milestones .luxury-view-tabs:has(#luxury-tab-paid-skins) button {
  min-width: 0;
  padding-inline: 4px;
  font-size: 13px !important;
  white-space: nowrap;
}

.paid-skin-section {
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  background: #f7f9fc;
  padding: 16px;
}

.paid-skin-restore {
  min-height: 40px;
  border: 1px solid #d1d6db;
  border-radius: 8px;
  background: #fff;
  color: #4e5968;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 750;
}

.paid-skin-restore:disabled,
.paid-skin-default:disabled {
  cursor: wait;
  color: #8b95a1;
  background: #e5e8eb;
  border-color: #e5e8eb;
}

.paid-skin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 8px 0 16px;
}

.paid-skin-note {
  margin: 0;
  color: #6b7684;
  font-size: 14px;
  font-weight: 650;
  line-height: 20px;
  word-break: keep-all;
}

.paid-skin-default {
  flex: 0 0 auto;
  min-height: 36px;
  border: 1px solid #d1d6db;
  border-radius: 8px;
  background: #fff;
  color: #4e5968;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 800;
}

.paid-skin-status {
  margin: -6px 0 14px;
  border-radius: 8px;
  background: #edf5ff;
  color: #1769e5;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 750;
  line-height: 20px;
  word-break: keep-all;
}

.paid-skin-status-failed,
.paid-skin-status-refunded {
  background: #f2f4f6;
  color: #4e5968;
}

.premium-benefit-list{margin-bottom:16px}
.premium-benefit-icon{color:#4e5968;font-size:18px;font-weight:900}

.paid-skin-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.paid-skin-card {
  display: grid;
  min-width: 0;
  grid-template-rows: 132px auto minmax(40px, auto) auto 44px;
  gap: 7px;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  overflow: hidden;
}

.paid-skin-colors {
  display: flex;
  min-height: 32px;
  align-items: center;
  gap: 7px;
}

.paid-skin-color {
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  padding: 0;
  background: var(--paid-skin-swatch);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #d1d6db;
}

.paid-skin-color.selected {
  box-shadow: 0 0 0 2px #3182f6;
}

.paid-skin-color:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.paid-skin-card.selected {
  border-color: #3182f6;
  background: #edf5ff;
}

.paid-skin-preview {
  display: grid;
  min-width: 0;
  place-items: center;
  border-radius: 8px;
  background: #f2f4f6;
  overflow: hidden;
}

.paid-skin-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.paid-skin-card strong {
  color: #191f28;
  font-size: 17px;
  font-weight: 850;
  line-height: 22px;
}

.paid-skin-title-row {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.paid-skin-title-row > strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.paid-skin-title-row > span {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #edf5ff;
  color: #1769e5;
  padding: 3px 6px;
  font-size: 11px;
  font-weight: 850;
  line-height: 15px;
}

.paid-skin-card small {
  color: #6b7684;
  font-size: 14px;
  font-weight: 650;
  line-height: 20px;
  word-break: keep-all;
}

.paid-skin-card > button {
  grid-row: 5;
  align-self: end;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: #3182f6;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.paid-skin-card > button:disabled {
  cursor: default;
  background: #e5e8eb;
  color: #6b7684;
}

.paid-skin-card.selected > button:disabled {
  background: #3182f6;
  color: #fff;
}

@media (min-width: 700px) {
  .paid-skin-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .paid-skin-card {
    grid-template-rows: 148px auto minmax(40px, auto) auto 44px;
  }
}

@media (max-width: 360px) {
  #panel-milestones .luxury-view-tabs:has(#luxury-tab-paid-skins) button {
    font-size: 12px !important;
  }

  .paid-skin-section {
    padding: 12px;
  }

  .paid-skin-toolbar {
    align-items: flex-start;
  }

  .paid-skin-list {
    gap: 8px;
  }

  .paid-skin-card {
    grid-template-rows: 116px auto minmax(40px, auto) auto 44px;
    padding: 8px;
  }
}
