/*
Theme Name: PTENOTE June 2026 Blog Theme
Theme URI: https://ptenote.com/updates/
Author: PTENOTE
Author URI: https://ptenote.com/
Description: Pure HTML/CSS WordPress blog theme for the PTENOTE blog landing, archive, and single post pages.
Version: 2.0.0
Requires at least: 6.2
Requires PHP: 8.0
Text Domain: ptenote-june-2026
*/

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	position: fixed;
	top: 16px;
	left: 16px;
	z-index: 10000;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: #ffc120;
	color: #1a1a1a;
	border-radius: 8px;
	font-weight: 800;
	text-decoration: none;
}

body > nav[aria-label="Mobile navigation"] {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: 8px;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 4px;
	min-height: 72px;
	padding: 6px 20px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 35px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

body > nav[aria-label="Mobile navigation"] .mobile-nav-item {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 4px;
	color: #6b7280;
	font-size: 0.65rem;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
}

body > nav[aria-label="Mobile navigation"] img {
	width: 20px;
	height: 20px;
	max-width: 20px;
	max-height: 20px;
	object-fit: contain;
	display: block;
}

body > nav[aria-label="Mobile navigation"] .mobile-nav-item > div {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -16px;
	margin-bottom: 8px;
	border: 4px solid #ffffff;
	border-radius: 999px;
	background: #ffc120;
	box-shadow: 0 8px 20px rgba(255, 193, 32, 0.4);
}

body > nav[aria-label="Mobile navigation"] span {
	white-space: nowrap;
}

@media (min-width: 1024px) {
	body > nav[aria-label="Mobile navigation"] {
		display: none;
	}
}

@media (max-width: 1023px) {
	body {
		padding-bottom: 92px;
	}
}

@media (max-width: 420px) {
	body > nav[aria-label="Mobile navigation"] {
		left: 8px;
		right: 8px;
		padding-inline: 8px;
	}

	body > nav[aria-label="Mobile navigation"] .mobile-nav-item {
		font-size: 0.6rem;
	}
}
