.elementor-3212 .elementor-element.elementor-element-27ff0bc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b45c2bc */.tc-widget {
	--tc-navy: #12203f;
	--tc-navy-dark: #0b1730;
	--tc-gold: #c9971c;
	--tc-gold-dark: #b5860f;
	--tc-border: #e6e7eb;
	--tc-muted: #6b7280;
	--tc-green: #1f8a4c;

	max-width: 380px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid var(--tc-border);
	border-radius: 16px;
	padding: 22px;
	box-shadow: 0 8px 24px rgba(18, 32, 63, 0.06);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	box-sizing: border-box;
}
.tc-widget * {
	box-sizing: border-box;
}

.tc-tabs {
	display: flex;
	background: #f4f4f5;
	border-radius: 10px;
	padding: 4px;
	margin-bottom: 18px;
}
.tc-tab {
	flex: 1;
	border: none;
	background: transparent;
	padding: 10px 12px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 13px;
	cursor: default;
	color: var(--tc-muted);
	transition: background 0.15s ease, color 0.15s ease;
}
.tc-tab.tc-tab-active {
	background: var(--tc-navy);
	color: #fff;
}
.tc-tab.tc-tab-inactive {
	opacity: 0.45;
}

.tc-field {
	margin-bottom: 16px;
}
.tc-field-label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #111827;
	margin-bottom: 6px;
}
.tc-input {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid var(--tc-border);
	border-radius: 8px;
	font-size: 14px;
	color: #111827;
	background: #fff;
}
.tc-input:focus {
	outline: none;
	border-color: var(--tc-navy);
}

.tc-counters {
	border-top: 1px solid var(--tc-border);
	padding-top: 12px;
	margin-bottom: 8px;
}
.tc-counter-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}
.tc-counter-title {
	font-weight: 700;
	font-size: 14px;
	color: #111827;
}
.tc-counter-sub {
	font-size: 12px;
	color: var(--tc-muted);
}
.tc-counter {
	display: flex;
	align-items: center;
	gap: 12px;
}
.tc-counter-btn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid var(--tc-border);
	background: #fff;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	color: #111827;
}
.tc-counter-btn:hover {
	background: #f4f4f5;
}
.tc-counter-value {
	min-width: 16px;
	text-align: center;
	font-weight: 600;
}

.tc-total-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border-top: 1px solid var(--tc-border);
	padding-top: 14px;
	margin-bottom: 16px;
	color: var(--tc-muted);
	font-size: 13px;
}
.tc-total-value {
	color: #111827;
	font-size: 20px;
}

.tc-btn-primary {
	width: 100%;
	border: none;
	background: linear-gradient(180deg, #d8ab35, var(--tc-gold-dark));
	color: #1a1300;
	font-weight: 700;
	font-size: 15px;
	padding: 14px 16px;
	border-radius: 10px;
	cursor: pointer;
}
.tc-btn-primary:hover {
	filter: brightness(1.03);
}
.tc-btn-primary:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.tc-back {
	background: none;
	border: none;
	color: var(--tc-muted);
	font-size: 13px;
	padding: 0;
	margin-bottom: 14px;
	cursor: pointer;
}

.tc-summary {
	background: #f8f8fa;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 13px;
	color: #374151;
	margin-bottom: 18px;
	line-height: 1.6;
}
.tc-summary strong {
	color: #111827;
}

.tc-radio-row {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 0;
	font-size: 14px;
	color: #111827;
}
.tc-radio-disabled {
	opacity: 0.5;
}
.tc-badge {
	background: #f0e6c8;
	color: #7a5b00;
	font-size: 10px;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 10px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.tc-error {
	color: #b42318;
	font-size: 13px;
	margin: 10px 0 0;
}

.tc-step-success {
	text-align: center;
	padding: 16px 6px;
}
.tc-success-icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #e7f6ec;
	color: var(--tc-green);
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 14px;
}
.tc-success-title {
	margin: 0 0 6px;
	color: #111827;
}
.tc-success-body {
	color: var(--tc-muted);
	font-size: 14px;
	margin: 0;
}

.tc-hp-wrap {
	position: absolute;
	left: -9999px;
	top: -9999px;
	height: 0;
	overflow: hidden;
}

.tc-admin-notice {
	border: 1px dashed #c9971c;
	background: #fdf8ec;
	color: #7a5b00;
	padding: 12px 14px;
	border-radius: 8px;
	font-size: 13px;
	max-width: 380px;
	margin: 0 auto;
}

@media (max-width: 420px) {
	.tc-widget {
		max-width: 100%;
		border-radius: 12px;
		padding: 18px;
	}
}/* End custom CSS */