/* supplement.css — mts_magxp theme: original style.css is unrecoverable (paid theme, not archived).
   Minimal generic layout/typography rebuild so blog pages read cleanly. */

* { box-sizing: border-box; }
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.6;
	background: #f7f6f5;
}
.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

/* Header */
#site-header { background: #3a302d; }
#site-header #header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; padding: 18px 0; }
#logo { margin: 0; }
#logo a {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: .02em;
}
#logo.image-logo a::before { content: "Asia Pacific Gateway Skills Table"; }
.secondary-navigation { display: flex; align-items: center; gap: 20px; }
.navigation ul.menu { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px; }
.navigation ul.menu li { margin: 0; }
.navigation ul.menu li a {
	display: block;
	padding: 8px 14px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .03em;
}
.navigation ul.menu li a:hover { color: #ffd600; }
a#pull { display: none; color: #fff; text-decoration: none; }
.search-top { position: relative; }
.search-top input.hideinput {
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.25);
	color: #fff;
	padding: 7px 10px;
	border-radius: 3px;
	font-size: 13px;
}
.search-top .fa-search { color: #fff; margin-left: 6px; }

/* Layout: content + sidebar */
.main-container { background: #fff; }
#page.clearfix, #page.single.clearfix { display: flex; flex-wrap: wrap; gap: 40px; padding: 30px 20px; max-width: 1140px; margin: 0 auto; }
#page .article { flex: 1 1 620px; min-width: 0; }
#page .sidebar { flex: 0 1 300px; min-width: 240px; }
.clearfix::after { content: ""; display: table; clear: both; }

/* Article */
.title.single-title.entry-title, h1.title { font-size: 30px; line-height: 1.25; margin: 0 0 12px; color: #222; }
.post-info { color: #888; font-size: 13px; margin-bottom: 18px; }
.post-info span { margin-right: 14px; }
.post-single-content, .thecontent { font-size: 16px; }
.thecontent p { margin: 0 0 16px; }
.thecontent strong { color: #3a302d; }

/* Blog listing / cards */
.post-box { list-style: none; display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid #eee; }
.post-box .post-img { flex: 0 0 70px; }
.post-box .post-title a { color: #222; text-decoration: none; font-weight: 600; font-size: 14px; }
.post-box .post-info { margin: 4px 0 0; font-size: 12px; color: #999; }
.latestPost { margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.latestPost .featured-thumbnail { background: #e8e6e4; min-height: 160px; border-radius: 4px; }
.latestPost .title a, .front-view-title a { color: #222; text-decoration: none; font-size: 22px; }
.inner-categories { display: inline-block; padding: 3px 10px; color: #fff; font-size: 11px; text-transform: uppercase; border-radius: 3px; margin-top: 8px; }

/* Sidebar widgets */
.sidebar .widget { margin-bottom: 30px; }
.sidebar .widget h3, .sidebar .widget-title { background: #ffd600; padding: 8px 12px; font-size: 14px; margin: 0 0 12px; text-transform: uppercase; }
.sidebar .category-posts { list-style: none; margin: 0; padding: 0; }

/* Footer */
#site-footer { background: #2c2422; color: #cfc9c6; padding: 40px 0 0; }
#site-footer a { color: #cfc9c6; }
#site-footer .widget h3 { color: #fff; font-size: 14px; text-transform: uppercase; margin-bottom: 12px; }
.copyrights { background: #3a302d; color: #cfc9c6; padding: 15px 0; text-align: center; font-size: 13px; }
.copyrights a { color: #ffd600; }

/* Icons already loaded via Font Awesome 6 CDN */

/* cookie-law-info plugin CSS didn't restore from archive (404) — its default state is
   display:none until real CSS/JS runs; without it the settings modal renders as 8000px
   of inline "Privacy Overview" text at the bottom of every page. Hide the whole widget. */
#cookie-law-info-bar, #cookie-law-info-again, .cli-modal { display: none !important; }
