#fw-section-recent-videos-536f8048-1e1f-40b9-af0a-c1d6b21bd6ef {
--color-primary: #fcfafa;
--color-primary-rgb: 252, 250, 250;
--color-background: #ebebe9;
--color-background-rgb: 235, 235, 233;
--color-on-primary: #070707;
--color-on-primary-rgb: 7, 7, 7;
--color-on-background: #1A1A1A;
--color-on-background-rgb: 26, 26, 26;
--color-product-image-background: #1A1A1A;
--color-background-brightness: 235;
background-color: var(--color-background);
color: var(--color-on-background);

}


#fw-section-footer {

.linktree-container {
  text-align: center;
  margin: 40px 0;          /* Space above/below the button */
  padding: 0 20px;
}

.linktree-button {
  display: inline-block;
  background: linear-gradient(135deg, #ff0000, #cc0000); /* YouTube red gradient for brand pop */
  color: #ffffff;
  font-family: 'Arial', 'Helvetica', sans-serif; /* Clean and readable */
  font-size: 20px;         /* Bigger for mobile thumb appeal */
  font-weight: bold;
  text-decoration: none;
  padding: 18px 50px;      /* Wider padding = easier tap */
  border-radius: 50px;     /* Pill shape like modern Linktree buttons */
  box-shadow: 0 6px 20px rgba(255, 0, 0, 0.3); /* Red-tinted glow/shadow */
  transition: all 0.3s ease;
  border: 3px solid #fff;  /* White border for contrast on any bg */
  letter-spacing: 1px;
}

.linktree-button:hover {
  background: linear-gradient(135deg, #cc0000, #990000); /* Darker red on hover */
  transform: translateY(-4px); /* Fun lift effect */
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.4);
  color: #fff;
}
}