style.css 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760
  1. /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  2. /* Document
  3. ========================================================================== */
  4. /**
  5. * 1. Correct the line height in all browsers.
  6. * 2. Prevent adjustments of font size after orientation changes in iOS.
  7. */
  8. html {
  9. line-height: 1.15; /* 1 */
  10. -webkit-text-size-adjust: 100%; /* 2 */
  11. }
  12. /* Sections
  13. ========================================================================== */
  14. /**
  15. * Remove the margin in all browsers.
  16. */
  17. body {
  18. margin: 0;
  19. }
  20. /**
  21. * Render the `main` element consistently in IE.
  22. */
  23. main {
  24. display: block;
  25. }
  26. /**
  27. * Correct the font size and margin on `h1` elements within `section` and
  28. * `article` contexts in Chrome, Firefox, and Safari.
  29. */
  30. h1 {
  31. font-size: 2em;
  32. margin: 0.67em 0;
  33. }
  34. /* Grouping content
  35. ========================================================================== */
  36. /**
  37. * 1. Add the correct box sizing in Firefox.
  38. * 2. Show the overflow in Edge and IE.
  39. */
  40. hr {
  41. box-sizing: content-box; /* 1 */
  42. height: 0; /* 1 */
  43. overflow: visible; /* 2 */
  44. }
  45. /**
  46. * 1. Correct the inheritance and scaling of font size in all browsers.
  47. * 2. Correct the odd `em` font sizing in all browsers.
  48. */
  49. pre {
  50. font-family: monospace, monospace; /* 1 */
  51. font-size: 1em; /* 2 */
  52. }
  53. /* Text-level semantics
  54. ========================================================================== */
  55. /**
  56. * Remove the gray background on active links in IE 10.
  57. */
  58. a {
  59. background-color: transparent;
  60. }
  61. /**
  62. * 1. Remove the bottom border in Chrome 57-
  63. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  64. */
  65. abbr[title] {
  66. border-bottom: none; /* 1 */
  67. text-decoration: underline; /* 2 */
  68. -webkit-text-decoration: underline dotted;
  69. text-decoration: underline dotted; /* 2 */
  70. }
  71. /**
  72. * Add the correct font weight in Chrome, Edge, and Safari.
  73. */
  74. b,
  75. strong {
  76. font-weight: bolder;
  77. }
  78. /**
  79. * 1. Correct the inheritance and scaling of font size in all browsers.
  80. * 2. Correct the odd `em` font sizing in all browsers.
  81. */
  82. code,
  83. kbd,
  84. samp {
  85. font-family: monospace, monospace; /* 1 */
  86. font-size: 1em; /* 2 */
  87. }
  88. /**
  89. * Add the correct font size in all browsers.
  90. */
  91. small {
  92. font-size: 80%;
  93. }
  94. /**
  95. * Prevent `sub` and `sup` elements from affecting the line height in
  96. * all browsers.
  97. */
  98. sub,
  99. sup {
  100. font-size: 75%;
  101. line-height: 0;
  102. position: relative;
  103. vertical-align: baseline;
  104. }
  105. sub {
  106. bottom: -0.25em;
  107. }
  108. sup {
  109. top: -0.5em;
  110. }
  111. /* Embedded content
  112. ========================================================================== */
  113. /**
  114. * Remove the border on images inside links in IE 10.
  115. */
  116. img {
  117. border-style: none;
  118. }
  119. /* Forms
  120. ========================================================================== */
  121. /**
  122. * 1. Change the font styles in all browsers.
  123. * 2. Remove the margin in Firefox and Safari.
  124. */
  125. button,
  126. input,
  127. optgroup,
  128. select,
  129. textarea {
  130. font-family: inherit; /* 1 */
  131. font-size: 100%; /* 1 */
  132. line-height: 1.15; /* 1 */
  133. margin: 0; /* 2 */
  134. }
  135. /**
  136. * Show the overflow in IE.
  137. * 1. Show the overflow in Edge.
  138. */
  139. button,
  140. input { /* 1 */
  141. overflow: visible;
  142. }
  143. /**
  144. * Remove the inheritance of text transform in Edge, Firefox, and IE.
  145. * 1. Remove the inheritance of text transform in Firefox.
  146. */
  147. button,
  148. select { /* 1 */
  149. text-transform: none;
  150. }
  151. /**
  152. * Correct the inability to style clickable types in iOS and Safari.
  153. */
  154. button,
  155. [type="button"] {
  156. -webkit-appearance: button;
  157. }
  158. /**
  159. * Remove the inner border and padding in Firefox.
  160. */
  161. button::-moz-focus-inner,
  162. [type="button"]::-moz-focus-inner {
  163. border-style: none;
  164. padding: 0;
  165. }
  166. /**
  167. * Restore the focus styles unset by the previous rule.
  168. */
  169. button:-moz-focusring,
  170. [type="button"]:-moz-focusring {
  171. outline: 1px dotted ButtonText;
  172. }
  173. /**
  174. * Correct the padding in Firefox.
  175. */
  176. fieldset {
  177. padding: 0.35em 0.75em 0.625em;
  178. }
  179. /**
  180. * 1. Correct the text wrapping in Edge and IE.
  181. * 2. Correct the color inheritance from `fieldset` elements in IE.
  182. * 3. Remove the padding so developers are not caught out when they zero out
  183. * `fieldset` elements in all browsers.
  184. */
  185. legend {
  186. box-sizing: border-box; /* 1 */
  187. color: inherit; /* 2 */
  188. display: table; /* 1 */
  189. max-width: 100%; /* 1 */
  190. padding: 0; /* 3 */
  191. white-space: normal; /* 1 */
  192. }
  193. /**
  194. * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  195. */
  196. progress {
  197. vertical-align: baseline;
  198. }
  199. /**
  200. * Remove the default vertical scrollbar in IE 10+.
  201. */
  202. textarea {
  203. overflow: auto;
  204. }
  205. /**
  206. * 1. Add the correct box sizing in IE 10.
  207. * 2. Remove the padding in IE 10.
  208. */
  209. /**
  210. * Correct the cursor style of increment and decrement buttons in Chrome.
  211. */
  212. /**
  213. * 1. Correct the odd appearance in Chrome and Safari.
  214. * 2. Correct the outline style in Safari.
  215. */
  216. [type="search"] {
  217. -webkit-appearance: textfield; /* 1 */
  218. outline-offset: -2px; /* 2 */
  219. }
  220. /**
  221. * Remove the inner padding in Chrome and Safari on macOS.
  222. */
  223. [type="search"]::-webkit-search-decoration {
  224. -webkit-appearance: none;
  225. }
  226. /**
  227. * 1. Correct the inability to style clickable types in iOS and Safari.
  228. * 2. Change font properties to `inherit` in Safari.
  229. */
  230. /* Interactive
  231. ========================================================================== */
  232. /*
  233. * Add the correct display in Edge, IE 10+, and Firefox.
  234. */
  235. details {
  236. display: block;
  237. }
  238. /*
  239. * Add the correct display in all browsers.
  240. */
  241. summary {
  242. display: list-item;
  243. }
  244. /* Misc
  245. ========================================================================== */
  246. /**
  247. * Add the correct display in IE 10+.
  248. */
  249. template {
  250. display: none;
  251. }
  252. /**
  253. * Add the correct display in IE 10.
  254. */
  255. /**
  256. * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
  257. * A thin layer on top of normalize.css that provides a starting point more
  258. * suitable for web applications.
  259. */
  260. /**
  261. * Removes the default spacing and border for appropriate elements.
  262. */
  263. blockquote,
  264. dl,
  265. dd,
  266. h1,
  267. h2,
  268. h3,
  269. h4,
  270. h5,
  271. h6,
  272. hr,
  273. figure,
  274. p,
  275. pre {
  276. margin: 0;
  277. }
  278. button {
  279. background-color: transparent;
  280. background-image: none;
  281. }
  282. /**
  283. * Work around a Firefox/IE bug where the transparent `button` background
  284. * results in a loss of the default `button` focus styles.
  285. */
  286. button:focus {
  287. outline: 1px dotted;
  288. outline: 5px auto -webkit-focus-ring-color;
  289. }
  290. fieldset {
  291. margin: 0;
  292. padding: 0;
  293. }
  294. ol,
  295. ul {
  296. list-style: none;
  297. margin: 0;
  298. padding: 0;
  299. }
  300. /**
  301. * Tailwind custom reset styles
  302. */
  303. /**
  304. * 1. Use the user's configured `sans` font-family (with Tailwind's default
  305. * sans-serif font stack as a fallback) as a sane default.
  306. * 2. Use Tailwind's default "normal" line-height so the user isn't forced
  307. * to override it to ensure consistency even when using the default theme.
  308. */
  309. html {
  310. font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  311. line-height: 1.5; /* 2 */
  312. }
  313. /**
  314. * 1. Prevent padding and border from affecting element width.
  315. *
  316. * We used to set this in the html element and inherit from
  317. * the parent element for everything else. This caused issues
  318. * in shadow-dom-enhanced elements like <details> where the content
  319. * is wrapped by a div with box-sizing set to `content-box`.
  320. *
  321. * https://github.com/mozdevs/cssremedy/issues/4
  322. *
  323. *
  324. * 2. Allow adding a border to an element by just adding a border-width.
  325. *
  326. * By default, the way the browser specifies that an element should have no
  327. * border is by setting it's border-style to `none` in the user-agent
  328. * stylesheet.
  329. *
  330. * In order to easily add borders to elements by just setting the `border-width`
  331. * property, we change the default border-style for all elements to `solid`, and
  332. * use border-width to hide them instead. This way our `border` utilities only
  333. * need to set the `border-width` property instead of the entire `border`
  334. * shorthand, making our border utilities much more straightforward to compose.
  335. *
  336. * https://github.com/tailwindcss/tailwindcss/pull/116
  337. */
  338. *,
  339. ::before,
  340. ::after {
  341. box-sizing: border-box; /* 1 */
  342. border-width: 0; /* 2 */
  343. border-style: solid; /* 2 */
  344. border-color: #e2e8f0; /* 2 */
  345. }
  346. /*
  347. * Ensure horizontal rules are visible by default
  348. */
  349. hr {
  350. border-top-width: 1px;
  351. }
  352. /**
  353. * Undo the `border-style: none` reset that Normalize applies to images so that
  354. * our `border-{width}` utilities have the expected effect.
  355. *
  356. * The Normalize reset is unnecessary for us since we default the border-width
  357. * to 0 on all elements.
  358. *
  359. * https://github.com/tailwindcss/tailwindcss/issues/362
  360. */
  361. img {
  362. border-style: solid;
  363. }
  364. textarea {
  365. resize: vertical;
  366. }
  367. input::-moz-placeholder, textarea::-moz-placeholder {
  368. color: #a0aec0;
  369. }
  370. input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  371. color: #a0aec0;
  372. }
  373. input::placeholder,
  374. textarea::placeholder {
  375. color: #a0aec0;
  376. }
  377. button {
  378. cursor: pointer;
  379. }
  380. table {
  381. border-collapse: collapse;
  382. }
  383. h1,
  384. h2,
  385. h3,
  386. h4,
  387. h5,
  388. h6 {
  389. font-size: inherit;
  390. font-weight: inherit;
  391. }
  392. /**
  393. * Reset links to optimize for opt-in styling instead of
  394. * opt-out.
  395. */
  396. a {
  397. color: inherit;
  398. text-decoration: inherit;
  399. }
  400. /**
  401. * Reset form element properties that are easy to forget to
  402. * style explicitly so you don't inadvertently introduce
  403. * styles that deviate from your design system. These styles
  404. * supplement a partial reset that is already applied by
  405. * normalize.css.
  406. */
  407. button,
  408. input,
  409. optgroup,
  410. select,
  411. textarea {
  412. padding: 0;
  413. line-height: inherit;
  414. color: inherit;
  415. }
  416. /**
  417. * Use the configured 'mono' font family for elements that
  418. * are expected to be rendered with a monospace font, falling
  419. * back to the system monospace stack if there is no configured
  420. * 'mono' font family.
  421. */
  422. pre,
  423. code,
  424. kbd,
  425. samp {
  426. font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  427. }
  428. /**
  429. * Make replaced elements `display: block` by default as that's
  430. * the behavior you want almost all of the time. Inspired by
  431. * CSS Remedy, with `svg` added as well.
  432. *
  433. * https://github.com/mozdevs/cssremedy/issues/14
  434. */
  435. img,
  436. svg,
  437. video,
  438. canvas,
  439. audio,
  440. iframe,
  441. embed,
  442. object {
  443. display: block;
  444. vertical-align: middle;
  445. }
  446. /**
  447. * Constrain images and videos to the parent width and preserve
  448. * their instrinsic aspect ratio.
  449. *
  450. * https://github.com/mozdevs/cssremedy/issues/14
  451. */
  452. img,
  453. video {
  454. max-width: 100%;
  455. height: auto;
  456. }
  457. .container {
  458. width: 100%;
  459. }
  460. @media (min-width: 640px) {
  461. .container {
  462. max-width: 640px;
  463. }
  464. }
  465. @media (min-width: 768px) {
  466. .container {
  467. max-width: 768px;
  468. }
  469. }
  470. @media (min-width: 1024px) {
  471. .container {
  472. max-width: 1024px;
  473. }
  474. }
  475. @media (min-width: 1280px) {
  476. .container {
  477. max-width: 1280px;
  478. }
  479. }
  480. .prose {
  481. color: #4a5568;
  482. max-width: 65ch;
  483. }
  484. .prose [class~="lead"] {
  485. color: #4a5568;
  486. font-size: 1.25em;
  487. line-height: 1.6;
  488. margin-top: 1.2em;
  489. margin-bottom: 1.2em;
  490. }
  491. .prose a {
  492. color: #1a202c;
  493. text-decoration: underline;
  494. }
  495. .prose strong {
  496. color: #1a202c;
  497. font-weight: 600;
  498. }
  499. .prose ol {
  500. counter-reset: list-counter;
  501. margin-top: 1.25em;
  502. margin-bottom: 1.25em;
  503. }
  504. .prose ol > li {
  505. position: relative;
  506. counter-increment: list-counter;
  507. padding-left: 1.75em;
  508. }
  509. .prose ol > li::before {
  510. content: counter(list-counter) ".";
  511. position: absolute;
  512. font-weight: 400;
  513. color: #718096;
  514. }
  515. .prose ul > li {
  516. position: relative;
  517. padding-left: 1.75em;
  518. }
  519. .prose ul > li::before {
  520. content: "";
  521. position: absolute;
  522. background-color: #cbd5e0;
  523. border-radius: 50%;
  524. width: 0.375em;
  525. height: 0.375em;
  526. top: calc(0.875em - 0.1875em);
  527. left: 0.25em;
  528. }
  529. .prose hr {
  530. border-color: #e2e8f0;
  531. border-top-width: 1px;
  532. margin-top: 3em;
  533. margin-bottom: 3em;
  534. }
  535. .prose blockquote {
  536. font-weight: 500;
  537. font-style: italic;
  538. color: #1a202c;
  539. border-left-width: 0.25rem;
  540. border-left-color: #e2e8f0;
  541. quotes: "\201C""\201D""\2018""\2019";
  542. margin-top: 1.6em;
  543. margin-bottom: 1.6em;
  544. padding-left: 1em;
  545. }
  546. .prose blockquote p:first-of-type::before {
  547. content: open-quote;
  548. }
  549. .prose blockquote p:last-of-type::after {
  550. content: close-quote;
  551. }
  552. .prose h1 {
  553. color: #1a202c;
  554. font-weight: 800;
  555. font-size: 2.25em;
  556. margin-top: 0;
  557. margin-bottom: 0.8888889em;
  558. line-height: 1.1111111;
  559. }
  560. .prose h2 {
  561. color: #1a202c;
  562. font-weight: 700;
  563. font-size: 1.5em;
  564. margin-top: 2em;
  565. margin-bottom: 1em;
  566. line-height: 1.3333333;
  567. }
  568. .prose h3 {
  569. color: #1a202c;
  570. font-weight: 600;
  571. font-size: 1.25em;
  572. margin-top: 1.6em;
  573. margin-bottom: 0.6em;
  574. line-height: 1.6;
  575. }
  576. .prose h4 {
  577. color: #1a202c;
  578. font-weight: 600;
  579. margin-top: 1.5em;
  580. margin-bottom: 0.5em;
  581. line-height: 1.5;
  582. }
  583. .prose figure figcaption {
  584. color: #718096;
  585. font-size: 0.875em;
  586. line-height: 1.4285714;
  587. margin-top: 0.8571429em;
  588. }
  589. .prose code {
  590. color: #1a202c;
  591. font-weight: 600;
  592. font-size: 0.875em;
  593. }
  594. .prose code::before {
  595. content: "`";
  596. }
  597. .prose code::after {
  598. content: "`";
  599. }
  600. .prose pre {
  601. color: #e2e8f0;
  602. background-color: #2d3748;
  603. overflow-x: auto;
  604. font-size: 0.875em;
  605. line-height: 1.7142857;
  606. margin-top: 1.7142857em;
  607. margin-bottom: 1.7142857em;
  608. border-radius: 0.375rem;
  609. padding-top: 0.8571429em;
  610. padding-right: 1.1428571em;
  611. padding-bottom: 0.8571429em;
  612. padding-left: 1.1428571em;
  613. }
  614. .prose pre code {
  615. background-color: transparent;
  616. border-width: 0;
  617. border-radius: 0;
  618. padding: 0;
  619. font-weight: 400;
  620. color: inherit;
  621. font-size: inherit;
  622. font-family: inherit;
  623. line-height: inherit;
  624. }
  625. .prose pre code::before {
  626. content: "";
  627. }
  628. .prose pre code::after {
  629. content: "";
  630. }
  631. .prose table {
  632. width: 100%;
  633. table-layout: auto;
  634. text-align: left;
  635. margin-top: 2em;
  636. margin-bottom: 2em;
  637. font-size: 0.875em;
  638. line-height: 1.7142857;
  639. }
  640. .prose thead {
  641. color: #1a202c;
  642. font-weight: 600;
  643. border-bottom-width: 1px;
  644. border-bottom-color: #cbd5e0;
  645. }
  646. .prose thead th {
  647. vertical-align: bottom;
  648. padding-right: 0.5714286em;
  649. padding-bottom: 0.5714286em;
  650. padding-left: 0.5714286em;
  651. }
  652. .prose tbody tr {
  653. border-bottom-width: 1px;
  654. border-bottom-color: #e2e8f0;
  655. }
  656. .prose tbody tr:last-child {
  657. border-bottom-width: 0;
  658. }
  659. .prose tbody td {
  660. vertical-align: top;
  661. padding-top: 0.5714286em;
  662. padding-right: 0.5714286em;
  663. padding-bottom: 0.5714286em;
  664. padding-left: 0.5714286em;
  665. }
  666. .prose {
  667. font-size: 1rem;
  668. line-height: 1.75;
  669. }
  670. .prose p {
  671. margin-top: 1.25em;
  672. margin-bottom: 1.25em;
  673. }
  674. .prose img {
  675. margin-top: 2em;
  676. margin-bottom: 2em;
  677. }
  678. .prose video {
  679. margin-top: 2em;
  680. margin-bottom: 2em;
  681. }
  682. .prose figure {
  683. margin-top: 2em;
  684. margin-bottom: 2em;
  685. }
  686. .prose figure > * {
  687. margin-top: 0;
  688. margin-bottom: 0;
  689. }
  690. .prose h2 code {
  691. font-size: 0.875em;
  692. }
  693. .prose h3 code {
  694. font-size: 0.9em;
  695. }
  696. .prose ul {
  697. margin-top: 1.25em;
  698. margin-bottom: 1.25em;
  699. }
  700. .prose li {
  701. margin-top: 0.5em;
  702. margin-bottom: 0.5em;
  703. }
  704. .prose ol > li:before {
  705. left: 0;
  706. }
  707. .prose > ul > li p {
  708. margin-top: 0.75em;
  709. margin-bottom: 0.75em;
  710. }
  711. .prose > ul > li > *:first-child {
  712. margin-top: 1.25em;
  713. }
  714. .prose > ul > li > *:last-child {
  715. margin-bottom: 1.25em;
  716. }
  717. .prose > ol > li > *:first-child {
  718. margin-top: 1.25em;
  719. }
  720. .prose > ol > li > *:last-child {
  721. margin-bottom: 1.25em;
  722. }
  723. .prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
  724. margin-top: 0.75em;
  725. margin-bottom: 0.75em;
  726. }
  727. .prose hr + * {
  728. margin-top: 0;
  729. }
  730. .prose h2 + * {
  731. margin-top: 0;
  732. }
  733. .prose h3 + * {
  734. margin-top: 0;
  735. }
  736. .prose h4 + * {
  737. margin-top: 0;
  738. }
  739. .prose thead th:first-child {
  740. padding-left: 0;
  741. }
  742. .prose thead th:last-child {
  743. padding-right: 0;
  744. }
  745. .prose tbody td:first-child {
  746. padding-left: 0;
  747. }
  748. .prose tbody td:last-child {
  749. padding-right: 0;
  750. }
  751. .prose > :first-child {
  752. margin-top: 0;
  753. }
  754. .prose > :last-child {
  755. margin-bottom: 0;
  756. }
  757. .debug-screens::before {
  758. position: fixed;
  759. z-index: 2147483647;
  760. bottom: 0;
  761. left: 0;
  762. padding: .3333333em .5em;
  763. font-size: 12px;
  764. line-height: 1;
  765. font-family: sans-serif;
  766. background-color: #000;
  767. color: #fff;
  768. box-shadow: 0 0 0 1px #fff;
  769. content: 'screen: _';
  770. }
  771. @media (min-width: 640px) {
  772. .debug-screens::before {
  773. content: 'screen: sm';
  774. }
  775. }
  776. @media (min-width: 768px) {
  777. .debug-screens::before {
  778. content: 'screen: md';
  779. }
  780. }
  781. @media (min-width: 1024px) {
  782. .debug-screens::before {
  783. content: 'screen: lg';
  784. }
  785. }
  786. @media (min-width: 1280px) {
  787. .debug-screens::before {
  788. content: 'screen: xl';
  789. }
  790. }
  791. .border-2 {
  792. border-width: 2px;
  793. }
  794. .border {
  795. border-width: 1px;
  796. }
  797. .table {
  798. display: table;
  799. }
  800. .contents {
  801. display: contents;
  802. }
  803. .mx-auto {
  804. margin-left: auto;
  805. margin-right: auto;
  806. }
  807. .max-w-screen-lg {
  808. max-width: 1024px;
  809. }
  810. .px-4 {
  811. padding-left: 1rem;
  812. padding-right: 1rem;
  813. }
  814. .py-8 {
  815. padding-top: 2rem;
  816. padding-bottom: 2rem;
  817. }
  818. .static {
  819. position: static;
  820. }
  821. @-webkit-keyframes spin {
  822. to {
  823. transform: rotate(360deg);
  824. }
  825. }
  826. @keyframes spin {
  827. to {
  828. transform: rotate(360deg);
  829. }
  830. }
  831. @-webkit-keyframes ping {
  832. 75%, 100% {
  833. transform: scale(2);
  834. opacity: 0;
  835. }
  836. }
  837. @keyframes ping {
  838. 75%, 100% {
  839. transform: scale(2);
  840. opacity: 0;
  841. }
  842. }
  843. @-webkit-keyframes pulse {
  844. 50% {
  845. opacity: .5;
  846. }
  847. }
  848. @keyframes pulse {
  849. 50% {
  850. opacity: .5;
  851. }
  852. }
  853. @-webkit-keyframes bounce {
  854. 0%, 100% {
  855. transform: translateY(-25%);
  856. -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
  857. animation-timing-function: cubic-bezier(0.8,0,1,1);
  858. }
  859. 50% {
  860. transform: none;
  861. -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
  862. animation-timing-function: cubic-bezier(0,0,0.2,1);
  863. }
  864. }
  865. @keyframes bounce {
  866. 0%, 100% {
  867. transform: translateY(-25%);
  868. -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
  869. animation-timing-function: cubic-bezier(0.8,0,1,1);
  870. }
  871. 50% {
  872. transform: none;
  873. -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
  874. animation-timing-function: cubic-bezier(0,0,0.2,1);
  875. }
  876. }
  877. @media (min-width: 640px) {
  878. .sm\:px-6 {
  879. padding-left: 1.5rem;
  880. padding-right: 1.5rem;
  881. }
  882. }
  883. @media (min-width: 768px) {
  884. .md\:prose-lg {
  885. font-size: 1.125rem;
  886. line-height: 1.7777778;
  887. }
  888. .md\:prose-lg p {
  889. margin-top: 1.3333333em;
  890. margin-bottom: 1.3333333em;
  891. }
  892. .md\:prose-lg [class~="lead"] {
  893. font-size: 1.2222222em;
  894. line-height: 1.4545455;
  895. margin-top: 1.0909091em;
  896. margin-bottom: 1.0909091em;
  897. }
  898. .md\:prose-lg blockquote {
  899. margin-top: 1.6666667em;
  900. margin-bottom: 1.6666667em;
  901. padding-left: 1em;
  902. }
  903. .md\:prose-lg h1 {
  904. font-size: 2.6666667em;
  905. margin-top: 0;
  906. margin-bottom: 0.8333333em;
  907. line-height: 1;
  908. }
  909. .md\:prose-lg h2 {
  910. font-size: 1.6666667em;
  911. margin-top: 1.8666667em;
  912. margin-bottom: 1.0666667em;
  913. line-height: 1.3333333;
  914. }
  915. .md\:prose-lg h3 {
  916. font-size: 1.3333333em;
  917. margin-top: 1.6666667em;
  918. margin-bottom: 0.6666667em;
  919. line-height: 1.5;
  920. }
  921. .md\:prose-lg h4 {
  922. margin-top: 1.7777778em;
  923. margin-bottom: 0.4444444em;
  924. line-height: 1.5555556;
  925. }
  926. .md\:prose-lg img {
  927. margin-top: 1.7777778em;
  928. margin-bottom: 1.7777778em;
  929. }
  930. .md\:prose-lg video {
  931. margin-top: 1.7777778em;
  932. margin-bottom: 1.7777778em;
  933. }
  934. .md\:prose-lg figure {
  935. margin-top: 1.7777778em;
  936. margin-bottom: 1.7777778em;
  937. }
  938. .md\:prose-lg figure > * {
  939. margin-top: 0;
  940. margin-bottom: 0;
  941. }
  942. .md\:prose-lg figure figcaption {
  943. font-size: 0.8888889em;
  944. line-height: 1.5;
  945. margin-top: 1em;
  946. }
  947. .md\:prose-lg code {
  948. font-size: 0.8888889em;
  949. }
  950. .md\:prose-lg h2 code {
  951. font-size: 0.8666667em;
  952. }
  953. .md\:prose-lg h3 code {
  954. font-size: 0.875em;
  955. }
  956. .md\:prose-lg pre {
  957. font-size: 0.8888889em;
  958. line-height: 1.75;
  959. margin-top: 2em;
  960. margin-bottom: 2em;
  961. border-radius: 0.375rem;
  962. padding-top: 1em;
  963. padding-right: 1.5em;
  964. padding-bottom: 1em;
  965. padding-left: 1.5em;
  966. }
  967. .md\:prose-lg ol {
  968. margin-top: 1.3333333em;
  969. margin-bottom: 1.3333333em;
  970. }
  971. .md\:prose-lg ul {
  972. margin-top: 1.3333333em;
  973. margin-bottom: 1.3333333em;
  974. }
  975. .md\:prose-lg li {
  976. margin-top: 0.6666667em;
  977. margin-bottom: 0.6666667em;
  978. }
  979. .md\:prose-lg ol > li {
  980. padding-left: 1.6666667em;
  981. }
  982. .md\:prose-lg ol > li:before {
  983. left: 0;
  984. }
  985. .md\:prose-lg ul > li {
  986. padding-left: 1.6666667em;
  987. }
  988. .md\:prose-lg ul > li::before {
  989. width: 0.3333333em;
  990. height: 0.3333333em;
  991. top: calc(0.8888889em - 0.1666667em);
  992. left: 0.2222222em;
  993. }
  994. .md\:prose-lg > ul > li p {
  995. margin-top: 0.8888889em;
  996. margin-bottom: 0.8888889em;
  997. }
  998. .md\:prose-lg > ul > li > *:first-child {
  999. margin-top: 1.3333333em;
  1000. }
  1001. .md\:prose-lg > ul > li > *:last-child {
  1002. margin-bottom: 1.3333333em;
  1003. }
  1004. .md\:prose-lg > ol > li > *:first-child {
  1005. margin-top: 1.3333333em;
  1006. }
  1007. .md\:prose-lg > ol > li > *:last-child {
  1008. margin-bottom: 1.3333333em;
  1009. }
  1010. .md\:prose-lg ul ul, .md\:prose-lg ul ol, .md\:prose-lg ol ul, .md\:prose-lg ol ol {
  1011. margin-top: 0.8888889em;
  1012. margin-bottom: 0.8888889em;
  1013. }
  1014. .md\:prose-lg hr {
  1015. margin-top: 3.1111111em;
  1016. margin-bottom: 3.1111111em;
  1017. }
  1018. .md\:prose-lg hr + * {
  1019. margin-top: 0;
  1020. }
  1021. .md\:prose-lg h2 + * {
  1022. margin-top: 0;
  1023. }
  1024. .md\:prose-lg h3 + * {
  1025. margin-top: 0;
  1026. }
  1027. .md\:prose-lg h4 + * {
  1028. margin-top: 0;
  1029. }
  1030. .md\:prose-lg table {
  1031. font-size: 0.8888889em;
  1032. line-height: 1.5;
  1033. }
  1034. .md\:prose-lg thead th {
  1035. padding-right: 0.75em;
  1036. padding-bottom: 0.75em;
  1037. padding-left: 0.75em;
  1038. }
  1039. .md\:prose-lg thead th:first-child {
  1040. padding-left: 0;
  1041. }
  1042. .md\:prose-lg thead th:last-child {
  1043. padding-right: 0;
  1044. }
  1045. .md\:prose-lg tbody td {
  1046. padding-top: 0.75em;
  1047. padding-right: 0.75em;
  1048. padding-bottom: 0.75em;
  1049. padding-left: 0.75em;
  1050. }
  1051. .md\:prose-lg tbody td:first-child {
  1052. padding-left: 0;
  1053. }
  1054. .md\:prose-lg tbody td:last-child {
  1055. padding-right: 0;
  1056. }
  1057. .md\:prose-lg > :first-child {
  1058. margin-top: 0;
  1059. }
  1060. .md\:prose-lg > :last-child {
  1061. margin-bottom: 0;
  1062. }
  1063. }
  1064. @media (min-width: 1024px) {
  1065. .lg\:prose-lg {
  1066. font-size: 1.125rem;
  1067. line-height: 1.7777778;
  1068. }
  1069. .lg\:prose-lg p {
  1070. margin-top: 1.3333333em;
  1071. margin-bottom: 1.3333333em;
  1072. }
  1073. .lg\:prose-lg [class~="lead"] {
  1074. font-size: 1.2222222em;
  1075. line-height: 1.4545455;
  1076. margin-top: 1.0909091em;
  1077. margin-bottom: 1.0909091em;
  1078. }
  1079. .lg\:prose-lg blockquote {
  1080. margin-top: 1.6666667em;
  1081. margin-bottom: 1.6666667em;
  1082. padding-left: 1em;
  1083. }
  1084. .lg\:prose-lg h1 {
  1085. font-size: 2.6666667em;
  1086. margin-top: 0;
  1087. margin-bottom: 0.8333333em;
  1088. line-height: 1;
  1089. }
  1090. .lg\:prose-lg h2 {
  1091. font-size: 1.6666667em;
  1092. margin-top: 1.8666667em;
  1093. margin-bottom: 1.0666667em;
  1094. line-height: 1.3333333;
  1095. }
  1096. .lg\:prose-lg h3 {
  1097. font-size: 1.3333333em;
  1098. margin-top: 1.6666667em;
  1099. margin-bottom: 0.6666667em;
  1100. line-height: 1.5;
  1101. }
  1102. .lg\:prose-lg h4 {
  1103. margin-top: 1.7777778em;
  1104. margin-bottom: 0.4444444em;
  1105. line-height: 1.5555556;
  1106. }
  1107. .lg\:prose-lg img {
  1108. margin-top: 1.7777778em;
  1109. margin-bottom: 1.7777778em;
  1110. }
  1111. .lg\:prose-lg video {
  1112. margin-top: 1.7777778em;
  1113. margin-bottom: 1.7777778em;
  1114. }
  1115. .lg\:prose-lg figure {
  1116. margin-top: 1.7777778em;
  1117. margin-bottom: 1.7777778em;
  1118. }
  1119. .lg\:prose-lg figure > * {
  1120. margin-top: 0;
  1121. margin-bottom: 0;
  1122. }
  1123. .lg\:prose-lg figure figcaption {
  1124. font-size: 0.8888889em;
  1125. line-height: 1.5;
  1126. margin-top: 1em;
  1127. }
  1128. .lg\:prose-lg code {
  1129. font-size: 0.8888889em;
  1130. }
  1131. .lg\:prose-lg h2 code {
  1132. font-size: 0.8666667em;
  1133. }
  1134. .lg\:prose-lg h3 code {
  1135. font-size: 0.875em;
  1136. }
  1137. .lg\:prose-lg pre {
  1138. font-size: 0.8888889em;
  1139. line-height: 1.75;
  1140. margin-top: 2em;
  1141. margin-bottom: 2em;
  1142. border-radius: 0.375rem;
  1143. padding-top: 1em;
  1144. padding-right: 1.5em;
  1145. padding-bottom: 1em;
  1146. padding-left: 1.5em;
  1147. }
  1148. .lg\:prose-lg ol {
  1149. margin-top: 1.3333333em;
  1150. margin-bottom: 1.3333333em;
  1151. }
  1152. .lg\:prose-lg ul {
  1153. margin-top: 1.3333333em;
  1154. margin-bottom: 1.3333333em;
  1155. }
  1156. .lg\:prose-lg li {
  1157. margin-top: 0.6666667em;
  1158. margin-bottom: 0.6666667em;
  1159. }
  1160. .lg\:prose-lg ol > li {
  1161. padding-left: 1.6666667em;
  1162. }
  1163. .lg\:prose-lg ol > li:before {
  1164. left: 0;
  1165. }
  1166. .lg\:prose-lg ul > li {
  1167. padding-left: 1.6666667em;
  1168. }
  1169. .lg\:prose-lg ul > li::before {
  1170. width: 0.3333333em;
  1171. height: 0.3333333em;
  1172. top: calc(0.8888889em - 0.1666667em);
  1173. left: 0.2222222em;
  1174. }
  1175. .lg\:prose-lg > ul > li p {
  1176. margin-top: 0.8888889em;
  1177. margin-bottom: 0.8888889em;
  1178. }
  1179. .lg\:prose-lg > ul > li > *:first-child {
  1180. margin-top: 1.3333333em;
  1181. }
  1182. .lg\:prose-lg > ul > li > *:last-child {
  1183. margin-bottom: 1.3333333em;
  1184. }
  1185. .lg\:prose-lg > ol > li > *:first-child {
  1186. margin-top: 1.3333333em;
  1187. }
  1188. .lg\:prose-lg > ol > li > *:last-child {
  1189. margin-bottom: 1.3333333em;
  1190. }
  1191. .lg\:prose-lg ul ul, .lg\:prose-lg ul ol, .lg\:prose-lg ol ul, .lg\:prose-lg ol ol {
  1192. margin-top: 0.8888889em;
  1193. margin-bottom: 0.8888889em;
  1194. }
  1195. .lg\:prose-lg hr {
  1196. margin-top: 3.1111111em;
  1197. margin-bottom: 3.1111111em;
  1198. }
  1199. .lg\:prose-lg hr + * {
  1200. margin-top: 0;
  1201. }
  1202. .lg\:prose-lg h2 + * {
  1203. margin-top: 0;
  1204. }
  1205. .lg\:prose-lg h3 + * {
  1206. margin-top: 0;
  1207. }
  1208. .lg\:prose-lg h4 + * {
  1209. margin-top: 0;
  1210. }
  1211. .lg\:prose-lg table {
  1212. font-size: 0.8888889em;
  1213. line-height: 1.5;
  1214. }
  1215. .lg\:prose-lg thead th {
  1216. padding-right: 0.75em;
  1217. padding-bottom: 0.75em;
  1218. padding-left: 0.75em;
  1219. }
  1220. .lg\:prose-lg thead th:first-child {
  1221. padding-left: 0;
  1222. }
  1223. .lg\:prose-lg thead th:last-child {
  1224. padding-right: 0;
  1225. }
  1226. .lg\:prose-lg tbody td {
  1227. padding-top: 0.75em;
  1228. padding-right: 0.75em;
  1229. padding-bottom: 0.75em;
  1230. padding-left: 0.75em;
  1231. }
  1232. .lg\:prose-lg tbody td:first-child {
  1233. padding-left: 0;
  1234. }
  1235. .lg\:prose-lg tbody td:last-child {
  1236. padding-right: 0;
  1237. }
  1238. .lg\:prose-lg > :first-child {
  1239. margin-top: 0;
  1240. }
  1241. .lg\:prose-lg > :last-child {
  1242. margin-bottom: 0;
  1243. }
  1244. .lg\:py-8 {
  1245. padding-top: 2rem;
  1246. padding-bottom: 2rem;
  1247. }
  1248. .lg\:px-8 {
  1249. padding-left: 2rem;
  1250. padding-right: 2rem;
  1251. }
  1252. }
  1253. @media (min-width: 1280px) {
  1254. .xl\:prose-xl {
  1255. font-size: 1.25rem;
  1256. line-height: 1.8;
  1257. }
  1258. .xl\:prose-xl p {
  1259. margin-top: 1.2em;
  1260. margin-bottom: 1.2em;
  1261. }
  1262. .xl\:prose-xl [class~="lead"] {
  1263. font-size: 1.2em;
  1264. line-height: 1.5;
  1265. margin-top: 1em;
  1266. margin-bottom: 1em;
  1267. }
  1268. .xl\:prose-xl blockquote {
  1269. margin-top: 1.6em;
  1270. margin-bottom: 1.6em;
  1271. padding-left: 1.0666667em;
  1272. }
  1273. .xl\:prose-xl h1 {
  1274. font-size: 2.8em;
  1275. margin-top: 0;
  1276. margin-bottom: 0.8571429em;
  1277. line-height: 1;
  1278. }
  1279. .xl\:prose-xl h2 {
  1280. font-size: 1.8em;
  1281. margin-top: 1.5555556em;
  1282. margin-bottom: 0.8888889em;
  1283. line-height: 1.1111111;
  1284. }
  1285. .xl\:prose-xl h3 {
  1286. font-size: 1.5em;
  1287. margin-top: 1.6em;
  1288. margin-bottom: 0.6666667em;
  1289. line-height: 1.3333333;
  1290. }
  1291. .xl\:prose-xl h4 {
  1292. margin-top: 1.8em;
  1293. margin-bottom: 0.6em;
  1294. line-height: 1.6;
  1295. }
  1296. .xl\:prose-xl img {
  1297. margin-top: 2em;
  1298. margin-bottom: 2em;
  1299. }
  1300. .xl\:prose-xl video {
  1301. margin-top: 2em;
  1302. margin-bottom: 2em;
  1303. }
  1304. .xl\:prose-xl figure {
  1305. margin-top: 2em;
  1306. margin-bottom: 2em;
  1307. }
  1308. .xl\:prose-xl figure > * {
  1309. margin-top: 0;
  1310. margin-bottom: 0;
  1311. }
  1312. .xl\:prose-xl figure figcaption {
  1313. font-size: 0.9em;
  1314. line-height: 1.5555556;
  1315. margin-top: 1em;
  1316. }
  1317. .xl\:prose-xl code {
  1318. font-size: 0.9em;
  1319. }
  1320. .xl\:prose-xl h2 code {
  1321. font-size: 0.8611111em;
  1322. }
  1323. .xl\:prose-xl h3 code {
  1324. font-size: 0.9em;
  1325. }
  1326. .xl\:prose-xl pre {
  1327. font-size: 0.9em;
  1328. line-height: 1.7777778;
  1329. margin-top: 2em;
  1330. margin-bottom: 2em;
  1331. border-radius: 0.5rem;
  1332. padding-top: 1.1111111em;
  1333. padding-right: 1.3333333em;
  1334. padding-bottom: 1.1111111em;
  1335. padding-left: 1.3333333em;
  1336. }
  1337. .xl\:prose-xl ol {
  1338. margin-top: 1.2em;
  1339. margin-bottom: 1.2em;
  1340. }
  1341. .xl\:prose-xl ul {
  1342. margin-top: 1.2em;
  1343. margin-bottom: 1.2em;
  1344. }
  1345. .xl\:prose-xl li {
  1346. margin-top: 0.6em;
  1347. margin-bottom: 0.6em;
  1348. }
  1349. .xl\:prose-xl ol > li {
  1350. padding-left: 1.8em;
  1351. }
  1352. .xl\:prose-xl ol > li:before {
  1353. left: 0;
  1354. }
  1355. .xl\:prose-xl ul > li {
  1356. padding-left: 1.8em;
  1357. }
  1358. .xl\:prose-xl ul > li::before {
  1359. width: 0.35em;
  1360. height: 0.35em;
  1361. top: calc(0.9em - 0.175em);
  1362. left: 0.25em;
  1363. }
  1364. .xl\:prose-xl > ul > li p {
  1365. margin-top: 0.8em;
  1366. margin-bottom: 0.8em;
  1367. }
  1368. .xl\:prose-xl > ul > li > *:first-child {
  1369. margin-top: 1.2em;
  1370. }
  1371. .xl\:prose-xl > ul > li > *:last-child {
  1372. margin-bottom: 1.2em;
  1373. }
  1374. .xl\:prose-xl > ol > li > *:first-child {
  1375. margin-top: 1.2em;
  1376. }
  1377. .xl\:prose-xl > ol > li > *:last-child {
  1378. margin-bottom: 1.2em;
  1379. }
  1380. .xl\:prose-xl ul ul, .xl\:prose-xl ul ol, .xl\:prose-xl ol ul, .xl\:prose-xl ol ol {
  1381. margin-top: 0.8em;
  1382. margin-bottom: 0.8em;
  1383. }
  1384. .xl\:prose-xl hr {
  1385. margin-top: 2.8em;
  1386. margin-bottom: 2.8em;
  1387. }
  1388. .xl\:prose-xl hr + * {
  1389. margin-top: 0;
  1390. }
  1391. .xl\:prose-xl h2 + * {
  1392. margin-top: 0;
  1393. }
  1394. .xl\:prose-xl h3 + * {
  1395. margin-top: 0;
  1396. }
  1397. .xl\:prose-xl h4 + * {
  1398. margin-top: 0;
  1399. }
  1400. .xl\:prose-xl table {
  1401. font-size: 0.9em;
  1402. line-height: 1.5555556;
  1403. }
  1404. .xl\:prose-xl thead th {
  1405. padding-right: 0.6666667em;
  1406. padding-bottom: 0.8888889em;
  1407. padding-left: 0.6666667em;
  1408. }
  1409. .xl\:prose-xl thead th:first-child {
  1410. padding-left: 0;
  1411. }
  1412. .xl\:prose-xl thead th:last-child {
  1413. padding-right: 0;
  1414. }
  1415. .xl\:prose-xl tbody td {
  1416. padding-top: 0.8888889em;
  1417. padding-right: 0.6666667em;
  1418. padding-bottom: 0.8888889em;
  1419. padding-left: 0.6666667em;
  1420. }
  1421. .xl\:prose-xl tbody td:first-child {
  1422. padding-left: 0;
  1423. }
  1424. .xl\:prose-xl tbody td:last-child {
  1425. padding-right: 0;
  1426. }
  1427. .xl\:prose-xl > :first-child {
  1428. margin-top: 0;
  1429. }
  1430. .xl\:prose-xl > :last-child {
  1431. margin-bottom: 0;
  1432. }
  1433. }