.wp-block-teft-number {
	background: var(--color-blue-50);
	border-radius: 12px;
	padding: 16px 8px;
	text-align: center
}
@media (min-width: 601px) {
.wp-block-teft-number {
		padding: 32px
}
	}
/**
 * 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 .teft-numbers__inner > *,
.block-editor-block-list__layout .teft-numbers__inner .block-editor-block-list__layout > * {
	margin: 4px;
	width: calc(50% - 8px)
}
@media (min-width: 601px) {
.entry-content .teft-numbers__inner > *,
.block-editor-block-list__layout .teft-numbers__inner .block-editor-block-list__layout > * {
		margin: 16px;
		width: calc(50% - 32px)
}
	}
.entry-content .teft-numbers__inner > *[data-align="wide"],
	.entry-content .teft-numbers__inner > *.alignwide,
	.block-editor-block-list__layout .teft-numbers__inner .block-editor-block-list__layout > *[data-align="wide"],
	.block-editor-block-list__layout .teft-numbers__inner .block-editor-block-list__layout > *.alignwide {
		width: 100%;
	}
.entry-content .teft-numbers__inner > *:nth-child(-n+2), .block-editor-block-list__layout .teft-numbers__inner .block-editor-block-list__layout > *:nth-child(-n+2) {
		margin-top: 0;
	}
.teft-numbers__inner,
.teft-numbers__inner .block-editor-block-list__layout {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -4px;
	margin-right: -4px
}
@media (min-width: 601px) {
.teft-numbers__inner,
.teft-numbers__inner .block-editor-block-list__layout {
		margin-left: -16px;
		margin-right: -16px
}
	}
.wp-block.block-editor-block-list__block[data-type="teft/numbers"] .block-list-appender {
		display: none;
	}
.wp-block.block-editor-block-list__block[data-type="teft/numbers"].is-selected .block-list-appender, .wp-block.block-editor-block-list__block[data-type="teft/numbers"].has-child-selected .block-list-appender {
			display: block;
		}
.teft-numbers__inner .block-editor-inner-blocks {
	width: 100%;
}

