/* Extend responsive column styling to 781px (Default is 600px) */
@media (max-width: 781px) {

    .wp-block-columns .wp-block-column {
        flex-basis: 100% !important;
    }

	.wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
}

@media only screen and (max-width: 781px) {
	/* -- Columns -- */
	.is-style-columns-reverse {
		flex-direction: column-reverse;
	}
}

@media (max-width: 930px) {
	.wp-block-columns.cover-articles {
	  flex-wrap: wrap !important;
	}
	.wp-block-columns.cover-articles .wp-block-column {
        flex-basis: 100% !important;
    }
}
.category-round-up #news-round-up-list,
.category-round-up #news-round-up-list:not(:target),
.category-round-up #news-round-up-list[data-visible="false"],
.post-template-post-round-up #news-round-up-list,
.post-template-post-round-up #news-round-up-list:not(:target),
.post-template-post-round-up #news-round-up-list[data-visible="false"] {
	display: none;
	transition: all 0.3s ease-in-out;
}

.category-round-up #news-round-up-list,
.category-round-up #news-round-up-list:target,
.category-round-up #news-round-up-list[data-visible="true"],
.post-template-post-round-up #news-round-up-list,
.post-template-post-round-up #news-round-up-list:target,
.post-template-post-round-up #news-round-up-list[data-visible="true"] {
	display: block;
	transition: all 0.3s ease-in-out;
}

#sidebar-short-news {
	top: 80px;
	z-index: 1;
}

@media only screen and (min-width: 782px) {
	.category-round-up #news-round-up-list[data-visible="false"],
	.post-template-post-round-up #news-round-up-list[data-visible="false"] {
		display: block
	}
}

@media only screen and (max-width: 781px) {
	.category-round-up #news-round-up,
	.post-template-post-round-up #news-round-up {
		border-right: unset;
		padding-right: unset !important;
	}
	.category-round-up #sidebar-short-news .wp-block-template-part,
	.post-template-post-round-up #sidebar-short-news .wp-block-template-part {
		max-width: unset;
	}
}