.nts-preference-paper {
  @apply !w-[640px];
}
.nts-preference-root {
  @apply flex min-h-[475px];
}
.nts-preference-tabs {
  @apply w-[180px] py-[10px];
}
.nts-preference {
  @apply flex-1 px-6 py-2;
}
.nts-preference-tips {
  @apply text-base text-derive-11;
}
.nts-preference-price {
  @apply flex justify-between items-center mt-4;
}
.nts-preference-price:not(:first-child) {
  @apply mt-[18px];
}
.nts-preference-price-label {
  @apply flex-1 text-md text-gray-16;
}
