.tdl-lead {
	direction: rtl;
	text-align: right;
	font-family: inherit;
	max-width: 360px;
	margin: 0 auto;
	padding: 8px 4px;
	box-sizing: border-box;
}

.tdl-lead__title {
	margin: 0 0 6px;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.4;
}

.tdl-lead__subtitle {
	margin: 0 0 14px;
	font-size: 0.9rem;
	line-height: 1.5;
	opacity: 0.85;
}

.tdl-lead__label {
	display: block;
	margin-bottom: 6px;
	font-size: 0.85rem;
}

.tdl-lead__input {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #cfcfcf;
	border-radius: 8px;
	font-size: 1rem;
	direction: ltr;
	text-align: left;
	margin-bottom: 10px;
}

.tdl-lead__input:focus {
	outline: 2px solid #c9a227;
	outline-offset: 1px;
	border-color: #c9a227;
}

.tdl-lead__btn {
	width: 100%;
	padding: 11px 14px;
	border: 0;
	border-radius: 8px;
	background: #1a1a1a;
	color: #fff;
	font-size: 0.95rem;
	cursor: pointer;
}

.tdl-lead__btn:disabled {
	opacity: 0.6;
	cursor: wait;
}

.tdl-lead__msg {
	margin: 10px 0 0;
	font-size: 0.88rem;
	line-height: 1.45;
}

.tdl-lead__msg.is-ok {
	color: #1b7a3d;
}

.tdl-lead__msg.is-err {
	color: #b42318;
}

.tdl-lead__hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}
