.etekastk-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 20px;
	align-items: start;
}

.etekastk-sidebar .etekastk-pro-upsell {
	width: 100%;
	box-sizing: border-box;
}

.etekastk-modal[hidden] {
	display: none !important;
}

.etekastk-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
}

.etekastk-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.etekastk-modal__dialog {
	position: relative;
	max-width: 480px;
	margin: 8vh auto;
	background: #fff;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.etekastk-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	border: 0;
	background: transparent;
	font-size: 24px;
	cursor: pointer;
}

.etekastk-modal__title {
	margin: 0 0 8px;
	font-size: 20px;
}

.etekastk-modal__description {
	margin: 0 0 16px;
	color: #50575e;
}

.etekastk-field {
	margin-bottom: 12px;
}

.etekastk-field label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
}

.etekastk-field input,
.etekastk-field textarea {
	width: 100%;
	box-sizing: border-box;
}

.etekastk-quote-form__status,
.etekastk-waitlist__status {
	margin-top: 10px;
	font-size: 14px;
}

.etekastk-waitlist {
	margin-top: 16px;
	padding: 14px;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	background: #fafafa;
}

.etekastk-waitlist__field input {
	width: 100%;
}

.etekastk-waitlist__consent {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	margin: 10px 0;
}
