.m10-download-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	background: #f7f7f7;
	transition: transform .22s ease, box-shadow .22s ease;
}
.m10-card-animation--lift .m10-download-card:hover { transform: translateY(-5px); }
.m10-card-animation--scale .m10-download-card:hover { transform: scale(1.015); }
.m10-download-card__image { width: 100%; height: 320px; overflow: hidden; }
.m10-download-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.m10-download-card__content { display: flex; flex: 1 1 auto; flex-direction: column; padding: 22px 20px 20px; }
.m10-download-card__title { margin: 0; color: #1e1e1e; font-family: Anton, sans-serif; font-size: 1.65rem; font-weight: 600; line-height: 1.2; }
.m10-download-card__meta { margin-top: 8px; font-size: .9rem; }
.m10-download-card__description { margin-top: 14px; line-height: 1.55; }
.m10-download-card__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: auto; padding-top: 22px; }
.m10-button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; border: 2px solid #fdafc9; background: #fff; color: #fdafc9; font-family: Anton, sans-serif; font-weight: 600; line-height: 1; text-decoration: none; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.m10-button:hover, .m10-button:focus-visible { transform: translateY(-2px); background: #fdafc9; color: #1e1e1e; text-decoration: none; }
.m10-download-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 20px; }
@media (max-width: 1024px) { .m10-download-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) { .m10-download-grid { grid-template-columns: 1fr; } }


.m10-loop-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	background: #f7f7f7;
	transition: transform .22s ease, box-shadow .22s ease;
}
.m10-card-animation--lift .m10-loop-card:hover { transform: translateY(-5px); }
.m10-card-animation--scale .m10-loop-card:hover { transform: scale(1.015); }
.m10-loop-card__image { width: 100%; height: 320px; overflow: hidden; }
.m10-loop-card__image a { display: block; width: 100%; height: 100%; }
.m10-loop-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.m10-loop-card__content { display: flex; flex: 1 1 auto; flex-direction: column; padding: 22px 20px 20px; }
.m10-loop-card__title { margin: 0; color: #1e1e1e; font-family: Anton, sans-serif; font-size: 1.65rem; font-weight: 600; line-height: 1.2; }
.m10-loop-card__title a { color: inherit; text-decoration: none; }
.m10-loop-card__date { margin-top: 8px; font-size: .9rem; }
.m10-loop-card__excerpt { margin-top: 14px; line-height: 1.55; }
.m10-loop-card__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: auto; padding-top: 22px; }
