/* reference stylesheet 1 */
:root {
  --okfun-lime: #f1f44c;
  --okfun-lime-2: #fff867;
  --okfun-green-950: #062c1d;
  --okfun-green-900: #073a23;
  --okfun-green-800: #075c34;
  --okfun-green-700: #0b8747;
  --okfun-green-600: #10aa57;
  --okfun-green-100: #e9faef;
  --okfun-blue-900: #041b52;
  --okfun-blue-700: #075eda;
  --okfun-red: #ec1f2e;
  --okfun-gold: #f7c631;
  --okfun-ink: #273245;
  --okfun-muted: #687486;
  --okfun-line: #e6ebf1;
  --okfun-soft: #f8fafc;
  --okfun-white: #fff;
  --okfun-shadow: 0 16px 42px rgba(21, 42, 74, .12);
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #dfe4ea;
  color: var(--okfun-ink);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body.okfun-live-body {
  background: #dfe4ea;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.okfun-page {
  width: min(1080px, 100%);
  margin: 0 auto;
  background: var(--okfun-white);
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(7, 58, 35, .08);
}

.okfun-wrap {
  width: min(910px, calc(100% - 56px));
  margin: 0 auto;
}

.okfun-topbar {
  background: linear-gradient(90deg, var(--okfun-lime), #f7ff73 55%, #e6f942);
  border-bottom: 1px solid rgba(4, 82, 48, .1);
}

.okfun-topbar .okfun-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.okfun-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--okfun-green-800);
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.okfun-logo-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, #0fb764, #064b2e);
  box-shadow: inset 0 -6px 0 rgba(0, 0, 0, .18), 0 10px 22px rgba(8, 122, 64, .24);
  color: var(--okfun-gold);
  font-size: 23px;
  font-weight: 950;
}

.okfun-logo .fun {
  color: #123052;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, .8);
}

.okfun-actions,
.okfun-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.okfun-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0 23px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(15, 81, 49, .16);
  transition: transform .18s ease, box-shadow .18s ease;
}

.okfun-btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.okfun-btn.primary {
  background: linear-gradient(180deg, var(--okfun-green-600), var(--okfun-green-800));
  border-color: rgba(255, 255, 255, .55);
}

.okfun-btn.ghost {
  background: var(--okfun-white);
  color: var(--okfun-green-900);
  border-color: var(--okfun-green-800);
  box-shadow: none;
}

.okfun-nav {
  background: var(--okfun-lime-2);
  border-bottom: 1px solid rgba(7, 58, 35, .1);
}

.okfun-nav .okfun-wrap {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  overflow-x: auto;
}

.okfun-nav a {
  position: relative;
  padding: 18px 0 16px;
  color: var(--okfun-red);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.okfun-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 3px;
  border-radius: 999px;
  background: var(--okfun-green-700);
}

.okfun-hero {
  min-height: 412px;
  position: relative;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(5, 39, 99, .12) 0%, rgba(6, 44, 29, .08) 40%, rgba(2, 18, 55, .82) 72%, rgba(2, 14, 42, .96) 100%),
    url('/assets/kingtaka-refasset-001.png');
  background-size: cover;
  background-position: center;
}

.okfun-hero .okfun-wrap {
  min-height: 412px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.okfun-hero-panel {
  width: 440px;
  padding: 26px 0 24px;
}

.okfun-bonus-line {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 999px;
  color: #06351f;
  background: linear-gradient(180deg, #fff975, var(--okfun-gold));
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(247, 198, 49, .28);
}

.okfun-hero h1 {
  margin: 18px 0 14px;
  color: #fff;
  font-size: 52px;
  line-height: .98;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 5px 0 rgba(0, 0, 0, .22), 0 16px 32px rgba(0, 0, 0, .28);
}

.okfun-hero h1 span {
  display: block;
  color: var(--okfun-gold);
}

.okfun-hero p {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

.okfun-hero-actions {
  margin-top: 24px;
}

.okfun-hero .okfun-btn.primary {
  min-height: 48px;
  background: linear-gradient(180deg, #fff576, #f6bf28);
  color: #072214;
  border: 0;
  box-shadow: 0 14px 28px rgba(247, 198, 49, .22);
}

.okfun-hero .okfun-btn.ghost {
  min-height: 48px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  border-color: rgba(255, 255, 255, .42);
}

.okfun-official {
  padding: 38px 0 28px;
  background: var(--okfun-white);
}

.okfun-official-card {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
  border: 1px solid rgba(11, 135, 71, .22);
  border-radius: 13px;
  background: linear-gradient(90deg, #f9fff8, #fff);
  box-shadow: var(--okfun-shadow);
}

.okfun-official-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.okfun-shield {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--okfun-green-600), var(--okfun-green-800));
  box-shadow: 0 10px 22px rgba(11, 135, 71, .22);
  font-size: 27px;
  font-weight: 950;
}

.okfun-official-card h2 {
  margin: 0 0 5px;
  color: var(--okfun-green-800);
  font-size: 23px;
  line-height: 1.2;
  font-weight: 950;
}

.okfun-official-card p {
  margin: 0;
  color: var(--okfun-muted);
  font-size: 14px;
  font-weight: 700;
}

.okfun-official-card strong {
  color: var(--okfun-red);
}

.okfun-feature-icons {
  padding: 22px 0 42px;
  background: #fff;
}

.okfun-icon-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.okfun-feature-card {
  min-height: 170px;
  padding: 21px 14px 18px;
  text-align: center;
  border: 1px solid var(--okfun-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(23, 50, 84, .06);
}

.okfun-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin: 0 auto 13px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--okfun-gold), var(--okfun-green-700));
  box-shadow: inset 0 -6px 0 rgba(0, 0, 0, .14), 0 12px 20px rgba(11, 135, 71, .2);
  font-size: 30px;
  font-weight: 950;
}

.okfun-feature-card h3 {
  margin: 0 0 8px;
  color: var(--okfun-green-800);
  font-size: 17px;
  line-height: 1.1;
  font-weight: 950;
  text-transform: uppercase;
}

.okfun-feature-card p {
  margin: 0;
  color: var(--okfun-muted);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 700;
}

.okfun-content-band {
  padding: 50px 0;
  background: linear-gradient(180deg, #f7fbff, #fff);
  border-top: 1px solid #edf1f5;
  border-bottom: 1px solid #edf1f5;
}

.okfun-content-layout {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 36px;
  align-items: start;
}

.okfun-story h2,
.okfun-steps-title,
.okfun-section-head h2 {
  margin: 0;
  color: var(--okfun-ink);
  font-size: 30px;
  line-height: 1.18;
  font-weight: 950;
}

.okfun-story h2 span,
.okfun-section-head h2 span {
  color: var(--okfun-green-700);
}

.okfun-story p {
  margin: 16px 0 0;
  color: var(--okfun-muted);
  font-size: 15px;
  line-height: 1.78;
  font-weight: 700;
}

.okfun-story-visual {
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(7, 92, 52, .16);
  border-radius: 8px;
  background: #082c1c;
  box-shadow: var(--okfun-shadow);
}

.okfun-story-visual img {
  width: 100%;
  height: 244px;
  object-fit: cover;
  object-position: left center;
}

.okfun-visual-caption {
  padding: 13px 16px 15px;
  background: #fff;
  color: var(--okfun-green-800);
  font-size: 14px;
  font-weight: 950;
}

.okfun-timeline {
  display: grid;
  gap: 14px;
}

.okfun-step-card {
  min-height: 108px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(11, 135, 71, .26);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 50, 84, .06);
}

.okfun-step-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #072214;
  background: linear-gradient(180deg, #fff66b, var(--okfun-gold));
  font-size: 17px;
  font-weight: 950;
}

.okfun-step-card h3 {
  margin: 0 0 6px;
  color: var(--okfun-green-900);
  font-size: 17px;
  font-weight: 950;
}

.okfun-step-card p {
  margin: 0;
  color: var(--okfun-muted);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.okfun-table-band {
  padding: 46px 0 50px;
  background: #fff;
}

.okfun-table-card {
  overflow: hidden;
  border: 1px solid var(--okfun-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--okfun-shadow);
}

.okfun-table-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 19px 22px;
  color: #fff;
  background: linear-gradient(90deg, var(--okfun-green-900), var(--okfun-green-700));
}

.okfun-table-title h2 {
  margin: 0;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 950;
}

.okfun-table-title small {
  color: var(--okfun-lime-2);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.okfun-info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.okfun-info-table th,
.okfun-info-table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--okfun-line);
  text-align: left;
  vertical-align: top;
}

.okfun-info-table th {
  width: 24%;
  color: var(--okfun-green-900);
  background: #f8fbf9;
  font-weight: 950;
}

.okfun-info-table td {
  color: var(--okfun-muted);
  font-weight: 700;
}

.okfun-news {
  padding: 54px 0 58px;
  background: var(--okfun-soft);
}

.okfun-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 25px;
}

.okfun-section-head a {
  color: var(--okfun-red);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.okfun-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.okfun-post {
  overflow: hidden;
  border: 1px solid var(--okfun-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(23, 50, 84, .08);
}

.okfun-post-media {
  position: relative;
  height: 164px;
  display: block;
  overflow: hidden;
  background: var(--okfun-blue-900) url('/assets/kingtaka-refasset-002.png') left center / cover no-repeat;
}

.okfun-post-media.alt {
  background-position: center;
}

.okfun-tag {
  position: absolute;
  left: 14px;
  bottom: 13px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 7px;
  color: #072214;
  background: linear-gradient(180deg, #fff66b, var(--okfun-gold));
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.okfun-post-body {
  padding: 19px 18px 21px;
}

.okfun-post h3 {
  margin: 0 0 12px;
  color: var(--okfun-green-900);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 950;
}

.okfun-post h3 a:hover,
.okfun-readmore:hover {
  color: var(--okfun-green-700);
  text-decoration: none;
}

.okfun-post p {
  margin: 0 0 17px;
  color: var(--okfun-muted);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
}

.okfun-readmore {
  color: var(--okfun-red);
  font-size: 13px;
  font-weight: 950;
}

.okfun-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.okfun-pagination li,
.okfun-pagination a,
.okfun-pagination span {
  min-width: 38px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--okfun-line);
  border-radius: 8px;
  padding: 0 10px;
  background: #fff;
  color: var(--okfun-green-900);
  font-size: 13px;
  font-weight: 800;
}

.okfun-pagination a:hover,
.okfun-pagination .thisclass,
.okfun-pagination li.active a {
  background: var(--okfun-green-700);
  color: #fff;
  border-color: var(--okfun-green-700);
}

.okfun-footer {
  padding: 44px 0 22px;
  color: #fff;
  background: linear-gradient(135deg, #062c1d, #0b8747);
}

.okfun-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 34px;
}

.okfun-footer-logo {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--okfun-lime-2);
  font-size: 32px;
  font-weight: 950;
  line-height: 1;
}

.okfun-footer p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 700;
}

.okfun-footer h3 {
  margin: 0 0 15px;
  color: var(--okfun-gold);
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.okfun-footer a {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 700;
}

.okfun-footer a:hover {
  color: #fff;
}

.okfun-copyright {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .72);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.okfun-article-hero {
  padding: 56px 0 60px;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(4, 18, 52, .88), rgba(4, 18, 52, .52), rgba(6, 44, 29, .68)),
    url('/assets/kingtaka-refasset-003.png');
  background-size: cover;
  background-position: center;
}

.okfun-article-hero h1 {
  max-width: 760px;
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 950;
}

.okfun-article-hero p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

.okfun-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  padding: 42px 0 54px;
}

.okfun-article-card,
.okfun-article-aside {
  border: 1px solid var(--okfun-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(23, 50, 84, .08);
}

.okfun-article-card {
  padding: 28px;
}

.okfun-article-meta {
  margin-bottom: 20px;
  color: var(--okfun-muted);
  font-size: 13px;
  font-weight: 800;
}

.okfun-article-body {
  color: #344054;
  font-size: 16px;
  line-height: 1.82;
  font-weight: 500;
}

.okfun-article-body h2,
.okfun-article-body h3 {
  color: var(--okfun-green-900);
  line-height: 1.25;
}

.okfun-article-body a {
  color: var(--okfun-red);
  font-weight: 800;
}

.okfun-article-body img {
  height: auto;
  margin: 20px auto;
  border-radius: 8px;
}

.okfun-article-aside {
  align-self: start;
  padding: 22px;
}

.okfun-article-aside h2 {
  margin: 0 0 15px;
  color: var(--okfun-green-900);
  font-size: 22px;
  font-weight: 950;
}

.okfun-article-aside a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--okfun-line);
  color: var(--okfun-muted);
  font-size: 14px;
  font-weight: 800;
}

.okfun-article-aside a:last-child {
  border-bottom: 0;
}

.okfun-static-article h2 {
  margin-top: 0;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media (max-width: 920px) {
  .okfun-icon-grid,
  .okfun-content-layout,
  .okfun-news-grid,
  .okfun-footer-grid,
  .okfun-article-layout {
    grid-template-columns: 1fr;
  }

  .okfun-hero,
  .okfun-hero .okfun-wrap {
    min-height: 560px;
  }

  .okfun-hero {
    background-position: left center;
  }

  .okfun-hero .okfun-wrap {
    align-items: flex-end;
    justify-content: center;
  }

  .okfun-hero-panel {
    width: 100%;
    padding: 0 0 28px;
  }

  .okfun-hero h1 {
    font-size: 42px;
  }
}

@media (max-width: 680px) {
  .okfun-wrap {
    width: min(100% - 28px, 910px);
  }

  .okfun-topbar .okfun-wrap,
  .okfun-nav .okfun-wrap {
    min-height: 0;
    padding: 14px 0;
    flex-wrap: wrap;
  }

  .okfun-logo {
    font-size: 32px;
  }

  .okfun-logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 18px;
  }

  .okfun-actions,
  .okfun-hero-actions,
  .okfun-official-card,
  .okfun-official-left,
  .okfun-section-head,
  .okfun-table-title {
    align-items: stretch;
    flex-direction: column;
  }

  .okfun-nav .okfun-wrap {
    justify-content: flex-start;
    gap: 17px;
    overflow-x: auto;
  }

  .okfun-hero h1 {
    font-size: 38px;
  }

  .okfun-story h2,
  .okfun-steps-title,
  .okfun-section-head h2,
  .okfun-article-hero h1 {
    font-size: 28px;
  }

  .okfun-info-table th,
  .okfun-info-table td {
    display: block;
    width: 100%;
  }

  .okfun-article-card {
    padding: 22px 18px;
  }
}


/* Target Bengali content and Dede integration */
:root{--clone-dark:#072214;--clone-bg2:#075c34;--clone-accent:#0b8747;--clone-gold:#fff66b;--clone-blue:#075eda;}
body.true-reference-clone{font-family:Arial,"Kohinoor Bangla","Noto Sans Bengali",sans-serif;letter-spacing:0;}
body.true-reference-clone img[src*="kingtaka-logo"]{height:auto;object-fit:contain;}
body.true-reference-clone img[src*="kingtaka-hero"]{height:auto;object-fit:contain;}
.dede-update-zone,.article-detail-zone{padding:34px 0;}
.clone-update-inner,.clone-article-inner{width:min(1180px,calc(100% - 32px));margin:0 auto;}
.clone-update-head{text-align:center;margin-bottom:20px;}
.clone-update-head h2{margin:0;font-size:clamp(26px,3vw,38px);font-weight:900;line-height:1.2;}
.clone-update-head p{max-width:760px;margin:10px auto 0;color:#667085;}
.clone-update-list{display:grid;gap:16px;}
.clone-update-card{display:grid;grid-template-columns:170px minmax(0,1fr);gap:18px;padding:16px;border:1px solid rgba(20,25,40,.12);border-radius:10px;background:#fff;box-shadow:0 14px 34px rgba(20,25,40,.08);}
.clone-update-thumb{min-height:120px;border-radius:8px;background:linear-gradient(135deg,var(--clone-dark),var(--clone-accent));color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:900;text-decoration:none;}
.clone-update-tag{display:inline-flex;margin-bottom:6px;padding:4px 10px;border-radius:999px;background:rgba(0,0,0,.06);color:var(--clone-accent);font-weight:900;font-size:12px;}
.clone-update-body h3{margin:0;font-size:22px;line-height:1.32;}
.clone-update-body p{margin:8px 0;color:#5f6675;}
.clone-update-meta{display:flex;flex-wrap:wrap;gap:12px;color:#8a91a1;font-size:13px;}
.clone-readmore{display:inline-flex;margin-top:10px;color:var(--clone-accent);font-weight:900;text-decoration:none;}
.clone-pagination{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:22px 0 0;}
.clone-pagination li{list-style:none;}
.clone-pagination a,.clone-pagination span{display:inline-flex;min-width:38px;min-height:36px;align-items:center;justify-content:center;border:1px solid rgba(20,25,40,.14);border-radius:8px;padding:0 12px;background:#fff;color:#1c2433;text-decoration:none;font-weight:800;}
.clone-article-inner{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:start;}
.clone-article,.clone-article-side{background:#fff;border:1px solid rgba(20,25,40,.12);border-radius:10px;box-shadow:0 14px 34px rgba(20,25,40,.08);padding:24px;}
.clone-crumb{color:#778094;font-size:14px;margin-bottom:12px;}
.clone-article h1{margin:0;font-size:clamp(30px,3vw,46px);line-height:1.2;}
.clone-article-meta{display:flex;gap:12px;flex-wrap:wrap;margin:12px 0 18px;color:#7d8494;font-size:14px;}
.clone-article-summary{padding:14px 16px;border-left:4px solid var(--clone-accent);background:rgba(0,0,0,.04);margin-bottom:20px;color:#505a6c;}
.clone-article-body{font-size:17px;line-height:1.9;color:#252b38;}
.clone-prenext{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px;}
.clone-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
.clone-actions a,.clone-article-side a{display:inline-flex;margin:6px 6px 0 0;padding:9px 12px;border-radius:8px;background:var(--clone-accent);color:#fff;text-decoration:none;font-weight:800;}
@media(max-width:780px){.clone-update-card,.clone-article-inner,.clone-prenext{grid-template-columns:1fr;}}
