/*
Theme Name: BlankSlate-child
Theme URI: https://opencollective.com/blankslate-child
Template: blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate-child

BlankSlate WordPress Theme 2011-2026
BlankSlate is distributed under the terms of the GNU GPL
*/

@font-face {
	font-family: 'CameraPlainVariable';
	src: url('./fonts/CameraPlainVariable.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

.telemedix-content > * + * {
	margin-top: 1.25rem;
}

.telemedix-content ul,
.telemedix-content ol {
	padding-left: 1.5rem;
}

.telemedix-content ul {
	list-style: disc;
}

.telemedix-content ol {
	list-style: decimal;
}

.telemedix-content a {
	color: hsl(var(--primary));
	text-decoration: underline;
	text-underline-offset: 4px;
}

.telemedix-content img {
	border-radius: 1rem;
}

.telemedix-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.telemedix-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding: 0 0.75rem;
	border: 1px solid hsl(var(--border));
	border-radius: calc(var(--radius) - 2px);
	background: hsl(var(--card));
	color: hsl(var(--muted-foreground));
	transition: all 0.2s ease;
}

.telemedix-pagination .page-numbers.current,
.telemedix-pagination .page-numbers:hover {
	background: hsl(var(--primary));
	border-color: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
}
.store-links a {
	color:#ffffff;
}
@media (max-width: 767px) {
	.store-links {
		margin-top: 30px;
	}
}