Template:ComboDef/shared/styles.css

Template page
.ComboDefTable {
	width: 100%;
	max-width: 1525px;
	background-color: var(--color-surface-1);
	border-radius: var(--border-radius--medium);
	overflow: hidden;
	padding: 0px;
	box-shadow: var(--card-shadow-dlw);
	border-collapse: collapse;
}

.ComboDefBadge {
	text-align: center;
	width: 84px;
	height: 80px;
}

.ComboDefContent {
	padding: 15px;
}