/* Remap247 article detail */
.r247-article-page { background: var(--remap-canvas); }
.r247-article-progress { position: fixed; z-index: 1100; top: 0; right: 0; left: 0; height: 3px; pointer-events: none; }
.r247-article-progress span { display: block; width: 100%; height: 100%; background: var(--remap-accent); transform: scaleX(0); transform-origin: left center; will-change: transform; }
.r247-article-hero {
  position: relative;
  min-height: 390px;
  display: flex;
  overflow: hidden;
  padding: 54px 0 64px;
  align-items: center;
  isolation: isolate;
  color: #fff;
  background:
    url("../images/other/langindgpage_car_01_800px.png") calc(100% - 15px) bottom / 500px auto no-repeat,
    radial-gradient(circle at 78% 34%, rgba(217, 45, 45, .2), transparent 27%),
    linear-gradient(135deg, #202a3a 0%, #172033 72%, #252f40 100%);
}
.r247-article-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(23, 32, 51, .99) 0%, rgba(23, 32, 51, .94) 55%, rgba(23, 32, 51, .46) 100%);
}
.r247-article-hero::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--remap-accent) 0 18%, transparent 18%);
}
.r247-article-hero__breadcrumb { display: flex; margin-bottom: 35px; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 11px; }
.r247-article-hero__breadcrumb a { color: #bdc5d2; font-weight: 650; }
.r247-article-hero__breadcrumb a:hover { color: #fff; }
.r247-article-hero__breadcrumb i { color: #667085; font-size: 7px; }
.r247-article-hero__breadcrumb span { color: #ff918d; font-weight: 700; }
.r247-article-hero__content { max-width: 800px; }
.r247-article-hero__eyebrow { display: block; margin-bottom: 10px; color: #ff918d; font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.r247-article-hero h1 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(37px, 5vw, 58px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.06;
  text-wrap: balance;
}
.r247-article-hero__meta { display: flex; margin-top: 26px; align-items: center; flex-wrap: wrap; gap: 10px; }
.r247-article-hero__meta span { display: inline-flex; min-height: 32px; padding: 0 10px; align-items: center; gap: 7px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 6px; color: #d6dce6; background: rgba(255, 255, 255, .055); font-size: 10px; font-weight: 650; }
.r247-article-hero__meta i { color: #ff918d; }
.r247-article { overflow: hidden; background: var(--remap-canvas); }
.r247-article__layout { display: grid; padding: 62px 0 74px; align-items: start; grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; }
.r247-article__card { min-width: 0; overflow: hidden; border: 1px solid var(--remap-border); border-radius: 10px; background: #fff; box-shadow: 0 16px 44px rgba(23, 32, 51, .065); }
.r247-article__image { position: relative; aspect-ratio: 870 / 510; margin: 0; overflow: hidden; background: #e9edf3; }
.r247-article__image::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; content: ""; background: linear-gradient(90deg, var(--remap-accent) 0 24%, transparent 24%); }
.r247-article__image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.r247-article__content { padding: 40px 44px 48px; }
.r247-article__content > h2,
.r247-article__body h2 {
  margin: 30px 0 14px;
  color: var(--remap-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 34px);
  letter-spacing: -.025em;
  line-height: 1.15;
}
.r247-article__content > h2 { margin-top: 0; }
.r247-article__body h3 { margin: 27px 0 11px; color: var(--remap-ink); font-size: 18px; line-height: 1.3; }
.r247-article__body h4 { margin: 23px 0 9px; color: var(--remap-ink); font-size: 15px; }
.r247-article__body { color: #475467; font-size: 15px; line-height: 1.82; overflow-wrap: anywhere; }
.r247-article__body p { margin: 0 0 19px; }
.r247-article__body p:first-child { margin-bottom: 25px; color: #344054; font-family: Georgia, "Times New Roman", serif; font-size: clamp(18px, 2vw, 21px); font-weight: 400; line-height: 1.55; }
.r247-article__body a { color: var(--remap-accent-dark); font-weight: 650; text-decoration: underline; text-decoration-color: #edb4b4; text-underline-offset: 3px; }
.r247-article__body a:hover { text-decoration-color: var(--remap-accent); }
.r247-article__body > ul,
.r247-article__body > ol { margin: 21px 0 26px; padding: 0; list-style: none; counter-reset: article-list; }
.r247-article__body > ul > li { position: relative; margin-bottom: 7px; padding: 10px 14px 10px 42px; border: 1px solid #edf0f4; border-radius: 6px; background: #fafbfd; }
.r247-article__body > ul > li::before { position: absolute; top: 15px; left: 17px; width: 8px; height: 8px; border-radius: 50%; content: ""; background: var(--remap-accent); box-shadow: 0 0 0 4px var(--remap-accent-soft); }
.r247-article__body > ol > li { position: relative; margin-bottom: 10px; padding: 17px 18px 17px 54px; border: 1px solid var(--remap-border); border-radius: 7px; background: #fff; counter-increment: article-list; }
.r247-article__body > ol > li::before { position: absolute; top: 15px; left: 15px; display: grid; width: 27px; height: 27px; place-items: center; border-radius: 6px; color: #fff; content: counter(article-list, decimal-leading-zero); background: var(--remap-accent); font-size: 9px; font-weight: 800; }
.r247-article__body li > ul,
.r247-article__body li > ol { margin: 11px 0 0; padding: 0; list-style: none !important; }
.r247-article__body li > ul > li,
.r247-article__body li > ol > li { position: relative; margin: 0; padding: 4px 0 4px 18px; border: 0; background: transparent; }
.r247-article__body li > ul > li::before,
.r247-article__body li > ol > li::before { position: absolute; top: 14px; left: 2px; width: 5px; height: 5px; border-radius: 50%; content: ""; background: #ee7a77; }
.r247-article__body blockquote { position: relative; margin: 28px 0; padding: 21px 24px 21px 56px; border: 0; border-radius: 7px; color: #344054; background: #fff6f6; font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
.r247-article__body blockquote::before { position: absolute; top: 17px; left: 19px; color: var(--remap-accent); content: "\201C"; font-size: 42px; line-height: 1; }
.r247-article__body img { height: auto; margin: 24px 0; border-radius: 7px; }
.r247-article__body table { width: 100%; margin: 24px 0; border-collapse: collapse; font-size: 12px; }
.r247-article__body th,
.r247-article__body td { padding: 10px 12px; border: 1px solid var(--remap-border); text-align: left; }
.r247-article__body th { color: var(--remap-ink); background: #f8fafc; }
.r247-article__footer { display: flex; min-height: 92px; padding: 20px 44px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--remap-border); background: #f8fafc; }
.r247-article__footer > div > span { display: block; margin-bottom: 8px; color: var(--remap-muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.r247-article__share { display: flex; gap: 6px; }
.r247-article__share a,
.r247-article__share button { display: grid; width: 33px; height: 33px; padding: 0; place-items: center; border: 1px solid #d6dce5; border-radius: 6px; color: #475467; background: #fff; font-size: 12px; cursor: pointer; }
.r247-article__share a:hover,
.r247-article__share button:hover { border-color: var(--remap-accent); color: #fff; background: var(--remap-accent); }
#article-copy-status { margin: 0; color: var(--remap-success); font-size: 10px; font-weight: 650; text-align: right; }
.r247-article__sidebar { min-width: 0; }
.r247-article__sidebar-inner { position: sticky; top: 128px; display: grid; gap: 12px; }
.r247-article__info,
.r247-article__toc,
.r247-article__links,
.r247-article__next { border: 1px solid var(--remap-border); border-radius: 9px; background: #fff; }
.r247-article__info,
.r247-article__toc,
.r247-article__links { padding: 21px; }
.r247-article__info h2,
.r247-article__toc h2,
.r247-article__links h2,
.r247-article__next h2 { margin: 4px 0 16px; color: var(--remap-ink); font-size: 16px; line-height: 1.25; }
.r247-article__info dl { margin: 0; }
.r247-article__info dl > div { display: flex; padding: 9px 0; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid #edf0f4; }
.r247-article__info dl > div:last-child { border-bottom: 0; }
.r247-article__info dt { color: var(--remap-muted); font-size: 10px; font-weight: 600; }
.r247-article__info dt i { width: 16px; color: var(--remap-accent); }
.r247-article__info dd { margin: 0; color: #344054; font-size: 10px; font-weight: 750; text-align: right; }
.r247-article__toc ol { margin: 0; padding: 0; list-style: none; counter-reset: article-toc; }
.r247-article__toc li { position: relative; padding: 8px 0 8px 28px; border-bottom: 1px solid #edf0f4; counter-increment: article-toc; }
.r247-article__toc li:last-child { border-bottom: 0; }
.r247-article__toc li::before { position: absolute; top: 10px; left: 0; color: #98a2b3; content: counter(article-toc, decimal-leading-zero); font-family: Consolas, monospace; font-size: 8px; }
.r247-article__toc li.is-sub { padding-left: 39px; }
.r247-article__toc li.is-sub::before { left: 11px; }
.r247-article__toc a { display: block; color: #475467; font-size: 10px; font-weight: 650; line-height: 1.4; }
.r247-article__toc a:hover { color: var(--remap-accent-dark); }
.r247-article__next { position: relative; padding: 23px; overflow: hidden; color: #d7dde6; background: linear-gradient(145deg, #202a3a, #151d2b); }
.r247-article__next::after { position: absolute; right: -55px; bottom: -70px; width: 155px; height: 155px; border: 28px solid rgba(217, 45, 45, .1); border-radius: 50%; content: ""; }
.r247-article__next > * { position: relative; z-index: 1; }
.r247-article__next > span { display: block; color: #ff918d; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.r247-article__next h2 { margin-top: 7px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.r247-article__next p { margin: 0 0 18px; color: #abb5c4; font-size: 10px; }
.r247-article__next .r247-btn { width: 100%; font-size: 10px; }
.r247-article__links > h2 { margin-top: 0; }
.r247-article__links > a { display: grid; padding: 11px 0; align-items: center; grid-template-columns: 31px minmax(0, 1fr) auto; gap: 10px; border-bottom: 1px solid #edf0f4; color: #475467; }
.r247-article__links > a:last-child { border-bottom: 0; }
.r247-article__links > a > i:first-child { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 6px; color: var(--remap-accent); background: var(--remap-accent-soft); font-size: 11px; }
.r247-article__links > a > i:last-child { color: #aab2bf; font-size: 8px; transition: transform .18s ease; }
.r247-article__links strong,
.r247-article__links small { display: block; }
.r247-article__links strong { color: var(--remap-ink); font-size: 10px; }
.r247-article__links small { margin-top: 2px; color: var(--remap-muted); font-size: 8px; }
.r247-article__links > a:hover > i:last-child { color: var(--remap-accent); transform: translateX(3px); }
.r247-article-related { padding: 69px 0 75px; border-top: 1px solid var(--remap-border); border-bottom: 1px solid var(--remap-border); background: #fff; }
.r247-article-related__head { display: flex; margin-bottom: 25px; align-items: end; justify-content: space-between; gap: 30px; }
.r247-article-related__head h2 { margin: 4px 0 0; color: var(--remap-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 3.1vw, 40px); line-height: 1.1; }
.r247-article-related__head > a { display: inline-flex; align-items: center; gap: 7px; color: var(--remap-accent-dark); font-size: 11px; font-weight: 750; white-space: nowrap; }
.r247-article-related__head > a i { font-size: 8px; }
.r247-article-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.r247-article-related__grid article { min-width: 0; overflow: hidden; border: 1px solid var(--remap-border); border-radius: 9px; background: #fff; box-shadow: 0 9px 28px rgba(23, 32, 51, .04); }
.r247-article-related__image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #e9edf3; }
.r247-article-related__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .28s ease; }
.r247-article-related__grid article:hover .r247-article-related__image img { transform: scale(1.035); }
.r247-article-related__grid article > div { padding: 18px; }
.r247-article-related time { display: block; color: var(--remap-accent); font-size: 9px; font-weight: 750; }
.r247-article-related h3 { margin: 7px 0 18px; font-size: 15px; line-height: 1.35; }
.r247-article-related h3 a { color: var(--remap-ink); }
.r247-article-related h3 a:hover { color: var(--remap-accent-dark); }
.r247-article-related__link { display: inline-flex; align-items: center; gap: 6px; color: #475467; font-size: 10px; font-weight: 700; }
.r247-article-related__link i { color: var(--remap-accent); font-size: 8px; }
.r247-article-cta { padding: 72px 0 78px; background: #fff; }
.r247-article-cta__panel { display: flex; min-height: 175px; padding: 37px 40px; align-items: center; justify-content: space-between; gap: 38px; border-radius: 10px; color: #fff; background: linear-gradient(135deg, #202a3a, #151d2b); box-shadow: 0 20px 48px rgba(23, 32, 51, .13); }
.r247-article-cta__panel span { color: #ff918d; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.r247-article-cta__panel h2 { max-width: 690px; margin: 6px 0 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(26px, 3vw, 37px); line-height: 1.1; }
.r247-article-cta__panel > div:last-child { display: flex; flex: 0 0 auto; gap: 8px; }

@media (max-width: 1199px) {
  .r247-article__layout { grid-template-columns: minmax(0, 1fr) 285px; }
  .r247-article__content { padding: 36px; }
  .r247-article__footer { padding-right: 36px; padding-left: 36px; }
}

@media (max-width: 991px) {
  .r247-article-hero { min-height: 350px; background-position: calc(100% + 70px) bottom, center, center; background-size: 420px auto, cover, cover; }
  .r247-article-hero__content { max-width: 660px; }
  .r247-article__layout { grid-template-columns: 1fr; }
  .r247-article__sidebar-inner { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .r247-article__next { grid-row: span 2; }
  .r247-article-cta__panel { align-items: start; flex-direction: column; }
}

@media (max-width: 767px) {
  .r247-article-hero { min-height: 320px; padding: 39px 0 47px; background-position: calc(100% + 115px) bottom, center, center; background-size: 350px auto, cover, cover; }
  .r247-article-hero::before { background: linear-gradient(90deg, rgba(23, 32, 51, .99) 0%, rgba(23, 32, 51, .93) 67%, rgba(23, 32, 51, .64) 100%); }
  .r247-article-hero__breadcrumb { margin-bottom: 27px; }
  .r247-article-hero h1 { max-width: 620px; font-size: clamp(31px, 8.5vw, 43px); }
  .r247-article__layout { padding: 42px 0 54px; }
  .r247-article__content { padding: 28px 24px 34px; }
  .r247-article__footer { padding: 19px 24px; }
  .r247-article__sidebar-inner { grid-template-columns: 1fr; }
  .r247-article__next { grid-row: auto; }
  .r247-article-related { padding: 53px 0 58px; }
  .r247-article-related__head { align-items: start; flex-direction: column; gap: 13px; }
  .r247-article-related__grid { grid-template-columns: 1fr; }
  .r247-article-related__grid article { display: grid; grid-template-columns: 160px minmax(0, 1fr); }
  .r247-article-related__image { height: 100%; aspect-ratio: auto; }
  .r247-article-cta { padding: 54px 0 59px; }
  .r247-article-cta__panel { padding: 30px 24px; }
  .r247-article-cta__panel > div:last-child { width: 100%; align-items: stretch; flex-direction: column; }
}

@media (max-width: 575px) {
  .r247-article-hero__breadcrumb span { display: none; }
  .r247-article-hero__meta { align-items: stretch; flex-direction: column; }
  .r247-article-hero__meta span { width: fit-content; }
  .r247-article__card { border-right: 0; border-left: 0; border-radius: 0; }
  .r247-article__layout { margin-right: -15px; margin-left: -15px; }
  .r247-article__sidebar { padding: 0 15px; }
  .r247-article__body { font-size: 14px; }
  .r247-article__body > ol > li { padding: 15px 13px 15px 48px; }
  .r247-article__footer { align-items: start; flex-direction: column; }
  #article-copy-status { text-align: left; }
  .r247-article-related__grid article { display: block; }
  .r247-article-related__image { aspect-ratio: 16 / 9; }
}

@media print {
  .r247-header,
  .r247-article__sidebar,
  .r247-article__footer,
  .r247-article-related,
  .r247-article-cta,
  .r247-footer,
  .r247-footer__bottom,
  .back-top { display: none !important; }
  .r247-article-hero { min-height: 0; padding: 25px 0; color: #000; background: #fff; }
  .r247-article-hero h1 { color: #000; }
  .r247-article__layout { display: block; padding: 20px 0; }
  .r247-article__card { border: 0; box-shadow: none; }
}
