.elementor-6287 .elementor-element.elementor-element-1d95dfd{--display:flex;}body.elementor-page-6287:not(.elementor-motion-effects-element-type-background), body.elementor-page-6287 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAFAFA;}/* Start custom CSS for html, class: .elementor-element-638f12f *//* Match paragraph and list text sizes on About page */
main.page-template-static p,
main.page-template-static li {
  font-size: 18px !important;
  line-height: 1.8;
}

main.page-template-static li a {
  font-size: inherit !important;
  font-weight: normal !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89b6782 */.ad-container, 
.adsbygoogle, 
.inside-ad, 
.widget_ad {
  opacity: 0.2;
  transition: opacity 0.3s ease;
}

.ad-container:hover,
.adsbygoogle:hover,
.inside-ad:hover,
.widget_ad:hover {
  opacity: 0.5;
}/* End custom CSS */
/* Start custom CSS *//* === Support Page Template Styling (Matches Static Page Theme) === */
.page-template-static .page-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 20px 40px;
  background: #FAFAFA;
  color: #333;
  font-family: Arial, sans-serif;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.page-template-static .page-header {
  text-align: center;
  margin-bottom: 20px;
}

.page-template-static .page-header h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.page-template-static .section-divider {
  width: 60px;
  height: 3px;
  background-color: var(--accent, #9B5EB7);
  margin: 0 auto 20px;
  border-radius: 2px;
}

/* Intro Paragraphs */
.support-intro {
  text-align: center;
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 30px;
}

/* Buy Me a Coffee Section */
.support-bmac {
  text-align: center;
  margin: 20px 0;
}

.support-bmac img {
  height: 60px;
  width: auto;
}

/* Affiliate Section */
.support-affiliates {
  margin-top: 30px;
}

.support-affiliates h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-align: center;
}

.support-affiliates .note {
  text-align: center;
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

/* Affiliate Grid */
.affiliate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.affiliate {
  background: #FAF8FB;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  text-align: center;
}

.affiliate a,
.affiliate a:hover {
  display: inline-block; /* or block if you want full clickable area */
  font-weight: 700 !important; /* force same weight on hover */
  font-size: 18px !important;  /* force same size on hover */
  line-height: 1.4 !important; /* lock line height */
  letter-spacing: 0;
  color: var(--accent, #9B5EB7);
  text-decoration: none;
  transition: color 0.2s ease;
}

.affiliate a:hover {
  color: var(--accent-hover, #D1A7F2); font-size: 18px !important;  /* force same size on hover */;font-weight: 700 !important; /* force same weight on hover */
}


.affiliate p {
  color: #555;
  margin-top: 6px;
  font-size: 0.95rem;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .page-template-static .page-content {
    padding: 15px;
  }

  .affiliate-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */