/*
Theme Name: PureLab UK
Template: twentytwentyfour
Description: PureLab UK interim single-page site. Child theme of Twenty Twenty-Four with PureLab brand colors, typography and a hand-built Gutenberg front page.
Author: Medico Digital
Version: 1.0.2
Text Domain: purelab-uk
*/

/* Smooth in-page scrolling to anchored sections, offset for the sticky header */
html {
	scroll-behavior: smooth;
}

:target {
	scroll-margin-top: 90px;
}

h2.wp-block-heading {
	margin-bottom: 1.5rem;
}

/* North Star glyph used as a bullet / accent mark */
.purelab-star {
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	flex: none;
}

/* Service-continuity / department checklists */
.purelab-check-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}

.purelab-check-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
}

.purelab-check-list .purelab-star {
	margin-top: 0.3em;
}

/* Placeholder contact details – visually distinct so nobody mistakes them for real numbers */
.purelab-placeholder {
	font-style: italic;
	color: var(--wp--preset--color--contrast-3);
	background: var(--wp--preset--color--base-2);
	border: 1px dashed var(--wp--preset--color--contrast-3);
	border-radius: 4px;
	padding: 0.05em 0.5em;
	white-space: nowrap;
}

/* Report / contact cards */
.purelab-card {
	border: 1px solid var(--wp--preset--color--base-2);
	border-radius: 12px;
	background: var(--wp--preset--color--base);
}

.purelab-card.has-base-2-background-color {
	border-color: color-mix(in srgb, var(--wp--preset--color--contrast) 12%, transparent);
}

/* Top utility bar */
.purelab-topbar {
	font-size: var(--wp--preset--font-size--small);
}

.purelab-topbar a {
	color: inherit;
	text-decoration: none;
}

.purelab-topbar a:hover {
	text-decoration: underline;
}

nav{
	padding-top: 16px;
}

/* Cookie banner plugin */

.cc-link{
	opacity:1!important
}