html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	font-family: 'Roboto', 'Noto Sans Myanmar', -apple-system, BlinkMacSystemFont, sans-serif;
}

body.zawgyi-mode,
body.zawgyi-mode * {
	font-family: 'Noto Sans Zawgyi', 'Zawgyi-One', sans-serif !important;
}

html {
	scroll-behavior: smooth;
}

/* Skip to content link for accessibility */
.skip-link {
	position: absolute;
	top: -100px;
	left: 16px;
	background: #1b4d3e;
	color: #ffffff;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 600;
	z-index: 9999;
	border-radius: 0 0 6px 6px;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	transition: top 0.2s ease-in-out;
}

.skip-link:focus {
	top: 0;
	outline: 2px solid #c9a84c;
}

/* Site Navigation Header */
.site-header {
	background: linear-gradient(135deg, #133a2f 0%, #1b4d3e 60%, #184437 100%);
	color: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
	position: sticky;
	top: 0;
	z-index: 1000;
	width: 100%;
	border-bottom: 2px solid #c9a84c;
	box-sizing: border-box;
}

.header-inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	box-sizing: border-box;
}

.brand {
	margin: 0;
	padding: 0;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: -0.2px;
	line-height: 1.2;
}

.brand a {
	color: #ffffff;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: opacity 0.15s ease;
}

.brand a:hover {
	opacity: 0.92;
}

.brand-title {
	font-family: 'Roboto', 'Noto Sans Myanmar', sans-serif;
	font-weight: 700;
	color: #ffffff;
}

.brand-mm {
	font-family: 'Noto Sans Myanmar', sans-serif;
	font-weight: 500;
	color: #d8e5df;
	font-size: 0.95rem;
}

.header-nav {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.header-nav a {
	color: #e8f0ec;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 500;
	padding: 6px 12px;
	border-radius: 6px;
	transition: all 0.18s ease;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

.header-nav a:hover {
	background: rgba(255, 255, 255, 0.16);
	color: #ffffff;
}

.header-nav a.active {
	background: rgba(201, 168, 76, 0.28);
	color: #ffea9f;
	font-weight: 600;
}

#calendar, #holidays, #faq, #about-calendar, .top_bar_table {
	scroll-margin-top: 65px;
}

.top_bar_table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 16px 0;
	padding: 0;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.top_bar_table_td {
	text-align: center;
	vertical-align: middle;
	background: linear-gradient(135deg, #1b4d3e 0%, #256b56 100%);
	padding: 26px 16px 24px;
	width: 100%;
	box-sizing: border-box;
}

.maindiv {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 11pt;
	text-align: left;
	box-sizing: border-box;
	overflow-x: hidden;
	opacity: 1;
	transition: opacity .25s ease-in-out;
}

.content_wrapper {
	padding: 0 12px;
	width: 100%;
	box-sizing: border-box;
}

.beskrivelse {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 11pt;
	padding: 0px 50px;
	line-height: 1.6;
	color: #333333;
}

.calendar_months_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 24px;
	row-gap: 25px;
	margin-top: 15px;
	margin-bottom: 35px;
}

.month_wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
}

.holidaytext_container {
	min-height: 36px;
	width: 100%;
	margin-bottom: 4px;
	display: flex;
	align-items: center;
}

.holidaytext {
	font-size: 8.5pt;
	font-family: Arial, sans-serif;
	text-align: left;
	font-style: italic;
	color: #666146;
	line-height: 1.3;
	padding: 2px 4px;
	word-break: break-word;
}

.month_td {
	padding: 0;
}

.month_title {
	font-family: 'Noto Sans Myanmar', 'Droid Sans', sans-serif;
	font-size: 11pt;
	color: #ffffff;
	margin-bottom: 2px;
	padding: 8px 12px;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

h1 {
	margin-top: 0px;
	margin-bottom: 12px;
	padding: 0;
	font-size: clamp(1.45rem, 3.2vw, 2.2rem);
	color: #ffffff;
	font-family: 'Oswald', 'Noto Sans Myanmar', sans-serif;
	line-height: 1.5;
	word-wrap: break-word;
}

.banner-mm {
	font-family: 'Noto Sans Myanmar', sans-serif;
	font-size: 0.88em;
	font-weight: 600;
	line-height: 1.4;
	display: inline-block;
	vertical-align: middle;
}

.top_bar_table_td h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 8px;
	font-size: clamp(0.9rem, 2vw, 1.15rem);
	color: #e3ece7;
	font-family: 'Roboto', 'Noto Sans Myanmar', sans-serif;
	font-weight: normal;
	line-height: 1.6;
}

h2 {
	margin-bottom: 12px;
	margin-top: 24px;
	font-size: 1.35rem;
	color: #1b4d3e;
	font-family: 'Roboto', 'Noto Sans Myanmar', sans-serif;
	font-weight: 700;
	line-height: 1.4;
}

h3 {
	margin-top: 22px;
	margin-bottom: 8px;
	font-size: 1.2rem;
	font-family: 'Roboto', 'Noto Sans Myanmar', sans-serif;
	color: #1b4d3e;
	font-weight: 700;
	line-height: 1.5;
}

.domain_title {
	position: relative;
	top: -6px;
	margin: 0;
	font-size: 28pt;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
}

.yearlinks {
	display: inline-block;
	padding: 5px 8px;
	font-size: 11pt;
	color: #59553d;
	text-decoration: none;
	cursor: pointer;
}

.yearlinks:hover {
	color: #1b4d3e;
	background-color: #edf5f1;
	text-decoration: none;
}

.yearlinks_current {
	display: inline-block;
	padding: 5px 11px;
	font-size: 10.5pt;
	font-weight: bold;
	color: white !important;
	background: linear-gradient(135deg, #133a2f 0%, #1b4d3e 100%);
	border: 1px solid #c9a84c;
	border-radius: 6px;
	text-decoration: none;
	box-shadow: 0 2px 6px rgba(27, 77, 62, 0.25);
}

.anchorlinks {
	display: inline-block;
	padding: 7px 14px;
	font-size: 10pt;
	font-weight: 500;
	color: white !important;
	background: linear-gradient(135deg, #1b4d3e 0%, #256b56 100%);
	border: 1px solid #c9a84c;
	border-radius: 6px;
	margin: 3px;
	text-decoration: none;
	transition: all 0.2s ease;
	box-shadow: 0 2px 5px rgba(27, 77, 62, 0.15);
}

.anchorlinks:hover {
	background: linear-gradient(135deg, #133a2f 0%, #1e5746 100%);
	border-color: #dfbe62;
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(27, 77, 62, 0.22);
}

.anchorlinks a {
	color: white !important;
	text-decoration: none;
}

.feature-link {
	color: #1b4d3e;
	font-weight: 700;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	border-bottom: 2px solid #c9a84c;
	padding-bottom: 2px;
	transition: all 0.15s ease;
}

.feature-link:hover {
	color: #266f5a;
	border-bottom-color: #1b4d3e;
}

.news_calendar {
	font-family: 'Roboto Slab', 'Noto Sans Myanmar', serif;
	font-size: 9.5pt;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	box-sizing: border-box;
}

.news_calendar td {
	text-align: center;
	padding: 2px 0px;
	cursor: pointer;
	vertical-align: top;
	height: 38px;
	overflow: hidden;
	box-sizing: border-box;
}

.news_calendar th {
	text-align: center;
	color: #333333;
	font-weight: bold;
	padding: 3px 0px;
	font-size: 8pt;
	font-family: 'Noto Sans Myanmar', 'Roboto', sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.news_calendar.currentMonth {
	background-color: #fcfdfc;
	outline: 2px solid #c9a84c;
	box-shadow: 0 0 10px rgba(201, 168, 76, 0.25);
}

.vacation_dates {
	border: 1px solid #dce4df;
	padding: 16px;
	background-color: #fbfdfc;
	line-height: 165%;
	font-size: 10.5pt;
	color: #333333;
	border-radius: 8px;
	border-left: 4px solid #1b4d3e;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.today_details_card {
	background: #ffffff;
	border: 1px solid #e1e7e3;
	border-left: 5px solid #1b4d3e;
	border-radius: 8px;
	padding: 16px 20px;
	margin-bottom: 20px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.today_details_header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #f0f0f0;
}

.today_badge {
	background: linear-gradient(135deg, #133a2f 0%, #1b4d3e 100%);
	color: #ffffff;
	border: 1px solid #c9a84c;
	font-size: 7.5pt;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 4px;
	letter-spacing: 0.5px;
}

.today_details_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 6px 20px;
}

.today_detail_item {
	display: flex;
	justify-content: space-between;
	font-size: 9.5pt;
	padding: 3px 0;
	border-bottom: 1px dashed #f5f5f5;
}

.today_detail_item span {
	color: #666666;
}

.today_detail_item b {
	color: #222222;
	text-align: right;
}

.today_hol_highlight {
	background-color: #fff4f4;
	padding: 4px 8px;
	border-radius: 4px;
	grid-column: span 2;
}

@media screen and (max-width: 660px) {
	.today_details_card {
		padding: 10px 12px;
		margin-bottom: 16px;
	}
	.today_details_grid {
		grid-template-columns: 1fr;
		gap: 4px;
	}
	.today_detail_item {
		font-size: 9pt;
	}
	.today_hol_highlight {
		grid-column: span 1;
	}
}

.day_cell_today {
	border: 2px solid black !important;
	background-color: #eeeeee;
	font-weight: bold;
}

.day_lunar_sub {
	font-size: 5.5pt;
	display: block;
	color: #666666;
	font-family: 'Noto Sans Myanmar', sans-serif;
	line-height: 1;
	margin-top: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
}

.toolbar_settings {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin: 14px 0 16px;
}

.setting_group {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.nav_links_bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin: 0 auto 16px;
	width: 100%;
}

.year_selector_bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 4px 6px;
	margin: 0 auto 18px;
	max-width: 100%;
}

.hdr_bullet {
	display: inline;
	margin: 0 4px;
}

.hdr_break {
	display: inline;
}

.ctrl_select {
	padding: 5px 10px;
	font-size: 10pt;
	border-radius: 6px;
	border: 1px solid #c2cdc7;
	background-color: #ffffff;
	color: #1f2937;
	outline: none;
	transition: all 0.15s ease;
}

.ctrl_select:focus {
	border-color: #1b4d3e;
	box-shadow: 0 0 0 2px rgba(27, 77, 62, 0.15);
}

.day-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	padding: 16px;
}

.day-modal-box {
	background: white;
	border-radius: 10px;
	max-width: 500px;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
	border: 1px solid #c9a84c;
}

.day-modal-header {
	background: linear-gradient(135deg, #133a2f 0%, #1b4d3e 60%, #184437 100%);
	border-bottom: 2px solid #c9a84c;
	color: white;
	padding: 14px 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.day-modal-body {
	padding: 18px;
	max-height: 75vh;
	overflow-y: auto;
}

.modal-detail-row {
	display: flex;
	justify-content: space-between;
	padding: 7px 0;
	border-bottom: 1px solid #eee;
	font-size: 10pt;
}

.btn-modal-close {
	background: linear-gradient(135deg, #1b4d3e 0%, #256b56 100%);
	border: 1px solid #c9a84c;
	color: white;
	padding: 9px 24px;
	border-radius: 6px;
	font-weight: bold;
	cursor: pointer;
	display: block;
	margin: 16px auto 0;
	transition: all 0.2s ease;
}

.btn-modal-close:hover {
	background: #133a2f;
	border-color: #dfbe62;
}

@media screen and (max-width: 980px) {
	.calendar_months_grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px;
	}

	.maindiv {
		width: 100%;
		padding: 0;
	}

	.content_wrapper {
		padding: 0 12px;
	}

	.beskrivelse {
		padding: 0 12px;
		font-size: 10pt;
	}
}

@media screen and (max-width: 660px) {
	.site-header {
		position: sticky;
		top: 0;
	}

	.header-inner {
		padding: 8px 12px;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 8px;
	}

	.brand {
		font-size: 1.05rem;
	}

	.brand a {
		justify-content: center;
	}

	.header-nav {
		justify-content: center;
		gap: 4px;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 2px;
	}

	.header-nav a {
		font-size: 0.82rem;
		padding: 5px 8px;
	}

	.maindiv {
		width: 100%;
		padding: 0;
	}

	.content_wrapper {
		padding: 0 8px;
	}

	.top_bar_table_td {
		padding: 18px 10px 16px;
		border-right: none;
	}

	h1 {
		font-size: 1.35rem;
		margin-top: 0px;
		margin-bottom: 8px;
		line-height: 1.5;
	}

	.domain_title {
		font-size: 14pt;
		top: -2px;
		margin-bottom: 4px;
	}

	.top_bar_table_td h2 {
		font-size: 10.5pt;
		line-height: 1.4;
		padding: 0 4px;
	}

	.hdr_bullet {
		display: none;
	}

	.hdr_break {
		display: block;
		margin-top: 2px;
	}

	.beskrivelse {
		padding: 0 8px;
		font-size: 9.5pt;
		line-height: 1.45;
	}

	.toolbar_settings {
		flex-direction: row;
		justify-content: center;
		gap: 8px 12px;
		margin: 8px 0 12px;
	}

	.setting_group {
		display: inline-flex;
		align-items: center;
		gap: 4px;
	}

	.setting_group label {
		font-size: 9pt !important;
	}

	.ctrl_select {
		padding: 4px 6px;
		font-size: 9pt;
	}

	.nav_links_bar {
		gap: 6px;
		margin-bottom: 12px;
	}

	.anchorlinks {
		padding: 6px 11px;
		font-size: 9.5pt;
		margin: 2px;
	}

	.year_selector_bar {
		gap: 3px 5px;
		margin-bottom: 15px;
	}

	.yearlinks {
		padding: 4px 6px;
		font-size: 9.5pt;
	}

	.yearlinks_current {
		padding: 4px 8px;
		font-size: 9.5pt;
	}

	.calendar_months_grid {
		grid-template-columns: 1fr;
		row-gap: 16px;
		margin-top: 10px;
		margin-bottom: 25px;
		width: 100%;
	}

	.month_wrapper {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	.news_calendar td {
		height: 38px;
		padding: 2px 0;
		font-size: 10pt;
	}

	.news_calendar th {
		padding: 3px 0;
		font-size: 8pt;
	}

	.day_lunar_sub {
		font-size: 6pt;
	}

	.vacation_dates {
		padding: 10px;
		font-size: 9.5pt;
	}

	.holidays_table th, .holidays_table td {
		padding: 6px 8px;
		font-size: 9pt;
	}

	.seo-static {
		margin: 18px 8px;
		padding: 16px 14px;
		border-radius: 8px;
	}

	.seo-static h2 {
		font-size: 1.15rem;
		margin-bottom: 12px;
	}

	.seo-static summary {
		font-size: 9.5pt;
	}

	.seo-static details {
		padding: 10px 12px;
	}
}

/* SEO Static & FAQ Sections */
.seo-static {
	max-width: 980px;
	margin: 28px auto;
	padding: 24px 28px;
	background: #ffffff;
	border: 1px solid #e2e8e4;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
	box-sizing: border-box;
}

.seo-static h2 {
	color: #1b4d3e;
	font-size: 1.35rem;
	margin-top: 0;
	margin-bottom: 16px;
	font-weight: 700;
	border-bottom: 2px solid #eef2ef;
	padding-bottom: 8px;
	line-height: 1.4;
}

.seo-static p {
	color: #374151;
	font-size: 10.5pt;
	line-height: 1.7;
	margin: 0 0 12px;
}

.seo-static details {
	background: #fcfdfc;
	border: 1px solid #e3e8e5;
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 12px 16px;
	transition: all 0.2s ease;
}

.seo-static details[open] {
	background: #ffffff;
	border-color: #268bd2;
	box-shadow: 0 2px 8px rgba(38, 139, 210, 0.08);
}

.seo-static summary {
	font-weight: 600;
	font-size: 10.5pt;
	color: #1f2937;
	cursor: pointer;
	outline: none;
	user-select: none;
	padding: 2px 0;
	transition: color 0.15s ease;
}

.seo-static summary:hover {
	color: #1b4d3e;
}

.seo-static details p {
	margin: 10px 0 2px;
	color: #4b5563;
	font-size: 10pt;
	line-height: 1.65;
}

.seo-static details a {
	color: #1b4d3e;
	font-weight: 600;
	text-decoration: underline;
}

.seo-static ul {
	margin: 8px 0 14px 20px;
	padding: 0;
	color: #374151;
	font-size: 10.5pt;
	line-height: 1.7;
}

.site-footer {
	background-color: #17241e;
	color: #cccccc;
	padding: 24px 16px 20px;
	margin-top: 40px;
	font-size: 9.5pt;
	text-align: center;
	border-top: 3px solid #c9a84c;
	width: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
}

.footer-container {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 20px;
}

.footer-links a {
	color: #e0e0e0;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.15s ease;
}

.footer-links a:hover {
	color: #dfbe62;
	text-decoration: underline;
}

.footer-copyright {
	color: #999999;
	font-size: 8.5pt;
	margin-top: 2px;
	line-height: 1.4;
}

@media screen and (max-width: 660px) {
	.site-footer {
		padding: 20px 12px 16px;
		margin-top: 25px;
	}
	.footer-links {
		gap: 8px 14px;
	}
	.footer-links a {
		font-size: 9pt;
	}
	.footer-copyright {
		font-size: 8pt;
	}
}