.wrapper-horse-news-custom { clear: both; margin-top: 48px; padding: 32px; border: 1px solid rgb(127 127 127 / 16%); border-radius: 14px; background: #f7f7f7; }
.widget-wrapper-horse-news-custom-title { margin-bottom: 24px; color: #222; font-size: clamp(24px, 3vw, 32px); font-weight: 700; line-height: 1.2; }
.mistable-horse-news-widget .widgettitle { margin-bottom: 18px; }
.wrapper-horse-news-custom .mistable-horse-news-widget ul.mi-horse-posts { display: grid; grid-auto-rows: 1fr; gap: 0; margin: 0; padding: 0; list-style: none; }
.wrapper-horse-news-custom .mistable-horse-news-widget li.mi-recent-post { height: 100%; margin: 0; padding: 0; list-style: none; }
.wrapper-horse-news-custom .mistable-horse-news-widget li.mi-recent-post::before { display: none; content: none; }
.wrapper-horse-news-custom .mistable-horse-news-widget li.mi-recent-post::marker { content: ""; }
#footer-widgets .footer-widget .mistable-horse-news-widget .mi-recent-post { padding-left: 0; }
#footer-widgets .footer-widget .mistable-horse-news-widget .mi-recent-post::before { display: none; content: none; }
.mistable-horse-news-widget .mi-recent-post-card { display: grid; grid-template-columns: 84px minmax(0, 1fr) 18px; gap: 14px; align-items: center; height: 100%; min-height: 92px; padding: 14px 0; border-bottom: 1px solid rgb(127 127 127 / 22%); }
.mistable-horse-news-widget .mi-recent-post:first-child .mi-recent-post-card { padding-top: 0; }
.mistable-horse-news-widget .mi-recent-post:last-child .mi-recent-post-card { padding-bottom: 0; border-bottom: 0; }
.mistable-horse-news-widget .mi-recent-post-thumbnail { position: relative; overflow: hidden; width: 84px; aspect-ratio: 4 / 3; border-radius: 8px; background: rgb(127 127 127 / 12%); }
.mistable-horse-news-widget .mi-recent-post-thumbnail a,
.mistable-horse-news-widget .mi-recent-post-thumbnail img,
.mistable-horse-news-widget .mi-recent-post-placeholder { display: block; width: 100%; height: 100%; }
.mistable-horse-news-widget .mi-recent-post-thumbnail img { object-fit: cover; transition: transform 180ms ease; }
.mistable-horse-news-widget .mi-recent-post-title { min-width: 0; }
.mistable-horse-news-widget .mi-recent-post-link { display: -webkit-box; overflow: hidden; color: var(--main-color); font-size: 15px; font-weight: 700; line-height: 1.4; text-decoration: none; -webkit-box-orient: vertical; -webkit-line-clamp: 2; transition: opacity 180ms ease; }
#footer-widgets .footer-widget .mistable-horse-news-widget a.mi-recent-post-link { color: var(--main-color); }
#footer-widgets .footer-widget .mistable-horse-news-widget a.mi-recent-post-link:hover { color: var(--main-color); }
.mistable-horse-news-widget .post-date { display: block; margin-top: 5px; color: inherit; font-size: 12px; font-style: normal; line-height: 1.4; opacity: .65; }
.mistable-horse-news-widget .mi-recent-post-arrow { color: var(--main-color); font-size: 18px; line-height: 1; opacity: 0; transform: translateX(-5px); transition: opacity 180ms ease, transform 180ms ease; }
.mistable-horse-news-widget .mi-recent-post-card:hover .mi-recent-post-thumbnail img { transform: scale(1.05); }
.mistable-horse-news-widget .mi-recent-post-card:hover .mi-recent-post-link { opacity: .78; }
.mistable-horse-news-widget .mi-recent-post-card:hover .mi-recent-post-arrow,
.mistable-horse-news-widget .mi-recent-post-card:focus-within .mi-recent-post-arrow { opacity: 1; transform: translateX(0); }
.mistable-horse-news-widget .mi-recent-post-link:focus-visible { border-radius: 2px; outline: 2px solid var(--main-color); outline-offset: 3px; }
.mistable-horse-news-widget .mi-horse-posts--grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.mistable-horse-news-widget .mi-horse-posts--grid .mi-recent-post-card { display: flex; flex-direction: column; align-items: stretch; min-height: 100%; padding: 0 0 16px; overflow: hidden; border: 1px solid rgb(127 127 127 / 18%); border-radius: 12px; background: #fff; box-shadow: 0 8px 24px rgb(0 0 0 / 8%); transition: box-shadow 180ms ease, transform 180ms ease; }
.mistable-horse-news-widget .mi-horse-posts--grid .mi-recent-post:last-child .mi-recent-post-card { padding-bottom: 14px; border-bottom: 1px solid rgb(127 127 127 / 22%); }
.mistable-horse-news-widget .mi-horse-posts--grid .mi-recent-post-thumbnail { width: 100%; aspect-ratio: 16 / 9; border-radius: 0; }
.mistable-horse-news-widget .mi-horse-posts--grid .mi-recent-post-title { flex: 1; padding: 16px 16px 0; }
.mistable-horse-news-widget .mi-horse-posts--grid .mi-recent-post-arrow { display: none; }
.mistable-horse-news-widget .mi-horse-posts--grid .mi-recent-post-card:hover { box-shadow: 0 12px 32px rgb(0 0 0 / 13%); transform: translateY(-3px); }
@media (max-width: 980px) { .mistable-horse-news-widget .mi-horse-posts--grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 479px) {
	.wrapper-horse-news-custom { margin-top: 36px; padding: 24px 18px; border-radius: 10px; }
	.widget-wrapper-horse-news-custom-title { margin-bottom: 18px; }
	.mistable-horse-news-widget .mi-horse-posts--grid { grid-template-columns: minmax(0, 1fr); }
	.mistable-horse-news-widget .mi-recent-post-card { grid-template-columns: 72px minmax(0, 1fr); gap: 12px; min-height: 80px; }
	.mistable-horse-news-widget .mi-recent-post-thumbnail { width: 72px; }
	.mistable-horse-news-widget .mi-recent-post-arrow { display: none; }
}
@media (prefers-reduced-motion: reduce) {
	.mistable-horse-news-widget .mi-recent-post-thumbnail img,
	.mistable-horse-news-widget .mi-recent-post-link,
	.mistable-horse-news-widget .mi-recent-post-arrow { transition: none; }
}
