/*
Theme Name: perse.lt
Author: perse.lt
Description: Nekilnojamo turto agentūra
Version: 1.0
Text Domain: perse-lt
*/
:root {
	--site-max-width: 1200px;
	--color-accent: #205751;
	--radius-md: 12px;
}

/* -------------------------
   Base Box Model Reset
------------------------- */

html {
	box-sizing: border-box;
}

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

/* -------------------------
   Base Defaults
------------------------- */

body {
	margin: 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

button {
	cursor: pointer;
}

/* -------------------------
   Theme Wrappers
------------------------- */

#page {
	min-height: 100vh;
}

.site-content {
	width: 100%;
}

/* -------------------------
   Accessibility
------------------------- */

:focus-visible {
	outline: 2px solid var(--color-accent);
	outline-offset: 2px;
}

/* -------------------------
   Elementor / Plugin Fixes
------------------------- */

/* Keep only if needed */
.elementor-slideshow__header {
	flex-direction: row !important;
}

/* CookieYes (optional) */
.cky-btn {
	border-radius: 30px !important;
}

.cky-btn-customize {
	border-color: var(--color-accent) !important;
	color: var(--color-accent) !important;
}

.cky-btn-preferences,
.cky-btn-reject,
.cky-btn-accept {
	background: var(--color-accent) !important;
	border-color: var(--color-accent) !important;
}
