#root {
  height: 100%;
  width: 100%;
}

.cookieConsent {
  align-items: center;
  background: rgba(255, 255, 255, .96);
  border-top: 1px solid var(--background-border);
  bottom: 0;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, .12);
  color: var(--modal-text);
  display: none;
  gap: 12px;
  justify-content: center;
  left: 0;
  padding: 12px 16px;
  position: fixed;
  right: 0;
  z-index: 6000;
}

.cookieConsent.isVisible {
  display: flex;
}

.cookieConsent p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  max-width: 680px;
}

.cookieConsent a {
  text-decoration: underline;
}

.cookieActions {
  display: flex;
  gap: 8px;
}

.cookieActions button {
  background: var(--enterback);
  border-radius: 5px;
  color: var(--entertext);
  cursor: pointer;
  font-weight: 700;
  padding: 8px 12px;
}

.cookieActions button.secondary {
  background: #838383;
}

.sitePage {
  background: var(--background-out);
  min-height: 100%;
}

.contentPage {
  background: var(--background);
  color: var(--modal-text);
  margin: 0 auto;
  max-width: 728px;
  min-height: calc(100vh - var(--headerheight));
  padding: 28px 24px 48px;
}

.contentPage h1,
.contentPage h2,
.contentPage h3,
.contentPage h4 {
  color: var(--modal-header);
  letter-spacing: 0;
}

.contentPage h1 {
  font-size: 30px;
  margin: 0 0 24px;
}

.contentPage h2 {
  font-size: 24px;
  margin: 30px 0 10px;
}

.contentPage h3 {
  font-size: 20px;
  margin: 28px 0 10px;
}

.contentPage p,
.contentPage li {
  font-size: 17px;
  line-height: 1.6;
}

.contentPage ul {
  padding-left: 22px;
}

.contentPage a {
  text-decoration: underline;
}

.contentPage .playLink {
  background: var(--enterback);
  border-radius: 5px;
  color: var(--entertext);
  display: inline-block;
  font-weight: 700;
  margin-top: 18px;
  padding: 11px 18px;
  text-decoration: none;
}

.breadcrumbNav {
  color: var(--modal-subtext);
  font-size: 14px;
  margin-bottom: 20px;
}

.breadcrumbNav a {
  color: var(--modal-subtext);
}

.breadcrumbSep {
  display: inline-block;
  padding: 0 8px;
}

.updatedAt {
  color: var(--modal-subtext);
  font-size: 14px !important;
  margin-top: -12px;
}

.pageLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.faqSection {
  margin-top: 36px;
}

.faqItem h3 {
  font-size: 18px;
}

.contentPage .colorHint {
  border-radius: 3px;
  display: inline-block;
  font-weight: 700;
  margin-right: 8px;
  min-width: 86px;
  padding: 4px 8px;
  text-align: center;
}

.contentPage .colorHint.hit {
  background: var(--hit);
  color: #222;
}

.contentPage .colorHint.miss {
  background: var(--miss);
  color: #222;
}

.contentPage .colorHint.missout {
  background: var(--missout);
  color: #222;
}

.contentPage .colorHint.not {
  background: var(--nots);
  color: var(--nots-text);
}

.contentFooter {
  background: var(--background);
  margin: 0 auto;
  max-width: 728px;
}

.header___j9PG9:not(.withBorder___lVr4k) {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  z-index: 4500;
  background-color: var(--background-out) !important;
}

.header___j9PG9:not(.withBorder___lVr4k) > * {
  opacity: 0.4;
  pointer-events: none;
}

.cross___cJP1z:has(.header___j9PG9:not(.withBorder___lVr4k)) .hamburger___vWs6y {
  opacity: 0.4;
  pointer-events: none;
}

.cross___cJP1z .statsModal___v_Vnb,
.cross___cJP1z .settingsModal___AARpg,
.cross___cJP1z .historyModal___qtrN1,
.cross___cJP1z .oldGuessModal___kylLI,
.cross___cJP1z .infoModal___oCJ8b,
.cross___cJP1z .shareModal___Rqqvz,
.cross___cJP1z .slugModal___tbGTI,
.cross___cJP1z .supportModal___Pz3mG {
  height: calc(100% - var(--headerheight)) !important;
}

.cross___cJP1z .header___j9PG9 .statsButton____lYoL {
  display: flex !important;
  align-items: flex-end !important;
}

/* Shift the guess counter down when a tile occupies the bottom right corner (r4c5) */
.cross___cJP1z .centrer___RlNC1 .wrapper___hNStK .guessNr___AWGkb.shiftDown {
  bottom: auto;
  top: 100%;
  margin-top: 4px;
}

.supportButton___SACVM,
.support___WpyUQ,
.social___UpyzE,
.inspired___SE5uH {
  display: none !important;
}

/* Hide support link in the hamburger menu list items */
.cross___cJP1z .nav___wvo7M ul li:has(a[href="/support"]) {
  display: none !important;
}

/* Fix pointer-events on the absolute-positioned hamburger menu inner container to prevent it from blocking clicks on the content below */
.hamburgerInner___GIJXL {
  pointer-events: none;
}
.hamburgerInner___GIJXL .hamburger___vWs6y,
.hamburgerInner___GIJXL .nav___SgWSY {
  pointer-events: auto;
}


/* End Game Banner Styling */
.gameEndBanner {
  background-color: #212121;
  border-radius: 0;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 149px;
  box-sizing: border-box;
}

/* Remove keyboard top border when game end banner is active */
.cross___cJP1z .keyboard___Uy6Us:has(.gameEndBanner) {
  border-top: none !important;
}

/* ── Letter pop animation (mirrors thirdle.org's animateLetter) ── */
@keyframes letter-pop {
  0%   { transform: scale(0.92); }
  50%  { transform: scale(1.08); }
  100% { transform: scale(1); }
}

.cross___cJP1z .item___Sh5CO.letter-pop {
  animation: letter-pop 0.15s ease-in-out;
}

/* ── Confetti overlay ────────────────────────────────────── */
@keyframes confettiFall {
  0%   { transform: translateY(-10px) rotate(0deg);   opacity: 1; }
  80%  { opacity: 1; }
  100% { transform: translateY(110vh) rotate(720deg); opacity: 0; }
}
@keyframes confettiWiggle {
  0%, 100% { margin-left: 0; }
  25%       { margin-left: 8px; }
  75%       { margin-left: -8px; }
}
@keyframes congratsIn {
  0%   { opacity: 0; transform: translate(-50%, -50%) scale(0.4); }
  60%  { transform: translate(-50%, -50%) scale(1.1); }
  100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
@keyframes congratsOut {
  0%   { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
}

.confettiOverlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

.confettiPiece {
  position: absolute;
  top: -20px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  animation: confettiFall linear forwards, confettiWiggle ease-in-out infinite;
}

.congratsOverlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 10000;
  pointer-events: none;
  background: linear-gradient(135deg, #4caf50, #81c784);
  color: #fff;
  font-size: clamp(20px, 5vw, 36px);
  font-weight: 900;
  letter-spacing: 2px;
  padding: 18px 40px;
  border-radius: 14px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
  animation: congratsIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  white-space: nowrap;
  user-select: none;
}
.congratsOverlay.hiding {
  animation: congratsOut 0.4s ease forwards;
}

.gameEndBanner .title {
  color: #999999;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 0px;
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  box-sizing: border-box;
}

.gameEndBanner .words {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 4px;
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  box-sizing: border-box;
}

.gameEndBanner .footerRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding-top: 0px;
  box-sizing: border-box;
}

.gameEndBanner .countdownCol {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.gameEndBanner .countdownCol span:first-child {
  color: #999999;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.gameEndBanner .countdownVal {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.gameEndBanner .shareButton {
  background-color: #538d4e;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.2s ease, transform 0.1s ease;
  outline: none;
  height: 40px;
}

.gameEndBanner .shareButton:hover {
  background-color: #4a7e46;
}

.gameEndBanner .shareButton:active {
  transform: scale(0.97);
}

.nextGameOverlay {
  background: rgba(0, 0, 0, 0.28);
  inset: 0;
  position: fixed;
  z-index: 8000;
}

.nextGame___KGkim {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  z-index: 8001;
}

.nextGame___KGkim .wrapper___hNStK {
  background: rgba(0, 0, 0, 0.92);
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  max-width: 400px;
  padding: 20px 36px 30px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  width: min(400px, calc(100vw - 48px));
}

.nextGame___KGkim .close___kqe6R {
  position: absolute;
  right: 16px;
  top: 14px;
}

.nextGame___KGkim h2 {
  color: #fff;
  font-size: 25px;
  line-height: 1.18;
  margin: 0 30px 22px;
  text-align: center;
}

.nextGame___KGkim a {
  align-items: center;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-sizing: border-box;
  color: #222;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 12px;
  justify-content: flex-start;
  margin: 20px auto 0;
  min-height: 50px;
  padding: 12px 22px;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px;
}

.nextGame___KGkim a.checked___WJxaw {
  background: #e5e5e5;
  color: #666;
}

.nextGame___KGkim .nextGameIcon {
  display: inline-flex;
  flex: 0 0 20px;
  height: 20px;
  position: relative;
  width: 20px;
}

.nextGame___KGkim .checkboxIcon {
  border: 2px solid currentColor;
  border-radius: 3px;
  box-sizing: border-box;
}

.nextGame___KGkim a.checked___WJxaw .checkboxIcon::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 10px;
  left: 5px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg);
  width: 5px;
}

.nextGame___KGkim .infinityIcon::before {
  border: 2px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 4px;
  transform: rotate(35deg);
  width: 13px;
}

.nextGame___KGkim .infinityIcon::after {
  border: 2px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  top: 4px;
  transform: rotate(-35deg);
  width: 13px;
}

/* Hide scrollbar for thumbnails/history strip */
.cross___cJP1z .oldGuesses___mGvbr,
.cross___cJP1z .scrollContainer____kVS2 {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
  overflow-x: auto !important;
}

.cross___cJP1z .oldGuesses___mGvbr::-webkit-scrollbar,
.cross___cJP1z .scrollContainer____kVS2::-webkit-scrollbar {
  display: none !important;
}

/* Post-Game Section styles inside Stats Modal */
.postGameSection {
  margin-top: 20px;
  border-top: 1px solid var(--background-border, #3a3a3c);
  padding-top: 15px;
  position: relative;
}

.shareButtonsRow {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 15px 0;
}

.shareButtonsRow .shareButton {
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  transition: opacity 0.2s ease, transform 0.1s ease;
  height: 40px;
}

.shareButtonsRow .shareButton:active {
  transform: scale(0.97);
}

.shareButtonsRow .greenBtn {
  background-color: #538d4e;
  color: #ffffff;
}

.shareButtonsRow .greenBtn:hover {
  background-color: #43703f;
}

.shareButtonsRow .grayBtn {
  background-color: #787c7e;
  color: #ffffff;
}

.shareButtonsRow .grayBtn:hover {
  background-color: #616466;
}

/* Share Options Panel — floating dropdown card below buttons */
.shareOptionsPanel {
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 16px;
  margin: 0 0 16px;
  width: 100%;
  position: relative;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
  text-align: left;
  overflow: hidden;
  box-sizing: border-box;
}

[data-theme="dark"] .shareOptionsPanel {
  background-color: #1e1e1e;
  border-color: #3a3a3c;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
}

.closeOptionsBtn {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 18px;
  cursor: pointer;
  color: #888;
  line-height: 1;
  font-weight: 400;
}

.closeOptionsBtn:hover {
  color: #333;
}

[data-theme="dark"] .closeOptionsBtn:hover {
  color: #ddd;
}

.optionGroup {
  margin-bottom: 16px;
  text-align: left;
}

.optionGroup:last-child {
  margin-bottom: 0;
}

.optionTitle {
  font-weight: 600;
  font-size: 11px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}

[data-theme="dark"] .optionTitle {
  color: #9ca3af;
}

.imagePreviewWrapper {
  margin-bottom: 10px;
  border: 1px solid #e5e7eb;
  display: block;
  padding: 8px;
  background: white;
  border-radius: 6px;
}

[data-theme="dark"] .imagePreviewWrapper {
  border-color: #3a3a3c;
  background: #2a2a2a;
}

.sharePreviewImg {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
  border-radius: 3px;
}

.optionButtons {
  display: flex;
  gap: 8px;
}

.optionBtn {
  background-color: #6b7280;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background-color 0.15s;
}

.optionBtn:hover {
  background-color: #4b5563;
}

/* Wiktionary Definitions */
.wiktionaryDefinitions {
  text-align: left;
  margin: 20px 0;
  padding: 0 10px;
}

.definitionItem {
  margin-bottom: 18px;
  border-bottom: 1px solid var(--background-border, #3a3a3c);
  padding-bottom: 12px;
}

.definitionItem:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.defWord {
  font-weight: 700;
  color: #e2e8f0;
  font-size: 18px;
  text-decoration: none;
  text-transform: lowercase;
}

[data-theme="light"] .defWord {
  color: #0f172a;
}

.defWord:hover {
  text-decoration: underline;
}

.defPhonetic {
  color: #888888;
  margin-left: 8px;
  font-size: 14px;
}

.defType {
  font-style: italic;
  color: #538d4e;
  margin-left: 8px;
  font-size: 13px;
  font-weight: 600;
}

.defMeaning {
  font-size: 14px;
  color: #a1a1aa;
  margin-top: 6px;
  line-height: 1.5;
}

[data-theme="light"] .defMeaning {
  color: #4b5563;
}

.loadingDefinitions {
  text-align: center;
  color: #888;
  font-style: italic;
  padding: 10px 0;
}

/* Bottom Countdown Banner inside Modal */
.newThirdleCountdownBanner {
  background-color: #1a1a1a;
  border: 1px solid #2d2d2d;
  color: #ffffff;
  padding: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  border-radius: 6px;
  margin: 25px 0 10px;
}

[data-theme="light"] .newThirdleCountdownBanner {
  background-color: #f8fafc;
  border-color: #e2e8f0;
  color: #0f172a;
}

.newThirdleCountdownBanner .countdownVal {
  color: #538d4e;
  margin-left: 4px;
  font-variant-numeric: tabular-nums;
}

/* Footer Navigation Styling */
.footerLinks, .footerArticles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  font-size: 13px;
  margin-bottom: 8px;
  color: var(--modal-subtext, #888);
}

.footerLinks a, .footerArticles a {
  color: var(--modal-text, #333);
  text-decoration: none;
}

.footerLinks a:hover, .footerArticles a:hover {
  text-decoration: underline;
}

.footerArticles span {
  font-weight: bold;
}

/* Homepage SEO Content Styling */
.homepageSeoContent {
  max-width: 728px;
  margin: 0 auto;
  padding: 100px 20px 30px;
  background-color: var(--background);
  color: var(--modal-text, #333);
  text-align: left;
  box-sizing: border-box;
}

[data-theme="dark"] .homepageSeoContent {
  color: #fff;
}

.homepageSeoContent h2 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 12px;
  color: var(--modal-header, #111);
}

.homepageSeoContent h2:first-child {
  margin-top: 0;
}

.homepageSeoContent h3 {
  font-size: 16px;
  margin-top: 18px;
  margin-bottom: 8px;
  color: var(--modal-header, #111);
}

.homepageSeoContent p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px;
  opacity: 0.9;
}

.homepageSeoContent h3 {
  border-bottom: 1px solid var(--background-border, #eee);
  padding-bottom: 6px;
  margin-top: 24px;
}

.homepageSeoContent ul {
  padding-left: 20px;
  margin: 10px 0;
}

.homepageSeoContent li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 6px;
}

.seoColorClues {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 15px 0 25px;
}

.seoColorClue {
  display: flex;
  align-items: center;
  gap: 12px;
}

.seoTile {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}

.seoTile.hit___O1Fmc {
  background: var(--hit, #6aaa64);
}

.seoTile.miss___MOCAv {
  background: var(--miss, #c9b458);
}

.seoTile.missout___opBVe {
  background: var(--missout, #9c27b0);
}

.seoTile.nots___XBcEb {
  background: var(--nots, #787c7e);
}

.seoChallenges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 15px 0 35px;
}

.seoChallengeCard {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 16px;
  border: 1px solid var(--background-border, #ddd);
  border-radius: 8px;
  background-color: var(--background2, #fafafa);
  transition: all 0.2s ease-in-out;
  color: inherit;
  cursor: pointer;
}

.seoChallengeCard:hover {
  border-color: var(--enterback, #58a0c1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.seoChallengeTitle {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--modal-header, #111);
}

.seoChallengeDesc {
  font-size: 13px;
  line-height: 1.4;
  color: var(--modal-text, #444);
  opacity: 0.85;
  margin-bottom: 12px;
  flex-grow: 1;
}

.seoChallengeAction {
  font-size: 13px;
  font-weight: bold;
  color: var(--enterback, #58a0c1);
  display: flex;
  align-items: center;
  gap: 4px;
}

[data-theme="dark"] .seoChallengeCard {
  background-color: #222;
  border-color: #333;
}

[data-theme="dark"] .seoChallengeCard:hover {
  border-color: var(--enterback, #58a0c1);
}

@media (max-width: 640px) {
  .seoChallenges {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* Try More Word Games styling */
.seoMoreGames {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 15px 0 35px;
}

.seoGameCard {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 16px;
  border: 1px solid var(--background-border, #ddd);
  border-radius: 8px;
  background-color: var(--background2, #fafafa);
  transition: all 0.2s ease-in-out;
  color: inherit;
  cursor: pointer;
}

.seoGameCard:hover {
  border-color: var(--enterback, #58a0c1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.seoGameTitle {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--modal-header, #111);
}

.seoGameDesc {
  font-size: 13px;
  line-height: 1.4;
  color: var(--modal-text, #444);
  opacity: 0.85;
}

[data-theme="dark"] .seoGameCard {
  background-color: #222;
  border-color: #333;
}

[data-theme="dark"] .seoGameCard:hover {
  border-color: var(--enterback, #58a0c1);
}

@media (max-width: 640px) {
  .seoMoreGames {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.seoFaq {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 15px;
}

.seoFaqItem h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--modal-header, #111);
}

.seoFaqItem p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.45;
  opacity: 0.85;
}

/* Modal Headers SEO Fix (Standardizing h2 style to h1) */
.infoModal___oCJ8b h1,
.supportModal___Pz3mG h1 {
  font-size: 25px;
  line-height: 1.18;
  margin: 0 30px 22px;
  text-align: center;
  font-weight: 700;
  color: var(--modal-header, #222);
}

/* Disclaimer style at the bottom of the footer */
.disclaimer___footer {
  font-size: 14px;
  line-height: 1.45;
  color: var(--linktext);
  opacity: 0.75;
  margin-top: 10px;
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}


