.page-menu,
.page-sub-menu,
.page-thumbnail,
.how-to-video {
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}

.page-menu,
.page-menu-item,
.page-footer-function-link,
.page-thumbnail-date-label {
	user-select: none;
	cursor: pointer;
}

.page-container,
.page-media-player-mask,
.how-to-video {
	width: 100%;
}

.how-to-video {
	aspect-ratio: 16 / 9;
}

.page-path {
	margin: 5px 20px 10px;
}

.page-menu {
	position: relative;
	left: 20px;
	width: 180px;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.page-menu,
.page-sub-menu {
	background-color: #fff;
	opacity: 0;
}

.page-sub-menu {
	position: absolute;
	width: 200px;
}

.page-menu-item {
	width: 180px;
	padding: 5px 10px;
	border-bottom: 1px solid #dcdcdc;
}

.page-filter {
	position: relative;
	left: 20px;
	width: 198px;
	height: 31px;
	border: 3px double #898989;
	border-left: 1px solid #898989;
	border-right: 1px solid #898989;
	opacity: 0;
	overflow: hidden;
}

.page-filter-input {
	width: 175px;
	padding: 0px 10px;
	border: 0px;
	color: #898989;
	outline: none;
	background: transparent;
}

.page-container {
	min-height: 400px;
}

.page-container-thumb {
	padding-top: 15px;
}

.page-content {
	min-width: 300px;
	margin: auto;
}

.page-media-container {
	width: 360px;
	margin: auto;
}

.page-thumbnail {
	margin: 5px 20px 0px;
	width: 320px;
	height: 180px;
}

.page-thumbnail-date-label-july-2026 {
	position: relative;
	top: -90px;
	left: 30px;
	width: 120px;
	height: 0px;
	font-size: 11px;
	color: white;
	text-shadow: 1px 1px #000000;
	text-align: center;
	letter-spacing: 2px;
	cursor: default;
}

.page-thumbnail-date-label {
	position: relative;
	top: -120px;
	width: 330px;
	height: 0px;
	font-size: 11px;
	color: white;
	text-shadow: 1px 1px #959595;
	text-align: right;
	letter-spacing: 4px;
	cursor: default;
}

.page-media-link {
	display: inline-block;
	margin-left: 17px;
}

.page-media-player-mask {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	background: rgba(0, 0, 0, 1);
	z-index: 99;
	display: none;
}

.page-list-wrapper {
	display: flex;
	align-items: center;
}

.page-list-label {
	display: inline-block;
	width: calc(100% - 80px);
}

.page-list-link {
	display: inline-block;
	text-align: right;
	padding-left: 30px;
}

.page-devotional-books-wrapper,
.page-donation-wrapper {
	width: calc(100% - 20px);
	max-width: 1280px;
	margin: auto;
}

.page-title {
	font-family: "Chiron GoRound TC", sans-serif;
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: bold;
	background-image: linear-gradient(to bottom, #775e42, #321f10);
	/* Your gradient colors */
	-webkit-background-clip: text;
	/* For WebKit browsers */
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	/* For WebKit browsers */
	letter-spacing: 2px;
	white-space: nowrap;
	margin: 20px 20px;
}

.page-devotional-books-text {
	margin: 10px 20px 20px;
}

.page-donation-content {
	justify-content: space-around;

	& div {
		width: 40%;
		border: 3px solid #423018;
		border-radius: 10px;
		padding: 10px;
		margin: 10px 0px;
		background-color: #ffffff;
	}
}

.page-donation-notes {
	margin-top: 20px;

	& div {
		justify-content: center;
	}
}

.page-donation-notes-contact {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.page-footer-function-link {
	display: inline-block;
}

.how-to-video {
	min-width: 240px;
	min-height: 135px;
	max-width: 960px;
	max-height: 540px;
}

@media all and (max-width: 320px) {
	.page-media-container {
		width: 320px;
		margin: auto;
	}

	.page-ss-poster {
		margin: 5px 16px 0px;
		width: 288px;
		height: 162px;
	}
}

@media all and (max-width: 720px) {
	.page-content {
		width: 360px;
	}
}

@media all and (max-width: 855px) {
	.page-donation-content div {
		width: 90%;
	}
}

@media all and (min-width: 721px) and (max-width: 1096px) {
	.page-content {
		width: 720px;
	}
}

@media all and (min-width: 1097px) {
	.page-content {
		width: 1084px;
	}
}