.nts-order-detail-ul {
  @apply text-sm text-derive-11;
}
.nts-order-detail-item {
  @apply flex items-center text-base;
}
.nts-order-detail-item:not(:first-child) {
  @apply mt-3;
}
.nts-order-detail-label {
  @apply w-[50%] font-[500];
}
.nts-order-detail-value {
  @apply flex-1 font-bold text-gray-16 ml-4 text-right;
}
.nts-order-detail-checkbox {
  @apply text-derive-11 text-xs;
}
.nts-preference-tips {
  @apply text-sm text-derive-11 m-0 mt-10;
}
