/*
 * Skolth Panel - your own design tweaks
 * Anything here overrides Tabler's default look.
 * Never edit tabler.min.css directly; change things here instead.
 */

/* Brand name in the sidebar */
.skolth-brand {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #ffffff;
	text-decoration: none;
}

/* Section headings in the sidebar (e.g. "Admin") */
.skolth-nav-heading {
	padding: 1.25rem 1rem 0.35rem;
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.55;
}

/* Service and tool cards: keep buttons at the bottom */
.skolth-card-footer {
	margin-top: auto;
}

/*
 * To change the main button/link color, remove the comment marks
 * around the next block and pick your brand color.
 */
/*
:root {
	--tblr-primary: #206bc4;
}
*/
