/* Ensure collection title links use the requested hover color */
.banner-gr-item .title .link:hover,
.banner-gr-item .title a.link:hover,
.wrap-carousel .banner-gr-item .title a.link:hover,
.banner-gr-item .title .link:focus,
.banner-gr-item .title a.link:focus {
  color: rgb(129,151,173) !important;
}

/* Also affect other collection-style link variants if present */
.collection-item .demo-name a:hover,
.collection-item .demo-name a:focus {
  color: rgb(129,151,173) !important;
}

