.tr { border-bottom: 1px solid var(--Scandic-Brand-Pale-Peach); &:last-child { border-bottom: none; } } .td { background-color: #fff; color: var(--UI-Text-High-contrast); padding: var(--Spacing-x2); position: relative; text-align: left; text-wrap: nowrap; } .description { font-weight: var(--typography-Body-Bold-fontWeight); } .addition { color: var(--Secondary-Light-On-Surface-Accent); } .addition::before { color: var(--Secondary-Light-On-Surface-Accent); content: "+"; margin-right: var(--Spacing-x-half); } .negation { color: var(--Base-Text-Accent); } .negation::before { color: var(--Base-Text-Accent); content: "-"; margin-right: var(--Spacing-x-half); } @media screen and (min-width: 768px) { .td { padding: var(--Spacing-x3); } }