:root {
  --surface-primary-light: #FAECE8;
  --border-primary-light: #150C09;
  --surface-secondary-light: #E3DCDA;
  --surface-inverter-light: #F7F3F2;
  --text-primary-light: #150C09;
  --text-inverter-light: #150C09;
  --text-secondary-light: #4F4644;
  --cell-background-light: #fff;
  --select-icon-light: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M4 6L8 10L12 6" stroke="%23150C09" stroke-width="2"/></svg>');
  --instructions-background-light: transparent;
  --text-hint-light: #A99F9C;
  --mistake-bg-color-light: #EE44444D;

  --surface-primary-dark: #150C09;
  --border-primary-dark: #B3ADAB;
  --surface-secondary-dark: #4F4644;
  --surface-inverter-dark: #150C09;
  --text-primary-dark: #F7F3F2;
  --text-inverter-dark: #F7F3F2;
  --text-secondary-dark: #A99F9C;
  --cell-background-dark: #150C09;
  --select-icon-dark: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M4 6L8 10L12 6" stroke="%23F7F3F2" stroke-width="2"/></svg>');
  --instructions-background-dark: #2D2928;
  --text-hint-dark: #7F7876;
  --mistake-bg-color-dark: #EE44444D;
}

body {
  font-family: "Nunito Sans", "-apple-system", "Clear Sans", "Helvetica Neue",
    Arial, sans-serif;
  margin: auto;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 20px;
  background: var(--surface-primary);
  color: var(--text-primary);
  user-select: text;
  margin-bottom: 30px;
}

body.light {
  --surface-primary: var(--surface-primary-light);
  --border-primary: var(--border-primary-light);
  --surface-secondary: var(--surface-secondary-light);
  --surface-inverter: var(--surface-inverter-light);
  --text-primary: var(--text-primary-light);
  --text-inverter: var(--text-inverter-light);
  --text-secondary: var(--text-secondary-light);
  --cell-background: var(--cell-background-light);
  --select-icon: var(--select-icon-light);
  --instructions-background: var(--instructions-background-light);
  --text-hint: var(--text-hint-light);
  --mistake-bg-color: var(--mistake-bg-color-light);
}

body.dark {
  --surface-primary: var(--surface-primary-dark);
  --border-primary: var(--border-primary-dark);
  --surface-secondary: var(--surface-secondary-dark);
  --surface-inverter: var(--surface-inverter-dark);
  --text-primary: var(--text-primary-dark);
  --text-inverter: var(--text-inverter-dark);
  --text-secondary: var(--text-secondary-dark);
  --cell-background: var(--cell-background-dark);
  --select-icon: var(--select-icon-dark);
  --instructions-background: var(--instructions-background-dark);
  --text-hint: var(--text-hint-dark);
  --mistake-bg-color: var(--mistake-bg-color-dark);
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  user-select: none;
  margin-top: 10px;
}

.cell {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.number {
  cursor: pointer;
  display: flex;
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 120%;
  color: var(--text-primary);
  border: 1px solid var(--border-primary);
  background: var(--cell-background);
  z-index: 1;
  justify-content: center;
  align-items: center;
}

.circle {
  position: relative;
}

.circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 75 75" fill="none"><circle cx="37.5" cy="37.5" r="33.5" stroke="%235EC26A" stroke-opacity="0.7" stroke-width="8"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.delete {
  position: relative;
}

.delete::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 68" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M28.1592 34.0931L0.187988 62.0643L5.84484 67.7211L33.816 39.75L61.7872 67.7211L67.4441 62.0643L39.4729 34.0931L67.4439 6.12208L61.7871 0.465225L33.816 28.4363L5.84498 0.465225L0.18813 6.12208L28.1592 34.0931Z" fill="%23EE4444" fill-opacity="0.7"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.hint {
  position: relative;
}

.hint::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 68" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M28.1592 34.0931L0.187988 62.0643L5.84484 67.7211L33.816 39.75L61.7872 67.7211L67.4441 62.0643L39.4729 34.0931L67.4439 6.12208L61.7871 0.465225L33.816 28.4363L5.84498 0.465225L0.18813 6.12208L28.1592 34.0931Z" fill="%234690FF" fill-opacity="0.7"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.vanswer {
  cursor: pointer;
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 120%;
  color: var(--text-hint);
  border-top: 1px solid var(--text-color);
}

.hanswer {
  cursor: pointer;
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 120%;
  color: var(--text-hint);
  border-left: 1px solid var(--text-color);
}

.correct {
  color: var(--text-color);
}

.mistake {
  background-color: var(--mistake-bg-color);
}

#size,
#level,
#new {
  padding: 1rem;
  width: fit-content;
}

#size,
#level {
  padding: 1rem 1.7rem 1rem 1rem;
}

.grid[data-size="3"] .number:nth-child(4n + 1),
.grid[data-size="4"] .number:nth-child(5n + 1),
.grid[data-size="5"] .number:nth-child(6n + 1),
.grid[data-size="6"] .number:nth-child(7n + 1),
.grid[data-size="7"] .number:nth-child(8n + 1),
.grid[data-size="8"] .number:nth-child(9n + 1),
.grid[data-size="9"] .number:nth-child(10n + 1) {
  border-left: 2px solid var(--border-primary);
}

.grid[data-size="3"] .number:nth-child(-n + 4),
.grid[data-size="4"] .number:nth-child(-n + 5),
.grid[data-size="5"] .number:nth-child(-n + 6),
.grid[data-size="6"] .number:nth-child(-n + 7),
.grid[data-size="7"] .number:nth-child(-n + 8),
.grid[data-size="8"] .number:nth-child(-n + 9),
.grid[data-size="9"] .number:nth-child(-n + 10) {
  border-top: 2px solid var(--border-primary);
}

.grid[data-size="3"] .number:nth-child(4n - 1),
.grid[data-size="4"] .number:nth-child(5n - 1),
.grid[data-size="5"] .number:nth-child(6n - 1),
.grid[data-size="6"] .number:nth-child(7n - 1),
.grid[data-size="7"] .number:nth-child(8n - 1),
.grid[data-size="8"] .number:nth-child(9n - 1),
.grid[data-size="9"] .number:nth-child(10n - 1) {
  border-right: 2px solid var(--border-primary);
}

.grid[data-size="3"] .number:nth-child(n + 9),
.grid[data-size="4"] .number:nth-child(n + 16),
.grid[data-size="5"] .number:nth-child(n + 25),
.grid[data-size="6"] .number:nth-child(n + 36),
.grid[data-size="7"] .number:nth-child(n + 49),
.grid[data-size="8"] .number:nth-child(n + 64),
.grid[data-size="9"] .number:nth-child(n + 80) {
  border-bottom: 2px solid var(--border-primary);
}

.grid[data-size="7"] .cell,
.grid[data-size="8"] .cell,
.grid[data-size="9"] .cell {
  font-size: 1.4rem;
}

.grid[data-size="7"] .cell.hanswer,
.grid[data-size="8"] .cell.hanswer,
.grid[data-size="9"] .cell.hanswer,
.grid[data-size="7"] .cell.vanswer,
.grid[data-size="8"] .cell.vanswer,
.grid[data-size="9"] .cell.vanswer {
  font-weight: 700;
}

#grid>div:nth-child(10) .example-row {
  margin-top: 20px;
}

.example-row .explain {
  width: 19%;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 16px;
}

.example-row .grid-wrapper {
  width: calc(79% - 10px);
  display: inline-block;
}

.example-row .grid {
  margin-top: 0;
}

.example-row .grid .cell.number {
  border-bottom: 2px solid var(--border-primary);
}

.example-numbers {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 16px 0px;
  gap: 20px;
  width: 100%;
}

.example-numbers .box {
  width: 23%;
}

.example-numbers .cell {
  border: 2px solid var(--border-primary);
}

.example-numbers .explain {
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
}

select,
button {
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  background: var(--surface-secondary, #f8efed);
  padding: 0.5rem 0.75rem;
  text-align: center;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  color: var(--select-text-color);
  margin-top: 2px;
  margin-bottom: 10px;
}

@media (max-width: 385px) {

  select,
  button {
    padding: 0.5rem 0.65rem;
  }
}

@media (max-width: 360px) {

  select,
  button {
    padding: 0.5rem 0.5rem;
  }
}

@media (max-width: 340px) {

  select,
  button {
    padding: 0.5rem 0.35rem;
  }
}

select,
button:focus {
  outline: none;
}

.select-icon {
  background-image: var(--select-icon);
  background-repeat: no-repeat;
  background-position: 85%;
}

select {
  padding-right: 46rem;
}

select.select-icon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:disabled {
  color: var(--gray-color);
}

.header {
  display: flex;
  align-items: center;
}

.header a {
  width: fit-content;
  cursor: pointer;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.header a:focus {
  outline: none;
}

.header a.current {
  color: var(--surface-primary);
  background-color: var(--text-inverter);
  padding: 0.5rem;
  border-radius: 0.25rem;
}

.header a:link,
.header a:visited,
.header a:hover,
.header a:active {
  text-decoration: none;
}

#instructions {
  color: var(--text-secondary, #a99f9c);
  font-size: 0.96rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 0;
}

#puzzlenum {
  display: none;
}

#new {
  color: var(--surface-inverter);
  background-color: var(--text-inverter);
}

.hidden {
  display: none;
}

.credits {
  border-top: 2px solid #e5e5e5;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-color);
}

a {
  color: var(--text-color);
}

.modal-overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal {
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: fit-content;
  overflow: hidden;
  background-color: #fff;
  padding: 56px 40px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal #modal-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  white-space: pre-line;
  margin-bottom: 24px;
  overflow-y: auto;
  align-items: center;
}

.modal #modal-content p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.modal img {
  width: 100%;
  height: auto;
  margin: 0;
}

.modal #close-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 26 26" fill="none"><path d="M1.5 1.499L24.5 24.499" stroke="%23150C09" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/><path d="M24.5 1.499L1.5 24.499" stroke="%23150C09" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  cursor: pointer;
}

.modal h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  margin: 0;
  align-self: stretch;
  width: auto;
  text-align: center;
}

.modal button {
  display: flex;
  padding: 16px 24px;
  align-items: flex-start;
  border-radius: 4px;
  background: #000;
  color: #fff;
  gap: 8px;
}

@media (max-width: 768px) {
  .modal {
    padding: 56px 16px 16px 16px;
    max-width: 75%;
    max-height: 90%;
  }
}

@media (min-width: 801px) {
  .gameboard {
    min-height: 600px;
  }
}

.bottom-fixed-desktop {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 95px;
  background: var(--bg-color-2);
  margin: 0 auto;
  z-index: 99;
}

.bottom-fixed-desktop .inner {
  margin: 5px auto 0;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-fixed-mobile {
  background: var(--bg-color-2);
  margin: 0 auto;
  height: 90px;
  max-width: 728px;
}

@media (max-width: 800px) {
  .top-fixed-mobile {
    height: 100px;
    max-width: 468px;
  }
}

@media (max-width: 800px) and (max-height: 724px) {
  .top-fixed-mobile {
    height: 50px;
    max-height: 50px;
  }
}

@media (max-width: 800px) and (max-height: 640px) {
  .top-fixed-mobile {
    display: none;
  }
}

.top-fixed-mobile .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container,
.instructions {
  margin: 0 auto;
  max-width: 650px;
  padding: 10px;
}

.about-container {
  margin: auto;
  max-width: 500px;
  padding: 10px;
}

body>div.instructions {
  background-color: var(--instructions-background);
  border-radius: 0.5rem;
  padding: 1.5rem 1rem;
}

.container .gameboard {
  max-width: 440px;
}

.hide-instructions .container,
.hide-instructions .instructions {
  max-width: 695px;
}

.container {
  max-width: 860px;
}

.hide-instructions .container {
  max-width: 905px;
}

.two-col-layout {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.two-col-layout .right-sidebar,
.two-col-layout .left-sidebar {
  width: 160px;
  height: 600px;
  margin: 0;
}

.two-col-layout .left-sidebar {
  margin-right: 50px;
  overflow: hidden;
}

.two-col-layout .right-sidebar {
  margin-left: 50px;
}

@media (min-width: 1185px) {

  .two-col-layout .right-sidebar,
  .two-col-layout .left-sidebar {
    width: 300px;
  }

  .container {
    max-width: 1140px;
  }

  .hide-instructions .container {
    max-width: 1185px;
  }
}

.below-game-footer-mobile {
  display: none;
  margin: 0 auto 10px;
  justify-content: center;
  align-items: center;
  max-width: 336px;
  text-align: center;
  overflow: hidden;
}

.below-game-footer-mobile .inner {
  margin: auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 336px;
  text-align: center;
  overflow: hidden;
}

.container a:hover {
  text-decoration: none;
}

#feedbacklink {
  color: var(--text-primary, #f7f3f2);
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 800px) {

  .container,
  .instructions,
  .hide-instructions .container,
  .hide-instructions .instructions {
    max-width: 500px;
  }

  .bottom-fixed-desktop {
    display: none;
  }

  .two-col-layout .right-sidebar {
    display: none;
  }

  .two-col-layout .left-sidebar {
    display: none;
  }

  .top-fixed-mobile {
    display: block;
  }

  .below-game-footer-mobile {
    display: block;
  }
}

@media (max-width: 800px) and (max-height: 479px) {
  body {
    margin: 0;
  }

  .grid {
    max-width: calc(100vh - 10px);
  }
}

@media (max-width: 800px) and (max-height: 570px) {
  .top-fixed-mobile {
    display: none;
  }
}

@media (min-width: 801px) and (min-height: 480px) and (max-height: 599px) {
  .grid {
    max-width: calc(100vh - 170px);
  }

  .grid[data-size="3"],
  .grid[data-size="4"],
  .grid[data-size="5"] {
    max-width: calc(100vh - 215px);
  }
}

@media (min-width: 801px) and (min-height: 600px) and (max-height: 679px) {
  .grid {
    max-width: calc(100vh - 220px);
  }

  .grid[data-size="3"],
  .grid[data-size="4"],
  .grid[data-size="5"] {
    max-width: calc(100vh - 265px);
  }
}

@media (min-width: 801px) and (min-height: 680px) {
  .grid {
    max-width: calc(100vh - 270px);
  }

  .grid[data-size="3"],
  .grid[data-size="4"],
  .grid[data-size="5"] {
    max-width: calc(100vh - 315px);
  }
}

@media (min-width: 801px) and (max-height: 479px) {
  .bottom-fixed-desktop {
    position: static;
    display: block;
  }

  body {
    margin: 0;
  }

  .grid {
    max-width: calc(100vh - 10px);
  }
}

.heygg-body .footer .container {
  width: auto;
}

.toggle-theme {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
  cursor: pointer;
  padding-top: 8px;
}

.toggle-theme.dark {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M13.5998 2.53225C13.4245 2.48393 13.2389 2.49002 13.0671 2.54975C12.8952 2.60947 12.7448 2.72009 12.6354 2.86735C12.526 3.01461 12.4626 3.19176 12.4532 3.37598C12.4439 3.5602 12.489 3.74304 12.5829 3.90095C13.3977 5.31367 13.8658 6.90474 13.9476 8.53979C14.0294 10.1749 13.7225 11.8059 13.0528 13.2952C12.3832 14.7844 11.3704 16.0882 10.1001 17.0964C8.8298 18.1046 7.33921 18.7876 5.75423 19.0878C5.5752 19.1193 5.40957 19.2045 5.27868 19.3325C5.14779 19.4604 5.05765 19.6253 5.01988 19.8057C4.9821 19.9862 4.99842 20.174 5.06673 20.345C5.13505 20.5159 5.25222 20.6622 5.40315 20.7649C6.60781 21.5895 7.97487 22.1377 9.40928 22.3715C10.8437 22.6054 12.3111 22.5192 13.7094 22.119C15.1077 21.7188 16.4034 21.0142 17.5064 20.0542C18.6094 19.0941 19.4933 17.9017 20.0966 16.5597C20.6999 15.2177 21.0081 13.7584 20.9998 12.2833C20.9916 10.8081 20.667 9.35249 20.0488 8.01756C19.4305 6.68264 18.5334 5.50045 17.4197 4.55318C16.306 3.60591 15.0025 2.91629 13.5998 2.53225Z" fill="%23F7F3F2"/><path d="M5 3.5C4.94715 3.9065 4.98836 4.3197 5.12044 4.70775C5.25251 5.09581 5.47194 5.44835 5.76179 5.73821C6.05165 6.02806 6.40419 6.24749 6.79225 6.37956C7.1803 6.51164 7.5935 6.55285 8 6.5C6.062 6.4928 5.0984 7.532 5 9.5C5.05788 9.09254 5.02019 8.67721 4.88989 8.28683C4.7596 7.89645 4.54028 7.54174 4.24927 7.25073C3.95826 6.95972 3.60355 6.7404 3.21317 6.61011C2.82279 6.47981 2.40746 6.44212 2 6.5C2.40645 6.5526 2.81955 6.51122 3.20749 6.37906C3.59543 6.24689 3.94787 6.02746 4.23767 5.73767C4.52746 5.44787 4.74689 5.09543 4.87906 4.70749C5.01122 4.31955 5.0526 3.90645 5 3.5Z" fill="%23F7F3F2" stroke="%23F7F3F2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
}

.toggle-theme.light {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M12 16.5C14.2091 16.5 16 14.7091 16 12.5C16 10.2909 14.2091 8.5 12 8.5C9.79086 8.5 8 10.2909 8 12.5C8 14.7091 9.79086 16.5 12 16.5Z" stroke="%23150C09" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 2.5V5.5" stroke="%23150C09" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 19.5V22.5" stroke="%23150C09" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 12.5H19" stroke="%23150C09" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 12.5H2" stroke="%23150C09" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M19 5.5L17 7.5" stroke="%23150C09" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 17.5L5 19.5" stroke="%23150C09" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M19 19.5L17 17.5" stroke="%23150C09" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 7.5L5 5.5" stroke="%23150C09" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
}

img {
  border-radius: 10px;
  margin-bottom: 10px;
}


#sumplete_sticky_pushdown_short {
  min-height: 50px;
  background-color: transparent !important;
  z-index: 9997 !important;
}

#sumplete_sticky_pushdown_tall {
  min-height: 100px;
  background-color: transparent !important;
  z-index: 9997 !important;
}

#fs-sticky-footer {
  background-color: transparent !important;
  z-index: 9997 !important;
}

/* CSS for geo depending button */
#pmLink {
  visibility: hidden;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: none;
  color: white;
  padding: 0;
  line-height: 32px;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

#pmLink:hover {
  visibility: visible;
  color: #FF6741;
}

@media (min-width: 801px) {
  div[data-fuse="23023728302"] {
    max-height: 90px;
  }
}