/**
 * 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);
}
.wp-block-hoyre-list .wp-block, [data-type="hoyre/list"] .wp-block {
		width: 100%;
	}
.wp-block-hoyre-list:not(.is-style-panel) {
		background: var(--color-green-50);
	}
.wp-block-hoyre-list.alignfull {
		padding-left: 20px;
		padding-right: 20px;
	}
.wp-block-hoyre-list .block-inner {
		margin: 0 auto;
		max-width: var(--teft-theme-site-width);
		width: 100%
	}
.wp-block-hoyre-list .block-inner > h2 {
			margin-top: 0;
		}
.wp-block-hoyre-list .link-list-inner {
		display: flex;
		flex-wrap: wrap
	}
.wp-block-hoyre-list .link-list-inner .wp-block-button {
			min-width: 100%
		}
@media (min-width: 601px) {
.wp-block-hoyre-list .link-list-inner .wp-block-button {
				min-width: 50%
		}
			}
.wp-block-hoyre-list a.wp-block-button__link,
	.wp-block-hoyre-list div.wp-block-button__link {
		background: transparent;
		border-radius: 0;
		color: var(--color-blue-500);
		display: inline-block;
		font-family: var(--teft-typography-heading-font-family);
		font-size: var(--teft-typography-sm);
		font-weight: 400;
		letter-spacing: 0.02em;
		margin-bottom: 24px;
		padding: 0;
		text-align: left;
		text-transform: none
	}
@media (min-width: 601px) {
.wp-block-hoyre-list a.wp-block-button__link,
	.wp-block-hoyre-list div.wp-block-button__link {
			font-size: var(--teft-typography-md)
	}
		}
.wp-block-hoyre-list a.wp-block-button__link::after, .wp-block-hoyre-list div.wp-block-button__link::after {
			background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik01LjUgMTJIMTkuNSIgc3Ryb2tlPSIjMDA2NUYxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPHBhdGggZD0iTTEyLjUgNUwxOS41IDEyTDEyLjUgMTkiIHN0cm9rZT0iIzAwNjVGMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg0K);
			background-position: center top 5px;
			background-repeat: no-repeat;
			background-size: contain;
			content: "";
			display: inline-block;
			height: 24px;
			margin-left: 8px;
			width: 24px;
		}
.wp-block-hoyre-list a.wp-block-button__link:hover, .wp-block-hoyre-list div.wp-block-button__link:hover {
			background: transparent;
			color: var(--color-blue-700);
		}
.wp-block-hoyre-list .wp-block-button:not(.has-text-color):not(.is-style-outline) [data-rich-text-placeholder]::after {
		color: var(--color-blue-500);
	}

