/* Styles for src/pages/why-web.js and nothing else. */

.why-web__three { margin-bottom: var(--s-3); }
.why-web__three .card p:last-child { margin-bottom: 0; }

.why-web__table th:first-child { width: 160px; }
.why-web__table tbody th { font-weight: 600; background: var(--c-control); }
.why-web__table td:last-child { background: var(--c-row-hover); }

.why-web .callout ul { margin-bottom: 0; }
