html {
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
}

img {
	max-width: 100%;
}

pre,
code {
	background: rgba(31, 41, 55, 0.06);
	color: #1f2937;
}

pre {
	border-left: 4px solid #f59e0b;
	padding: 1rem;
	border-radius: 1rem;
	overflow-x: auto;
}

code {
	display: inline-block;
	padding: 0 0.45em;
	line-height: 1.5em;
	border-radius: 0.45rem;
}

table {
	empty-cells: show;
	width: 100%;
	font-size: 0.95em;
	margin: 1.5rem 0;
	border-collapse: collapse;
	overflow: hidden;
	border-radius: 1rem;
	box-shadow: 0 0 0 1px rgba(154, 52, 18, 0.18);
}

thead {
	background-color: #9a3412;
	color: #fff7ed;
	text-align: left;
	vertical-align: bottom;
}

th,
td {
	padding: 0.8em 1em;
	border-bottom: 1px solid rgba(154, 52, 18, 0.12);
}

tbody tr:nth-child(even) {
	background: rgba(251, 191, 36, 0.08);
}

blockquote {
	padding: 1rem 1.25rem;
	margin: 1.5rem 0;
	border-left: 5px solid #f59e0b;
	font-style: italic;
}

.page-content iframe,
.video-embed iframe {
	border-radius: 1.25rem;
}

.video-embed {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	border-radius: 1.25rem;
}

.video-embed iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
