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

.case-study {
  	border-bottom: 3px solid #397ca3;
  	border-top: 3px solid #397ca3;
	padding: var(--space-s);
}
.highlight {
  background-image: url(https://cs-smnh.me/wp-content/uploads/2024/04/grid_base.png);
    background-blend-mode: multiply;
    background-position: top left;
    background-repeat: repeat;
    background-size: 25px;
  	border-bottom: 3px solid #ccc;
  	border-top: 3px solid #ccc;
	padding: var(--space-m);
}

.text-ltr{
	direction: ltr;
}

.text-center {
	text-align: center;
}

.guide-table {
	border: 2px solid #397ca3;
    border-collapse: separate;
    border-spacing: 0
}

.table-striped tr:nth-child(odd) {
 	background-color: #eff9f9;
}

.fake-h3 {
 	font-size: 2.4rem;
	font-weight: 800;
}

.fake-h4 {
 	font-size: 2.2rem;
	font-weight: 800;
}