/*
Theme Name: KAMP Blank
Theme URI: https://kamp.com.pl
Author: KAMP
Author URI: https://kamp.com.pl
Description: Minimalny nośnik WordPress dla KAMP Agent (host blank). Chrome i treść ofert renderuje wtyczka - ten motyw nie dodaje własnego header/footer.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: odi-blank
Tags: custom-background, one-column, accessibility-ready
*/

/**
 * B43: tokeny zgodne z KAMP Agent (front-chrome) - bez TT5 / Times / rozjazdu gutter.
 */
:root {
	--odi-site-max: 1400px;
	--odi-content-max: 1300px;
	--odi-content-gutter: 1rem;
	--odi-font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--odi-brand-red: #d3212b;
	--odi-brand-dark: #2b2f33;
	--odi-brand-slate: #555d61;
	--odi-brand-gray: #e5e8eb;
	--odi-brand-soft-bg: #f8f9fa;
}

html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	overflow-x: clip;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	font-family: var(--odi-font-sans);
	color: var(--odi-brand-dark);
	background: var(--odi-brand-soft-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.odi-theme-blank,
body.odi-theme-blank-host {
	font-family: var(--odi-font-sans);
}

img,
video {
	max-width: 100%;
	height: auto;
}

/* Fallback surface (attachment / author) - te same limity co host main. */
.odi-blank-fallback {
	--odi-content-gutter: 1rem;
	width: 100%;
	max-width: min(100%, var(--odi-content-max));
	margin: 2rem auto;
	padding-inline: max(var(--odi-content-gutter), env(safe-area-inset-left, 0px))
		max(var(--odi-content-gutter), env(safe-area-inset-right, 0px));
	font-family: var(--odi-font-sans);
	line-height: 1.5;
	color: var(--odi-brand-dark);
}

.odi-blank-fallback a {
	color: var(--odi-brand-red);
}

.odi-blank-author-list {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0;
}

.odi-blank-author-list li {
	margin: 0 0 0.75rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid var(--odi-brand-gray);
}

.odi-blank-author-date {
	display: block;
	font-size: 0.85rem;
	color: var(--odi-brand-slate);
	margin-top: 0.2rem;
}

.odi-blank-attachment-img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}
