#fw-section-custom-html-fb9e1c36-2cd4-4524-9ea2-0d534dcedc8e {

.species-search-container {
  max-width: 600px;
  margin: 5px auto;
  text-align: center;
}

.search-title {
  font-size: 50px;
  margin-bottom: 15px;
}

.search-bar-wrapper {
  display: flex;
  border: 2px solid #000;
  border-radius: 30px;
  overflow: hidden;
}

#speciesSearch {
  flex: 1;
  padding: 12px 16px;
  border: none;
  outline: none;
  font-size: 16px;
}

.search-bar-wrapper button {
  padding: 0 16px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}

#searchResults {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  text-align: left;
  border-radius: 12px;
  overflow: hidden;
}

#searchResults li {
  background: #FF9628; /* your orange */
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

#searchResults li a {
  text-decoration: none;
  color: white;
  display: block;
  padding: 12px 14px;
  font-weight: 500;
}

#searchResults li:hover {
  background: #e8841f; /* slightly darker orange for hover */
}

.search-bar-wrapper {
  display: flex;
  border: 2px solid #000;
  border-radius: 40px;
  overflow: hidden;
}
}





#fw-section-custom-html-38408864-e666-4738-8fa5-4d64c755a5b0 {

.collabs-section {
  padding: 5px 20px 70px;
  max-width: 1400px;
  margin: 0 auto;
}

.collabs-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 32px;
}

.collabs-header h2 {
  margin: 0 0 14px;
  font-size: 3rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.04em;
}

.collabs-header p {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 1.2rem;
  line-height: 1.5;
}

.ig-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.ig-post {
  background: transparent;
  border-radius: 22px;
  overflow: hidden;
}

/* make the embed cards feel cleaner */
.ig-post .instagram-media {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 22px !important;
}

/* tablet */
@media (max-width: 1100px) {
  .ig-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* mobile */
@media (max-width: 700px) {
  .ig-grid {
    grid-template-columns: 1fr;
  }

  .collabs-header h2 {
    font-size: 2.2rem;
  }

  .collabs-header p {
    font-size: 1rem;
  }
}
}



#fw-section-recent-tiktoks-27aa5eba-d923-4f2c-ae5a-f9f109f45d00 {

.video-tile__image-container {
  aspect-ratio: 9 / 16;
  overflow: hidden;
}

.video-tile__image-container img.image__image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block;
}
}

#fw-section-custom-html-32c4c775-7c13-4a57-8e8e-f6b1e5538a75 {

.species-search-container {
  max-width: 600px;
  margin: 25px auto;
  text-align: center;
}

.search-title {
  font-size: 40px;
  margin-bottom: 15px;
}

.search-bar-wrapper {
  display: flex;
  border: 2px solid #000;
  border-radius: 30px;
  overflow: hidden;
}

#speciesSearch {
  flex: 1;
  padding: 12px 16px;
  border: none;
  outline: none;
  font-size: 15px;
}

.search-bar-wrapper button {
  padding: 0 16px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}

#searchResults {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  text-align: left;
  border-radius: 12px;
  overflow: hidden;
}

#searchResults li {
  background: #FF9628; /* your orange */
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

#searchResults li a {
  text-decoration: none;
  color: white;
  display: block;
  padding: 12px 14px;
  font-weight: 500;
}

#searchResults li:hover {
  background: #e8841f; /* slightly darker orange for hover */
}

.search-bar-wrapper {
  display: flex;
  border: 2px solid #000;
  border-radius: 40px;
  overflow: hidden;
}
}


#fw-section-rich-text-205ebad1-d4c5-46c0-a8d5-728ccfe2d3c5 {
--font-heading-scale: 1.4;
--font-body-scale: 1.0;
}