.elementor .game-buttons-container{padding-block-start:0px;padding-block-end:0px;margin-block-start:13px;margin-block-end:0px;margin-inline-start:0px;margin-inline-end:0px;display:flex;flex-direction:row;gap:4px;flex-wrap:nowrap;justify-content:space-between;align-items:center;.game-buttons-container {
display: grid !important;
grid-template-columns: repeat(12, 1fr) !important;
width: 100% !important;
gap: 4px !important;
}

.game-buttons-container > * {
width: 100% !important;
max-width: none !important;
min-width: 0 !important;
}

.game-buttons-container .elementor-button {
width: 100% !important;
height: 60px !important;
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
}\n}.elementor .login-box{padding-block-start:30px;padding-block-end:0px;padding-inline-end:0px;.login-box {
width: 100% !important;
justify-self: stretch !important;
display: flex !important;
justify-content: flex-end !important;
align-items: center !important;
}\n}.elementor .nav-box{.nav-box {
  position: relative;
}

.nav-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;

  height: 2px;

  background: #c2410c;

  box-shadow:
      0 0 3px rgba(194,65,12,.8),
      0 0 8px rgba(194,65,12,.6),
      0 0 16px rgba(154,52,18,.4);

  animation: emberPulse 4s ease-in-out infinite;
}\n}