/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
:root{
  --gbi-perks-accent: #900;
  --gbi-perks-neutral: #212121;
  --gbi-perks-border-radius: 0.25em;
--gbi-perkins-content-gap: 2rem;
}
.watch-video-wrapper{
  background: linear-gradient(180deg, var(--gbi-perks-neutral) 49.8%, rgba(255,255,255,0.2) 50%, var(--gbi-perks-accent) 50.2%);
  color: #fff;
  border-radius: var(--gbi-perks-border-radius);
}
.watch-video-wrapper a{
  background-color: var(--gbi-perks-accent);
  border-radius: var(--gbi-perks-border-radius);
  letter-spacing: 1.5px;
  padding: 10px;
  font-family: "Rock Salt";
}