.table {
	width: 100%;
	overflow-x: auto;
	padding: 20px;
	background: linear-gradient(180deg, #f4f8fd 0%, #ffffff 100%);
	border-radius: 6px;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table td {
	width: max-content;
	border: 1px solid #e9d5f1;
	padding: 20px 10px;
}
.table table td img {
	text-align: center;
}
.table table tr:first-child td {
	font-weight: 700;
}
.table table tr:nth-child(odd) {
	background: #f7f9fc;
}

.img-cov {
	width: 100%;
	height: 100%;
	margin: 15px 0;
}
.img-cov img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-cov.fr {
	float: right;
	max-width: 200px;
	margin: 0 0 0 15px;
}
.img-cov.fl {
	float: left;
	max-width: 200px;
	margin: 0 15px 0 0;
}

.box-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 30px;
	background: #f5f9fd;
}
.image-list-inner {
	display: flex;
	gap: 30px;
}
.menu-page a {
	color: #f15c3d !important;
}
