#fw-section-hero-e9055ac1-601a-4fb4-b8a8-4cbfbbddfe93 {

/* Remove the weird pill and make subtitle crisp over photo */
.hero__content .hero__text,
.hero__content .hero_text,
p.hero__text,
p.hero_text {
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.55) !important;
  color: #f9fafb !important;
  font-size: 1.15rem !important;   /* ~18–19px */
  line-height: 1.6 !important;
  max-width: 760px !important;
  margin: 0 auto 10px auto !important;
}

}




#fw-section-custom-html-e9e93d1f-ac98-4652-b3cb-7f7cb6ef1b19 {

.wdyb-first .thumb {
  aspect-ratio:16/9;
  width:100%;
  background:transparent; /* changed from #000 to transparent */
  border-radius:12px;
  overflow:hidden;
}

@media (max-width:980px){
  .wdyb-first .video-block .thumb {
    width:calc(100% + (var(--mobile-bleed) * 2));
    margin-left:calc(-1 * var(--mobile-bleed));
    margin-right:calc(-1 * var(--mobile-bleed));
    border-radius:12px; /* keep rounded corners even on mobile */
    background:transparent; /* transparent here too */
  }

  /* Also clip the iframe corners so no gray shows */
  .wdyb-first .video-block .thumb iframe {
    border-radius:12px;
  }
}


}
#fw-section-newsletter-25be7dd9-834f-4515-b686-ec1179d9d7ae {

/* Keep input basically as-is; just match height/padding */
.newsletter-form__input input,
.newsletter-form__input input[type="email"]{
  height:52px !important;
  padding:0 16px !important;
  font-size:16px !important;
  /* no radius change so the existing square-ish border remains */
}

/* Round + recolor the submit button */
.newsletter-form__button .button,
.newsletter-form__button button,
.newsletter-form__button input[type="submit"],
.button.button--primary.button--expand{
  height:52px !important;
  padding:0 28px !important;
  border:none !important;
  border-radius:9999px !important;      /* pill */
  background:#0ea5e9 !important;        /* accent blue */
  color:#fff !important;
  font-weight:700 !important;
  font-size:16px !important;
  letter-spacing:.01em !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-decoration:none !important;
  box-shadow:none !important;
  transition:background .15s ease, transform .05s ease !important;
}
.newsletter-form__button .button:hover,
.newsletter-form__button button:hover,
.newsletter-form__button input[type="submit"]:hover,
.button.button--primary.button--expand:hover{
  background:#0284c7 !important;        /* darker on hover */
}
.newsletter-form__button .button:active,
.newsletter-form__button button:active,
.newsletter-form__button input[type="submit"]:active{
  transform:translateY(1px) !important;
}

/* Prevent forced full-width on desktop if present */
@media (min-width:720px){
  .newsletter-form__button .button.button--expand,
  .button.button--expand{
    width:auto !important;
  }
}


.alert.alert--success::after {
  content: " — Check your email to confirm your subscription. If you don’t see it, check your Promotions or Spam folder.";
  display: inline;
  color: inherit;
  font-weight: 500;
}
/* Make spinner visible on blue */
.newsletter-form__button .button .button__spinner,
.newsletter-form__button .button .button__spinner *{
  filter:invert(1);
}

}
#fw-section-custom-html-6add8d12-9adc-4607-9ae0-a7d9705037b5 {

/* Pull the Prayer block up into the section below on mobile */
@media (max-width:979px){
  /* if you gave the block a class already: */
  .wdyb-prayer{
    margin-bottom:-24px !important; /* adjust -12 to -40px as needed */
  }
}

/* If Fourthwall also applies top margin to the following section, you can pull it up too */
@media (max-width:979px){
  section[data-section-id] + section[data-section-id]{
    margin-top:-24px !important; /* pulls the next section upward */
  }
}

}




#fw-section-custom-html-029b6c1d-fa66-4993-b0db-d6365121bbfb {

.wdyb-shirts img {
  aspect-ratio: 4/3; /* keeps photo from being too short */
  object-fit: cover;
}

}




#fw-section-announcement-bar-e3d6790b-63a2-4d88-a996-2a9c6f010293 {
--color-primary: #1f1f1f;
--color-primary-rgb: 31, 31, 31;
--color-background: #fafafa;
--color-background-rgb: 250, 250, 250;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #2c2c2c;
--color-on-background-rgb: 44, 44, 44;
--color-product-image-background: #f0f0f0;
--color-background-brightness: 250;
background-color: var(--color-background);
color: var(--color-on-background);
.announcement-bar {
  background-color: rgba(14,165,233,0.08); /* keep tint */
  text-align: center;
  padding: 6px 0;
  border-bottom: 1px solid rgba(14,165,233,0.2); /* anchor it */
}

.announcement-bar a {
  background: #0ea5e9;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}
.announcement-bar a:hover {
  background: #0284c7;
}

}
#fw-section-header {

/* Use the existing .text-logo node */
.text-logo{
  color: transparent !important;
  font-size: 0 !important;
  position: relative;
  white-space: nowrap;         /* keep on one line for desktop */
  text-transform: none !important;
}

/* Brand */
.text-logo::before{
  content: "WDYB Project";
  color: #111827;              /* slightly softer than pure black */
  font-size: 1.08rem;          /* a touch larger for presence */
  font-weight: 700;            /* bold for the wordmark */
  letter-spacing: .01em;
}

/* Tagline */
.text-logo::after{
  content: "\00a0(What Do You Believe?)";  /* NBSP adds nice spacing */
  color: #94a3b8;              /* lighter slate gray */
  font-size: .86rem;           /* clearly smaller */
  font-weight: 500;
  font-style: italic;          /* optional: gives a tasteful contrast */
  letter-spacing: .01em;
  opacity: .95;
}

/* Mobile: stack for legibility */
@media (max-width: 520px){
  .text-logo{ white-space: normal; line-height: 1.15; }
  .text-logo::before{ display:block; font-size: 1.02rem; }
  .text-logo::after{
    content: "What Do You Believe?";
    display:block;
    font-size: .8rem;
    margin-top: 2px;
  }
}

/* Keep link hover from changing colors unexpectedly */
.header_logo-link:hover .text-logo::before,
.header_logo-link:hover .text-logo::after{
  color: inherit;
  opacity: 1;
}



}








#fw-section-donations-9713f6c0-5995-47b6-a793-0ad1ab361e20 {

/* Target the donation widget container */
.donation-widget,
div[class*="donation"], 
iframe[src*="donation"] {
  padding: 0 !important;        /* zero padding */
  margin: 0 !important;         /* zero margin */
  border: none !important;      /* remove any borders */
  display: block !important;    /* prevent inline gaps */
}

/* If there’s still space above/below, pull it closer using negative margin */
.donation-widget {
  margin-top: -20px !important; /* adjust upward */
  margin-bottom: -20px !important; /* adjust downward */
}

/* Or shift the whole iframe upward instead */
iframe[src*="donation"] {
  transform: translateY(-20px); /* adjust until it looks flush */
}

}







#fw-section-newsletter-1746673623 {

/* Keep input basically as-is; just match height/padding */
.newsletter-form__input input,
.newsletter-form__input input[type="email"]{
  height:52px !important;
  padding:0 16px !important;
  font-size:16px !important;
  /* no radius change so the existing square-ish border remains */
}

/* Round + recolor the submit button */
.newsletter-form__button .button,
.newsletter-form__button button,
.newsletter-form__button input[type="submit"],
.button.button--primary.button--expand{
  height:52px !important;
  padding:0 28px !important;
  border:none !important;
  border-radius:9999px !important;      /* pill */
  background:#0ea5e9 !important;        /* accent blue */
  color:#fff !important;
  font-weight:700 !important;
  font-size:16px !important;
  letter-spacing:.01em !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-decoration:none !important;
  box-shadow:none !important;
  transition:background .15s ease, transform .05s ease !important;
}
.newsletter-form__button .button:hover,
.newsletter-form__button button:hover,
.newsletter-form__button input[type="submit"]:hover,
.button.button--primary.button--expand:hover{
  background:#0284c7 !important;        /* darker on hover */
}
.newsletter-form__button .button:active,
.newsletter-form__button button:active,
.newsletter-form__button input[type="submit"]:active{
  transform:translateY(1px) !important;
}

/* Prevent forced full-width on desktop if present */
@media (min-width:720px){
  .newsletter-form__button .button.button--expand,
  .button.button--expand{
    width:auto !important;
  }
}


.alert.alert--success::after {
  content: " — Check your email to confirm your subscription. If you don’t see it, check your Promotions or Spam folder.";
  display: inline;
  color: inherit;
  font-weight: 500;
}
/* Make spinner visible on blue */
.newsletter-form__button .button .button__spinner,
.newsletter-form__button .button .button__spinner *{
  filter:invert(1);
}

}





#fw-section-featured-collection-1746673623 {

.section-header__heading {
  text-align: center;
}
}
#fw-section-newsletter-1a3f552f-e6e0-4439-86de-7fd0d04f217b {

.alert.alert--success::after {
  content: " — Check your email to confirm your subscription. If you don’t see it, check your Promotions or Spam folder.";
  display: inline;
  color: inherit;
  font-weight: 500;
}
}