/* 靓号商城短代码 —— 对齐参考站（暖色头部 + 搜索条 + 分类 Tab + 卡片网格） */

:root {
	--bp-orange-1: #ff8c42;
	--bp-orange-2: #ff5a2d;
	--bp-ink: #111827;
	--bp-muted: #6b7280;
	--bp-line: #f0e7e3;
	--bp-card: #ffffff;
	--bp-shadow: 0 18px 55px rgba(31, 45, 61, 0.10);
}

/* 子比主题全局样式很强：这里用更高优先级兜底，避免 `.is-active` / `.form-control` / 默认 button 把我们的 UI 打回原形 */
.baiyc-pretty-store button {
	-webkit-appearance: none !important;
	appearance: none !important;
	font-family: inherit !important;
}

/* 让头部氛围不被主题卡片边框“框死” */
.baiyc-pretty-store.zib-widget {
	overflow: hidden;
	border: 1px solid rgba(255, 140, 66, 0.18);
	box-shadow: var(--bp-shadow);
	background: #fff;
}

.baiyc-pretty-store__hero {
	position: relative;
	margin: -6px -6px 14px;
	padding: 22px 16px 18px;
	border-radius: 16px;
	background:
		radial-gradient(900px 260px at 12% 0%, rgba(255, 170, 120, 0.55), rgba(255, 255, 255, 0) 60%),
		radial-gradient(700px 240px at 88% 10%, rgba(255, 120, 160, 0.22), rgba(255, 255, 255, 0) 55%),
		linear-gradient(180deg, #fff6f1 0%, #ffffff 72%);
	border: 1px solid rgba(255, 180, 140, 0.22);
}

.baiyc-pretty-store__hero::before,
.baiyc-pretty-store__hero::after {
	content: "";
	position: absolute;
	inset: -20px -30px auto auto;
	width: 160px;
	height: 160px;
	background: radial-gradient(circle at 30% 30%, rgba(255, 140, 90, 0.22), rgba(255, 255, 255, 0) 62%);
	pointer-events: none;
	transform: rotate(12deg);
}

.baiyc-pretty-store__hero::after {
	inset: auto auto -40px -40px;
	width: 200px;
	height: 200px;
	background: radial-gradient(circle at 40% 40%, rgba(255, 120, 200, 0.12), rgba(255, 255, 255, 0) 60%);
	transform: rotate(-8deg);
}

.baiyc-pretty-store__title {
	position: relative;
	z-index: 1;
	margin: 0;
	text-align: center;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.1;
	color: #ff3b30; /* fallback */
	background: linear-gradient(90deg, #ff2d55, #ff6a00);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", SimHei, sans-serif;
}

.baiyc-pretty-store__subtitle {
	position: relative;
	z-index: 1;
	margin: 10px 0 0;
	text-align: center;
	color: var(--bp-muted);
	font-size: 14px;
}

.baiyc-pretty-store__toolbar {
	margin: 0 0 12px;
}

.baiyc-pretty-store__search {
	width: 100%;
	max-width: 100%;
}

.baiyc-pretty-store__catsrow {
	margin: 0 0 18px;
}

.baiyc-pretty-store__cats {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px 12px;
	justify-items: stretch;
	align-items: stretch;
}

@media (max-width: 1100px) {
	.baiyc-pretty-store__cats {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.baiyc-pretty-store__cats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.baiyc-pretty-store__searchbar {
	display: grid !important;
	grid-template-columns: 22px minmax(0, 1fr) auto !important;
	align-items: center !important;
	column-gap: 10px !important;
	row-gap: 0 !important;
	padding: 8px 8px 8px 12px !important;
	border-radius: 999px !important;
	background: #fff !important;
	border: 1px solid rgba(255, 140, 90, 0.22) !important;
	box-shadow: 0 10px 30px rgba(255, 120, 80, 0.08) !important;
}

.baiyc-pretty-store__search-ico {
	color: rgba(255, 90, 40, 0.75);
	width: 22px;
	text-align: center;
}

.baiyc-pretty-store__search-input {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
	padding: 8px 6px !important;
	font-size: 14px !important;
	height: auto !important;
	line-height: 1.35 !important;
}

.baiyc-pretty-store__search-btn {
	border: none !important;
	cursor: pointer !important;
	border-radius: 999px !important;
	padding: 10px 16px !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	color: #fff !important;
	background: linear-gradient(90deg, var(--bp-orange-1), var(--bp-orange-2)) !important;
	box-shadow: 0 12px 26px rgba(255, 90, 45, 0.22) !important;
	white-space: nowrap !important;
	line-height: 1 !important;
}

.baiyc-pretty-store__search-btn:hover {
	filter: brightness(1.03) !important;
}

.baiyc-pretty-store__cats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
}

.baiyc-pretty-store__cat {
	border: 1px solid rgba(255, 150, 110, 0.35) !important;
	background: linear-gradient(180deg, #ffffff 0%, #fffaf7 100%) !important;
	color: #374151 !important;
	border-radius: 999px !important;
	padding: 10px 12px !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	cursor: pointer !important;
	text-align: center !important;
	min-width: 0 !important;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.9) inset,
		0 6px 18px rgba(255, 120, 80, 0.08) !important;
	transition: transform 0.12s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.baiyc-pretty-store__cat:hover {
	border-color: rgba(255, 120, 80, 0.55) !important;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.95) inset,
		0 12px 28px rgba(255, 120, 80, 0.14) !important;
	transform: translateY(-1px);
}

.baiyc-pretty-store__cat.is-bp-on {
	border-color: transparent !important;
	color: #fff !important;
	background: linear-gradient(90deg, var(--bp-orange-1), var(--bp-orange-2)) !important;
	box-shadow: 0 14px 30px rgba(255, 90, 45, 0.22) !important;
}

.baiyc-pretty-store__cat.is-muted:not(.is-bp-on) {
	opacity: 0.55;
}

.baiyc-pretty-store__cat-count {
	font-weight: 900;
	opacity: 0.92;
	margin-left: 2px;
}

.baiyc-pretty-store__gridwrap {
	position: relative;
}

.baiyc-pretty-store__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 14px;
}

.baiyc-pretty-store__card {
	position: relative;
	border-radius: 16px;
	padding: 14px 14px 12px;
	border: 1px solid rgba(17, 24, 39, 0.06);
	background: var(--bp-card);
	box-shadow: 0 14px 40px rgba(31, 45, 61, 0.08);
	transition: transform 0.14s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.baiyc-pretty-store__card:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 120, 80, 0.22);
	box-shadow: 0 18px 55px rgba(31, 45, 61, 0.12);
}

.baiyc-pretty-store__card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.baiyc-pretty-store__card-tier {
	position: relative;
	font-size: 11px !important;
	font-weight: 950 !important;
	letter-spacing: 0.06em !important;
	color: #7c2d12 !important;
	background: linear-gradient(135deg, #fff4e6 0%, #ffe8cc 45%, #ffd6a8 100%) !important;
	border: 1px solid rgba(234, 88, 12, 0.28) !important;
	padding: 5px 12px 5px 11px !important;
	border-radius: 999px !important;
	white-space: nowrap !important;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.75) inset,
		0 6px 14px rgba(234, 88, 12, 0.12) !important;
	text-transform: none !important;
}

.baiyc-pretty-store__card-tier[data-tier='heijin'],
.baiyc-pretty-store__card-tier[data-tier='heijinlianghao'] {
	color: #1e1b4b !important;
	background: linear-gradient(135deg, #f5f3ff 0%, #e9e3ff 50%, #ddd6fe 100%) !important;
	border-color: rgba(109, 40, 217, 0.35) !important;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.8) inset,
		0 6px 16px rgba(109, 40, 217, 0.14) !important;
}

.baiyc-pretty-store__card-tier[data-tier='bojin'],
.baiyc-pretty-store__card-tier[data-tier='bojinlianghao'] {
	color: #0c4a6e !important;
	background: linear-gradient(135deg, #ecfeff 0%, #cffafe 50%, #a5f3fc 100%) !important;
	border-color: rgba(14, 165, 233, 0.35) !important;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.85) inset,
		0 6px 16px rgba(14, 165, 233, 0.12) !important;
}

.baiyc-pretty-store__card-tier[data-tier='zuanshi'] {
	color: #14532d !important;
	background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 50%, #bbf7d0 100%) !important;
	border-color: rgba(22, 163, 74, 0.35) !important;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.85) inset,
		0 6px 16px rgba(22, 163, 74, 0.12) !important;
}

.baiyc-pretty-store__card-pm {
	font-size: 12px !important;
	font-weight: 900 !important;
	color: #15803d !important;
	background: rgba(34, 197, 94, 0.12) !important;
	border: 1px solid rgba(34, 197, 94, 0.22) !important;
	padding: 4px 10px !important;
	border-radius: 999px !important;
	white-space: nowrap !important;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 58%;
}

.baiyc-pretty-store__card-code {
	text-align: center;
	font-size: 34px;
	font-weight: 950;
	letter-spacing: 0.08em;
	line-height: 1.05;
	margin: 6px 0 10px;
	font-variant-numeric: tabular-nums;
	color: #ff3b30;
	background: linear-gradient(90deg, #ff2d55, #ff6a00);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.baiyc-pretty-store__card-code--pair {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 2px !important;
	font-size: 26px !important;
	line-height: 1.2 !important;
	-webkit-text-fill-color: unset !important;
	color: transparent !important;
	background: none !important;
	width: 100%;
	box-sizing: border-box;
	padding-left: 4px;
	padding-right: 4px;
}

.baiyc-pretty-store__card-code--pair .baiyc-pretty-store__pair-num {
	flex: 0 0 auto;
	width: 100%;
	min-width: 0;
	font-weight: 950;
	letter-spacing: 0.05em;
	font-variant-numeric: tabular-nums;
	text-align: center;
	background: linear-gradient(90deg, #ff2d55, #ff6a00);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* 上下两排时不再显示中间「·」 */
.baiyc-pretty-store__card-code--pair .baiyc-pretty-store__pair-sep {
	display: none !important;
}

.baiyc-pretty-store__card.is-pair-card {
	border-color: rgba(244, 63, 94, 0.14);
	box-shadow: 0 14px 44px rgba(244, 63, 94, 0.07), 0 14px 40px rgba(31, 45, 61, 0.06);
}

.baiyc-pretty-store__card-meter {
	height: 8px;
	border-radius: 999px;
	background: #f3f4f6;
	overflow: hidden;
	margin: 0 2px 12px;
}

.baiyc-pretty-store__card-meter-fill {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, #7c3aed, #2563eb);
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.18);
}

.baiyc-pretty-store__card-foot {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
}

.baiyc-pretty-store__card-price-label {
	font-size: 12px;
	color: #9ca3af;
	font-weight: 800;
}

.baiyc-pretty-store__card-price-val {
	font-size: 18px;
	font-weight: 950;
	color: #ff6a00;
	margin-top: 2px;
}

.baiyc-pretty-store__buy {
	border: none !important;
	cursor: pointer !important;
	border-radius: 999px !important;
	padding: 10px 14px !important;
	font-size: 13px !important;
	font-weight: 950 !important;
	color: #fff !important;
	background: linear-gradient(90deg, var(--bp-orange-1), var(--bp-orange-2)) !important;
	box-shadow: 0 14px 28px rgba(255, 90, 45, 0.22) !important;
	white-space: nowrap !important;
	line-height: 1 !important;
}

.baiyc-pretty-store__buy:hover {
	filter: brightness(1.03) !important;
}

.baiyc-pretty-store__buy.is-disabled,
.baiyc-pretty-store__buy:disabled {
	opacity: 0.45;
	cursor: not-allowed;
	filter: none;
	box-shadow: none;
}

.baiyc-pretty-store__card-push,
.baiyc-pretty-store__card-vip {
	text-align: center;
	margin-top: 10px;
}

/* 支付方式：隐藏但保留给弹窗/下单逻辑读取 */
.baiyc-pretty-store__card-pmwrap {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.baiyc-pretty-store__select {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-height: 38px;
	padding: 6px 28px 6px 10px;
	font-size: 14px;
	line-height: 1.45;
	color: #333;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 10px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.baiyc-pretty-store__select:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	background-color: #f5f5f5;
}

.baiyc-pretty-store-note {
	border-radius: 12px;
}

.baiyc-pretty-store__empty {
	border: 1px solid rgba(255, 140, 90, 0.18);
	border-radius: 16px;
	background: linear-gradient(180deg, #fffaf7 0%, #fafafa 100%);
	padding: 28px 20px 24px !important;
}

.baiyc-pretty-store__empty > p {
	margin: 0 0 16px;
	font-size: 15px;
	font-weight: 700;
	color: #6b7280;
}

.baiyc-pretty-store__clear {
	border: 2px solid rgba(255, 120, 80, 0.45) !important;
	background: #fff !important;
	color: #ea580c !important;
	border-radius: 999px !important;
	padding: 10px 22px !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	cursor: pointer !important;
	line-height: 1 !important;
	box-shadow: 0 8px 22px rgba(255, 120, 80, 0.12) !important;
	transition: transform 0.12s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease !important;
}

.baiyc-pretty-store__clear:hover {
	border-color: rgba(255, 90, 45, 0.65) !important;
	background: linear-gradient(180deg, #fff7f0, #fff) !important;
	box-shadow: 0 12px 28px rgba(255, 90, 45, 0.16) !important;
	transform: translateY(-1px);
}

.baiyc-pretty-store__clear:active {
	transform: translateY(0);
}

/* 弹窗：对齐参考站（号码预览卡 + 支付方式卡片 + 金额 + 圆角按钮） */
.baiyc-pretty-store__modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.baiyc-pretty-store__modal.is-open {
	display: flex;
}

.baiyc-pretty-store__modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 39, 0.5);
	backdrop-filter: blur(2px);
}

.baiyc-pretty-store__modal-panel {
	position: relative;
	width: min(420px, 100%);
	background: #fafafa;
	border-radius: 22px;
	box-shadow: 0 28px 90px rgba(31, 45, 61, 0.28);
	padding: 22px 20px 18px;
	border: 1px solid rgba(255, 255, 255, 0.9);
}

.baiyc-pretty-store__modal-x {
	position: absolute;
	right: 12px;
	top: 12px;
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 999px;
	background: #f3f4f6;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	color: #4b5563;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s ease, color 0.15s ease;
}

.baiyc-pretty-store__modal-x:hover {
	background: #e5e7eb;
	color: #111827;
}

.baiyc-pretty-store__modal-title {
	margin: 0 0 16px;
	padding-right: 36px;
	font-size: 18px;
	font-weight: 900;
	color: #1f2937;
	text-align: left;
	letter-spacing: 0.02em;
}

.baiyc-pretty-store__modal-preview {
	background: linear-gradient(180deg, #fffbf7 0%, #fff8f2 100%);
	border: 1px solid rgba(255, 160, 120, 0.35);
	border-radius: 16px;
	padding: 16px 14px 14px;
	margin-bottom: 16px;
	box-shadow: 0 8px 24px rgba(255, 120, 80, 0.08);
}

.baiyc-pretty-store__modal-preview-label {
	font-size: 12px;
	color: #9ca3af;
	font-weight: 700;
	margin-bottom: 8px;
}

.baiyc-pretty-store__modal-code-line {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	margin: 0 0 10px;
}

.baiyc-pretty-store__modal-code-line.is-pair {
	flex-direction: column;
	gap: 2px;
	min-height: auto;
	align-items: center;
}

.baiyc-pretty-store__modal-code-line.is-pair .baiyc-pretty-store__modal-code-sep {
	display: none !important;
}

.baiyc-pretty-store__modal-code-line.is-pair .baiyc-pretty-store__modal-code-num {
	width: 100%;
	text-align: center;
	font-size: clamp(22px, 5.5vw, 30px);
}

.baiyc-pretty-store__modal-code-num {
	font-size: clamp(26px, 6.5vw, 34px);
	font-weight: 950;
	letter-spacing: 0.06em;
	font-variant-numeric: tabular-nums;
	line-height: 1.1;
	background: linear-gradient(90deg, #ff8c00, #e11d48);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}

.baiyc-pretty-store__modal-code-sep {
	flex: 0 0 auto;
	font-size: 22px;
	font-weight: 300;
	opacity: 0.4;
	color: #9ca3af;
	-webkit-text-fill-color: #9ca3af;
	line-height: 1;
	padding: 0 2px;
}

.baiyc-pretty-store__modal-tier-tag {
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	color: #c2410c;
	background: linear-gradient(180deg, #fff7ed, #ffedd5);
	border: 1px solid rgba(251, 146, 60, 0.35);
	padding: 4px 12px;
	border-radius: 999px;
	margin: 0 0 10px;
}

.baiyc-pretty-store__modal-tier-tag[hidden] {
	display: none !important;
}

.baiyc-pretty-store__modal-preview-meter {
	height: 6px;
	border-radius: 999px;
	background: #f3f4f6;
	overflow: hidden;
	margin: 0;
}

.baiyc-pretty-store__modal-preview-meter span {
	display: block;
	height: 100%;
	width: 72%;
	border-radius: 999px;
	background: linear-gradient(90deg, #fb923c, #a855f7);
	box-shadow: 0 2px 8px rgba(168, 85, 247, 0.25);
}

.baiyc-pretty-store__modal-payblock {
	position: relative;
	margin-bottom: 14px;
}

.baiyc-pretty-store__modal-section-label {
	font-size: 12px;
	color: #9ca3af;
	font-weight: 700;
	margin-bottom: 8px;
}

.baiyc-pretty-store__pm-cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}

.baiyc-pretty-store__pm-card {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1 1 calc(50% - 4px);
	min-width: 0;
	text-align: left;
	padding: 10px 12px;
	border-radius: 14px;
	border: 1.5px solid rgba(0, 0, 0, 0.08);
	background: #fff;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
	box-sizing: border-box;
}

.baiyc-pretty-store__pm-card:hover {
	border-color: rgba(255, 140, 90, 0.45);
	box-shadow: 0 6px 18px rgba(255, 120, 80, 0.1);
}

.baiyc-pretty-store__pm-card.is-on {
	border-color: rgba(22, 163, 74, 0.55);
	background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
	box-shadow: 0 0 0 1px rgba(22, 163, 74, 0.12);
}

.baiyc-pretty-store__pm-card.is-balance.is-on {
	border-color: rgba(22, 163, 74, 0.65);
}

.baiyc-pretty-store__pm-card-dot {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: linear-gradient(145deg, #22c55e, #16a34a);
	box-shadow: 0 4px 12px rgba(22, 163, 74, 0.25);
	position: relative;
}

.baiyc-pretty-store__pm-card:not(.is-balance) .baiyc-pretty-store__pm-card-dot {
	background: linear-gradient(145deg, #3b82f6, #2563eb);
	box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.baiyc-pretty-store__pm-card-main {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.baiyc-pretty-store__pm-card-title {
	font-size: 15px;
	font-weight: 900;
	color: #111827;
}

.baiyc-pretty-store__pm-card-sub {
	font-size: 12px;
	color: #6b7280;
	font-weight: 600;
}

.baiyc-pretty-store__pm-card.is-on::after {
	content: '';
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	border: 5px solid #22c55e;
	box-sizing: border-box;
	background: #fff;
	box-shadow: inset 0 0 0 2px #fff;
}

.baiyc-pretty-store__pm-native {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.baiyc-pretty-store__modal-amt-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 4px 4px;
	margin-bottom: 8px;
	border-top: 1px solid #e5e7eb;
}

.baiyc-pretty-store__modal-amt-k {
	font-size: 14px;
	color: #9ca3af;
	font-weight: 700;
}

.baiyc-pretty-store__modal-amt-v {
	font-size: 22px;
	font-weight: 950;
	color: #ea580c !important;
	letter-spacing: 0.02em;
}

.baiyc-pretty-store__modal-actions {
	display: flex;
	gap: 12px;
	margin-top: 6px;
}

/* 子比 `.but` 系列在部分站点优先级更高：把弹窗底部按钮也拉回同一套视觉 */
.baiyc-pretty-store__modal-actions .but {
	flex: 1;
	min-width: 0;
	border-radius: 14px !important;
	padding: 12px 16px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
}

.baiyc-pretty-store__modal-actions .but.hollow {
	border: 1px solid rgba(17, 24, 39, 0.12) !important;
	background: #fff !important;
	color: #374151 !important;
	box-shadow: none !important;
}

.baiyc-pretty-store__modal-actions .but.jb-blue,
.baiyc-pretty-store__modal-actions .but.c-blue {
	border: none !important;
	color: #fff !important;
	background: linear-gradient(90deg, var(--bp-orange-1), var(--bp-orange-2)) !important;
	box-shadow: 0 14px 30px rgba(255, 90, 45, 0.22) !important;
}

/* 子比 `badg` 会抢走卡片角标配色 */
.baiyc-pretty-store .badg {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}
