/*
Theme Name: Hello Elementor Child
Theme URI: https://pencaksilattamilnadu.com/
Description: Child theme for Tamil Nadu Pencak Silat Association custom membership and event workflows.
Author: Tamil Nadu Pencak Silat Association
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

.tnpsa-dashboard {
	width: 100%;
	margin: 0 0 28px;
	background: #bccfe6;
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 10px 24px rgba(13, 20, 39, 0.12);
}

.tnpsa-dashboard .tnpsa-nav,
.tnpsa-dashboard nav {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 14px;
	overflow-x: auto;
}

.tnpsa-dashboard .tnpsa-nav a,
.tnpsa-dashboard nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 10px 14px;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #1f2937 !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.tnpsa-dashboard .tnpsa-nav a:hover,
.tnpsa-dashboard .tnpsa-nav a.active,
.tnpsa-dashboard nav a:hover,
.tnpsa-dashboard nav a.active {
	background: #ff9f1c !important;
	color: #fff !important;
	border-color: #ff9f1c !important;
	box-shadow: 0 8px 18px rgba(255, 159, 28, 0.22);
}
