/*zhanalyktar archiv*/

.news-it00 a {
	border: 1px solid #dadada;
    width: 100%;
    display: block;
    padding: 15px;
    border-radius: 15px;
	height: 100%;
	transition: all 0.5s;
}
.news-it00 a:hover {
	box-shadow: 0 0 30px #1e3d3969;
	transition: all 0.5s;
	transform: translateY(-5px);
	background-image: url("/wp-content/uploads/2026/02/stroke-okzh-b0aa73.svg");
    background-repeat: no-repeat;
    background-size: 140%;
    background-position: top;
}
.news-it00 a:hover .news-title {
	color: var(--nv-secondary-accent);
	transition: all 0.3s;
}
.news-grid {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}
.post-img00 {
	height: 300px;
    border-radius: 10px;
    margin-bottom: 10px;
	background-image: url("/wp-content/themes/universal-child/assets/no-img.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.post-img00 img {
	width: 100%;
    height: 300px;
    object-fit: cover;
	border-radius: 10px;
}

.txt-post0 {
	padding: 20px;
    background: var(--nv-primary-accent);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.news-title {
	font-size: 18px;
    margin-bottom: 10px;
	color: var(--nv-secondary-accent);
}
.news-date {
	color: white;
    font-size: 14px;
    background: var(--nv-secondary-accent);
    padding: 5px 10px;
    border-radius: 20px;
}

.pagination {
	padding: 10px;
}
.nav-links {
	display: flex;
    align-items: center;
    justify-content: center;
}
.nav-links span,
.nav-links a {
	background: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 5px 10px;
    margin: 0 5px;
}
