body.home {
  --fds-ink: #172420;
  --fds-ink-soft: #243a34;
  --fds-teal: #087f73;
  --fds-mint: #d7f4ec;
  --fds-amber: #f6b940;
  --fds-coral: #f15d4d;
  --fds-paper: #ffffff;
  --fds-bg: #f5f8f6;
  --fds-line: #dce7e2;
  --fds-muted: #5d706a;
  background: var(--fds-bg);
}

body.home .site-content.wp-site-blocks {
  background: var(--fds-bg);
}

body.home .site-header {
  position: relative;
  top: auto;
  z-index: 50;
  border-bottom: 1px solid rgba(23, 36, 32, 0.08);
  box-shadow: 0 14px 30px rgba(23, 36, 32, 0.08);
}

body.admin-bar.home .site-header {
  top: auto;
}

body.home .header-top,
body.home .header-bottom {
  background: rgba(255, 255, 255, 0.96) !important;
}

body.home .header-logo img {
  width: auto !important;
  max-height: 72px;
}

body.home .header-menu > li > a,
body.home #header-mobile-menu a {
  font-weight: 700;
  color: var(--fds-ink) !important;
}

body.home .header-menu > li.current-menu-item > a,
body.home .header-menu > li > a:hover,
body.home #header-mobile-menu a:hover {
  color: var(--fds-teal) !important;
}

body.home .icon-btn--gray {
  background: var(--fds-bg) !important;
  color: var(--fds-ink) !important;
}

body.home .site-content.wp-site-blocks > .wp-block-group.alignfull.has-background:first-of-type,
body.home .fds-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 70px !important;
  background: var(--fds-ink) !important;
  color: #fff;
  isolation: isolate;
}

body.home .site-content.wp-site-blocks > .wp-block-group.alignfull.has-background:first-of-type::before,
body.home .fds-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(8, 127, 115, 0.45), rgba(241, 93, 77, 0.16) 54%, rgba(246, 185, 64, 0.22)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(23, 36, 32, 0));
}

body.home .fds-hero .wp-block-group__inner-container,
body.home .site-content.wp-site-blocks > .wp-block-group.alignfull.has-background:first-of-type > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 450px);
  gap: 44px;
  align-items: center;
  max-width: 1180px !important;
}

body.home .fds-hero h1,
body.home .site-content.wp-site-blocks > .wp-block-group.alignfull.has-background:first-of-type h1 {
  max-width: 660px;
  margin: 0;
  color: #fff;
  font-size: 64px;
  line-height: 1.02;
  letter-spacing: 0;
  text-align: left !important;
}

body.home .fds-hero p,
body.home .site-content.wp-site-blocks > .wp-block-group.alignfull.has-background:first-of-type p {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 19px !important;
  line-height: 1.65;
  text-align: left !important;
}

body.home .fds-proofbar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 560px;
  margin-top: 26px;
}

body.home .fds-proofbar-item {
  min-height: 72px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

body.home .fds-proofbar-item strong,
body.home .fds-proofbar-item span {
  display: block;
}

body.home .fds-proofbar-item strong {
  color: #fff;
  font-size: 21px;
  line-height: 1.1;
}

body.home .fds-proofbar-item span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.3;
}

body.home .fds-hero-reels {
  grid-column: 2;
  grid-row: 1 / span 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-self: stretch;
}

body.home .fds-hero-reel {
  position: relative;
  display: block;
  min-height: 168px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: #0e1714;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
}

body.home .fds-hero-reel:nth-child(2),
body.home .fds-hero-reel:nth-child(3) {
  transform: translateY(22px);
}

body.home .fds-hero-reel img {
  width: 100%;
  height: 100%;
  min-height: 168px;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

body.home .fds-hero-reel:hover img {
  transform: scale(1.05);
}

body.home .fds-hero-reel span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 6px 9px;
  border-radius: 8px;
  background: rgba(23, 36, 32, 0.88);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

body.home .fds-hero-panels {
  grid-column: 2;
  grid-row: 1 / span 3;
  display: flex;
  align-self: center;
  justify-content: center;
}

body.home .fds-hero-showcase {
  display: grid;
  width: min(100%, 440px);
  min-height: 396px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.08);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22);
}

body.home .fds-hero-showcase:hover,
body.home .fds-hero-showcase:focus {
  border-color: rgba(246, 185, 64, 0.58);
  color: #fff !important;
}

body.home .fds-hero-showcase__poster {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.44), transparent 17%),
    radial-gradient(circle at 12% 88%, rgba(246, 185, 64, 0.42), transparent 24%),
    linear-gradient(135deg, #d7f4ec 0%, #f6b940 46%, #f15d4d 100%);
}

body.home .fds-hero-showcase__poster::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08)),
    rgba(23, 36, 32, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

body.home .fds-hero-showcase__poster::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -52px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

body.home .fds-hero-showcase__machine {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 2;
  width: 242px;
  min-height: 170px;
  padding: 20px 18px 18px;
  border: 3px solid rgba(23, 36, 32, 0.74);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  transform: translateX(-50%);
  box-shadow: 0 20px 36px rgba(23, 36, 32, 0.22);
}

body.home .fds-hero-showcase__screen {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  border-radius: 12px;
  background: #172420;
}

body.home .fds-hero-showcase__screen span {
  display: block;
  height: 72px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 24%, #f6b940 0 13%, transparent 14%),
    radial-gradient(circle at 50% 52%, #f15d4d 0 13%, transparent 14%),
    linear-gradient(180deg, #ffffff, #d7f4ec);
}

body.home .fds-hero-showcase__button {
  width: fit-content;
  margin: 14px auto 0;
  padding: 8px 18px;
  border-radius: 999px;
  background: #f6b940;
  color: #172420;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body.home .fds-hero-showcase__badge {
  position: absolute;
  top: 26px;
  left: 28px;
  z-index: 3;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: #087f73;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

body.home .fds-hero-showcase__copy {
  display: grid;
  gap: 7px;
  padding: 20px;
  background: rgba(23, 36, 32, 0.58);
}

body.home .fds-hero-showcase__copy span,
body.home .fds-hero-showcase__copy strong,
body.home .fds-hero-showcase__copy em {
  display: block;
}

body.home .fds-hero-showcase__copy span {
  color: var(--fds-amber);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body.home .fds-hero-showcase__copy strong {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.08;
}

body.home .fds-hero-showcase__copy em {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

body.home .fds-hero-panel {
  display: flex;
  min-height: 174px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
}

body.home .fds-hero-panel:hover,
body.home .fds-hero-panel:focus {
  border-color: rgba(246, 185, 64, 0.55);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

body.home .fds-hero-panel-icon {
  width: 32px;
  height: 32px;
  display: block;
  color: var(--fds-amber);
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.18));
  flex: 0 0 auto;
}

body.home .fds-hero-poster {
  --poster-a: #d7f4ec;
  --poster-b: #f6b940;
  --poster-c: #087f73;
  position: relative;
  min-height: 86px;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.72), transparent 26%),
    linear-gradient(135deg, var(--poster-a), var(--poster-b));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32), 0 12px 24px rgba(0, 0, 0, 0.14);
}

body.home .fds-hero-poster::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.18)),
    rgba(23, 36, 32, 0.22);
}

body.home .fds-hero-poster::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -24px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

body.home .fds-hero-poster__screen {
  position: absolute;
  inset: 18px 18px 28px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

body.home .fds-hero-poster__screen span {
  display: block;
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 30%, #fff 0 16%, transparent 17%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.54));
  box-shadow: 0 8px 16px rgba(23, 36, 32, 0.1);
}

body.home .fds-hero-poster__footer {
  position: absolute;
  right: 18px;
  bottom: 13px;
  left: 18px;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 8px;
}

body.home .fds-hero-poster__footer span {
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

body.home .fds-hero-poster--spark {
  --poster-a: #d7f4ec;
  --poster-b: #f6b940;
  --poster-c: #087f73;
}

body.home .fds-hero-poster--flame {
  --poster-a: #fff0c8;
  --poster-b: #f15d4d;
  --poster-c: #f6b940;
}

body.home .fds-hero-poster--shuffle {
  --poster-a: #dfefff;
  --poster-b: #7cc7b5;
  --poster-c: #087f73;
}

body.home .fds-hero-poster--library {
  --poster-a: #fff5df;
  --poster-b: #87c9bf;
  --poster-c: #172420;
}

body.home .fds-hero-panel strong {
  padding: 0 4px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.12;
}

body.home .fds-hero-panel span {
  margin-top: auto;
  padding: 0 4px 4px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

body.home .site-content.wp-site-blocks > .wp-block-group.alignfull.has-background:nth-of-type(2),
body.home .fds-lobby {
  padding: 56px 0 64px !important;
  background: linear-gradient(180deg, #fffaf0 0%, #f7fbf8 100%) !important;
}

body.home .fds-lobby > .wp-block-group__inner-container,
body.home .site-content.wp-site-blocks > .wp-block-group.alignfull.has-background:nth-of-type(2) > .wp-block-group__inner-container {
  max-width: 1220px !important;
}

body.home .fds-lobby h2,
body.home .site-content.wp-site-blocks > .wp-block-group.alignfull.has-background:nth-of-type(2) h2 {
  margin-bottom: 10px;
  color: var(--fds-ink);
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
}

body.home .fds-lobby > .wp-block-group__inner-container > p,
body.home .site-content.wp-site-blocks > .wp-block-group.alignfull.has-background:nth-of-type(2) > .wp-block-group__inner-container > p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  color: var(--fds-muted) !important;
  font-size: 18px !important;
  line-height: 1.55;
}

body.home .fds-quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 24px auto 28px;
}

body.home .fds-quick-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid rgba(8, 127, 115, 0.2);
  border-radius: 8px;
  background: #fff;
  color: var(--fds-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(23, 36, 32, 0.06);
}

body.home .fds-quick-links a:hover,
body.home .fds-quick-links a:focus {
  border-color: var(--fds-teal);
  background: var(--fds-teal);
  color: #fff;
}

body.home .slotsl-container {
  max-width: 1220px !important;
  margin-top: 24px !important;
}

body.home .slotsl-filters {
  margin-bottom: 28px;
  padding: 18px;
  border: 1px solid rgba(23, 36, 32, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(23, 36, 32, 0.08);
}

body.home .slotsl-filters .sl-filter-container {
  gap: 14px;
  margin-bottom: 14px !important;
}

body.home .slotsl-filters .sl-filter-container:first-child,
body.home .slotsl-filters .sl-filter-container.sl-mobile-filters {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

body.home .slotsl-search,
body.home .slotsl-providers {
  width: 100%;
  margin: 0 !important;
  align-items: stretch;
}

body.home .slotsl-search input,
body.home .slotsl-providers select,
body.home .choices__inner {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 52px !important;
  height: 52px !important;
  border: 1px solid var(--fds-line) !important;
  border-radius: 8px !important;
  background: #f8fbf9 !important;
  color: var(--fds-ink) !important;
  font-size: 15px !important;
  font-weight: 700;
  box-shadow: none !important;
}

body.home .slotsl-search input {
  padding: 12px 48px 12px 14px !important;
}

body.home .slotsl-search input:focus,
body.home .slotsl-providers select:focus,
body.home .choices.is-focused .choices__inner {
  border-color: var(--fds-teal) !important;
  background: #fff !important;
  outline: 3px solid rgba(8, 127, 115, 0.14);
}

body.home .choices {
  width: 100%;
  margin: 0;
}

body.home .choices__list--single {
  padding: 8px 28px 8px 4px;
}

body.home .choices__list--dropdown,
body.home .choices__list[aria-expanded] {
  z-index: 60;
  border: 1px solid var(--fds-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 45px rgba(23, 36, 32, 0.16);
}

body.home .sl-submit-search {
  right: 16px !important;
}

body.home .sl-submit-search svg {
  stroke: var(--fds-teal) !important;
}

body.home .slotsl-megaways {
  flex-direction: row;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid var(--fds-line);
  border-radius: 8px;
  background: #f8fbf9;
  color: var(--fds-ink);
  font-weight: 800;
}

body.home .switch .slider {
  background: #c7d6d0;
}

body.home .switch input:checked + .slider {
  background: var(--fds-teal);
}

body.home .sl-mobile-filter-button {
  min-height: 48px;
  margin: 0 0 14px;
  border: 1px solid rgba(8, 127, 115, 0.18);
  border-radius: 8px;
  background: var(--fds-mint);
  color: var(--fds-ink);
  font-weight: 800;
}

body.home .fds-grid-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 8px 0 18px;
}

body.home .fds-grid-heading span {
  display: block;
  color: var(--fds-teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

body.home .fds-grid-heading strong {
  display: block;
  color: var(--fds-ink);
  font-size: 26px;
  line-height: 1.15;
}

body.home .fds-grid-count {
  color: var(--fds-muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-align: right;
}

body.home .slotsl-grid,
body.home .slotsl-grid.sl-grid-4 {
  gap: 22px !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

body.home .slotsl-game {
  overflow: hidden;
  border: 1px solid rgba(23, 36, 32, 0.1);
  border-radius: 8px !important;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 36, 32, 0.1) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.home .slotsl-game:hover {
  border-color: rgba(8, 127, 115, 0.32);
  box-shadow: 0 20px 44px rgba(23, 36, 32, 0.16) !important;
  transform: translateY(-4px);
}

body.home .slotsl-thumb {
  overflow: hidden;
  border-radius: 8px 8px 0 0 !important;
  background: var(--fds-ink);
}

body.home .slotsl-thumb img {
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  transition: transform 220ms ease;
}

body.home .slotsl-game:hover .slotsl-thumb img {
  transform: scale(1.04);
}

body.home .slotsl-demo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: linear-gradient(180deg, rgba(23, 36, 32, 0.04), rgba(23, 36, 32, 0.58)) !important;
}

body.home .slotsl-demo-wrapper {
  position: static;
  width: auto;
  transform: none;
}

body.home .slotsl-thumb-url {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  background: var(--fds-amber) !important;
  color: var(--fds-ink) !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
}

body.home .slotsl-thumb-url:hover,
body.home .slotsl-thumb-url:focus {
  background: #fff !important;
  color: var(--fds-teal) !important;
}

body.home .fds-card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(23, 36, 32, 0.88);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body.home .slotsl-meta {
  min-height: 108px;
  padding: 14px 14px 16px !important;
}

body.home .slotsl-meta p.slotsl-title {
  margin: 0 0 10px !important;
  line-height: 1.25 !important;
}

body.home .slotsl-meta .slotsl-title a,
body.home .slotsl-meta .slotsl-title span {
  color: var(--fds-ink) !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
}

body.home .slotsl-meta .slotsl-title a:hover {
  color: var(--fds-teal) !important;
}

body.home .slotsl-meta a.slotsl-provider,
body.home .slotsl-meta span.slotsl-provider {
  position: static !important;
  display: inline-flex;
  max-width: 100%;
  color: var(--fds-muted) !important;
  font-size: 12px !important;
  font-weight: 800;
  line-height: 1.2;
}

body.home .slotsl-progress {
  margin-top: 34px;
  color: var(--fds-muted);
  font-weight: 800;
}

body.home .slotsl-progress-bar-line {
  width: min(520px, 100%);
  height: 8px;
  background: #dce7e2;
}

body.home .slotsl-progress-bar-fill {
  height: 8px;
  background: linear-gradient(90deg, var(--fds-teal), var(--fds-amber));
}

body.home .slotsl-load-more {
  margin-top: 28px;
}

body.home .slotsl-load-more button {
  width: auto;
  min-width: 190px;
  min-height: 52px;
  padding: 14px 22px;
  border: 0 !important;
  border-radius: 8px;
  background: var(--fds-coral) !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(241, 93, 77, 0.28);
}

body.home .slotsl-load-more button:hover,
body.home .slotsl-load-more button:focus {
  background: var(--fds-ink) !important;
}

body.home .fds-guide,
body.home .site-content.wp-site-blocks > main.wp-block-group.alignfull {
  padding: 64px 0 !important;
  background: #fff;
}

body.home .fds-guide > *,
body.home .site-content.wp-site-blocks > main.wp-block-group.alignfull > * {
  max-width: 820px !important;
}

body.home .fds-guide h2,
body.home .site-content.wp-site-blocks > main.wp-block-group.alignfull h2 {
  color: var(--fds-ink);
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: 0;
}

body.home .fds-guide-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 920px !important;
  margin: 24px auto 20px;
}

body.home .fds-guide-summary > div {
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(8, 127, 115, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f5faf8);
  box-shadow: 0 14px 30px rgba(23, 36, 32, 0.08);
}

body.home .fds-guide-summary strong,
body.home .fds-guide-summary span {
  display: block;
}

body.home .fds-guide-summary strong {
  color: var(--fds-ink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
}

body.home .fds-guide-summary span {
  margin-top: 8px;
  color: var(--fds-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

body.home .fds-guide-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 920px !important;
  margin: 0 auto 32px;
  padding: 14px;
  border: 1px solid var(--fds-line);
  border-radius: 8px;
  background: #f7fbf8;
}

body.home .fds-guide-toc a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 9px 11px;
  border: 1px solid rgba(8, 127, 115, 0.18);
  border-radius: 8px;
  background: #fff;
  color: var(--fds-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none !important;
}

body.home .fds-guide-toc a:hover,
body.home .fds-guide-toc a:focus {
  border-color: var(--fds-teal);
  background: var(--fds-teal);
  color: #fff;
}

body.home .fds-infographic {
  display: grid;
  grid-template-columns: minmax(240px, 0.76fr) minmax(0, 1.24fr);
  gap: 22px;
  max-width: 1040px !important;
  margin: 28px auto 38px;
  padding: 26px;
  border: 1px solid rgba(8, 127, 115, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 248, 0.96)),
    #fff;
  box-shadow: 0 18px 44px rgba(23, 36, 32, 0.1);
}

body.home .fds-infographic__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.home .fds-infographic__kicker,
body.home .fds-home-featured-kicker,
body.home .fds-faq-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px;
  border-radius: 8px;
  background: var(--fds-mint);
  color: var(--fds-teal);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body.home .fds-infographic h3 {
  margin: 12px 0 10px !important;
  color: var(--fds-ink);
  font-size: 30px !important;
  line-height: 1.12 !important;
}

body.home .fds-infographic p {
  margin: 0;
  color: var(--fds-muted);
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.55 !important;
}

body.home .fds-infographic__flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body.home .fds-infographic__flow::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: linear-gradient(90deg, rgba(8, 127, 115, 0.18), rgba(246, 185, 64, 0.65), rgba(241, 93, 77, 0.28));
}

body.home .fds-infographic__step {
  position: relative;
  min-height: 168px;
  padding: 18px 14px 16px;
  border: 1px solid var(--fds-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 36, 32, 0.07);
}

body.home .fds-infographic__step-index {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--fds-amber);
  color: var(--fds-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(246, 185, 64, 0.32);
}

body.home .fds-infographic__step strong,
body.home .fds-infographic__step > span:last-child {
  display: block;
}

body.home .fds-infographic__step strong {
  margin-top: 14px;
  color: var(--fds-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
}

body.home .fds-infographic__step > span:last-child {
  margin-top: 8px;
  color: #52665f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

body.home .fds-infographic__compare {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(8, 127, 115, 0.14);
  border-radius: 8px;
  background: #f7fbf8;
}

body.home .fds-infographic__compare-title {
  color: var(--fds-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

body.home .fds-infographic__compare-row {
  display: grid;
  grid-template-columns: 150px minmax(140px, 1fr) 160px;
  gap: 14px;
  align-items: center;
  color: var(--fds-muted);
  font-size: 13px;
  font-weight: 800;
}

body.home .fds-infographic__compare-row b {
  color: var(--fds-ink);
  font-weight: 900;
}

body.home .fds-infographic__bar {
  position: relative;
  display: block;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e4eee9;
}

body.home .fds-infographic__bar::before {
  content: "";
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--fds-teal), var(--fds-amber));
}

body.home .fds-infographic__bar--wide::before {
  width: 92%;
}

body.home .fds-infographic__bar--medium::before {
  width: 66%;
}

body.home .fds-infographic__bar--small::before {
  width: 28%;
}

body.home .fds-guide h3,
body.home .site-content.wp-site-blocks > main.wp-block-group.alignfull h3 {
  margin-top: 42px;
  color: var(--fds-ink);
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0;
}

body.home .fds-guide p,
body.home .site-content.wp-site-blocks > main.wp-block-group.alignfull p {
  color: #42544f;
  font-size: 17px;
  line-height: 1.78;
}

body.home .fds-guide-callout {
  padding: 18px 20px;
  border-left: 4px solid var(--fds-teal);
  border-radius: 0 8px 8px 0;
  background: #f5faf8;
}

body.home .post-tile {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(23, 36, 32, 0.12);
}

body.home .wp-block-poka-featured-videos.fds-home-featured-ready,
body.home .fds-guide > .wp-block-poka-featured-videos.fds-home-featured-ready,
body.home .site-content.wp-site-blocks > main.wp-block-group.alignfull > .wp-block-poka-featured-videos.fds-home-featured-ready {
  max-width: 1040px !important;
  margin: 46px auto 34px;
}

body.home .fds-home-featured-header {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
}

body.home .fds-home-featured-header h3 {
  max-width: 720px;
  margin: 0 !important;
  color: var(--fds-ink);
  font-size: 34px !important;
  line-height: 1.12 !important;
}

body.home .fds-home-featured-header p {
  max-width: 720px;
  margin: 0;
  color: var(--fds-muted);
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.55 !important;
}

body.home .fds-home-featured-ready .post-tiles,
body.home .fds-home-featured-ready .row,
body.home .fds-home-featured-ready .col {
  display: block;
  width: 100%;
  margin: 0;
}

body.home .fds-home-featured-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 45%) minmax(0, 1fr);
  min-height: 360px;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(8, 127, 115, 0.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(23, 36, 32, 0.13);
}

body.home .fds-home-featured-card .post-tile-img {
  position: static !important;
  inset: auto !important;
  grid-column: 1;
  grid-row: 1;
  width: 100% !important;
  height: 100% !important;
  min-height: 360px;
  overflow: hidden;
  background: var(--fds-ink);
  transform: none !important;
}

body.home .fds-home-featured-card .post-tile-img::before,
body.home .fds-home-featured-card .post-tile-img::after {
  content: none !important;
  display: none !important;
}

body.home .fds-home-featured-card .post-tile-img img {
  width: 100% !important;
  height: 100% !important;
  min-height: 360px;
  display: block;
  opacity: 1 !important;
  filter: none !important;
  object-fit: cover;
  transition: transform 220ms ease;
}

body.home .fds-home-featured-card:hover .post-tile-img img {
  transform: scale(1.035);
}

body.home .fds-home-featured-card .post-tile-content-wrapper {
  position: static !important;
  inset: auto !important;
  grid-column: 2;
  grid-row: 1;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 360px;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  transform: none !important;
}

body.home .fds-home-featured-card .post-tile-content-wrapper::before,
body.home .fds-home-featured-card .post-tile-content-wrapper::after {
  content: none !important;
  display: none !important;
}

body.home .fds-home-featured-card .post-tile-content {
  display: flex;
  width: 100% !important;
  max-width: none !important;
  min-height: 360px;
  flex-direction: column;
  margin: 0 !important;
  padding: 30px;
  background: #fff !important;
  text-align: left;
  text-shadow: none !important;
}

body.home .fds-home-featured-card .post-tile-content * {
  text-shadow: none !important;
}

body.home .fds-home-featured-card .post-tile-cta {
  order: 10;
  margin-top: auto;
}

body.home .fds-home-featured-card .post-tile-date {
  order: 1;
}

body.home .fds-home-featured-tags {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
}

body.home .fds-home-featured-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(8, 127, 115, 0.2);
  border-radius: 8px;
  background: #f5faf8;
  color: var(--fds-teal);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

body.home .fds-home-featured-card .post-tile-title-wrapper {
  order: 3;
}

body.home .fds-home-featured-card .post-tile-title {
  margin: 18px 0 0 !important;
  font-size: 34px !important;
  line-height: 1.12 !important;
}

body.home .fds-home-featured-card .post-tile-title a {
  color: var(--fds-ink) !important;
  text-decoration: none !important;
}

body.home .fds-home-featured-excerpt {
  order: 4;
  margin: 16px 0 22px !important;
  color: #42544f !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.68 !important;
}

body.home .fds-home-featured-card .post-element-info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--fds-muted);
  font-size: 13px;
  font-weight: 800;
}

body.home .fds-home-featured-card .post-element-info span {
  color: var(--fds-muted);
}

body.home .fds-home-featured-card .post-element-info .dot-separator {
  display: none;
}

body.home .fds-home-featured-cta {
  display: inline-flex !important;
  width: fit-content !important;
  min-width: 146px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  background: var(--fds-amber) !important;
  color: var(--fds-ink) !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
}

body.home .fds-home-featured-cta i {
  display: none;
}

body.home .fds-home-featured-cta::after {
  content: ">";
  font-size: 16px;
  line-height: 1;
}

body.home .faq-wrapper .faq-list {
  display: grid;
  gap: 10px;
}

body.home .fds-empty-faq {
  display: none;
}

body.home .fds-faq-section {
  max-width: 1040px !important;
  margin: 54px auto 0;
  padding: 30px;
  border: 1px solid rgba(8, 127, 115, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 248, 0.94)),
    #fff;
  box-shadow: 0 22px 54px rgba(23, 36, 32, 0.12);
}

body.home .fds-faq-section > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.58fr);
  gap: 28px;
  align-items: flex-start;
}

body.home .fds-faq-section .wp-block-poka-faq {
  grid-column: 2;
  grid-row: 1 / span 4;
}

body.home .fds-faq-section > .wp-block-group__inner-container > h3,
body.home .fds-faq-section > h3 {
  margin: 10px 0 0 !important;
  color: var(--fds-ink);
  font-size: 34px;
  line-height: 1.14;
}

body.home .fds-faq-subtitle {
  margin: 12px 0 0 !important;
  color: var(--fds-muted) !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.62 !important;
}

body.home .fds-faq-meta {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

body.home .fds-faq-meta span {
  display: flex;
  min-height: 38px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(8, 127, 115, 0.16);
  border-radius: 8px;
  background: #f7fbf8;
  color: var(--fds-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

body.home .faq-item {
  overflow: hidden;
  border: 1px solid rgba(8, 127, 115, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 36, 32, 0.055);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.home .faq-item:hover,
body.home .faq-item:focus-within {
  border-color: rgba(8, 127, 115, 0.38);
  box-shadow: 0 14px 30px rgba(23, 36, 32, 0.09);
  transform: translateY(-1px);
}

body.home .faq-item-question {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 18px 54px 18px 18px;
  color: var(--fds-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
}

body.home .faq-item-question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #f5faf8;
  color: var(--fds-teal);
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

body.home .faq-item:not(.closed) .faq-item-question::after {
  content: "-";
  background: var(--fds-ink);
  color: #fff;
}

body.home .fds-faq-index {
  display: inline-grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--fds-amber);
  color: var(--fds-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

body.home .faq-item-answer-inner {
  padding: 0 22px 20px 66px;
}

body.home .faq-item-answer-inner p {
  margin: 0;
  color: #42544f;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.68 !important;
}

body.home .post-modified-info,
body.home .abh_box {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  body.home .slotsl-grid,
  body.home .slotsl-grid.sl-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  body.home .fds-hero .wp-block-group__inner-container,
  body.home .site-content.wp-site-blocks > .wp-block-group.alignfull.has-background:first-of-type > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }

  body.home .fds-hero-reels {
    grid-column: 1;
    grid-row: auto;
  }

  body.home .fds-hero-panels {
    grid-column: 1;
    grid-row: auto;
  }

  body.home .fds-hero h1,
  body.home .site-content.wp-site-blocks > .wp-block-group.alignfull.has-background:first-of-type h1 {
    font-size: 48px;
  }

  body.home .slotsl-filters .sl-filter-container:first-child,
  body.home .slotsl-filters .sl-filter-container.sl-mobile-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .slotsl-grid,
  body.home .slotsl-grid.sl-grid-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  body.home .site-content.wp-site-blocks > .wp-block-group.alignfull.has-background:first-of-type,
  body.home .fds-hero {
    padding: 46px 0 44px !important;
  }

  body.home .fds-hero .wp-block-group__inner-container,
  body.home .site-content.wp-site-blocks > .wp-block-group.alignfull.has-background:first-of-type > .wp-block-group__inner-container {
    width: 100%;
    max-width: 100% !important;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  body.home .fds-hero h1,
  body.home .site-content.wp-site-blocks > .wp-block-group.alignfull.has-background:first-of-type h1 {
    font-size: 40px;
  }

  body.home .fds-hero p,
  body.home .site-content.wp-site-blocks > .wp-block-group.alignfull.has-background:first-of-type p {
    font-size: 17px !important;
  }

  body.home .fds-proofbar {
    grid-template-columns: 1fr;
  }

  body.home .fds-hero-reels {
    gap: 10px;
  }

  body.home .fds-hero-panels {
    justify-content: stretch;
  }

  body.home .fds-hero-showcase {
    width: 100%;
    min-height: auto;
  }

  body.home .fds-hero-showcase__poster {
    min-height: 230px;
  }

  body.home .fds-hero-showcase__machine {
    top: 42px;
    width: 210px;
    min-height: 150px;
  }

  body.home .fds-hero-showcase__screen span {
    height: 58px;
  }

  body.home .fds-hero-showcase__copy strong {
    font-size: 24px;
  }

  body.home .fds-hero-reel,
  body.home .fds-hero-reel img {
    min-height: 132px;
  }

  body.home .fds-lobby h2,
  body.home .site-content.wp-site-blocks > .wp-block-group.alignfull.has-background:nth-of-type(2) h2,
  body.home .fds-guide h2,
  body.home .site-content.wp-site-blocks > main.wp-block-group.alignfull h2 {
    font-size: 32px;
  }

  body.home .slotsl-filters .sl-filter-container:first-child,
  body.home .slotsl-filters .sl-filter-container.sl-mobile-filters {
    grid-template-columns: 1fr;
  }

  body.home .fds-grid-heading {
    display: block;
  }

  body.home .fds-grid-count {
    margin-top: 8px;
    text-align: left;
  }

  body.home .fds-grid-heading strong {
    margin-top: 4px;
    font-size: 23px;
  }

  body.home .slotsl-grid,
  body.home .slotsl-grid.sl-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body.home .slotsl-meta {
    min-height: 118px;
    padding: 12px !important;
  }

  body.home .slotsl-meta .slotsl-title a,
  body.home .slotsl-meta .slotsl-title span {
    font-size: 14px !important;
  }
}

@media (max-width: 430px) {
  body.home .slotsl-grid,
  body.home .slotsl-grid.sl-grid-4 {
    grid-template-columns: 1fr !important;
  }
}

body.single-slotsl {
  --fds-ink: #172420;
  --fds-ink-soft: #243a34;
  --fds-teal: #087f73;
  --fds-mint: #d7f4ec;
  --fds-amber: #f6b940;
  --fds-coral: #f15d4d;
  --fds-paper: #ffffff;
  --fds-bg: #f5f8f6;
  --fds-line: #dce7e2;
  --fds-muted: #5d706a;
  background: var(--fds-bg);
}

body.single-slotsl .site-header {
  position: relative !important;
  top: auto !important;
  z-index: 50;
  border-bottom: 1px solid rgba(23, 36, 32, 0.08);
  box-shadow: 0 14px 30px rgba(23, 36, 32, 0.08);
}

body.admin-bar.single-slotsl .site-header {
  top: auto !important;
}

body.single-slotsl .header-top,
body.single-slotsl .header-bottom {
  background: rgba(255, 255, 255, 0.96) !important;
}

body.single-slotsl .header-logo img {
  width: auto !important;
  max-height: 72px;
}

body.single-slotsl .header-menu > li > a,
body.single-slotsl #header-mobile-menu a {
  font-weight: 700;
  color: var(--fds-ink) !important;
}

body.single-slotsl .header-menu > li.current-menu-item > a,
body.single-slotsl .header-menu > li > a:hover,
body.single-slotsl #header-mobile-menu a:hover {
  color: var(--fds-teal) !important;
}

body.single-slotsl .breadcrumbs-wrapper {
  padding: 16px 0;
  border-bottom: 1px solid var(--fds-line);
  background: #fff;
}

body.single-slotsl #breadcrumbs {
  color: var(--fds-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

body.single-slotsl #breadcrumbs a {
  color: var(--fds-teal);
}

body.single-slotsl #breadcrumbs .breadcrumb-separator {
  margin: 0 8px;
  color: #a5b6b0;
}

body.single-slotsl .site-content.site-content-padding {
  padding: 38px 0 72px;
  background:
    linear-gradient(180deg, #fffaf0 0, rgba(255, 250, 240, 0) 270px),
    var(--fds-bg);
}

body.single-slotsl .single-post-wrapper {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.single-slotsl .wysiwyg-part > h1 {
  max-width: 820px;
  margin: 8px 0 12px;
  color: var(--fds-ink);
  font-size: 48px;
  line-height: 1.06;
  letter-spacing: 0;
}

body.single-slotsl .fds-game-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px;
  border-radius: 8px;
  background: var(--fds-mint);
  color: var(--fds-teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

body.single-slotsl .post-element-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 16px;
  color: var(--fds-muted);
}

body.single-slotsl .post-element-info .post-element-author {
  min-height: 38px;
  padding: 3px 12px 3px 4px;
  border: 1px solid var(--fds-line);
  border-radius: 8px;
  background: #fff;
  color: var(--fds-ink);
  font-weight: 800;
}

body.single-slotsl .post-element-info .author-image {
  border: 2px solid #fff;
  box-shadow: 0 8px 18px rgba(23, 36, 32, 0.12);
}

body.single-slotsl .post-element-info .dot-separator {
  display: none;
}

body.single-slotsl .fds-game-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 24px;
}

body.single-slotsl .fds-game-benefits span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 11px;
  border: 1px solid var(--fds-line);
  border-radius: 8px;
  background: #fff;
  color: var(--fds-ink-soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(23, 36, 32, 0.05);
}

body.single-slotsl .fds-game-benefits span:first-child {
  border-color: rgba(8, 127, 115, 0.24);
  background: #effbf7;
  color: var(--fds-teal);
}

body.single-slotsl .fds-game-info-container {
  display: block;
  width: 100%;
  margin: 28px 0 22px;
}

body.single-slotsl .sl-game-attributes {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--fds-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(23, 36, 32, 0.1);
}

body.single-slotsl .sl-game-attributes-header {
  min-height: 58px;
  padding: 17px 20px;
  border: 0;
  background: var(--fds-ink) !important;
  color: #fff;
}

body.single-slotsl .sl-game-attributes-header h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

body.single-slotsl .sl-toggle-attributes {
  min-height: 34px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

body.single-slotsl .sl-toggle-attributes svg {
  width: 16px;
  height: 16px;
}

body.single-slotsl .sl-game-attributes-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
}

body.single-slotsl .sl-attribute-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 82px;
  padding: 14px;
  border: 1px solid var(--fds-line);
  border-radius: 8px;
  background: #f8fbfa;
}

body.single-slotsl .sl-attribute-label {
  margin: 0 0 8px;
  color: var(--fds-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

body.single-slotsl .sl-attribute-value {
  flex: none;
  color: var(--fds-ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  text-align: left;
}

body.single-slotsl .fds-game-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  width: 100%;
  margin: 22px 0 0;
}

body.single-slotsl .fds-game-stage .sl-container,
body.single-slotsl .fds-game-stage .sl-slots {
  background: var(--fds-ink) !important;
}

body.single-slotsl .fds-game-stage .sl-container {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  flex-basis: 100% !important;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(23, 36, 32, 0.22);
}

body.single-slotsl .slotls-header {
  min-height: 58px;
  padding: 10px 14px;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #101d19 !important;
}

body.single-slotsl .sl-fullscreen {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

body.single-slotsl .sl-fullscreen:hover,
body.single-slotsl .sl-fullscreen:focus {
  background: var(--fds-teal);
  color: #fff;
}

body.single-slotsl .sl-rating-container {
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
}

body.single-slotsl .sl-slots {
  position: relative;
  min-height: 640px;
  border-radius: 0 0 8px 8px;
}

body.single-slotsl .sl-responsive-iframe {
  background: #0b120f;
}

body.single-slotsl .sl-placeholder {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(23, 36, 32, 0.08), rgba(23, 36, 32, 0.72)),
    var(--fds-ink) !important;
}

body.single-slotsl .sl-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.64)),
    radial-gradient(circle at 50% 42%, rgba(246, 185, 64, 0.2), rgba(23, 36, 32, 0) 46%);
  pointer-events: none;
}

body.single-slotsl .sl-placeholder .slaunch-game.sl-gamethumb {
  filter: blur(2px);
  opacity: 0.8;
  transform: scale(1.03);
}

body.single-slotsl .fds-stage-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--fds-teal);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body.single-slotsl .slaunch-button {
  z-index: 3;
  min-width: 178px;
  min-height: 50px;
  border: 0 !important;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

body.single-slotsl .slaunch-button.slaunch-game {
  background: var(--fds-amber) !important;
  color: var(--fds-ink) !important;
}

body.single-slotsl .slaunch-button.sl-play-for-real {
  background: var(--fds-coral) !important;
  color: #fff !important;
}

body.single-slotsl .slaunch-button:hover,
body.single-slotsl .slaunch-button:focus {
  transform: translateY(-1px);
}

body.single-slotsl .sl-featured-widget {
  min-width: 0;
  width: 100% !important;
  flex-basis: 100% !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
}

body.single-slotsl .sl-featured-widget-container {
  height: auto;
  padding: 18px;
  border: 1px solid var(--fds-line);
  border-radius: 8px;
  background: #fff !important;
  align-items: stretch !important;
  box-shadow: 0 18px 42px rgba(23, 36, 32, 0.12);
}

body.single-slotsl .fds-game-stage .sl-featured-widget .sl-featured-widget-container {
  background: #fff !important;
}

body.single-slotsl .sl-featured-title {
  margin: 0 0 13px;
  color: var(--fds-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

body.single-slotsl .sl-widget-games {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100% !important;
}

body.single-slotsl .sl-featured-widget .slotsl-game {
  overflow: hidden;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--fds-line);
  border-radius: 8px;
  background: #fff;
}

body.single-slotsl .sl-featured-widget .slotsl-thumb {
  position: relative;
  width: 100% !important;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #10201c;
}

body.single-slotsl .sl-featured-widget .slotsl-thumb a {
  display: block;
  width: 100% !important;
  height: 100%;
}

body.single-slotsl .sl-featured-widget .slotsl-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

body.single-slotsl .sl-featured-widget .slotsl-game:hover img {
  transform: scale(1.04);
}

body.single-slotsl .sl-featured-widget .slotsl-demo-container {
  background: rgba(23, 36, 32, 0.42);
}

body.single-slotsl .sl-featured-widget .slotsl-thumb-url {
  border-radius: 8px;
  background: var(--fds-teal);
  color: #fff;
  font-weight: 900;
}

body.single-slotsl .fds-featured-name {
  min-height: 48px;
  padding: 12px 12px 4px;
  color: var(--fds-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

body.single-slotsl .fds-featured-provider {
  padding: 0 12px 12px;
  color: var(--fds-teal);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

body.single-slotsl .fds-card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--fds-ink);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

body.single-slotsl .line-separator--single-post {
  margin: 34px 0 22px;
  border-color: var(--fds-line);
}

body.single-slotsl .single-post-bottom {
  padding: 18px;
  border: 1px solid var(--fds-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 36, 32, 0.06);
}

body.single-slotsl .single-post-bottom .icon-btn--gray,
body.single-slotsl .social-icons .icon-btn--gray {
  background: var(--fds-bg) !important;
  color: var(--fds-ink) !important;
}

body.single-slotsl .single-post-bottom .icon-btn--gray:hover,
body.single-slotsl .social-icons .icon-btn--gray:hover {
  background: var(--fds-teal) !important;
  color: #fff !important;
}

body.single-slotsl .author-card {
  margin-top: 20px;
  padding: 22px;
  border: 1px solid var(--fds-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(23, 36, 32, 0.08);
}

body.single-slotsl .author-card .author-image {
  border: 4px solid #fff;
  box-shadow: 0 14px 28px rgba(23, 36, 32, 0.14);
}

body.single-slotsl .author-card .author-title {
  color: var(--fds-teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.single-slotsl .author-card .author-name {
  color: var(--fds-ink);
  font-weight: 900;
}

body.single-slotsl .author-card p {
  color: #42544f;
  line-height: 1.68;
}

body.single-slotsl #sidebar-wrapper .sidebar {
  position: static;
  margin-top: 0;
}

body.single-slotsl #sidebar-wrapper .sidebar > .widget {
  overflow: hidden;
  border: 1px solid var(--fds-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(23, 36, 32, 0.1);
}

body.single-slotsl #sidebar-wrapper .sidebar > .widget > h3 {
  margin: 0;
  padding: 16px 18px;
  border-bottom: 1px solid var(--fds-line);
  background: var(--fds-ink);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

body.single-slotsl #sidebar-wrapper .widget .widget h3:empty {
  display: none;
}

body.single-slotsl #sidebar-wrapper .widget .widget {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.single-slotsl .slotsl-widget {
  display: grid;
  gap: 4px 10px;
  padding: 8px;
}

body.single-slotsl .slotsl-widget-item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 10px;
  border-radius: 8px;
  counter-increment: fds-sidebar-rank;
  transition: background 180ms ease, transform 180ms ease;
}

body.single-slotsl .slotsl-widget {
  counter-reset: fds-sidebar-rank;
}

body.single-slotsl .slotsl-widget-item:hover {
  background: #f7fbf8;
  transform: translateX(2px);
}

body.single-slotsl .slotsl-widget-thumb {
  position: relative;
  width: 68px;
  height: 68px;
  overflow: visible;
}

body.single-slotsl .slotsl-widget-thumb::before {
  content: counter(fds-sidebar-rank);
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 2;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--fds-amber);
  color: var(--fds-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

body.single-slotsl .slotsl-widget-thumb a,
body.single-slotsl .slotsl-widget-thumb a img {
  width: 68px;
  height: 68px;
  display: block;
  border-radius: 8px;
}

body.single-slotsl .slotsl-widget-thumb a img {
  object-fit: cover;
}

body.single-slotsl .slotsl-widget-meta-title a {
  color: var(--fds-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

body.single-slotsl .slotsl-widget-meta-provider a {
  color: var(--fds-teal);
  font-size: 12px;
  font-weight: 800;
}

@media (min-width: 981px) {
  body.single-slotsl .site-content.has-sidebar .col-8 {
    flex: 0 0 73%;
    max-width: 73%;
  }

  body.single-slotsl .site-content.has-sidebar #sidebar-wrapper {
    flex: 0 0 27%;
    max-width: 27%;
  }

  body.single-slotsl #sidebar-wrapper .sidebar {
    position: sticky;
    top: 18px;
  }

  body.single-slotsl #sidebar-wrapper .slotsl-widget {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) {
  body.single-slotsl .fds-game-stage {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  body.single-slotsl .site-content.site-content-padding {
    padding-top: 28px;
  }

  body.single-slotsl .wysiwyg-part > h1 {
    font-size: 40px;
  }

  body.single-slotsl .sl-game-attributes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.single-slotsl .sl-slots {
    min-height: 460px;
  }

  body.single-slotsl #sidebar-wrapper .sidebar {
    margin-top: 28px;
  }
}

@media (max-width: 700px) {
  body.single-slotsl .wysiwyg-part > h1 {
    font-size: 32px;
  }

  body.single-slotsl .fds-game-benefits {
    margin-bottom: 18px;
  }

  body.single-slotsl .sl-game-attributes-header {
    display: grid;
    gap: 10px;
  }

  body.single-slotsl .sl-game-attributes-grid,
  body.single-slotsl .sl-widget-games {
    grid-template-columns: 1fr;
  }

  body.single-slotsl .sl-slots {
    min-height: 360px;
  }

  body.single-slotsl .sl-placeholder {
    display: grid;
    place-items: center;
    gap: 10px;
    padding: 64px 16px 24px;
  }

  body.single-slotsl .slaunch-button {
    width: min(100%, 240px);
  }

  body.single-slotsl .slotls-header {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 10px;
  }

  body.single-slotsl .sl-rating-container {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

body.category-blog,
body.author,
body.single-post {
  --fds-ink: #172420;
  --fds-ink-soft: #243a34;
  --fds-teal: #087f73;
  --fds-mint: #d7f4ec;
  --fds-amber: #f6b940;
  --fds-coral: #f15d4d;
  --fds-paper: #ffffff;
  --fds-bg: #f5f8f6;
  --fds-line: #dce7e2;
  --fds-muted: #5d706a;
  background: var(--fds-bg);
}

body .header-logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body .header-logo img.fds-logo-ready {
  width: 280px !important;
  max-width: 280px !important;
  height: auto !important;
  max-height: 72px !important;
  object-fit: contain;
}

body.home .header-logo img.fds-logo-ready,
body.single-slotsl .header-logo img.fds-logo-ready,
body.category-blog .header-logo img.fds-logo-ready,
body.author .header-logo img.fds-logo-ready,
body.single-post .header-logo img.fds-logo-ready {
  width: 280px !important;
  max-width: 280px !important;
  max-height: 72px !important;
}

body.category-blog .site-header,
body.author .site-header,
body.single-post .site-header {
  position: relative !important;
  top: auto !important;
  z-index: 50;
  border-bottom: 1px solid rgba(23, 36, 32, 0.08);
  box-shadow: 0 14px 30px rgba(23, 36, 32, 0.08);
}

body.category-blog .header-top,
body.category-blog .header-bottom,
body.author .header-top,
body.author .header-bottom,
body.single-post .header-top,
body.single-post .header-bottom {
  background: rgba(255, 255, 255, 0.96) !important;
}

body.category-blog .header-menu > li > a,
body.category-blog #header-mobile-menu a,
body.author .header-menu > li > a,
body.author #header-mobile-menu a,
body.single-post .header-menu > li > a,
body.single-post #header-mobile-menu a {
  font-weight: 700;
  color: var(--fds-ink) !important;
}

body.category-blog .header-menu > li.current-menu-item > a,
body.category-blog .header-menu > li > a:hover,
body.category-blog #header-mobile-menu a:hover,
body.author .header-menu > li.current-menu-item > a,
body.author .header-menu > li > a:hover,
body.author #header-mobile-menu a:hover,
body.single-post .header-menu > li.current-menu-item > a,
body.single-post .header-menu > li > a:hover,
body.single-post #header-mobile-menu a:hover {
  color: var(--fds-teal) !important;
}

body.category-blog .icon-btn--gray,
body.author .icon-btn--gray,
body.single-post .icon-btn--gray {
  background: var(--fds-bg) !important;
  color: var(--fds-ink) !important;
}

body.category-blog .breadcrumbs-wrapper,
body.author .breadcrumbs-wrapper,
body.single-post .breadcrumbs-wrapper {
  padding: 16px 0;
  border-bottom: 1px solid var(--fds-line);
  background: #fff;
}

body.category-blog #breadcrumbs,
body.author #breadcrumbs,
body.single-post #breadcrumbs {
  color: var(--fds-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

body.category-blog #breadcrumbs a,
body.author #breadcrumbs a,
body.single-post #breadcrumbs a {
  color: var(--fds-teal);
}

body.category-blog .site-content,
body.author .site-content {
  padding: 0 0 72px;
  background:
    linear-gradient(180deg, #fffaf0 0, rgba(255, 250, 240, 0) 300px),
    var(--fds-bg);
}

body.category-blog .group-category,
body.author .group-category {
  padding-top: 44px;
}

body.category-blog .posts-archives-wrapper,
body.author .posts-archives-wrapper {
  max-width: 1220px;
  margin: 0 auto;
}

body.category-blog .posts-archives-wrapper h1,
body.author .posts-archives-wrapper h1 {
  margin: 6px 0 10px;
  color: var(--fds-ink);
  font-size: 48px;
  line-height: 1.06;
  letter-spacing: 0;
}

body.category-blog .fds-archive-kicker,
body.author .fds-archive-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px;
  border-radius: 8px;
  background: var(--fds-mint);
  color: var(--fds-teal);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body.category-blog .fds-archive-intro,
body.author .fds-archive-intro {
  max-width: 690px;
  margin: 0 0 28px;
  color: var(--fds-muted);
  font-size: 18px;
  line-height: 1.62;
}

body.category-blog .fds-blog-trust-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 30px;
}

body.category-blog .fds-blog-trust-panel a {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(8, 127, 115, 0.18);
  border-radius: 8px;
  background: #fff;
  color: var(--fds-ink);
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(23, 36, 32, 0.08);
}

body.category-blog .fds-blog-trust-panel a:hover,
body.category-blog .fds-blog-trust-panel a:focus {
  border-color: var(--fds-teal);
  transform: translateY(-2px);
}

body.category-blog .fds-blog-trust-panel strong,
body.category-blog .fds-blog-trust-panel span {
  display: block;
}

body.category-blog .fds-blog-trust-panel strong {
  color: var(--fds-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

body.category-blog .fds-blog-trust-panel span {
  margin-top: 8px;
  color: var(--fds-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

body.category-blog .posts-archives-wrapper > .row,
body.author .posts-archives-wrapper > .row {
  align-items: flex-start;
}

body.category-blog .posts-archives-wrapper > .row > .col-8,
body.author .posts-archives-wrapper > .row > .col-8 {
  flex: 0 0 68%;
  max-width: 68%;
}

body.category-blog .posts-archives-wrapper > .row > #sidebar-wrapper,
body.author .posts-archives-wrapper > .row > #sidebar-wrapper {
  flex: 0 0 32%;
  max-width: 32%;
}

body.category-blog .post-element--s1,
body.author .post-element--s1 {
  display: grid;
  grid-template-columns: minmax(280px, 44%) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--fds-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(23, 36, 32, 0.12);
}

body.category-blog .post-element--s1 .link-on-img,
body.author .post-element--s1 .link-on-img {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background: var(--fds-ink);
}

body.category-blog .post-element--s1 .link-on-img img,
body.author .post-element--s1 .link-on-img img {
  width: 100% !important;
  height: 100% !important;
  min-height: 330px;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

body.category-blog .post-element--s1:hover .link-on-img img,
body.author .post-element--s1:hover .link-on-img img {
  transform: scale(1.035);
}

body.category-blog .fds-article-badge,
body.author .fds-article-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--fds-teal);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body.category-blog .post-element--s1 .post-element-inner-wrapper,
body.author .post-element--s1 .post-element-inner-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 28px;
}

body.category-blog .post-element-category-list a,
body.author .post-element-category-list a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 7px 10px;
  border-radius: 8px;
  background: var(--fds-mint);
  color: var(--fds-teal);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

body.category-blog .post-element--s1 h3,
body.author .post-element--s1 h3 {
  margin: 18px 0 12px;
  font-size: 32px;
  line-height: 1.12;
  letter-spacing: 0;
}

body.category-blog .post-element--s1 h3 a,
body.author .post-element--s1 h3 a {
  color: var(--fds-ink);
}

body.category-blog .fds-article-trust-row,
body.author .fds-article-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -2px 0 14px;
}

body.category-blog .fds-article-trust-row span,
body.author .fds-article-trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(8, 127, 115, 0.2);
  border-radius: 8px;
  background: #f5faf8;
  color: var(--fds-teal);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

body.category-blog .post-element-info,
body.author .post-element-info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--fds-muted);
  font-size: 13px;
  font-weight: 800;
}

body.category-blog .post-element-info .dot-separator,
body.author .post-element-info .dot-separator {
  display: none;
}

body.category-blog .post-element-big-p,
body.author .post-element-big-p {
  margin-top: 16px;
  color: #42544f;
  font-size: 16px;
  line-height: 1.7;
}

body.category-blog .post-element-bottom-wrapper,
body.author .post-element-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--fds-line);
}

body.category-blog .post-element-author,
body.author .post-element-author {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 4px 12px 4px 4px;
  border: 1px solid var(--fds-line);
  border-radius: 8px;
  background: #fff;
  color: var(--fds-ink);
  font-weight: 900;
}

body .post-element-author img.fds-author-image-ready,
body .author-card img.fds-author-image-ready {
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 8px 18px rgba(23, 36, 32, 0.12);
}

body.category-blog .link-arrow,
body.author .link-arrow {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: var(--fds-amber);
  color: var(--fds-ink) !important;
  text-decoration: none;
}

body.category-blog #sidebar-wrapper .sidebar,
body.author #sidebar-wrapper .sidebar {
  position: sticky;
  top: 18px;
}

body.category-blog #sidebar-wrapper .sidebar > .widget,
body.author #sidebar-wrapper .sidebar > .widget {
  overflow: hidden;
  border: 1px solid var(--fds-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(23, 36, 32, 0.1);
}

body.category-blog #sidebar-wrapper .sidebar > .widget > h3,
body.author #sidebar-wrapper .sidebar > .widget > h3 {
  margin: 0;
  padding: 16px 18px;
  border-bottom: 1px solid var(--fds-line);
  background: var(--fds-ink);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

body.category-blog #sidebar-wrapper .widget .widget,
body.author #sidebar-wrapper .widget .widget {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.category-blog #sidebar-wrapper .widget .widget h3:empty,
body.author #sidebar-wrapper .widget .widget h3:empty {
  display: none;
}

body.category-blog .slotsl-widget,
body.author .slotsl-widget {
  display: grid;
  gap: 0;
  padding: 8px;
  counter-reset: fds-sidebar-rank;
}

body.category-blog .slotsl-widget-item,
body.author .slotsl-widget-item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 10px;
  border-radius: 8px;
  counter-increment: fds-sidebar-rank;
}

body.category-blog .slotsl-widget-thumb,
body.author .slotsl-widget-thumb {
  position: relative;
  width: 68px;
  height: 68px;
  overflow: visible;
}

body.category-blog .slotsl-widget-thumb::before,
body.author .slotsl-widget-thumb::before {
  content: counter(fds-sidebar-rank);
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 2;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--fds-amber);
  color: var(--fds-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

body.category-blog .slotsl-widget-thumb a,
body.category-blog .slotsl-widget-thumb a img,
body.author .slotsl-widget-thumb a,
body.author .slotsl-widget-thumb a img {
  width: 68px;
  height: 68px;
  display: block;
  border-radius: 8px;
}

body.category-blog .slotsl-widget-thumb a img,
body.author .slotsl-widget-thumb a img {
  object-fit: cover;
}

body.category-blog .slotsl-widget-meta-title a,
body.author .slotsl-widget-meta-title a {
  color: var(--fds-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

body.category-blog .slotsl-widget-meta-provider a,
body.author .slotsl-widget-meta-provider a {
  color: var(--fds-teal);
  font-size: 12px;
  font-weight: 800;
}

body.author .fds-author-hero {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin: 0 0 30px;
  padding: 26px;
  border: 1px solid var(--fds-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(23, 36, 32, 0.12);
}

body.author .fds-author-hero img {
  width: 148px;
  height: 148px;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(23, 36, 32, 0.14);
}

body.author .fds-author-hero h1 {
  margin: 8px 0 8px;
}

body.author .fds-author-hero p {
  max-width: 760px;
  margin: 0;
  color: #42544f;
  font-size: 17px;
  line-height: 1.68;
}

body .fds-author-cred-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 14px;
}

body .fds-author-cred-list span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(8, 127, 115, 0.24);
  border-radius: 8px;
  background: #effbf7;
  color: var(--fds-teal, #087f73);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

body.single-slotsl .author-card,
body.single-post .author-card,
body .abh_box {
  overflow: hidden;
  border: 1px solid var(--fds-line, #dce7e2) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 16px 36px rgba(23, 36, 32, 0.1) !important;
}

body .abh_box {
  padding: 0 !important;
}

body .abh_tabs {
  display: flex !important;
  border-bottom: 1px solid var(--fds-line, #dce7e2) !important;
  background: var(--fds-ink, #172420) !important;
}

body .abh_tabs li a {
  color: #fff !important;
  font-weight: 900 !important;
}

body .abh_tab_content {
  padding: 22px !important;
}

body .abh_image img {
  border-radius: 8px !important;
  object-fit: cover;
}

body .abh_name,
body .abh_name a,
body .author-card .author-name {
  color: var(--fds-ink, #172420) !important;
  font-weight: 900 !important;
}

body .abh_description,
body .author-card p {
  color: #42544f !important;
  line-height: 1.68 !important;
}

body.single-post .single-post-wrapper .wysiwyg-part {
  color: #243a34;
  font-size: 18px;
  line-height: 1.72;
}

body.single-post .single-post-wrapper .wysiwyg-part h2.wp-block-heading {
  margin: 54px 0 20px;
  color: var(--fds-ink, #172420);
  font-size: 38px;
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: 0;
}

body.single-post .single-post-wrapper .wysiwyg-part h3.wp-block-heading {
  margin: 36px 0 14px;
  color: #0c5f56;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0;
}

body.single-post .single-post-wrapper .wysiwyg-part h4.wp-block-heading {
  margin: 26px 0 10px;
  color: #2c4a43;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
}

body.single-post .single-post-wrapper .wysiwyg-part h2.wp-block-heading + h3.wp-block-heading,
body.single-post .single-post-wrapper .wysiwyg-part h3.wp-block-heading + h4.wp-block-heading {
  margin-top: 18px;
}

body.single-post .single-post-wrapper .wysiwyg-part h2.wp-block-heading::before {
  display: block;
  width: 54px;
  height: 5px;
  margin: 0 0 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fds-teal, #087f73), var(--fds-amber, #f6b940));
  content: "";
}

body.single-post .single-post-wrapper .wysiwyg-part h4.wp-block-heading::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 9px 2px 0;
  border-radius: 50%;
  background: var(--fds-amber, #f6b940);
  content: "";
}

body.single-post #sidebar-wrapper .sidebar {
  position: static;
  margin-top: 0;
}

body.single-post #sidebar-wrapper .sidebar > .widget {
  overflow: hidden;
  border: 1px solid var(--fds-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(23, 36, 32, 0.1);
}

body.single-post #sidebar-wrapper .sidebar > .widget > h3 {
  margin: 0;
  padding: 16px 18px;
  border-bottom: 1px solid var(--fds-line);
  background: var(--fds-ink);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

body.single-post #sidebar-wrapper .widget .widget h3:empty {
  display: none;
}

body.single-post #sidebar-wrapper .widget .widget {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.single-post .slotsl-widget {
  display: grid;
  gap: 4px 10px;
  padding: 8px;
  counter-reset: fds-sidebar-rank;
}

body.single-post .slotsl-widget-item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 10px;
  border-radius: 8px;
  counter-increment: fds-sidebar-rank;
  transition: background 180ms ease, transform 180ms ease;
}

body.single-post .slotsl-widget-item:hover {
  background: #f7fbf8;
  transform: translateX(2px);
}

body.single-post .slotsl-widget-thumb {
  position: relative;
  width: 68px;
  height: 68px;
  overflow: visible;
}

body.single-post .slotsl-widget-thumb::before {
  content: counter(fds-sidebar-rank);
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 2;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--fds-amber);
  color: var(--fds-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

body.single-post .slotsl-widget-thumb a,
body.single-post .slotsl-widget-thumb a img {
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 8px;
}

body.single-post .slotsl-widget-thumb a img {
  object-fit: cover;
}

body.single-post .slotsl-widget-meta-title a {
  color: var(--fds-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

body.single-post .slotsl-widget-meta-provider a {
  color: var(--fds-teal);
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 980px) {
  body.category-blog .posts-archives-wrapper > .row > .col-8,
  body.author .posts-archives-wrapper > .row > .col-8,
  body.category-blog .posts-archives-wrapper > .row > #sidebar-wrapper,
  body.author .posts-archives-wrapper > .row > #sidebar-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body.category-blog #sidebar-wrapper .sidebar,
  body.author #sidebar-wrapper .sidebar {
    position: static;
    margin-top: 26px;
  }

  body.category-blog .post-element--s1,
  body.author .post-element--s1 {
    grid-template-columns: 1fr;
  }

  body.category-blog .posts-archives-wrapper h1,
  body.author .posts-archives-wrapper h1 {
    font-size: 40px;
  }
}

@media (max-width: 700px) {
  body .header-logo img.fds-logo-ready,
  body.home .header-logo img.fds-logo-ready,
  body.single-slotsl .header-logo img.fds-logo-ready,
  body.category-blog .header-logo img.fds-logo-ready,
  body.author .header-logo img.fds-logo-ready,
  body.single-post .header-logo img.fds-logo-ready {
    width: 224px !important;
    max-width: 224px !important;
    max-height: 58px !important;
  }

  body.category-blog .posts-archives-wrapper h1,
  body.author .posts-archives-wrapper h1 {
    font-size: 32px;
  }

  body.category-blog .post-element--s1 .post-element-inner-wrapper,
  body.author .post-element--s1 .post-element-inner-wrapper {
    min-height: auto;
    padding: 20px;
  }

  body.category-blog .post-element--s1 h3,
  body.author .post-element--s1 h3 {
    font-size: 25px;
  }

  body.author .fds-author-hero {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  body.author .fds-author-hero img {
    width: 120px;
    height: 120px;
  }

  body.single-post .single-post-wrapper .wysiwyg-part {
    font-size: 17px;
  }

  body.single-post .single-post-wrapper .wysiwyg-part h2.wp-block-heading {
    margin-top: 42px;
    font-size: 31px;
  }

  body.single-post .single-post-wrapper .wysiwyg-part h3.wp-block-heading {
    margin-top: 30px;
    font-size: 24px;
  }

  body.single-post .single-post-wrapper .wysiwyg-part h4.wp-block-heading {
    font-size: 19px;
  }
}

body.fds-eeat-page {
  --fds-ink: #172420;
  --fds-teal: #087f73;
  --fds-mint: #d7f4ec;
  --fds-amber: #f6b940;
  --fds-coral: #f15d4d;
  --fds-bg: #f5f8f6;
  --fds-line: #dce7e2;
  --fds-muted: #5d706a;
  background: var(--fds-bg);
}

body.fds-eeat-page .site-header {
  position: relative !important;
  top: auto !important;
  border-bottom: 1px solid rgba(23, 36, 32, 0.08);
  box-shadow: 0 14px 30px rgba(23, 36, 32, 0.08);
}

body.fds-eeat-page .header-top,
body.fds-eeat-page .header-bottom {
  background: rgba(255, 255, 255, 0.96) !important;
}

body.fds-eeat-page .site-content {
  background:
    linear-gradient(180deg, #fffaf0 0, rgba(255, 250, 240, 0) 280px),
    var(--fds-bg);
}

body.fds-eeat-page .fds-eeat-page-shell {
  max-width: 1040px;
  margin: 0 auto;
  padding: 46px 16px 72px;
}

body.fds-eeat-page .fds-eeat-hero {
  max-width: 860px;
  margin: 0 0 26px;
}

body.fds-eeat-page .fds-eeat-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px;
  border-radius: 8px;
  background: var(--fds-mint);
  color: var(--fds-teal);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body.fds-eeat-page .fds-eeat-hero h1 {
  margin: 12px 0 12px;
  color: var(--fds-ink);
  font-size: 48px;
  line-height: 1.06;
  letter-spacing: 0;
}

body.fds-eeat-page .fds-eeat-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--fds-muted);
  font-size: 19px;
  line-height: 1.65;
}

body.fds-eeat-page .fds-eeat-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

body.fds-eeat-page .fds-eeat-card,
body.fds-eeat-page .fds-eeat-section {
  border: 1px solid var(--fds-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(23, 36, 32, 0.08);
}

body.fds-eeat-page .fds-eeat-card {
  min-height: 104px;
  padding: 18px;
}

body.fds-eeat-page .fds-eeat-card strong,
body.fds-eeat-page .fds-eeat-card span {
  display: block;
}

body.fds-eeat-page .fds-eeat-card strong {
  color: var(--fds-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

body.fds-eeat-page .fds-eeat-card span {
  margin-top: 8px;
  color: var(--fds-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

body.fds-eeat-page .fds-eeat-content {
  display: grid;
  gap: 14px;
}

body.fds-eeat-page .fds-eeat-section {
  padding: 24px;
}

body.fds-eeat-page .fds-eeat-section h2 {
  margin: 0 0 12px;
  color: var(--fds-ink);
  font-size: 26px;
  line-height: 1.16;
  letter-spacing: 0;
}

body.fds-eeat-page .fds-eeat-section p {
  margin: 0 0 12px;
  color: #42544f;
  font-size: 16px;
  line-height: 1.72;
}

body.fds-eeat-page .fds-eeat-section p:last-child {
  margin-bottom: 0;
}

body.fds-eeat-page .fds-eeat-section a {
  color: var(--fds-teal);
  font-weight: 900;
}

.site-footer .footer-section--copyright {
  display: none;
}

.fds-trust-footer {
  --fds-footer-ink: #172420;
  --fds-footer-teal: #087f73;
  --fds-footer-mint: #d7f4ec;
  --fds-footer-amber: #f6b940;
  --fds-footer-line: #dce7e2;
  background:
    linear-gradient(180deg, #f7fbf8, #eef6f2);
  color: var(--fds-footer-ink);
  border-top: 1px solid var(--fds-footer-line);
}

.fds-trust-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 16px 0;
}

.fds-trust-footer__top {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.45fr);
  gap: 42px;
  align-items: flex-start;
}

.fds-trust-footer__lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--fds-footer-ink) !important;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none !important;
}

.fds-trust-footer__lockup img {
  width: 224px;
  max-width: 100%;
  height: auto;
  display: block;
}

.fds-trust-footer__mark {
  position: relative;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 2px solid var(--fds-footer-ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(23, 36, 32, 0.12);
}

.fds-trust-footer__mark::before,
.fds-trust-footer__mark::after,
.fds-trust-footer__mark span {
  content: "";
  display: block;
  width: 6px;
  border-radius: 999px;
  background: var(--fds-footer-teal);
}

.fds-trust-footer__mark::before {
  height: 16px;
}

.fds-trust-footer__mark span {
  height: 24px;
  background: var(--fds-footer-amber);
}

.fds-trust-footer__mark::after {
  height: 12px;
  background: #f15d4d;
}

.fds-trust-footer__mark {
  grid-template-columns: repeat(3, 6px);
  gap: 5px;
  align-items: end;
}

.fds-trust-footer__brand p {
  max-width: 390px;
  margin: 14px 0 0;
  color: #52665f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.58;
}

.fds-trust-footer__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.fds-trust-footer__proof span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 8px 10px;
  border: 1px solid rgba(8, 127, 115, 0.18);
  border-radius: 8px;
  background: #fff;
  color: var(--fds-footer-teal);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

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

.fds-trust-footer__group {
  display: grid;
  gap: 8px;
  padding-left: 16px;
  border-left: 2px solid rgba(8, 127, 115, 0.16);
}

.fds-trust-footer__group-title {
  margin-bottom: 4px;
  color: var(--fds-footer-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.fds-trust-footer__links a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  color: #42544f !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none !important;
}

.fds-trust-footer__links a::after {
  content: "";
  width: 0;
  height: 2px;
  margin-left: 0;
  background: var(--fds-footer-amber);
  transition: width 160ms ease, margin-left 160ms ease;
}

.fds-trust-footer__links a:hover,
.fds-trust-footer__links a:focus {
  color: var(--fds-footer-teal) !important;
}

.fds-trust-footer__links a:hover::after,
.fds-trust-footer__links a:focus::after {
  width: 16px;
  margin-left: 7px;
}

.fds-trust-footer__contact {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  padding: 18px;
  border: 1px solid rgba(8, 127, 115, 0.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(23, 36, 32, 0.08);
}

.fds-trust-footer__contact strong,
.fds-trust-footer__contact span {
  display: block;
}

.fds-trust-footer__contact strong {
  color: var(--fds-footer-ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

.fds-trust-footer__contact span {
  margin-top: 5px;
  color: #52665f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.fds-trust-footer__contact a {
  display: inline-flex;
  min-height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 11px 14px;
  border-radius: 8px;
  background: var(--fds-footer-ink);
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
}

.fds-trust-footer__contact a:hover,
.fds-trust-footer__contact a:focus {
  background: var(--fds-footer-teal);
}

.fds-trust-footer__bottom {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 18px 0;
  border-top: 1px solid rgba(23, 36, 32, 0.1);
  color: #52665f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.fds-trust-footer__bottom strong {
  color: var(--fds-footer-ink);
}

@media (max-width: 980px) {
  body.home .fds-guide-summary,
  body.home .fds-infographic,
  body.home .fds-home-featured-card,
  body.home .fds-faq-section > .wp-block-group__inner-container,
  body.category-blog .fds-blog-trust-panel,
  body.fds-eeat-page .fds-eeat-card-grid,
  .fds-trust-footer__top {
    grid-template-columns: 1fr;
  }

  body.home .fds-faq-section .wp-block-poka-faq {
    grid-column: auto;
    grid-row: auto;
  }

  body.home .fds-home-featured-card .post-tile-img,
  body.home .fds-home-featured-card .post-tile-img img {
    min-height: 300px;
  }

  .fds-trust-footer__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.fds-eeat-page .fds-eeat-hero h1 {
    font-size: 38px;
  }
}

@media (max-width: 700px) {
  body.home .fds-infographic,
  body.home .fds-faq-section,
  body.fds-eeat-page .fds-eeat-section,
  body.fds-eeat-page .fds-eeat-card {
    padding: 18px;
  }

  body.home .fds-infographic__flow {
    grid-template-columns: 1fr;
  }

  body.home .fds-infographic__flow::before {
    display: none;
  }

  body.home .fds-infographic__step {
    min-height: auto;
  }

  body.home .fds-infographic__compare-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  body.home .fds-home-featured-header h3,
  body.home .fds-home-featured-card .post-tile-title {
    font-size: 26px !important;
  }

  body.home .fds-home-featured-card .post-tile-img,
  body.home .fds-home-featured-card .post-tile-img img {
    min-height: 230px;
  }

  body.home .fds-home-featured-card .post-tile-content {
    min-height: auto;
    padding: 22px;
  }

  body.home .fds-faq-section > .wp-block-group__inner-container > h3,
  body.home .fds-faq-section > h3 {
    font-size: 25px;
  }

  body.home .faq-item-question {
    padding: 16px 48px 16px 14px;
    font-size: 15px;
  }

  body.home .faq-item-answer-inner {
    padding: 0 18px 18px 14px;
  }

  body.home .fds-faq-index {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .fds-trust-footer__inner {
    padding-top: 30px;
  }

  .fds-trust-footer__links {
    grid-template-columns: 1fr;
  }

  .fds-trust-footer__contact,
  .fds-trust-footer__bottom {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fds-trust-footer__contact a {
    width: 100%;
  }

  body.fds-eeat-page .fds-eeat-page-shell {
    padding-top: 32px;
  }

  body.fds-eeat-page .fds-eeat-hero h1 {
    font-size: 32px;
  }
}
