.npbc-app {
	max-width: 720px;
	margin: 0 auto;
	font-family: inherit;
}

.npbc-report {
	font-family: "Noto Sans Malayalam", "Manjari", inherit;
}

.npbc-name-line {
	font-weight: 600;
	margin-top: -8px;
}

.npbc-form {
	background: #fdf9f2;
	border: 1px solid #e6d9bf;
	border-radius: 10px;
	padding: 24px;
}

.npbc-field {
	margin-bottom: 16px;
	position: relative;
}

.npbc-field-row {
	display: flex;
	gap: 12px;
	margin-bottom: 4px;
	flex-wrap: wrap;
}

.npbc-field-row .npbc-field {
	flex: 1 1 100px;
}

.npbc-field-checkbox {
	display: flex;
	align-items: flex-end;
	padding-bottom: 8px;
}

.npbc-app label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
	font-size: 0.9em;
}

.npbc-field-checkbox label {
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 400;
}

.npbc-app select,
.npbc-app input[type="text"] {
	width: 100%;
	padding: 8px;
	border: 1px solid #cbb994;
	border-radius: 6px;
	font-size: 1em;
	box-sizing: border-box;
	margin-bottom:16px;
}

.npbc-hint {
	font-size: 0.82em;
	color: #6b6255;
	margin: -8px 0 16px;
}

.npbc-city-results {
	list-style: none;
	margin: 4px 0 0;
	padding: 0;
	border: 1px solid #cbb994;
	border-radius: 6px;
	background: #fff;
	max-height: 220px;
	overflow-y: auto;
	position: absolute;
	z-index: 20;
	width: 100%;
}

.npbc-city-item {
	padding: 8px 10px;
	cursor: pointer;
	font-size: 0.92em;
	border-bottom: 1px solid #f0ebe0;
}

.npbc-city-item:hover {
	background: #f5ecd9;
}

.npbc-city-loading,
.npbc-city-empty {
	padding: 8px 10px;
	font-size: 0.9em;
	color: #6b6255;
}

.npbc-city-selected {
	margin-top: 6px;
	font-size: 0.85em;
	color: #4a6b3a;
	font-weight: 600;
}

.npbc-submit {
	background: #8a3b12;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 12px 28px;
	font-size: 1.05em;
	font-weight: 700;
	cursor: pointer;
}

.npbc-submit:hover {
	background: #6f2e0d;
}

.npbc-status {
	margin-top: 14px;
	padding: 10px;
	background: #fff7e6;
	border-left: 4px solid #d9a441;
	font-size: 0.92em;
}

.npbc-report {
	margin-top: 32px;
}

.npbc-place-line {
	color: #6b6255;
	font-style: italic;
	margin-top: -8px;
}

.npbc-chart-wrap {
	max-width: 420px;
	margin: 20px auto;
}

.npbc-chart-svg {
	width: 100%;
	height: auto;
	background: #fffefb;
}

.npbc-chart-line {
	stroke: #8a3b12;
	stroke-width: 1.4;
}

.npbc-chart-rashi-num {
	font-size: 9px;
	fill: #b08d57;
	font-weight: 700;
}

.npbc-chart-planets {
	font-size: 11px;
	fill: #2b2118;
	font-weight: 600;
}

.npbc-chart-house-num {
	font-size: 8px;
	fill: #a9a08e;
	font-style: italic;
}

.npbc-table {
	width: 100%;
	border-collapse: collapse;
	margin: 24px 0;
	font-size: 0.92em;
}

.npbc-table th,
.npbc-table td {
	border: 1px solid #e6d9bf;
	padding: 8px 10px;
	text-align: left;
}

.npbc-table thead {
	background: #f5ecd9;
}

.npbc-section {
	margin-bottom: 20px;
}

.npbc-section h3 {
	margin-bottom: 6px;
	color: #8a3b12;
}

.npbc-section p {
	margin: 0;
	line-height: 1.55;
}

.npbc-disclaimer {
	font-size: 0.8em;
	color: #8a8070;
	border-top: 1px solid #e6d9bf;
	padding-top: 12px;
	margin-top: 20px;
}
