
.wd-sizeguide .responsive-table {
	margin-bottom: 0;
}

.wd-sizeguide-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
}

.wd-sizeguide-content {
	margin-bottom: 30px;
}

.wd-sizeguide-table :is(tr, td) {
	transition: all .25s ease;
}

.wd-sizeguide-table td {
	text-align: center;
}

.wd-sizeguide-table tr:first-child {
	background-color: var(--bgcolor-gray-100);
}

.wd-sizeguide-table tr:first-child td {
	border-bottom: none;
	color: var(--wd-title-color);
	text-transform: uppercase;
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-size: 14px;
	font-family: var(--wd-title-font);
}

.wd-sizeguide-table tr:first-child td:empty {
	padding: 0;
	border-color: transparent;
}

.wd-sizeguide-table tr:not(:first-child):hover {
	background-color: var(--bgcolor-gray-200);
}

.wd-sizeguide-table tr:not(:first-child):hover td {
	color: var(--color-gray-700);
}

.wd-sizeguide-table tr:not(:first-child) td:hover {
	background-color: var(--bgcolor-gray-300);
}

.wd-sizeguide-icon>a:before {
	content: "";
}
