/* Mooming 2024 11 */
.articles {
	padding-left: 0
}
.art-item {
	aspect-ratio: 1/1;
	background-image: linear-gradient(0deg,var(--c-glo-bg-10-alt),var(--c-glo-bg-10-alt));
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: .375em;
	display: inherit;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0 0 1em var(--glo-space-x);
	min-height: 200px;
	overflow: hidden;
	width: max(calc(16.6667% - 1em),min(calc(240px - 1em),calc(50% - 1em)))
}
.art-item>h2,
.art-item>h3,
.art-item>p {
	color: var(--c-glo-max-alt);
	font-family: var(--font-2);
	font-weight: 1000;
	display: inherit;
	align-items: flex-end;
	justify-content: center;
	margin: 0;
	padding: .5em .125em
}
.art-item>h2,
.art-item>h3 {
	background: linear-gradient(180deg,var(--c-0) 25%,var(--c-glo-bg-10-alt) 100%);
	font-size: 100%;
	margin-bottom: -1px;
	padding-bottom: 0;
	text-shadow: 0 2px 0 var(--c-glo-bg-10-alt)
}
.art-item>p {
	background-color: var(--c-glo-bg-10-alt);
	text-align: center
}