.shape-to-circle {
    background-color: #710014;
}

#allrecords .t-rec .tn-elem.shape-to-circle .tn-atom {
    transition: all .3s ease;
}

#allrecords .t-rec .tn-elem.shape-to-circle:hover .tn-atom {
    border-radius: 50%;
}

.uc-posts-settings {
	display: none;
}

.uc-t896-custom .t-feed__container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.uc-t896-custom .t-feed__container::before,
.uc-t896-custom .t-feed__container::after {
	display: none;
}

.uc-t896-custom .t-feed__post {
	width: 100%;
	max-width: unset;
	margin: 0;
	padding: 0 40px;
	box-sizing: border-box;
	opacity: 1;
	transition: opacity .5s ease-out;
}

.uc-t896-custom .t-feed__post_hidden {
	opacity: 0;
	visibility: hidden;
}

.uc-t896-custom .t-feed__post:nth-child(even) .t-feed__row-grid__post-wrapper {
	flex-direction: row-reverse;
}

.uc-t896-custom .t-feed__post:nth-child(even) .t-feed__textwrapper * {
	text-align: right;
}

.uc-t896-custom .t-feed__post-bgimg-wide .t-feed__post-bgimg {
	width: 740px;
}

.uc-t896-custom .t-feed__row-grid__post-wrapper {
	display: flex;
	flex-direction: row;
	gap: 20px;
	padding: 0;
}

.uc-t896-custom .t-feed__post-bgimg {
	width: 360px;
	height: 277px;
	margin: 0 !important;
}

.uc-t896-custom .t-feed__adwrapper {
	width: 360px;
	height: 277px;
	background-image: url("https://static.tildacdn.com/tild3966-3236-4435-b737-326563633564/magnific_2945898929-.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#allrecords .uc-t896-custom .t-feed__post-parts-date-row_afterdescr .t-feed__post-date {
	margin: 0;
	padding: 0;
	font-family: var(--t-text-font, Arial);
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
}

@starting-style {
	.uc-t896-custom .t-feed__post {
		opacity: 0;
	}
}

@media (max-width: 1200px) {
	.uc-t896-custom .t-feed__container {
		gap: 80px;
	}

	.uc-t896-custom .t-feed__post {
		padding: 0 20px;
	}

	#allrecords .uc-t896-custom .t-feed__row-grid__post-wrapper {
		flex-wrap: wrap;
	}

	.uc-t896-custom .t-feed__post-imgwrapper {
		flex: 1 1 0;
		order: 1;
	}

	.uc-t896-custom .t-feed__post-bgimg,
	.uc-t896-custom .t-feed__post-bgimg-wide .t-feed__post-bgimg {
		width: 100%;
	}

	.uc-t896-custom .t-feed__textwrapper {
		flex: 0 0 100%;
		order: 3;
	}

	.uc-t896-custom .t-feed__adwrapper {
		flex: 1 1 0;
		order: 2;
	}

	#allrecords .uc-t896-custom .t-feed__post .t-feed__textwrapper * {
		text-align: left;
	}
}

@media (max-width:640px) {
	#allrecords .uc-t896-custom .t-feed__row-grid__post-wrapper {
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.uc-t896-custom .t-feed__post-imgwrapper {
		flex: unset;
		padding-bottom: 0;
		order: unset;
	}

	.uc-t896-custom .t-feed__textwrapper {
		flex: unset;
		padding-bottom: 0;
		order: unset;
	}

	.uc-t896-custom .t-feed__adwrapper {
		flex: unset;
		width: 100%;
		order: unset;
	}
}

@media (max-width:460px) {
	.uc-t896-custom .t-feed__adwrapper {
		width: 100%;
		height: auto;
		aspect-ratio: 1;
	}
}