.moulerList {
}
.moulerList-mouler {
    width: 100%;
    margin-bottom: 20px;
}
.moulerList-mouler > div {
	background-color: #fff;
	box-shadow: 0px 2px 3px rgb(0 0 0 / 15%);
	height: 100%;
	border-radius: 5px;
}
.moulerList-mouler > div > a {
	color: var(--color-text);
}

.moulerList-mouler-kv{
	display: none;
}

.moulerList-mouler-icon {
    position: relative;
    width: 100%;
}
.moulerList-mouler-icon img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #eee;
    position: absolute;
    top: 10px;
    right: 10px;
}


.moulerList-mouler-detail
{
	height: 100%;
	padding: 30px 10px 10px;
}
.moulerList-mouler-title
{
	font-size: 1.3rem;
	margin: 0 0 5px;
	line-height: 1.3;
}
.moulerList-mouler-name
{
	font-size: 1.7rem;
	line-height: 1;
	margin: 0 0 10px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.moulerList-mouler-data
{
	display: flex;
	align-items: center;
	font-size: 1.3rem;
}
.profile-header-access-title,
.profile-header-likes-title,
.profile-header-entry-num
{
	margin: 0;
}
.profile-header-access-title,
.profile-header-likes-title {
    margin-right: 10px;
}
.profile-header-access-title .fa-eye:before {
    color: midnightblue;
}
.profile-header-likes-title .fa-heart:before {
	color: hotpink;
}

.moulerList-mouler-profile
{
	font-size: 1.3rem;
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.moulerList {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	.moulerList-mouler > div {
		overflow: hidden;
	}
	.moulerList-mouler {
		width: 25%;
		padding: 0 15px 30px;
		margin: 0;
	}
	.moulerList-mouler-kv{
		display: block;
		aspect-ratio: 5/3;
		border-bottom: 1px solid #eee;
		overflow: hidden;
	}
	.moulerList-mouler-kv img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		transition-duration: .5s;
	}
	.moulerList-mouler > div > a:hover .moulerList-mouler-kv img{
		transform: scale(1.3);
	}
	.moulerList-mouler-icon img {
		width: 70px;
		height: 70px;
		top: -35px;
		left: calc(50% - 35px);
	}
	.moulerList-mouler-name
	{
		font-size: 1.6rem;
		margin: 0 0 15px;
	}
	.moulerList-mouler-profile
	{
		line-height: 1.8;
	}
}
@media screen and (min-width: 1024px) {
	.moulerList {
		margin: 0 -10px;
	}
	.moulerList-mouler {
		width: calc(100% / 5);
		padding: 0 10px 20px;
	}
}
@media screen and (min-width: 1536px) {
	.moulerList {
		margin: 0 -10px;
	}
	.moulerList-mouler {
		width: calc(100% / 6);
	}
}
.moulerList-sentinel {
	height: 1px;
}

.moulerList-loading,
.moulerList-error {
	text-align: center;
	padding: 20px 10px;
	font-size: 1.4rem;
	color: var(--color-text, #333);
}

.moulerList-error {
	color: #c0392b;
}

html.js .moulerList-pager {
	display: none;
}

html.js .moulerList-pager.moulerList-pager--visible {
	display: block;
	margin-top: 20px;
}
