:root {
	--background: #e7e8eb;
	--header: 246, 246, 246;
	--text: #0b2031;

	--logo-inversion: 1;
}

@media (prefers-color-scheme: dark) {
	:root {
		--background: #1d1b1b;
		--header: 50, 48, 48;
		--text: #f6f6f6;

		--logo-inversion: 0;
	}
	.header-logo {
		filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4340%) hue-rotate(359deg) brightness(123%) contrast(93%);
	}
}

body {
	background-color: var(--background);
	background-attachment: fixed;
	margin: auto;
}
.root {
	width: 348px;
	display: table;
	margin: auto;
}

.header {
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: rgba(var(--header), 0.7);
	-webkit-backdrop-filter: saturate(1.8) blur(20px);
}

.inner-header {
	width: 348px;
	margin: auto;
}
.header-logo {
	height: 20px;
	padding: 12px 4px 10px 4px;
}

h1,
.h1 {
	font-family: -apple-system, "Helvetica Neue", sans-serif;
	font-weight: bolder;
	line-height: 1.1;
	color: var(--text);
	text-align: left;
}
h1 {
	font-size: 60px;
	line-height: 60px;
}
h1 {
	padding-left: 0px;
}

h2,
.h2 {
	font-family: -apple-system, "Helvetica Neue", sans-serif;
	font-weight: bold;
	line-height: 1.1;
	color: var(--text);
	text-align: left;
}
h2 {
	font-size: 32px;
	line-height: 32px;
}
h2 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}

p {
	font-family: -apple-system, "Helvetica Neue", sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.1;
	color: var(--text);
	text-align: left;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: anywhere;
}
a#links {
	margin: 0px 4px 0px 4px;
}

#footer p {
	line-height: 1;
	font-size: 12px;
	text-align: center;
}

a {
	color: var(--text);
	text-decoration: none;
}

table {
	display: block;
	overflow-x: auto;
}

tr > td {
	padding: 2px 2px 2px 2px;
}

tr > td:first-child {
	padding: 2px 2px 2px 0px;
}

.homeChannelContainer {
	display: flex;
	align-items: center;
	justify-content: left;
	overflow: hidden;
	word-wrap: break-all;
	overflow-wrap: break-word;

	background-color: white;
	border-radius: 3px;
	width: 280px;
	height: 60px;
}
.channelImageContainer {
	flex-basis: 10%;
	border-right: 0.5px solid lightgray;
	height: 100%;
}
.channelImageContainerText {
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
	word-wrap: break-all;
	overflow: hidden;
	overflow-wrap: break-word;
}

#channelImage {
	width: 85px;
	height: 50px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
#channelText {
	font-family: -apple-system, "Helvetica Neue", sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.1;
	color: black;
	text-align: left;
	word-wrap: break-all;
	overflow-wrap: break-word;
}
