/*
 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.0
 Text Domain:  bricks
*/

/* Hero Main */

.highlight {
    position: relative;
    display: inline-block;
    z-index: 0;
  }

  .highlight-bg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1.2em;
    width: 0%; /* inizialmente invisibile */
    background: var(--primary-light);
    z-index: -1; /* sta dietro al testo */
    border-radius: 5px;
  }

