#fw-section-featured-collection-0 {

/* Set image wrapper to 16:9 and crop using object-fit */
.fw-layout-featured-collection .tile__image {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.fw-layout-featured-collection .tile__image .image--background-color,
.fw-layout-featured-collection .tile__image .image__object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fw-layout-featured-collection .tile__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

}

#fw-section-hero-0 {

.hero__image.hero__image--1 {
  margin-bottom: 3rem; /* adjust as needed: try 1rem, 2rem, 40px, etc */
}

.hero__image.hero__image--1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hero__image.hero__image--1 {
  transform: rotate(4deg);
  transform-origin: center; /* ensures it rotates around the middle */
}

}










#fw-section-donations-852eb774-f3d4-429e-9e0c-19c4efa78da2 {

.donations__text::after {
  content: "Even one dollar goes a long way.";
  display: block;
  /*margin-top: 0.5em; /* Add spacing between lines */
}

.donations__text {
  content: "Thank you so much for your support!";
}

}



#fw-section-image-with-text-250d7b29-300d-4bed-8745-4e36075b3c57 {

.donations__text::after {
  content: "Every pledge helps me create more pages, prints, and bonus content just for you. Even one dollar makes a difference.";
  display: block;
  /*margin-top: 0.5em; /* Add spacing between lines */
}

.donations__text {
  content: "Help me keep the story going by supporting on Patreon!";
}

}