.smpp-price-page {
	font-family: Inter, system-ui, sans-serif;
	color: #212529;
}

.smpp-container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 24px 20px 60px;
}

.smpp-breadcrumb {
	font-size: 14px;
	color: #6b7280;
	margin-bottom: 12px;
}

.smpp-breadcrumb a {
	color: #2e77e5;
	text-decoration: none;
}

.smpp-title {
	color: #004991;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 12px;
}

.smpp-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 25px;
	font-size: 14px;
	color: #525252;
	margin-bottom: 24px;
}

.smpp-meta-item {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
}

.smpp-meta-item + .smpp-meta-item::before {
	content: "";
	position: absolute;
	left: -13px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 15px;
	background: #004991;
}

.smpp-meta-item i {
	color: #212529;
	font-size: 14px;
}

.smpp-layout {
	display: grid;
	grid-template-columns: 3fr 1fr;
	gap: 40px;
	align-items: start;
}

.smpp-main {
	min-width: 0;
}

.smpp-sidebar {
	min-width: 0;
}

.smpp-widget {
	margin-bottom: 24px;
}

.smpp-widget-title {
	color: #004991;
	font-size: 16px;
	margin-bottom: 12px;
}

.smpp-sidebar-chat,
.smpp-sidebar-connect {
	margin-bottom: 32px;
}

.smpp-sidebar-chat h4,
.smpp-sidebar-connect h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 35px;
	color: #004991;
	margin: 0 0 16px;
}

.smpp-connect-label {
	font-size: 14px;
	font-weight: 600;
	color: #6297e9;
	margin: 0;
}

.smpp-connect-divider {
	display: block;
	width: 80px;
	height: 1px;
	background: #c4c4c4;
	margin: 12px 0 20px;
}

.smpp-social-icons {
	display: flex;
	gap: 15px;
}

.smpp-social-icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: #70a5da;
	font-size: 22px;
	transition: color 0.2s ease;
}

.smpp-social-icons a:hover {
	color: #004991;
}

@media (max-width: 900px) {
	.smpp-layout {
		grid-template-columns: 1fr;
	}
}

.smpp-price-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 8px;
	font-size: 14px;
}

.smpp-price-table th {
	background: #0d2b52;
	color: #fff;
	text-align: left;
	padding: 10px 12px;
	font-weight: 600;
}

.smpp-price-table td {
	padding: 10px 12px;
	border-bottom: 1px solid #e5e7eb;
}

.smpp-price-table tbody tr:nth-child(even) {
	background: #f5f8fc;
}

.smpp-price-table tr.smpp-subject-row {
	font-weight: 700;
	background: #dbe9fb !important;
}

.smpp-price-table tr.smpp-subject-row td:first-child {
	border-left: 4px solid #2e77e5;
}

.smpp-cost-per-day {
	font-weight: 400;
	font-size: 12px;
	color: #6b7280;
}

.smpp-unavailable {
	font-style: italic;
	color: #9ca3af;
	font-size: 13px;
}

.smpp-footnote {
	font-size: 13px;
	color: #6b7280;
	margin-bottom: 40px;
}

.smpp-charts {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 32px;
}

@media (max-width: 700px) {
	.smpp-price-table {
		font-size: 12px;
	}
}

.smpp-chart-block h2 {
	color: #004991;
	font-size: 18px;
	margin-bottom: 12px;
}

.smpp-chart-block {
	background: #f5f8fc;
	border-radius: 8px;
	padding: 16px;
	position: relative;
}

.smpp-price-table tr.smpp-average-row {
	font-weight: 700;
	font-style: italic;
	background: #eef2f7 !important;
	border-top: 2px solid #0d2b52;
}

.smpp-feature-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 20px;
}

.smpp-narrative,
.smpp-family-block {
	margin-top: 32px;
	line-height: 1.7;
}

.smpp-family-block h2 {
	color: #004991;
	font-size: 22px;
	margin-bottom: 12px;
}

.smpp-buy-online {
	background: #eef4ff;
	border: 1px solid #bcd3fb;
	border-radius: 8px;
	padding: 16px 20px;
}

.smpp-page-content {
	margin-top: 20px;
	line-height: 1.7;
}

.smpp-cta {
	margin-top: 32px;
	line-height: 1.7;
}

.smpp-author-bio {
	display: flex;
	gap: 16px;
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid #e5e7eb;
}

.smpp-author-bio img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 50%;
	flex-shrink: 0;
}

.smpp-author-bio-body h2 {
	color: #004991;
	font-size: 18px;
	margin-bottom: 6px;
}

.smpp-author-bio-body p {
	color: #4b5563;
	line-height: 1.6;
	margin: 0;
}
