/**
 * Popup mời "Thêm vào màn hình chính" — banner trượt lên từ đáy màn hình,
 * đặt phía TRÊN mobile-bar (thanh gọi xe cố định đáy màn hình trên di động)
 * để không đè lên nhau. Không phụ thuộc ".tld-scope" vì có thể hiện trên
 * mọi trang của site, kể cả trang không dùng template Canvas. Màu sắc khớp
 * bảng màu hồng hoa anh đào hiện tại của taxiductrong.com.vn.
 */

.dlt-a2hs {
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: 82px;
	z-index: 95;
	transform: translateY(130%);
	opacity: 0;
	transition: transform 0.32s ease, opacity 0.32s ease;
	pointer-events: none;
}

.dlt-a2hs.is-visible {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}

@media (min-width: 900px) {
	.dlt-a2hs {
		left: auto;
		right: 20px;
		bottom: 20px;
		width: 360px;
	}
}

.dlt-a2hs-card {
	position: relative;
	background: #fff;
	border: 1px solid #F0DFCB;
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(46, 26, 34, 0.16);
	padding: 16px 40px 14px 14px;
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 12px;
	font-family: inherit;
}

.dlt-a2hs-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: block;
}

.dlt-a2hs-text {
	min-width: 0;
}

.dlt-a2hs-title {
	font-size: 14px;
	font-weight: 800;
	color: #2B1B14;
	line-height: 1.35;
	margin-bottom: 4px;
}

.dlt-a2hs-desc {
	font-size: 12.5px;
	color: #8A6F5C;
	line-height: 1.6;
}

.dlt-a2hs-ico-share {
	display: inline-block;
}

.dlt-a2hs-close {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 26px;
	height: 26px;
	border: none;
	background: transparent;
	color: #A38D74;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	border-radius: 50%;
}

.dlt-a2hs-close:hover {
	background: #FBF3E9;
	color: #2B1B14;
}

.dlt-a2hs-actions {
	grid-column: 1 / -1;
	display: flex;
	gap: 8px;
	margin-top: 6px;
}

.dlt-a2hs-btn {
	flex: 1;
	border: none;
	border-radius: 12px;
	padding: 10px 12px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	font-family: inherit;
}

.dlt-a2hs-later {
	background: #FBF3E9;
	color: #8A6F5C;
}

.dlt-a2hs-later:hover {
	background: #F6E7D5;
}

.dlt-a2hs-install {
	background: #C1592B;
	color: #fff;
}

.dlt-a2hs-install:hover {
	background: #7A2F14;
}

.dlt-a2hs-full {
	flex: 1 1 100%;
}

@media (min-width: 900px) {
	.dlt-a2hs {
		bottom: 20px;
	}
}
