/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.counter-big {
	line-height: 1.2em;
}
.footer-content {
	background-size: auto 100px;
}

ol, ul {
	margin-left: 21px;
}

html strong {
	font-weight: 500;
}

.wp-block-table thead {
	text-align: left;
	border-bottom: 0;
}

tbody td {
	padding: 0 10px 0 0 !important;
}

.wp-block-table th {
	padding: 0 10px 6px 0 !important;
	font-weight: 500 !important;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: var(--accent-3);
}

table tbody td:nth-child(odd) {
	margin-right: 20px !important;
}

.wp-block-table.is-style-stripes {
	border-bottom: 0 !important;
}