/*
 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
*/
/* Clickable parent link */
.clickable-parent {
  position: relative !important;
}
.clickable-parent a::after {
  content: "";
  position: absolute;
  inset: 0;
  cursor: pointer !important;
  display: block;
  z-index: 999;
}
.clickable-parent .article-card__block img {
  pointer-events: none !important;
}
/* smaller font size for buttons and cards */
.brxe-button.btn--m.bricks-button,
.brxe-button.btn--neutral.bricks-button,
.brxe-button.btn--neutral-light.bricks-button,
.article-card .article-card__text-basic {
  font-size:calc(var(--text-m)*0.94)!important;
}
/* hide overflow text on cards */ 
.text-fade-wrap {
  mask-image: linear-gradient(to top, transparent 10px, black 40px);
  flex-grow: 1;
  overflow: auto;
}
/* warning message */
#7-15-content-warning {
	display:block!important;
}