/* PriceTable - Figma PriceTable 仕様準拠 */
.ui-price-table {
  @apply inline-flex items-stretch;
}

.ui-price-table__label {
  @apply flex items-center justify-center bg-gray-50 px-2 py-1;
}

.ui-price-table__label-text {
  @apply text-xs font-semibold text-gray-900 leading-3.5 [writing-mode:vertical-lr];
}

.ui-price-table__table-wrap {
  @apply flex flex-col;
}

.ui-price-table__header {
  @apply flex;
}

.ui-price-table__header-cell {
  @apply w-20 bg-gray-50 px-3 py-1.5 text-right text-xs font-semibold leading-4 text-gray-600;
}

.ui-price-table__body {
  @apply flex flex-col;
}

.ui-price-table__row {
  @apply flex border-b border-gray-200;
}

.ui-price-table__data-cell {
  @apply w-20 px-3 py-1 text-right text-sm font-normal leading-5 text-gray-900;
}
