/*
Theme Name: perse.lt
Author: perse.lt
Description: Ships supply service, technical store, provision, nautical charts, navigational and statutory publication, bonded store.
Version: 1.7
Text Domain: perse-lt
*/
:root {
	--site-max-width: 1200px;
	--color-accent: #B89B72;
	--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%;
}

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


.elementor-field-group .elementor-field-textual:focus {
    box-shadow: none!important;
}

/* 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;
}


/* -------------------------
   CUSTOM THANK YOU PAGE
------------------------- */
.ms-thankyou-grid h3{
	font-size:28px!important;
}

.ms-thankyou-page {
	max-width: 1120px;
	margin:0px auto;
	padding: 0 24px;
	font-family: Inter, sans-serif;
	color: #17202a;
}

.ms-thankyou-card {
	background: #fff;
	border: 1px solid #e7e9ee;
	border-radius: 24px;
	padding: 48px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.06);
	margin-bottom: 32px;
}

.ms-success-icon {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #12324a;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	margin-bottom: 24px;
}



.ms-subtitle {
	max-width: 680px;
	font-size: 18px;
	line-height: 1.6;
	color: #667085;
	margin-bottom: 34px;
}

.ms-order-summary {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.ms-order-summary div,
.ms-box {
	border: 1px solid #e7e9ee;
	border-radius: 18px;
	padding: 22px;
	background: #fafafa;
}

.ms-order-summary span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #667085;
	margin-bottom: 8px;
}

.ms-order-summary strong {
	font-size: 17px;
}

.ms-thankyou-grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 32px;
	margin-bottom: 32px;
}


.ms-product-line {
	padding: 18px 0;
	border-bottom: 1px solid #e5e7eb;
}

.ms-product-line:last-child {
	border-bottom: none;
}

.ms-product-line strong {
	display: block;
	font-size: 17px;
	margin-bottom: 6px;
}

.ms-product-line span,
.ms-product-line li,
.ms-box p {
	color: #667085;
	font-size: 15px;
}

.ms-product-line ul {
	margin: 10px 0 0;
	padding-left: 18px;
}

.ms-actions {
	display: flex;
	gap: 14px;
}

.ms-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 24px;
	border-radius: 999px;
	background: #B89B72;
	color: #fff!important;
	text-decoration: none;
	font-weight: 600;
}

.ms-btn:hover {
	opacity:0.9;
}

.ms-btn-light {
	background: #b2b2b2;
	color: #12324a;
}

@media (max-width: 768px) {
	.ms-thankyou-card {
		padding: 32px 24px;
	}

	.ms-thankyou-card h1 {
		font-size: 34px;
	}

	.ms-order-summary,
	.ms-thankyou-grid {
		grid-template-columns: 1fr;
	}

	.ms-actions {
		flex-direction: column;
	}
}
