/**
 * Internal dependencies
 */
/* @define teft-theme */
/**
 * External dependencies
 */
/* @define teft-viewport */
:root {
	--teft-theme-site-padding: 1rem;
	--teft-theme-gap: 1rem;

	--teft-theme-content-width: 40rem;
	--teft-theme-site-width: 80rem;

	/**
	 * Colors
	 */
	--teft-theme-primary-color: #2ba6cb;
	--teft-theme-on-primary-color: #fff;
	--teft-theme-secondary-color: #e9e9e9;
	--teft-theme-on-secondary-color: #000;
	--teft-theme-body-font-color: #222;
	--teft-theme-header-font-color: var(--teft-theme-body-font-color);
	--teft-theme-alert-color: #c60f13;
	--teft-theme-on-alert-color: #fff;
	--teft-theme-success-color: #5da423;
	--teft-theme-on-success-color: #fff;
	--teft-theme-warning-color: #ffae00;
	--teft-theme-on-warning-color: #fff
}
@media (min-width: 601px) {
:root {
		--teft-theme-site-padding: 1.5rem
}
	}
@media (min-width: 783px) {
:root {
		--teft-theme-site-padding: 3rem
}
	}
body {
	color: var(--teft-theme-body-font-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--teft-theme-heading-font-color);
}
a {
	color: var(--teft-theme-primary-color);
}
.entry-content > .wp-block-hoyre-latest-grid {
	max-width: unset;
}
.wp-block-hoyre-latest-grid {
	display: block;

	margin: var(--teft-theme-block-margin) var(--teft-theme-site-padding)
}
@media (min-width: 1281px) {
.wp-block-hoyre-latest-grid {
		margin-left: auto;
		margin-right: auto
}
	}
.wp-block-hoyre-latest-grid .block-inner {
		max-width: var(--teft-theme-site-width);
		margin: 0 auto;
	}
.wp-block-hoyre-latest-grid header {
		display: flex;
		align-items: center;
		padding-bottom: 16px
	}
.wp-block-hoyre-latest-grid header a {
			margin-left: 16px;
		}

