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

table {
    border-collapse: collapse;
    border: 1px solid #dee0e3;
}

td, th {
    border: 1px solid #dee0e3;
    text-align: center;
}


/**Style blockquote border color **/
blockquote{
	border-color:var(--accent);
}

/** Style Gutenberg post Typography **/

.article_body > * + * {
	margin-top:1em;
}