.elementor-10 .elementor-element.elementor-element-7edc169{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0bafd60 *//* Fix button hover/click color for Lo Shu Grid Calculator */
#loshu-widget .lw-btn {
  background: #111827 !important;   /* default dark button */
  color: #fff !important;
  border: none !important;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.2s ease;
}

#loshu-widget .lw-btn:hover,
#loshu-widget .lw-btn:focus {
  background: #e11d48 !important;   /* hover - bright pinkish red */
  color: #fff !important;
  border-color: #e11d48 !important;
  box-shadow: 0 0 0 3px rgba(225,17,72,0.25);
}

#loshu-widget .lw-btn:active {
  background: #be123c !important;   /* active - darker red */
  color: #fff !important;
  transform: translateY(1px);
}

#loshu-widget .lw-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}/* End custom CSS */