/* Single page rendered in homepage shell */
body.poki-single-page .lStd1276e_IhuA3g3FIs.s9w4UjUUDL2klmhRDNdo {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}
body.poki-single-page .vtbwTfQNi80Hes0DzmGs.Eu3YePRYW_jQ2bgCbNjr {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}
body.poki-single-page .vtbwTfQNi80Hes0DzmGs.Eu3YePRYW_jQ2bgCbNjr > div { display: block !important; }
body.poki-single-page .vtbwTfQNi80Hes0DzmGs.Eu3YePRYW_jQ2bgCbNjr + .vtbwTfQNi80Hes0DzmGs.Eu3YePRYW_jQ2bgCbNjr {
  display: none !important;
}

body.poki-single-page .poki-single-wrap { padding: 0 12px 18px; width: 100%; }
body.poki-single-page .poki-single-card {
  width: 100% !important;
  max-width: min(920px, 100%) !important;
  margin: 0 auto !important;
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(201, 219, 239, 0.75);
  box-shadow: 0 10px 26px rgba(15, 48, 79, 0.1);
}
body.poki-single-page .poki-single-card.poki-single-card--wide {
  max-width: min(1200px, 100%) !important;
}
body.poki-single-page .poki-single-card.poki-single-card--after {
  margin-top: 14px !important;
}

/* Make the "after" card full-bleed (match homepage full-width feel) */
body.poki-single-page .poki-single-wrap > .poki-single-card.poki-single-card--after {
  width: calc(100% + 24px) !important;
  max-width: none !important;
  margin-left: -12px !important;
  margin-right: -12px !important;
}

/* Keep tile size same as homepage: constrain inner content width */
body.poki-single-page .poki-single-card.poki-single-card--after .poki-single-card__inner {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
body.poki-single-page .poki-single-card__inner { padding: 26px 26px 22px; }

/* Nav tiles grid (match homepage tile sizing) */
body.poki-single-page .poki-single-card.poki-single-card--after .poki-grid-games {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
body.poki-single-page .poki-single-card.poki-single-card--after .poki-game-item { margin: 0; min-width: 0; }
body.poki-single-page .poki-single-card.poki-single-card--after .poki-game-item a {
  display: block;
  background: #fff;
  border: 1px solid rgba(201, 219, 239, 0.95);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
body.poki-single-page .poki-single-card.poki-single-card--after .poki-game-item a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(22, 50, 79, 0.12);
}
body.poki-single-page .poki-single-card.poki-single-card--after .poki-thumb {
  aspect-ratio: 1 / 1;
  background: #e8f2fc;
}
body.poki-single-page .poki-single-card.poki-single-card--after .poki-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.poki-single-page .poki-single-card.poki-single-card--after .poki-game-name {
  margin: 0;
  padding: 8px 10px 10px;
  font-size: 13px;
  font-weight: 800;
  color: #1f3e5b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1024px) {
  body.poki-single-page .poki-single-card.poki-single-card--after .poki-grid-games {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  body.poki-single-page .poki-single-card.poki-single-card--after .poki-grid-games {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
body.poki-single-page .poki-single-title {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.15;
  color: #002b50;
  letter-spacing: -0.02em;
}
body.poki-single-page .poki-single-prose { color: #284760; font-size: 15px; line-height: 1.8; }
body.poki-single-page .poki-single-prose p { margin: 0 0 12px; }
body.poki-single-page .poki-single-prose h2,
body.poki-single-page .poki-single-prose h3 { margin: 18px 0 10px; color: #16324f; letter-spacing: -0.01em; }
body.poki-single-page .poki-single-prose ul,
body.poki-single-page .poki-single-prose ol { margin: 0 0 12px; padding-left: 20px; }
body.poki-single-page .poki-single-prose li { margin: 6px 0; }
body.poki-single-page .poki-single-prose a { color: #009cff; text-decoration: none; font-weight: 600; }
body.poki-single-page .poki-single-prose a:hover { text-decoration: underline; }

/* Breadcrumbs (news article) */
body.poki-single-page .poki-single-prose .poki-breadcrumb {
  margin: 0 0 8px;
  font-size: 13px;
  color: #6f889f;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
body.poki-single-page .poki-single-prose .poki-breadcrumb a {
  color: #1f4f77;
  font-weight: 700;
  text-decoration: none;
}
body.poki-single-page .poki-single-prose .poki-breadcrumb a:hover { text-decoration: underline; }
body.poki-single-page .poki-single-prose .poki-breadcrumb-sep { color: #9bb0c3; font-weight: 700; }
body.poki-single-page .poki-single-prose .poki-breadcrumb-current {
  color: #6f889f;
  font-weight: 700;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* News list inside single_home shell */
body.poki-single-page .poki-single-prose .poki-title-row { margin: 0 0 10px; }
body.poki-single-page .poki-single-prose .poki-title-row .poki-title {
  margin: 0;
  font-size: 28px;
  line-height: 1.18;
  color: #002b50;
  letter-spacing: -0.02em;
}
body.poki-single-page .poki-single-prose .poki-categories {
  margin: 6px 0 14px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  border-bottom: 1px solid rgba(217, 229, 241, 0.9);
}
body.poki-single-page .poki-single-prose .poki-categories a {
  display: inline-flex;
  padding: 6px 0;
  color: #1f4f77;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
body.poki-single-page .poki-single-prose .poki-categories a[aria-current="page"] {
  color: #009cff;
  border-bottom-color: #009cff;
}

body.poki-single-page .poki-single-prose .poki-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}
body.poki-single-page .poki-single-prose .poki-news-card { min-width: 0; margin: 0; }
body.poki-single-page .poki-single-prose .poki-news-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(201, 219, 239, 0.9);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(15, 48, 79, 0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
body.poki-single-page .poki-single-prose .poki-news-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 48, 79, 0.12);
}
body.poki-single-page .poki-single-prose .poki-news-cover {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: #e8f2fc;
  display: block;
}
body.poki-single-page .poki-single-prose .poki-news-body {
  padding: 12px 12px 14px;
  display: grid;
  gap: 7px;
}
body.poki-single-page .poki-single-prose .poki-news-date {
  color: #6a849b;
  font-size: 12px;
  line-height: 1.2;
}
body.poki-single-page .poki-single-prose .poki-news-title {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  color: #123d62;
  letter-spacing: -0.01em;
}
body.poki-single-page .poki-single-prose .poki-news-excerpt {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #2b4e69;
}
body.poki-single-page .poki-single-prose .poki-news-more {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 800;
  color: #009cff;
}

body.poki-single-page .poki-single-prose .poki-pager {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
body.poki-single-page .poki-single-prose .poki-pager a,
body.poki-single-page .poki-single-prose .poki-pager span {
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(201, 219, 239, 0.95);
  color: #274a68;
  font-size: 13px;
}

@media (max-width: 1024px) {
  body.poki-single-page .poki-single-prose .poki-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  body.poki-single-page .poki-single-prose .poki-title-row .poki-title { font-size: 22px; }
  body.poki-single-page .poki-single-prose .poki-news-grid { grid-template-columns: 1fr; gap: 10px; }
  body.poki-single-page .poki-single-prose .poki-news-cover { height: 180px; }
}

@media (max-width: 767px) {
  body.poki-single-page .poki-single-wrap { padding: 0 10px 14px; }
  body.poki-single-page .poki-single-card__inner { padding: 18px 16px 16px; }
  body.poki-single-page .poki-single-title { font-size: 24px; }
}

@media (max-width: 767px) {
  body.poki-single-page .poki-single-wrap > .poki-single-card.poki-single-card--after {
    width: calc(100% + 20px) !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}

