.TableCell{display:flex;justify-content:var(--tableColumnJustify);align-items:var(--tableColumnAlign,center);position:relative;min-height:var(--tableRowHeight);padding:var(--tableCellPadding);text-align:var(--tableColumnJustify);scroll-snap-align:center;grid-column:span var(--tableCellColSpan,1)}.Table--variantPricing .TableCell{flex-direction:column;--tableColumnJustify:center}html[lang^=ja] .TableCell strong{font-weight:600;font-variation-settings:"wght" 425}.TableCell--verticalContent{flex-direction:column;gap:20px;align-items:flex-start}.TableCell--empty:after{place-self:center;width:8px;height:2px;border-radius:1px;background:var(--tableIconColor);content:""}.TableCell__icon{margin-right:12px}.Table--variantPricing .TableCell__icon{margin-right:0}.Table--variantPricing .TableCell__title .TableCell__icon{margin-right:8px}.TableCell__title{display:flex;justify-content:var(--tableColumnJustify,initial);align-items:inherit;font:inherit;white-space:pre-line}.TableCell--hasAccent .TableCell__title{font-weight:var(--fontWeightSemibold);color:var(--accentColor)}.TableCell--preventTitleAccent .TableCell__title{font:inherit;color:inherit}.TableCell__suffix{margin-top:4px;font:var(--fontWeightNormal) 13px/1.538461538 var(--fontFamily);letter-spacing:.15px;color:var(--annotationColor)}