.edtech-breadcrumbs { padding: 10px 0; font-size: 12px; color: #565959; }
.edtech-breadcrumbs ol { list-style: none; display: flex; gap: 6px; padding: 0; margin: 0; }
.edtech-breadcrumbs li:not(:last-child)::after { content: '›'; margin-left: 6px; color: #999; }
.edtech-breadcrumbs a { color: var(--edtech-link, #007185); text-decoration: none; }

.edtech-site-footer { background: var(--edtech-navy, #131921); color: #ddd; margin-top: 50px; }
.edtech-footer-columns { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; padding: 40px 20px; }
.edtech-footer-widget h4 { color: #fff; font-size: 15px; margin-bottom: 12px; }
.edtech-footer-widget ul { list-style: none; padding: 0; margin: 0; }
.edtech-footer-widget ul li { margin-bottom: 8px; }
.edtech-footer-widget a { color: #ccc; text-decoration: none; font-size: 13px; }
.edtech-footer-widget a:hover { text-decoration: underline; }
.edtech-footer-bottom { text-align: center; padding: 16px; border-top: 1px solid #2a3648; font-size: 12px; color: #999; }
.edtech-build-info { margin-top: 6px; font-size: 11px; color: #6b7686; }

.edtech-blog-list { display: grid; gap: 20px; margin: 20px 0; }
.edtech-blog-card { background: #fff; border: 1px solid var(--edtech-border, #d5d9d9); border-radius: 4px; padding: 20px; }

.edtech-pdp-thumbs img.active { border-color: var(--edtech-orange-dark, #f3a847); }
.edtech-term-description { color: #565959; margin-bottom: 16px; }

@media (max-width: 700px) {
	.edtech-header-row { flex-wrap: wrap; }
	.edtech-search-wrap { order: 3; flex-basis: 100%; }
}
