/* ============================================================
   SkyCity — Terms & Conditions block (tcs.css)
   Loaded globally via _Layout.cshtml, AFTER site.css.

   Rendered by Views/Partials/_TermsAndConditions.cshtml at the very
   bottom of a page. Smaller + lighter than the standard `.sc-rte`
   body, with a top border separating it from the content above. The
   partial self-suppresses on empty/<p></p>-only RTE values, so this
   block never renders on its own.

   Static file: plain @media only (never @@media).
   ============================================================ */

.sc-tcs { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(0,0,0,.1); }
.sc-tcs__heading { font-size: 1.0625rem; font-weight: 700; color: var(--sc-text); margin: 0 0 .75rem; }
.sc-tcs__body { font-size: .8125rem; line-height: 1.65; color: rgba(0,0,0,.55); }
.sc-tcs__body p { margin: 0 0 .6rem; }
.sc-tcs__body p:last-child { margin-bottom: 0; }
.sc-tcs__body a { color: var(--sc-gold); text-decoration: underline; text-underline-offset: 2px; }
.sc-tcs__body ul, .sc-tcs__body ol { list-style: revert; padding-left: 1.25rem; margin: 0 0 .6rem; }
.sc-tcs__body li { margin-bottom: .25rem; }
