.elementor-kit-112{--e-global-color-primary:#BCA9F5;--e-global-color-secondary:#E5A9C4;--e-global-color-text:#F5F5F7;--e-global-color-accent:#A9E5C1;--e-global-color-e69fdb4:#2A2A3A;--e-global-color-0caffb5:#B3F0FF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Serif Display";--e-global-typography-accent-font-weight:500;background-color:#1B1B25;}.elementor-kit-112 e-page-transition{background-color:#FFBC7D;}.elementor-kit-112 h1{font-family:"Amatic SC", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === Hobby Hub World – Global Button Glow === */
:root{
  /* pastel goth palette accents */
  --hhw-glow-1:#E5A9C4;   /* pastel pink */
  --hhw-glow-2:#BCA9F5;   /* lavender */
  --hhw-glow-3:#A9E5C1;   /* mint */
  --hhw-line:rgba(236,205,245,.35);
}

/* Target most buttons without fighting theme styles */
:where(
  .elementor-button,
  .elementor-button-link.elementor-button,
  .wp-element-button,
  .button, .btn, .btn-primary, .btn-outline,
  button,
  input[type="submit"],
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  .added_to_cart
){
  position: relative;
  transition:
    box-shadow .18s ease,
    transform .08s ease,
    background-color .18s ease,
    color .18s ease,
    border-color .18s ease;
  will-change: transform, box-shadow;
  backface-visibility: hidden;
  /* Subtle default ring so it feels tactile even idle */
  box-shadow: 0 0 0 1px var(--hhw-line), 0 4px 14px rgba(0,0,0,.18);
  border-radius: 12px; /* keep if you like rounded buttons */
}

/* Hover / focus: soft neon-ish glow */
:where(
  .elementor-button,
  .wp-element-button,
  .button, .btn,
  button,
  input[type="submit"],
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  .added_to_cart
):hover,
:where(
  .elementor-button,
  .wp-element-button,
  .button, .btn,
  button,
  input[type="submit"],
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  .added_to_cart
):focus,
:where(
  .elementor-button,
  .wp-element-button,
  .button, .btn,
  button,
  input[type="submit"],
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  .added_to_cart
):focus-visible{
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px var(--hhw-line),
    0 10px 28px rgba(0,0,0,.32),
    0 0 18px var(--hhw-glow-1),
    0 0 36px var(--hhw-glow-2);
  outline: 2px solid var(--hhw-glow-2);
  outline-offset: 2px;
}

/* Active press */
:where(
  .elementor-button,
  .wp-element-button,
  .button, .btn,
  button,
  input[type="submit"],
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  .added_to_cart
):active{
  transform: translateY(0);
  box-shadow:
    0 0 0 1px var(--hhw-line),
    0 6px 18px rgba(0,0,0,.28),
    0 0 12px var(--hhw-glow-3);
}

/* Respect disabled buttons */
:where(button[disabled],
  .button.disabled, .btn[disabled],
  .woocommerce button.button:disabled,
  .woocommerce button.button.disabled,
  .woocommerce a.button.disabled){
  pointer-events: none;
  opacity: .55;
  box-shadow: none;
  transform: none;
  outline: none;
}

/* Optional: make outline/ghost buttons glow nicely on hover */
:where(.btn-outline, .elementor-button--link, .elementor-button.elementor-size-sm.is-style-outline):hover{
  background: rgba(255,255,255,.05);
  border-color: var(--hhw-glow-2);
}/* End custom CSS */