.tsumehodai-bundle{
	border:1px solid #e5e5e5;
	padding:12px;
	margin:12px 0;
	border-radius:8px;
	background:#fff;
}
.tsumehodai-bundle__header{
	display:flex;
	justify-content:space-between;
	gap:12px;
	align-items:baseline;
	margin-bottom:10px;
}
.tsumehodai-bundle__range{
	color:#666;
	font-size:.9em;
}
.tsumehodai-bundle__search{
	margin-bottom:12px;
}
.tsumehodai-bundle__query{
	width:100%;
	padding:8px 10px;
	border-radius:6px;
	border:1px solid #d0d0d0;
}
.tsumehodai-bundle__results{
	margin-top:8px;
	border:1px solid #eee;
	border-radius:6px;
	overflow:hidden;
}
.tsumehodai-bundle__result{
	display:flex;
	justify-content:space-between;
	gap:10px;
	padding:8px 10px;
	border-top:1px solid #f1f1f1;
	align-items:center;
}
.tsumehodai-bundle__result:first-child{border-top:none;}
.tsumehodai-bundle__resultName{
	font-weight:600;
}
.tsumehodai-bundle__resultMeta{
	color:#666;
	font-size:.9em;
}
.tsumehodai-bundle__btn{
	border:1px solid #d0d0d0;
	background:#f8f8f8;
	padding:6px 10px;
	border-radius:6px;
	cursor:pointer;
	white-space:nowrap;
}
.tsumehodai-bundle__btn[disabled]{
	opacity:.5;
	cursor:not-allowed;
}
.tsumehodai-bundle__summary{
	display:flex;
	gap:8px;
	align-items:center;
	margin-bottom:8px;
}
.tsumehodai-bundle__error{
	color:#b32d2e;
	margin-left:auto;
	font-size:.9em;
}
.tsumehodai-bundle__listRow{
	display:flex;
	gap:10px;
	align-items:center;
	padding:8px 10px;
	border:1px solid #eee;
	border-radius:6px;
	margin-bottom:6px;
}
.tsumehodai-bundle__qty{
	width:70px;
}
.tsumehodai-bundle__grow{
	flex:1;
	min-width:0;
}

