/*
--------------------------------------
items
--------------------------------------
*/

.uc_container.uc-items-wrapper {
	display: flex;
	flex-direction: column;
}

/*
--------------------------------------
item
--------------------------------------
*/

.uc-items-wrapper .uc_ac_box {
	border: solid #DCDCDC;
	border-width: 1px 0 0 0;
	margin-bottom: 12px;
}

.ue-item-text strong {
	color: var(--e-global-color-primary);
}