.tdcred-cart{
	--tdc-red:#ce2128;
	--tdc-ink:#23262b;
	--tdc-hair:rgba(35,38,43,.14);
	max-width:640px;
}
.tdcred-cart__list{display:flex;flex-direction:column;gap:12px;}

.tdcred-opt{
	display:flex;align-items:center;gap:18px;width:100%;
	padding:20px 24px;
	background:#fff;
	border:1px solid var(--tdc-hair);
	border-radius:0;
	cursor:pointer;text-align:left;
	transition:border-color .18s, box-shadow .18s;
	font:inherit;color:inherit;
}
.tdcred-opt:hover{border-color:rgba(206,33,40,.4);}
.tdcred-opt.is-sel{border-color:var(--tdc-red);box-shadow:0 0 0 1px var(--tdc-red);}

.tdcred-opt__ic{
	flex:0 0 auto;width:48px;height:48px;border-radius:50%;
	display:flex;align-items:center;justify-content:center;
	background:rgba(206,33,40,.06);
}
.tdcred-opt__ic svg{width:22px;height:22px;}

.tdcred-opt__txt{flex:1 1 auto;display:flex;flex-direction:column;gap:3px;}
.tdcred-opt__txt b{font-size:1.15rem;color:var(--tdc-ink);font-weight:600;line-height:1.2;}
.tdcred-opt__txt span{font-size:.92rem;color:rgba(35,38,43,.62);}

.tdcred-opt__amt{
	flex:0 0 auto;font-size:1.9rem;color:var(--tdc-red);font-weight:400;line-height:1;
	white-space:nowrap;
}
.tdcred-opt__amt small{font-size:.85rem;margin-left:2px;vertical-align:super;}

.tdcred-cart__note{
	margin:16px 0 0;font-size:.86rem;line-height:1.5;color:rgba(35,38,43,.6);
}

.tdcred-cart__cta{margin-top:18px;}
.tdcred-buy{
	display:inline-flex;align-items:center;gap:6px;
	padding:16px 30px;
	background:var(--tdc-red);color:#fff;
	border:0;border-radius:0;cursor:pointer;
	font-size:.95rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
	transition:background .18s;
}
.tdcred-buy:hover{background:#a81b22;}
.tdcred-buy:disabled,.tdcred-buy.is-loading{opacity:.7;cursor:default;}
.tdcred-buy.is-done{background:#1a7a3a;}
.tdcred-buy__price{font-weight:700;}

.tdcred-cart__msg{margin-top:12px;font-size:.95rem;min-height:1em;}
.tdcred-cart__msg.is-ok{color:#1a7a3a;}
.tdcred-cart__msg.is-err{color:var(--tdc-red);}
.tdcred-cart__msg a{color:var(--tdc-ink);font-weight:600;text-decoration:underline;margin-left:2px;}

@media(max-width:520px){
	.tdcred-opt{padding:16px 18px;gap:14px;}
	.tdcred-opt__amt{font-size:1.5rem;}
	.tdcred-buy{width:100%;justify-content:center;}
}
