.recentNewsBlockLg:last-child {
	margin-bottom:0px;
}

@media (max-width:991px) {
	.recentNewsBlockLg {
		max-width:400px;
		margin:0 auto 2rem;
	}
}

/* Self-contained image/reveal layout; colours remain owned by theme.css. */
.recentNewsBlockLg .hoverMediaReveal {
    position: relative;
    overflow: hidden;
    height: 231px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background: #191717;
}
.recentNewsBlockLg .hover-box {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: margin-top .5s ease;
}
.recentNewsBlockLg .hover-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .3);
    pointer-events: none;
}
.recentNewsBlockLg .hoverMediaRevealInner {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: -83px;
    transition: margin-bottom .5s ease;
}
.recentNewsBlockLg .hoverMediaRevealTitle { padding: 10px 30px; color: #fff; }
.recentNewsBlockLg .hoverMediaRevealTitle h4 {
    margin: 0 0 10px;
    color: inherit;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.2;
}
.recentNewsBlockLg .hoverMediaRevealContent {
    height: 83px;
    padding: 20px;
    background: #fff;
}
.recentNewsBlockLg .hoverMediaReveal:hover .hover-box,
.recentNewsBlockLg .hoverMediaReveal:focus-within .hover-box { margin-top: -83px; }
.recentNewsBlockLg .hoverMediaReveal:hover .hoverMediaRevealInner,
.recentNewsBlockLg .hoverMediaReveal:focus-within .hoverMediaRevealInner { margin-bottom: 0; }
.recentNewsBlockLg .btn-angle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: 43px;
    padding: 0 20px 0 0;
    border: 0;
    border-radius: 0;
    background: #eee;
    color: #444;
    overflow: hidden;
}
.recentNewsBlockLg .btn-angle::before {
    content: "»";
    display: grid;
    place-items: center;
    align-self: stretch;
    width: 48px;
    padding-right: 6px;
    font: 700 25px/1 sans-serif;
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
}
@media (hover: none) {
    .recentNewsBlockLg .hoverMediaReveal .hover-box { margin-top: -83px; }
    .recentNewsBlockLg .hoverMediaRevealInner { margin-bottom: 0; }
}
@media (prefers-reduced-motion: reduce) {
    .recentNewsBlockLg .hover-box,
    .recentNewsBlockLg .hoverMediaRevealInner { transition: none; }
}
