/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.botb-connect button,
.botb-connect .ethpress-link-button {
  background: #90FF7B;               /* base neon green */
  color: #000;                       /* dark text for contrast */
  border: none;
  border-radius: 25px;
  padding: 12px 24px;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
font-size: var(--e-global-typography-accent-font-size);
font-weight: var(--e-global-typography-accent-font-weight);
line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;

  /* glow effect */
  box-shadow: rgb(144, 255, 123) 0px 0px 21px 26px;
}

.botb-connect .ethpress-button:hover {
      background: #90FF7B;               /* base neon green */
  color: #000;   
}

.botb-connect .ethpress-button.ethpress-button-large {
    min-height: unset;
    margin-bottom: 0;
    line-height: 1;
    padding: 12px 24px;
}