






/* Target the SVG or shape elements for the Stacks pattern */
.shaper svg path:nth-child(1) {
  fill: #fa2c2e !important; /* Bottom - RED */
}

.shaper svg path:nth-child(2) {
  fill: #ffffff !important; /* Middle - WHITE */
}

.shaper svg path:nth-child(3) {
  fill: #142f98 !important; /* Top - BLUE */
}
