/**
 * Theme-independent shell for the restored SAKIP presentation.
 */

body.sakip-restored-site {
	margin: 0;
	background: #fff;
	color: #4f5260;
	font-family: Montserrat, Arial, sans-serif;
}

.sakip-restored-site *,
.sakip-restored-site *::before,
.sakip-restored-site *::after {
	box-sizing: border-box;
}

.sakip-restored-main {
	display: block;
	width: 100%;
	min-height: 40vh;
	overflow: hidden;
}

.sakip-restored-main > .elementor {
	width: 100%;
}

.sakip-restored-site a {
	text-underline-offset: 0.16em;
}

.sakip-shell-header {
	position: relative;
	z-index: 50;
	background: #fff;
	color: #16163f;
	box-shadow: 0 1px 0 rgba(17, 19, 47, 0.08);
}

.sakip-shell-header__contact,
.sakip-shell-header__main {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 12px 20px;
}

.sakip-shell-header__contact {
	font-size: 13px;
}

.sakip-shell-header__brand {
	color: inherit;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
}

.sakip-shell-menu {
	display: flex;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sakip-shell-footer {
	padding: 60px 20px;
	background: #16163f;
	color: #fff;
	text-align: center;
}

.sakip-shell-footer a {
	color: #b9c5e7;
}

@media (max-width: 767px) {
	.sakip-shell-header__contact,
	.sakip-shell-header__main,
	.sakip-shell-menu {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sakip-restored-site *,
	.sakip-restored-site *::before,
	.sakip-restored-site *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
