.clmb{width:100%}
.clmb-heading{
	margin:0 0 10px;
	color:#5e534c;
	font-family:"Be Vietnam Pro",Arial,sans-serif;
	font-size:12px;
	font-weight:600
}
.clmb-list{
	display:flex;
	gap:10px;
	width:100%
}
.clmb-button{
	flex:1 1 0;
	min-width:0;
	min-height:50px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:9px;
	padding:0 16px;
	border:1px solid currentColor;
	border-radius:9px;
	text-decoration:none!important;
	font-family:"Be Vietnam Pro",Arial,sans-serif;
	font-size:12px;
	font-weight:700;
	line-height:1.2;
	transition:transform .18s ease,filter .18s ease,box-shadow .18s ease
}
.clmb-button--shopee{
	background:#ee4d2d;
	border-color:#ee4d2d;
	color:#fff
}
.clmb-button--tiktok{
	background:#111;
	border-color:#111;
	color:#fff
}
.clmb-button:hover{
	transform:translateY(-1px);
	filter:brightness(.96);
	box-shadow:0 6px 16px rgba(35,28,24,.08)
}
.clmb-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex:0 0 20px
}
.clmb-icon svg{
	width:20px;
	height:20px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.7;
	stroke-linecap:round;
	stroke-linejoin:round
}
.clmb-text{text-align:center}
.clmb-arrow{font-size:14px;line-height:1}
.clmb-editor-note{
	padding:12px;
	border:1px dashed #bbb;
	font-size:13px;
	color:#666
}
@media(max-width:767px){
	.clmb-list{flex-direction:column}
	.clmb-button{width:100%;flex:0 0 auto}
}