.kot-tool {
	--kot-text: #15211f;
	--kot-muted: #5d6b68;
	--kot-line: #dfe8e5;
	--kot-soft: #f5faf8;
	color: var(--kot-text);
	font-family: inherit;
}

.kot-tool [hidden] {
	display: none !important;
}

.kot-tool .fusion-builder-row {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.kot-tool .fusion-layout-column {
	box-sizing: border-box;
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: 18px;
}

.kot-tool .fusion_builder_column_1_1 {
	width: 100%;
}

.kot-tool .fusion_builder_column_1_2 {
	width: 50%;
}

.kot-tool .fusion_builder_column_1_3 {
	width: 33.333333%;
}

.kot-tool .fusion-column-wrapper {
	height: 100%;
}

.kot-shell {
	max-width: 1040px;
	padding: 32px 16px;
}

.kot-header,
.kot-result-inner > header {
	margin-bottom: 24px;
}

.kot-kicker {
	color: var(--kot-primary);
	font-weight: 700;
	margin: 0 0 6px;
}

.kot-header h2,
.kot-result-inner h2 {
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.05;
	margin: 0 0 12px;
}

.kot-step,
.kot-result-inner section,
.kot-email-box {
	border: 1px solid var(--kot-line);
	border-radius: 8px;
	padding: 24px;
	margin: 18px 0;
	background: #fff;
}

.kot-step {
	box-sizing: border-box;
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 28px;
	row-gap: 18px;
	overflow: hidden;
}

.kot-step > * {
	box-sizing: border-box;
	min-width: 0;
}

.kot-step > .fusion_builder_column_1_1 {
	grid-column: 1 / -1;
}

.kot-step-full {
	grid-column: 1 / -1;
}

.kot-step-col {
	grid-column: span 1;
}

.kot-step-head span {
	color: var(--kot-primary);
	font-weight: 700;
}

.kot-step-head h3,
.kot-result-inner h3 {
	margin: 4px 0 18px;
	font-size: 24px;
}

.kot-child-card,
.kot-summary-card,
.kot-location-card,
.kot-total-card {
	border: 1px solid var(--kot-line);
	border-radius: 8px;
	background: var(--kot-soft);
	padding: 18px;
	margin-bottom: 16px;
}

.kot-child-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.kot-child-head h4,
.kot-summary-card h4,
.kot-location-card h4 {
	margin: 0 0 14px;
	font-size: 18px;
}

.kot-grid,
.kot-result-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.kot-field {
	display: grid;
	gap: 7px;
}

.kot-field .fusion-form-label-wrapper,
.kot-field legend,
.kot-field > label {
	font-weight: 700;
	font-size: 16px;
}

.kot-field select.fusion-form-input,
.kot-field textarea.fusion-form-input,
.kot-field input.fusion-form-input:not([type="checkbox"]):not([type="radio"]) {
	width: 100%;
}

select.fusion-form-input {
	padding: 10px;
	border: 1px solid #d6d6d6;
}

.kot-field small {
	color: #b3261e;
	min-height: 18px;
	font-weight: 500;
}

.kot-choice-row,
.kot-days {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.kot-choice-row .fusion-form-radio,
.kot-days .fusion-form-checkbox,
.kot-check {
	border: 1px solid var(--kot-line);
	border-radius: 8px;
	padding: 2px 12px;
	background: #fff;
	font-weight: 600;
}

.kot-choice-row .fusion-form-radio label,
.kot-days .fusion-form-checkbox label,
.kot-check {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	font-size: 16px;
}

.kot-rate-box {
	display: grid;
	gap: 4px;
	border-left: 4px solid var(--kot-secondary);
	background: #fff;
	padding: 14px;
	margin-top: 12px;
	border-radius: 6px;
}

.kot-actions,
.kot-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.kot-actions-next {
	justify-content: flex-end;
}

.kot-actions-split {
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.kot-primary-btn,
.kot-secondary-btn,
.kot-cta-row a {
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

.kot-primary-btn,
.kot-cta-row a {
	background-color: var(--kot-primary);
	border-color: var(--kot-primary);
}

.kot-secondary-btn {
	color: var(--kot-primary);
}

.kot-icon-btn {
	border: 0;
	background: transparent;
	font-size: 20px;
	cursor: pointer;
}

.kot-warning,
.kot-error {
	border-radius: 8px;
	background: #fff6df;
	border: 1px solid #f1d18a;
	padding: 14px;
	margin: 14px 0;
}

.kot-total-card {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	background: #eef8f5;
}

.kot-total-card div {
	display: grid;
	gap: 6px;
}

.kot-total-card strong {
	font-size: 24px;
}

.kot-total-card .kot-net strong {
	color: var(--kot-primary);
	font-size: 32px;
}

.kot-summary-card dl {
	margin: 0;
}

.kot-summary-card dl div {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 8px 0;
	border-bottom: 1px solid var(--kot-line);
}

.kot-summary-card dt {
	color: var(--kot-muted);
}

.kot-summary-card dd {
	margin: 0;
	font-weight: 700;
	text-align: right;
}

.kot-location-card {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 18px;
}

.kot-location-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
}

.kot-loading {
	padding: 18px;
	border-radius: 8px;
	background: var(--kot-soft);
	font-weight: 700;
}

@media (max-width: 760px) {
	.kot-grid,
	.kot-result-grid,
	.kot-total-card,
	.kot-location-card {
		grid-template-columns: 1fr;
	}

	.kot-tool .fusion-builder-row {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.kot-tool .fusion-layout-column,
	.kot-tool .fusion_builder_column_1_2,
	.kot-tool .fusion_builder_column_1_3 {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.kot-step,
	.kot-result-inner section,
	.kot-email-box {
		padding: 18px;
	}

	.kot-step {
		grid-template-columns: 1fr;
		column-gap: 0;
	}

	.kot-step-col {
		grid-column: 1 / -1;
	}

	.kot-actions-split {
		align-items: stretch;
		flex-direction: column;
	}
}


.kot-children .fusion-layout-column .fusion-column-wrapper {
	margin-left: 10px;
	margin-right: 10px;
}

.fusion-button-close {
	background-image: url(../img/icon-close.svg);
    text-indent: -9999px;
    background-size: 20px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}