.school-poker-description {
	background-color: #f8f8f8;
	padding: 12px;
	color: #777777;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
}

.sp-menu {
	padding: 12px;
	background-color: #F8F8F8;
	border: 1px solid #EDEDED;
	margin-bottom: 15px;
}

.sp-menu__inner {
	overflow: hidden;
	max-height: 156px;
	transition: max-height .2s ease;
}

.sp-menu__inner--open {
	max-height: 1000px;
}

.sp-menu__item {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.sp-menu__item:hover {
	text-decoration: underline;
}

.sp-menu__item:not(:last-child) {
	margin-bottom: 12px;
}

.sp-menu__item-icon {
	width: 40px;
	height: 40px;
	margin-right: 12px;
	padding: 5px;
	border-radius: 5px;
	background-color: #fff;
}

.sp-menu__item-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.sp-menu__more-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background-color: #EFEFEF;
	font: inherit;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #393939;
	width: 100%;
	border: 0;
	height: 46px;
	margin-top: 12px;
}

.sp-menu__more-btn:hover {
	color: #ff0000;
}

.sp-content {
	border: 1px solid #EDEDED;
	background-color: #fff;
	margin-bottom: 20px;
}

.sp-content__header {
	display: none;
}

.sp-content__body {
	padding: 16px;
}

.sp-content__item:not(:last-child) {
	margin-bottom: 24px;
}

.sp-content__tab {
	display: none;
}

.sp-content__tab--active {
	display: block;
}

.sp-content__item-title {
	display: block;
	margin-bottom: 8px;
}

.sp-content__item-title a {
	font-size: 16px;
	line-height: 20px;
	text-decoration-line: underline;
	color: #007AFF;
}

.sp-content__item-title a:hover {
	text-decoration: none;
}

.sp-content__asider {
	display: flex;
	align-items: center;
}

.sp-content__item-time,
.sp-content__item-views {
	display: flex;
	align-items: center;
	width: 50%;
	font-size: 14px;
	line-height: 16px;
	color: #999;
}

.sp-content__item-empty {
	display: none;
	justify-content: center;
	text-align: center;
}

.sp-icon {
	width: 16px;
	height: 16px;
	fill: #BFBFBF;
	margin-right: 4px;
}

@media (min-width: 768px) {
	.school-poker {
		display: flex;
		align-items: flex-start;
	}

	.sp-menu__more-btn {
		display: none;
	}

	.sp-menu__inner {
		overflow: unset;
	}

	.sp-menu__inner,
	.sp-menu__inner--open {
		max-height: 100%;
	}

	.sp-menu {
		width: 315px;
		margin-right: 24px;
	}

	.sp-content {
		flex: 1;
	}

	.sp-content__item-time {
		width: 40%;
	}

	.school-poker-description {
		padding-right: 40%;
		background-image: url("/wp-content/themes/newspaper/assets/images/school-bg.png");
		background-position: right bottom;
		background-repeat: no-repeat;
	}

	.sp-menu__item-icon {
		width: 60px;
		height: 60px;
		padding: 10px;
	}
}

@media (min-width: 1024px) {

	.sp-content__header {
		display: flex;
		align-items: center;
		background-color: #F8F8F8;
		padding: 9px 16px;
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		color: #000;
		margin-bottom: 8px;
	}

	.sp-content__asider,
	.sp-content__item {
		display: flex;
		align-items: center;
	}

	.sp-content__header-time,
	.sp-content__item-time {
		width: 115px;
		margin-right: 14px;
	}

	.sp-content__header-views,
	.sp-content__item-views {
		width: 100px;
	}

	.sp-content__header-title,
	.sp-content__item-title {
		flex: 1;
		margin-right: 14px;
	}

	.sp-content__item-title {
		margin-bottom: 0;
	}

	.sp-content__item-time,
	.sp-content__item-views {
		font-size: 16px;
		line-height: 20px;
	}

	.sp-content__item-empty {
		display: flex;
	}
}
