/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.h-1 {
	height: 1px !important;
}

.wp-block-table {
	text-align: left;
}

.wp-block-table thead {
	background-color: #f9f9f9;
	border-width: 2px;
}

.wp-block-table tr:hover {
	background-color: #f8f8f8;
	transition: all ease 100ms;
}

h2.wp-block-heading {
	border-image: linear-gradient(to right, #e7e6e6 0%, #fff 100%) 1;
	border-width: 2px;
	border-style: solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding-top: 7px;
}

.spacer-x-4 {
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}

/* SHARE BOX */
.ct-share-box {
	border: 1px solid var(--theme-palette-color-5);
	border-radius: 8px;
	padding: 16px;
}

/* FOOTER */
.ct-footer-copyright a {
	text-decoration: underline;
}

/* Some plugins customization */
.affx-specification-table {
	border-style: none;
}
