/*
Theme Name: Bricks Child
Template: bricks
 */

html {
    scroll-behavior: smooth;
    scroll-padding-top: 85px;
}

body {
    overflow-x: clip;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

p {
    text-wrap: pretty;
}

.cc-modal__button {
    text-align: center;
}

.hidden-content {
    display: none;
}

thead {
    hyphens: auto;
}

[class*="marketing21"],
[class*="Marketing21"]
{
    display: none !important;
}