/* Style the form container */

.tgmenu__nav {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
}

.tgmenu__nav .logo {
    text-align: center !important;
    margin: 0 !important;
}

.tgmenu__navbar-wrap {
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.tgmenu__navbar-wrap .navigation {
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}



.wpcf7 {
  max-width: 500px;
  margin: 0 auto;
}

/* Style form elements */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Style submit button */

.wpcf7 input[type="submit"] {
  background-color: #FF24D0;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Hover effect on submit button */

.wpcf7 input[type="submit"]:hover {
  background-color: #45a049;
}

.tg-header__area .mobile-nav-toggler {
  float: none!important;
}

.logo,
.sticky-menu .logo,
.sticky-logo {
  margin: auto!important;
}

.breadcrumb__content {
  margin-top: 40px!important;
}

  #dexscreener-embed {
    position: relative;
    width: 100%;
    padding-bottom: 125%;
    min-height: 400px;
    display: block;
    overflow: hidden;
    z-index: 1;
  }

  @media (max-width: 767px) {
    #dexscreener-embed {
      padding-bottom: 150%;
      min-height: 500px;
    }
  }

  @media (min-width: 1400px) {
    #dexscreener-embed {
      padding-bottom: 65%;
      min-height: 600px;
    }
  }

  #dexscreener-embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
  }

  #dexscreener-embed::after {
    content: "";
    display: table;
    clear: both;
  }