.elementor-2601 .elementor-element.elementor-element-500d097{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-644129a *//* ── Footer ───────────────────────────────── */
    footer {
      background: #1a1a1a;
      color: white;
      padding: 3rem 2rem;
    }
    .footer-content {
      max-width: 1200px;
      margin: 0 auto 2rem;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 2rem;
    }
    .footer-section h4 {
      margin-bottom: 1rem;
      color: red;
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .footer-section ul { list-style: none; }
    .footer-section a {
      color: #bbb;
      text-decoration: none;
      display: block;
      margin-bottom: 0.4rem;
      font-size: 0.9rem;
      transition: color 0.2s;
    }
    .footer-section a:hover { color: red; }
    .footer-section p { color: #888; font-size: 0.9rem; line-height: 1.6; }
    .footer-bottom {
      border-top: 1px solid #2a2a2a;
      padding-top: 1.5rem;
      text-align: center;
      color: #555;
      font-size: 0.85rem;
      max-width: 1200px;
      margin: 0 auto;
    }
    
    /* ── Responsive ───────────────────────────── */
    @media (max-width: 900px) {
      .featured-card { grid-template-columns: 1fr; }
      .featured-card-visual { min-height: 140px; padding: 2rem; }
      .article-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 768px) {
      .nav-links { gap: 1rem; }
      .hero h1 { font-size: 1.9rem; }
      .hero::before, .hero::after { display: none; }
    }
    @media (max-width: 540px) {
      nav { padding: 0.875rem 1rem; }
      .donate-btn { padding: 0.5rem 0.9rem; font-size: 0.85rem; }
      .article-grid { grid-template-columns: 1fr; }
      .blog-container { padding: 2.5rem 1.25rem; }
      .featured-card-body h2 { font-size: 1.4rem; }
    }/* End custom CSS */