.guide-page-shell {
  background: #ffffff;
  color: #242424;
  min-height: 60vh;
  padding-bottom: 48px;
}

.guide-article-page .main-content,
.guides-hub-page .main-content,
.payid-pokies-page .main-content,
.instant-withdrawal-page .main-content {
  margin-top: 0;
  padding-top: calc(var(--header-height, 80px) + var(--disclosure-height, 32px));
}

.guide-page-shell--breadcrumbs {
  min-height: 0;
  padding-bottom: 0;
}

.payid-pokies-page .hero-section,
.instant-withdrawal-page .hero-section {
  margin-bottom: 40px;
  padding-bottom: 72px;
  padding-top: 72px;
}

.guide-breadcrumbs {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
}

.guide-breadcrumbs ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.guide-breadcrumbs li {
  align-items: center;
  color: #686868;
  display: inline-flex;
  font-size: 0.84rem;
  gap: 8px;
  letter-spacing: 0;
  min-width: 0;
}

.guide-breadcrumbs a {
  color: #267c38;
  text-decoration: none;
}

.guide-breadcrumbs span {
  max-width: min(540px, 70vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-breadcrumbs i {
  color: #a6a6a6;
  font-size: 0.65rem;
}

.guide-article-hero,
.guide-hub-hero {
  background: #222222;
  border-top: 4px solid #e6b422;
  color: #ffffff;
  padding: 52px 0 56px;
}

.guide-article-hero__inner,
.guide-hub-hero__inner {
  margin: 0 auto;
  width: min(960px, calc(100% - 32px));
}

.guide-article-hero__label,
.guide-hub-hero__label {
  align-items: center;
  color: #f2d36e;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.guide-article-hero h1,
.guide-hub-hero h1 {
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 1.12;
  letter-spacing: 0;
  margin: 0;
  max-width: 900px;
  overflow-wrap: anywhere;
}

.guide-article-hero p,
.guide-hub-hero p {
  color: #dddddd;
  font-size: 1.08rem;
  line-height: 1.72;
  margin: 20px 0 0;
  max-width: 820px;
}

.guide-article-hero__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
}

.guide-article-hero__meta span,
.guide-article-hero__meta a {
  align-items: center;
  color: #f4f4f4;
  display: inline-flex;
  font-size: 0.88rem;
  gap: 8px;
  letter-spacing: 0;
  text-decoration: none;
}

.guide-article-hero__meta a:hover {
  color: #f2d36e;
}

.guide-article-layout {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(190px, 240px) minmax(0, 780px);
  margin: 0 auto;
  padding: 52px 0 24px;
  width: min(1120px, calc(100% - 32px));
}

.guide-overlap-intro {
  color: #454545;
  line-height: 1.75;
  padding-top: 28px;
}

.guide-overlap-intro p {
  margin: 0 0 16px;
}

.guide-toc {
  align-self: start;
  border-left: 3px solid #34a74c;
  max-height: calc(100vh - 170px);
  overflow-y: auto;
  padding: 2px 0 2px 18px;
  position: sticky;
  top: 150px;
}

.guide-toc__title {
  color: #242424;
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.guide-toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.guide-toc li + li {
  margin-top: 9px;
}

.guide-toc a {
  color: #5e5e5e;
  display: block;
  font-size: 0.84rem;
  line-height: 1.35;
  text-decoration: none;
}

.guide-toc a:hover {
  color: #267c38;
}

.guide-article {
  min-width: 0;
}

.guide-article__intro {
  border-bottom: 1px solid #dedede;
  font-size: 1.05rem;
  margin-bottom: 36px;
  padding-bottom: 18px;
}

.guide-article__section {
  scroll-margin-top: 150px;
}

.guide-article__section + .guide-article__section {
  border-top: 1px solid #e6e6e6;
  margin-top: 42px;
  padding-top: 42px;
}

.guide-article h2 {
  color: #202020;
  font-size: 1.75rem;
  line-height: 1.22;
  letter-spacing: 0;
  margin: 0 0 20px;
  overflow-wrap: anywhere;
}

.guide-article h3 {
  color: #2c2c2c;
  font-size: 1.18rem;
  line-height: 1.35;
  letter-spacing: 0;
  margin: 30px 0 10px;
}

.guide-article p,
.guide-responsible p,
.guide-related__item p {
  color: #454545;
  line-height: 1.75;
  letter-spacing: 0;
}

.guide-article p {
  margin: 0 0 18px;
}

.guide-article__list {
  color: #3e3e3e;
  line-height: 1.65;
  margin: 8px 0 24px;
  padding-left: 24px;
}

.guide-article__list li + li {
  margin-top: 7px;
}

.guide-table-wrap {
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  margin: 24px 0 30px;
  max-width: 100%;
  overflow-x: auto;
}

.guide-table {
  border-collapse: collapse;
  min-width: 620px;
  width: 100%;
}

.guide-table th,
.guide-table td {
  border-bottom: 1px solid #dddddd;
  font-size: 0.9rem;
  line-height: 1.45;
  padding: 13px 14px;
  text-align: left;
  vertical-align: middle;
}

.guide-table th {
  background: #252525;
  color: #ffffff;
  font-weight: 700;
}

.guide-table tbody tr:nth-child(even) {
  background: #f7f8f7;
}

.guide-table tbody tr:last-child td {
  border-bottom: 0;
}

.guide-callout {
  align-items: flex-start;
  background: #f4f8f4;
  border-left: 4px solid #34a74c;
  display: flex;
  gap: 14px;
  margin: 24px 0 30px;
  padding: 20px;
}

.guide-callout > i {
  color: #267c38;
  font-size: 1.25rem;
  margin-top: 2px;
}

.guide-callout strong {
  color: #242424;
  display: block;
  margin-bottom: 4px;
}

.guide-callout p {
  margin-bottom: 8px;
}

.guide-callout a,
.guide-related__link,
.guide-sources a {
  color: #267c38;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.guide-comparison {
  border-bottom: 1px solid #d8d8d8;
  border-top: 4px solid #34a74c;
  margin: 26px 0 34px;
  padding: 24px 0 28px;
}

.guide-comparison__header {
  margin-bottom: 20px;
}

.guide-comparison__header > span {
  color: #267c38;
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.guide-article .guide-comparison__header h3 {
  color: #202020;
  font-size: 1.35rem;
  line-height: 1.3;
  margin: 0 0 8px;
}

.guide-article .guide-comparison__header p {
  font-size: 0.94rem;
  line-height: 1.6;
  margin: 0;
}

.guide-comparison__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-comparison-card {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.guide-comparison-card__header {
  align-items: center;
  background: #f5f7f5;
  border-bottom: 1px solid #dedede;
  display: grid;
  gap: 12px;
  grid-template-columns: 100px minmax(0, 1fr);
  min-height: 92px;
  padding: 14px;
}

.guide-comparison-card__logo {
  align-items: center;
  display: flex;
  height: 52px;
  justify-content: center;
  min-width: 0;
}

.guide-comparison-card__logo img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.guide-article .guide-comparison-card h4 {
  color: #222222;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0 0 5px;
  overflow-wrap: anywhere;
}

.guide-comparison-card__rating {
  color: #5c5c5c;
  display: block;
  font-size: 0.76rem;
  line-height: 1.3;
}

.guide-comparison-card__rating i {
  color: #c89400;
  margin-right: 3px;
}

.guide-comparison-card__facts {
  margin: 0;
  padding: 4px 14px 8px;
}

.guide-comparison-card__facts > div {
  align-items: start;
  border-bottom: 1px solid #e5e5e5;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(92px, 0.8fr) minmax(0, 1.2fr);
  padding: 10px 0;
}

.guide-comparison-card__facts > div:last-child {
  border-bottom: 0;
}

.guide-comparison-card__facts dt,
.guide-comparison-card__facts dd {
  font-size: 0.79rem;
  line-height: 1.4;
  margin: 0;
  overflow-wrap: anywhere;
}

.guide-comparison-card__facts dt {
  color: #686868;
  font-weight: 600;
}

.guide-comparison-card__facts dd {
  color: #262626;
  font-weight: 700;
  text-align: right;
}

.guide-comparison-card__actions {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  margin-top: auto;
  padding: 8px 14px 14px;
}

.guide-comparison-card__actions a {
  align-items: center;
  border-radius: 5px;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1.25;
  min-height: 42px;
  padding: 9px 10px;
  text-align: center;
  text-decoration: none;
}

.guide-comparison-card__primary {
  background: #238d3a;
  color: #ffffff;
  gap: 7px;
}

.guide-comparison-card__primary:hover {
  background: #1b722f;
  color: #ffffff;
}

.guide-comparison-card__review {
  border: 1px solid #267c38;
  color: #267c38;
}

.guide-comparison-card__review:hover {
  background: #f0f7f1;
}

.guide-article .guide-comparison__legal {
  align-items: flex-start;
  color: #5a5a5a;
  display: flex;
  font-size: 0.76rem;
  gap: 8px;
  line-height: 1.5;
  margin: 16px 0 0;
}

.guide-comparison__legal i {
  color: #a06d00;
  flex: 0 0 auto;
  margin-top: 2px;
}

.guide-comparison__empty {
  align-items: flex-start;
  background: #f7f7f4;
  border: 1px solid #d8d8d1;
  display: flex;
  gap: 16px;
  padding: 20px;
}

.guide-comparison__empty > i {
  color: #267c38;
  font-size: 1.2rem;
  margin-top: 2px;
}

.guide-comparison__empty strong {
  color: #242424;
  display: block;
  margin-bottom: 8px;
}

.guide-comparison__empty ul {
  color: #454545;
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0 0 14px;
  padding-left: 19px;
}

.guide-comparison__empty li + li {
  margin-top: 6px;
}

.guide-comparison__empty-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.guide-comparison__empty-links a {
  color: #267c38;
  font-size: 0.82rem;
  font-weight: 800;
  text-underline-offset: 3px;
}

.guide-faq__items {
  border-top: 1px solid #d9d9d9;
}

.guide-faq__item {
  border-bottom: 1px solid #d9d9d9;
}

.guide-faq__item summary {
  align-items: center;
  color: #292929;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 18px;
  justify-content: space-between;
  letter-spacing: 0;
  list-style: none;
  padding: 18px 0;
}

.guide-faq__item summary::-webkit-details-marker {
  display: none;
}

.guide-faq__item[open] summary i {
  transform: rotate(45deg);
}

.guide-faq__item summary i {
  color: #267c38;
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.guide-faq__answer {
  padding: 0 32px 14px 0;
}

.guide-sources ul {
  margin: 0;
  padding-left: 20px;
}

.guide-sources li + li {
  margin-top: 10px;
}

.guide-related {
  background: #f5f5f2;
  margin-top: 38px;
  padding: 46px max(16px, calc((100% - 1120px) / 2));
}

.guide-section-heading span {
  color: #267c38;
  display: block;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.guide-section-heading h2 {
  color: #242424;
  font-size: 1.65rem;
  letter-spacing: 0;
  margin: 0 0 22px;
}

.guide-related__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-related__item,
.guide-hub-card {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  min-width: 0;
  padding: 22px;
}

.guide-related__item h3,
.guide-hub-card h3,
.guide-hub-card h4 {
  font-size: 1.05rem;
  line-height: 1.35;
  letter-spacing: 0;
  margin: 0 0 10px;
  overflow-wrap: anywhere;
}

.guide-related__item h3 a,
.guide-hub-card h3 a,
.guide-hub-card h4 a {
  color: #252525;
  text-decoration: none;
}

.guide-related__item p,
.guide-hub-card p {
  font-size: 0.9rem;
  margin: 0 0 16px;
}

.guide-responsible {
  align-items: flex-start;
  background: #242424;
  color: #ffffff;
  display: flex;
  gap: 16px;
  margin: 38px auto 0;
  padding: 24px;
  width: min(1060px, calc(100% - 32px));
}

.guide-responsible > i {
  color: #e6b422;
  font-size: 1.35rem;
  margin-top: 2px;
}

.guide-responsible strong {
  display: block;
  margin-bottom: 5px;
}

.guide-responsible p {
  color: #e3e3e3;
  margin: 0;
}

.guide-responsible a {
  color: #f2d36e;
}

.guide-hub {
  margin: 0 auto;
  padding: 48px 0 12px;
  width: min(1120px, calc(100% - 32px));
}

.guide-hub-intent + .guide-hub-intent {
  border-top: 2px solid #d4d4d4;
  margin-top: 64px;
  padding-top: 56px;
}

.guide-hub-intent__heading {
  align-items: flex-start;
  border-left: 5px solid #34a74c;
  display: grid;
  gap: 18px;
  grid-template-columns: 52px minmax(0, 1fr);
  margin-bottom: 36px;
  padding: 8px 0 8px 22px;
}

.guide-hub-intent--learn .guide-hub-intent__heading {
  border-left-color: #e6b422;
}

.guide-hub-intent__icon {
  align-items: center;
  background: #252525;
  border-radius: 6px;
  color: #f2d36e;
  display: flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.guide-hub-intent__heading span:not(.guide-hub-intent__icon) {
  color: #267c38;
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.guide-hub-intent--learn .guide-hub-intent__heading span:not(.guide-hub-intent__icon) {
  color: #8a6800;
}

.guide-hub-intent__heading h2 {
  color: #242424;
  font-size: 1.85rem;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 7px;
}

.guide-hub-intent__heading p {
  color: #626262;
  line-height: 1.55;
  margin: 0;
  max-width: 790px;
}

.guide-hub-category {
  scroll-margin-top: 150px;
}

.guide-hub-category + .guide-hub-category {
  border-top: 1px solid #dedede;
  margin-top: 46px;
  padding-top: 46px;
}

.guide-hub-category__heading {
  align-items: flex-start;
  display: grid;
  gap: 16px;
  grid-template-columns: 44px minmax(0, 1fr);
  margin-bottom: 22px;
}

.guide-hub-category__icon {
  align-items: center;
  background: #252525;
  border-radius: 6px;
  color: #f2d36e;
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.guide-hub-category h2,
.guide-hub-category h3 {
  color: #252525;
  font-size: 1.55rem;
  letter-spacing: 0;
  margin: 0 0 5px;
}

.guide-hub-category__heading p {
  color: #626262;
  line-height: 1.55;
  margin: 0;
}

.guide-hub-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-hub-card {
  display: flex;
  flex-direction: column;
}

.guide-hub-card__link {
  color: #267c38;
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: auto;
  text-decoration: none;
}

@media (max-width: 900px) {
  .guide-article-layout {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .guide-toc {
    border-bottom: 1px solid #dedede;
    border-left: 0;
    max-height: none;
    padding: 0 0 24px;
    position: static;
  }

  .guide-toc ol {
    columns: 2;
    column-gap: 28px;
  }

  .guide-toc li {
    break-inside: avoid;
  }

  .guide-related__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .payid-pokies-page .hero-section,
  .instant-withdrawal-page .hero-section {
    margin-bottom: 32px;
    padding-bottom: 48px;
    padding-top: 48px;
  }

  .guide-article-hero,
  .guide-hub-hero {
    padding: 36px 0 40px;
  }

  .guide-article-hero h1,
  .guide-hub-hero h1 {
    font-size: 2rem;
    line-height: 1.18;
  }

  .guide-article-hero p,
  .guide-hub-hero p {
    font-size: 1rem;
  }

  .guide-article-layout {
    padding-top: 36px;
  }

  .guide-toc ol {
    columns: 1;
  }

  .guide-article h2 {
    font-size: 1.45rem;
  }

  .guide-hub-grid {
    grid-template-columns: 1fr;
  }

  .guide-hub-intent + .guide-hub-intent {
    margin-top: 48px;
    padding-top: 42px;
  }

  .guide-hub-intent__heading {
    gap: 13px;
    grid-template-columns: 44px minmax(0, 1fr);
    padding-left: 14px;
  }

  .guide-hub-intent__icon {
    height: 44px;
    width: 44px;
  }

  .guide-hub-intent__heading h2 {
    font-size: 1.5rem;
  }

  .guide-callout,
  .guide-responsible {
    padding: 18px;
  }

  .guide-comparison__grid {
    grid-template-columns: 1fr;
  }

  .guide-comparison-card__header {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .guide-comparison-card__actions {
    grid-template-columns: 1fr;
    padding-left: 58px;
    padding-right: 58px;
  }

  .guide-comparison__empty {
    padding: 17px;
  }

  .guide-breadcrumbs span {
    max-width: 58vw;
  }
}
