/* Core wrapper */
.wp-site-blocks,
.wp-block {
	box-sizing: border-box;
}

.wp-block {
	margin-bottom: 1.5rem;
}

/* Layout systems */
.is-layout-flow>*+* {
	margin-top: 1.5rem;
}

.is-layout-constrained {
	max-width: 1200px;
	margin-inline: auto;
	padding-inline: 1rem;
}

.is-layout-flex {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.alignleft {
	float: left;
	margin-right: 1.5rem;
}

.alignright {
	float: right;
	margin-left: 1.5rem;
}

.aligncenter {
	display: block;
	margin-inline: auto;
}

.alignwide {
	max-width: 1400px;
	margin-inline: auto;
}

.alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

.wp-block-paragraph {
	line-height: 1.8;
	font-size: 1rem;
}

.wp-block-heading h1 {
	font-size: 2.5rem;
}

.wp-block-heading h2 {
	font-size: 2rem;
}

.wp-block-heading h3 {
	font-size: 1.75rem;
}

.wp-block-heading h4 {
	font-size: 1.4rem;
}

.wp-block-heading h5 {
	font-size: 1.2rem;
}

.wp-block-heading h6 {
	font-size: 1rem;
}

.has-small-font-size {
	font-size: 0.875rem;
}

.has-medium-font-size {
	font-size: 1rem;
}

.has-large-font-size {
	font-size: 1.5rem;
}

.has-x-large-font-size {
	font-size: 2rem;
}

.has-small-font-size {
	font-size: 0.875rem;
}

.has-medium-font-size {
	font-size: 1rem;
}

.has-large-font-size {
	font-size: 1.5rem;
}

.has-x-large-font-size {
	font-size: 2rem;
}

.has-small-font-size {
	font-size: 0.875rem;
}

.has-medium-font-size {
	font-size: 1rem;
}

.has-large-font-size {
	font-size: 1.5rem;
}

.has-x-large-font-size {
	font-size: 2rem;
}

.has-text-align-left {
	text-align: left;
}

.has-text-align-center {
	text-align: center;
}

.has-text-align-right {
	text-align: right;
}

.has-background {
	padding: 1.5rem;
}

.has-text-color {
	color: inherit;
}

.has-link-color a {
	color: inherit;
}

.wp-block-list {
	padding-left: 1.5rem;
}

.wp-block-list li {
	margin-bottom: 0.5rem;
}

/* 
.wp-block-quote {
	border-left: 2px solid #99856c;
	padding-left: 1rem;
	font-style: italic;
	color: #444;
}

.wp-block-quote cite {
	display: block;
	margin-top: 0.5rem;
	font-size: 0.9rem;
} */
/* 
.wp-block-pullquote {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: 2rem;
	text-align: center;
	font-size: 1.5rem;
} */

.wp-block-image img {
	max-width: 100%;
	height: auto;
	display: block;
}

.wp-block-gallery {
	display: grid;
	gap: 1rem;
}

.wp-block-video video,
.wp-block-audio audio,
.wp-block-embed iframe {
	max-width: 100%;
}


.wp-block-buttons {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.wp-block-button__link {
	padding: 0.75rem 1.5rem;
	background: #fdfde8;
	border: 1px solid #cacaac;
	color: var(--text);
	border-radius: 6px;
	font-weight: bold;
	text-decoration: none;
}

.wp-block-button__link:hover {
	background: #e9e9d0;
}

/* Outline style */
.is-style-outline .wp-block-button__link {
	background: transparent;
	border: 2px solid #ff8c00;
	color: #ff8c00;
}

.wp-block-columns {
	display: flex;
	gap: 1.5rem;
}

.wp-block-column {
	flex: 1;
}

.wp-block-group {
	padding: 1.5rem;
}

.wp-block-cover {
	position: relative;
	color: #fff;
}

.wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
}


.wp-block-table table {
	width: 100%;
	border-collapse: collapse;
}

.wp-block-table th,
.wp-block-table td {
	border: 1px solid #ddd;
	padding: 0.75rem;
}

.wp-block-table th {
	background: #f5f5f5;
}

.wp-block-separator {
	border: none;
	border-top: 1px solid #ddd;
	margin: 2rem 0;
}

.wp-block-separator.is-style-dots {
	border-top: none;
	text-align: center;
}


.wp-block-code,
.wp-block-preformatted {
	background: #111;
	color: #0f0;
	padding: 1rem;
	overflow-x: auto;
	font-family: monospace;
}

.wp-block-search__input {
	padding: 0.5rem;
	border: 1px solid #ccc;
}

.wp-block-search__button {
	padding: 0.5rem 1rem;
	background: #ff8c00;
	color: #fff;
	border: none;
}

.wp-block-post-title {
	font-size: 2rem;
}

.wp-block-post-featured-image img {
	max-width: 100%;
}

.wp-block-query {
	margin-top: 2rem;
}