#fw-section-featured-collection-1740693726 {

.badge {
  display: none !important;
}

}


#fw-section-donations-1740693726 {

.donations__text {
  white-space: pre-line;
}


}
#fw-section-hero-1740693726 {

.hero__heading--large 
    {
        
        font-weight: 600;
        text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
        padding: 30px;
        padding-bottom: 10px !important;
    }
    
.hero__heading--large {
  font-size: clamp(3rem, 12vw, 5rem);
}
   
    
    


.hero__text {
    font-size: 1.8rem;
    margin-top: 10px;
    color: var(--color-on-background);
}

@media (max-width: 600px) {
  .button {
    display: inline-block !important;
    width: auto !important;
  }
}

@media (max-width: 768px) {
  .button {
    margin-bottom: 20px; /* Adjust this number to your liking */
  }
}


.hero__social-link { 
  opacity: 1 !important;  
}

.hero__social-link svg {
  width: 32px;         
  height: 32px;
}

.hero__socials {
  gap: 15px;   /* space between items */
}


.hero__social-link svg {
  filter: drop-shadow(2px 2px 4px black);  /* x, y, blur, color */
}

}
#fw-section-header {

.header {
    background-color: rgba(0, 0, 0, 0);
    font-size: 2.25rem;
    z-index: 10;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.6)
}

.header__list.list.list--horizontal li a {
  font-size: 1.25rem !important;   /* adjust size here */
  font-weight: 500 !important;  /* optional: make slightly bolder */
}


}
#fw-section-announcement-bar-8bf71c1d-70e7-41f2-a560-abc226bb3333 {

@media (min-width: 640px) {
  .announcement-bar__inner {
    padding: 8px 0; /* Less padding = smaller height */
  }
}

@media (min-width: 640px) {
  .announcement-bar__label {
    letter-spacing: 1px;
  }
}

}