/*
Theme Name: Castle Theme
Theme URI: https://thecastleapp.in
Author: The Castle App
Description: Custom theme for The Castle App, built on the same nav/hero/footer
  chrome and CSS/JS framework as trustedhealthjournal.site's lp1 landing-page
  template, restyled for a free web-tools homepage.
Version: 1.0
*/

.castle-tool-card:hover {
	box-shadow: 0 8px 24px rgba(0,0,0,.08);
	transform: translateY(-3px);
}
.castle-tool-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 28px;
	margin-top: 1.5rem;
}
.castle-tool-page textarea,
.castle-tool-page input[type="text"],
.castle-tool-page input[type="number"],
.castle-tool-page select {
	width: 100%;
	padding: .6rem .75rem;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: .95rem;
	font-family: inherit;
}
.castle-tool-page label {
	font-weight: 600;
	font-size: .9rem;
	color: #2e2e54;
	display: block;
	margin-bottom: .3rem;
}
.castle-tool-page .field {
	margin-bottom: 1.1rem;
}
.castle-result-box {
	background: #f7f9f8;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 1rem;
	font-family: monospace;
	white-space: pre-wrap;
	word-break: break-all;
	min-height: 2.5rem;
}
.castle-page-title {
	font-size: 2.75rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}
.mbr-text h2 {
	color: #2e2e54;
	font-size: 1.6rem !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	margin-top: 2.25rem;
	margin-bottom: .75rem;
}
.mbr-text h2:first-child {
	margin-top: 0;
}
.mbr-text h3 {
	color: #2e2e54;
	font-size: 1.2rem !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	margin-top: 1.5rem;
	margin-bottom: .5rem;
}
.mbr-text p {
	margin-bottom: 1rem;
	line-height: 1.7;
	font-size: 1rem;
}
@media (max-width: 600px) {
	.castle-page-title {
		font-size: 2rem !important;
	}
}
