/*
Theme Name: VisaEngine
Theme URI: https://jonaki.com.bd
Author: Saiful Islam
Author URI: https://jonaki.com.bd
Description: Minimal lightweight theme for VisaEngine plugin-driven pages.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: visaengine
*/

* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.7;
	color: #0f172a;
	background: #ffffff;
}

a {
	color: #1d4ed8;
}

a:hover,
a:focus {
	color: #1e40af;
}

.ve-site-header,
.ve-site-footer {
	border-bottom: 1px solid #e2e8f0;
	background: #ffffff;
}

.ve-site-footer {
	border-top: 1px solid #e2e8f0;
	border-bottom: 0;
}

.ve-container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 16px;
}

.ve-header-inner,
.ve-footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 0;
}

.ve-site-title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
}

.ve-site-title a {
	color: inherit;
	text-decoration: none;
}

.ve-main {
	padding: 28px 0;
}

.ve-content {
	min-height: 40vh;
}

.ve-nav-placeholder {
	font-size: 0.95rem;
	color: #475569;
}

@media (max-width: 768px) {
	.ve-header-inner,
	.ve-footer-inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.ve-main {
		padding: 20px 0;
	}
}
