.lala-voucher-section {
	margin: 24px 0;
}

.lala-voucher-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.lala-voucher-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
	font-weight: 700;
	color: #ee4d2d;
}

.lala-voucher-title-icon {
	font-size: 20px;
}

.lala-voucher-viewall {
	white-space: nowrap;
}

.lala-voucher-collapse-wrap {
	text-align: center;
	margin-top: 12px;
}

.lala-voucher-hidden {
	display: none !important;
}

/* Grid: desktop mac dinh 3 the/hang (the voucher NGANG/rong hon the san pham
   cua Flash Sale nen it cot hon) - phai khop DESKTOP_ITEMS_PER_ROW o PHP va
   hang so trong vouchers.js. Tablet/mobile ghi de o media query ben duoi. */
.lala-voucher-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

@media (max-width: 1023px) {
	.lala-voucher-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.lala-voucher-carousel {
	position: relative;
}

/* Base: an mac dinh, chi bat hien o mobile qua media query ben duoi - phai dat
   TRUOC @media (max-width: 599px), dung y het thu tu da rut kinh nghiem o
   flashsale.css (dat SAU se bi rule khong-dieu-kien nay de len tren). */
.lala-voucher-arrow {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: #ee4d2d;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.lala-voucher-arrow-prev {
	left: 2px;
}

.lala-voucher-arrow-next {
	right: 2px;
}

/* Mobile: khong dung nut "Xem tat ca" - hien 1 hang duy nhat, cuon ngang de
   xem het voucher con lai. */
@media (max-width: 599px) {
	.lala-voucher-grid {
		display: grid;
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: 84%;
		grid-template-rows: 1fr;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 4px;
	}

	.lala-voucher-card {
		scroll-snap-align: start;
	}

	.lala-voucher-card.lala-voucher-hidden {
		display: flex !important;
	}

	.lala-voucher-viewall,
	.lala-voucher-collapse-wrap {
		display: none !important;
	}

	.lala-voucher-grid {
		scrollbar-width: none;
	}

	.lala-voucher-grid::-webkit-scrollbar {
		display: none;
	}

	.lala-voucher-arrow {
		display: flex;
	}
}

/* The voucher: nen cam giong gradient banner "Dang ky nhan Cam nang" da co san
   trong account.php - giu nhat quan mau thuong hieu. */
.lala-voucher-card {
	display: flex;
	align-items: stretch;
	border-radius: 12px;
	background: linear-gradient(135deg, #ffa834 0%, #ff8a00 100%);
	color: #fff;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(255, 138, 0, 0.3);
}

.lala-voucher-card-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	padding: 14px 12px;
	min-width: 84px;
}

.lala-voucher-card-label {
	font-size: 13px;
	font-weight: 600;
	opacity: 0.95;
}

.lala-voucher-card-value {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.1;
	white-space: nowrap;
}

.lala-voucher-card-divider {
	width: 0;
	border-left: 1px dashed rgba(255, 255, 255, 0.6);
	margin: 12px 0;
}

.lala-voucher-card-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	padding: 12px 14px;
	min-width: 0;
}

.lala-voucher-card-condition {
	font-size: 14px;
	font-weight: 700;
}

.lala-voucher-card-expiry {
	font-size: 12px;
	opacity: 0.9;
}

.lala-voucher-apply-btn {
	align-self: flex-start;
	margin-top: 6px;
	padding: 6px 18px;
	border: none;
	border-radius: 999px;
	background: #fff;
	color: #222;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
}

.lala-voucher-apply-btn:hover {
	background: #f2f2f2;
}
