/*
Theme Name: Andalan Rebuild
Theme URI: https://www.andalanmutusertifikasi.com
Author: DOK AI Agent
Description: Rebuilt theme from cached website files.
Version: 1.0.0
Text Domain: andalan-rebuild
*/

body {
	margin: 0;
	font-family: Arial, sans-serif;
	background: #fff;
}

#pagewrap {
	overflow: hidden;
}

#headerwrap {
	background: #101217;
}

#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: 10px 18px;
	box-sizing: border-box;
}

#site-logo img {
	max-height: 58px;
	width: auto;
}

.andalan-header-right {
	display: flex;
	align-items: center;
	gap: 14px;
}

#main-nav {
	list-style: none;
	display: flex;
	gap: 10px;
	padding: 0;
	margin: 0;
}

#main-nav li {
	margin: 0;
}

#main-nav a {
	text-decoration: none;
	color: #df2d2f;
	font-weight: 500;
	font-size: 15px;
	display: inline-block;
	background: #22252c;
	padding: 9px 14px;
	border-radius: 4px;
	line-height: 1;
}

#main-nav .current-menu-item a,
#main-nav a:hover {
	background: #2b2f37;
}

.andalan-header-search {
	color: #fff;
	font-size: 29px;
	line-height: 1;
	text-decoration: none;
}

#layout {
	max-width: none;
	margin: 0 auto;
	padding: 0;
}

#content {
	min-height: 400px;
}

.floatwa {
	position: fixed;
	bottom: 30%;
	right: 12px;
	z-index: 9999;
}

.tombolwa {
	text-align: center;
	margin-bottom: -6px;
}

.tombolwa img {
	width: 45px;
	height: auto;
}

#footerwrap {
	margin-top: 40px;
}

#footer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 16px 36px;
}

.andalan-footer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.andalan-footer-title {
	font-weight: 700;
	margin-bottom: 12px;
}

.andalan-footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.andalan-footer-list li {
	margin-bottom: 8px;
}

.andalan-footer-list a {
	text-decoration: none;
	color: inherit;
}

.andalan-footer-bottom {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
}

@media (max-width: 900px) {
	#headerwrap {
		background: #101217;
	}

	#header {
		flex-direction: column;
		gap: 12px;
	}

	.andalan-header-right {
		width: 100%;
		justify-content: space-between;
	}

	#main-nav {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 8px;
	}

	#main-nav a {
		padding: 8px 10px;
		font-size: 13px;
	}

	.andalan-footer-grid {
		grid-template-columns: 1fr;
	}
}
