/******* Do not edit this file *******
Code Snippets Manager
Saved: Oct 19 2025 | 16:58:41 */
.site-logo img {
  width: 100%;
  height: auto;
}
.site-logo {
  width: 100%;
}
.custom-logo-link {
  width: 100%;
}
.site-brand {
  margin-top: 10px;
}
.site-title {
  display: none;
}
@media (max-width: 780px) {
  .site-logo {
    width: 120px;
  }
  .site-brand {
    margin-top: 0;
  }
}
/* Buy buttons */
/* Target the Simple Membership Buy Now Button */
.stripe-button-el {
  /* Background and Color */
  background-image: none !important;
  background-color: var(--color-primary) !important;
  color: white !important;
  /* Spacing and Shape */
  padding: 15px 32px !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-size: 16px !important;
  margin: 4px 2px !important;
  cursor: pointer !important;
  border: none !important;
  border-radius: 8px !important;
  /* Rounded corners */
  /* Font Styling */
  font-weight: bold !important;
  text-transform: uppercase !important;
  box-shadow: 0 4px #999;
  /* Subtle shadow */
}
/* Optional: Add a hover effect */
.stripe-button-el:hover {
  background-color: #45a049 !important;
  /* Slightly darker green on hover */
}
/* Optional: Add a pressed (active) effect */
.stripe-button-el:active {
  background-color: #3e8e41 !important;
  box-shadow: 0 2px #666 !important;
  transform: translateY(2px) !important;
  /* Makes it look like it's pressed */
}
.stripe-button-el span {
  background: none !important;
  box-shadow: none !important;
}
.bv-btn a {
  /* Background and Color */
  background-image: none !important;
  background-color: var(--color-primary) !important;
  color: white !important;
  /* Spacing and Shape */
  padding: 15px 32px !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-size: 16px !important;
  margin: 4px 2px !important;
  cursor: pointer !important;
  border: none !important;
  border-radius: 8px !important;
  /* Rounded corners */
}
.wp-block-spacer {
  height: 30px !important;
}
button.btn-toggle-pwd {
  right: auto;
}
