/*
 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
*/

.marquee-container {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    margin: 10px 0;
}

.marquee-content {
    display: flex;
    width: fit-content;
}

.marquee-content span {
    white-space: nowrap;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    margin-right: 40px;
    /* Space between items */
    display: inline-block;
}