.bx-blog-ux {
	--bx-green: #087c34;
	--bx-bg: #f7faf8;
	--bx-dark: #071629;
	--bx-text: #505c56;
}

.bx-blog-ux .posted-by,
.bx-blog-ux .author,
.bx-blog-ux .author-name,
.bx-blog-ux .byline {
	display: none !important;
}

.bx-blog-hero {
	margin: 0 0 20px;
	padding: 24px;
	background: #eef8f1;
	border: 1px solid #b9dcc6;
	border-radius: 16px;
}

.bx-blog-hero__kicker {
	margin: 0 0 6px;
	color: #087c34;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.bx-blog-hero__title {
	margin: 0 0 8px;
	color: #071629;
	font-size: clamp(28px, 4vw, 40px);
}

.bx-blog-hero__lead {
	margin: 0 0 14px;
	color: #505c56;
}

.bx-blog-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-blog-chips a {
	display: inline-flex;
	padding: 8px 14px;
	border: 1px solid #b9dcc6;
	border-radius: 999px;
	background: #fff;
	color: #087c34;
	font-weight: 700;
	text-decoration: none;
}

.bx-blog-chips a:hover {
	background: #087c34;
	border-color: #087c34;
	color: #fff;
}

.bx-blog-search {
	margin: 0 0 20px;
	padding: 16px 18px;
	background: #fff;
	border: 1px solid #b9dcc6;
	border-radius: 16px;
}

.bx-blog-search__title {
	margin: 0 0 4px;
	font-weight: 800;
	color: #071629;
}

.bx-blog-search__lead {
	margin: 0 0 10px;
	color: #505c56;
}

.bx-search {
	display: flex;
	gap: 8px;
}

.bx-search__input {
	flex: 1;
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid #b9dcc6;
	border-radius: 12px;
	background: #fbfdfb;
}

.bx-search__btn {
	min-height: 48px;
	padding: 10px 18px;
	border: 1px solid #087c34;
	border-radius: 12px;
	background: #087c34;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.bx-blog-archive .et_pb_post,
.bx-blog-archive article.post {
	overflow: hidden;
	background: #fff;
	border: 1px solid #b9dcc6;
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(7, 22, 41, 0.06);
}

.bx-blog-related,
.bx-blog-useful {
	margin: 28px 0 0;
	padding: 20px;
	background: #eef8f1;
	border: 1px solid #087c34;
	border-radius: 16px;
}

.bx-blog-related__title,
.bx-blog-useful__title {
	margin: 0 0 14px;
	color: #087c34;
	font-size: 1.2rem;
}

.bx-blog-related__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 14px;
}

.bx-bcard__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 12px;
	color: inherit;
	text-decoration: none;
}

.bx-bcard__media img,
.bx-bcard__ph {
	display: block;
	width: 100%;
	height: 140px;
	object-fit: cover;
	background: #d7eadc;
}

.bx-bcard__body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 12px 14px 14px;
}

.bx-bcard__date {
	color: #6b7a73;
	font-size: 13px;
	font-weight: 700;
}

.bx-bcard__title {
	margin: 0;
	color: #071629;
	font-size: 17px;
}

.bx-bcard__more {
	margin-top: auto;
	color: #087c34;
	font-weight: 800;
}

.bx-blog-useful__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-blog-useful__list a {
	display: inline-flex;
	padding: 8px 12px;
	border-radius: 999px;
	background: #fff;
	color: #087c34;
	font-weight: 700;
	text-decoration: none;
}

.bx-blog-archive .bx-grid-3 > .bx-pager,
.bx-blog-archive .bx-grid-3 > .navigation,
.bx-blog-archive .bx-grid-3 > .pagination,
.bx-blog-archive .bx-grid-3 > .nav-links {
	grid-column: 1 / -1;
	width: 100%;
}

.bx-blog-archive .bx-pager,
.bx-blog-ux .bx-pager {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: 36px;
	padding: 22px 16px 20px;
	border: 1px solid #b9dcc6;
	border-radius: 16px;
	background: #eef8f1;
	text-align: center;
	box-sizing: border-box;
}

.bx-blog-archive .bx-pager__label {
	margin: 0 0 12px;
	font-weight: 800;
	color: #071629;
}

.bx-blog-archive .bx-pager ul.page-numbers,
.bx-blog-archive .bx-pager .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-blog-archive .bx-pager a.page-numbers,
.bx-blog-archive .bx-pager span.page-numbers {
	min-width: 44px;
	min-height: 44px;
	padding: 0 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: 1px solid #b9dcc6;
	background: #fff;
	color: #071629;
	font-weight: 700;
	text-decoration: none;
}

.bx-blog-archive .bx-pager .current {
	background: #087c34;
	border-color: #087c34;
	color: #fff;
}

.bx-blog-archive .bx-pager a.prev,
.bx-blog-archive .bx-pager a.next {
	min-width: 88px;
}

@media (max-width: 640px) {
	.bx-search {
		flex-direction: column;
	}

	.bx-blog-archive .bx-pager,
	.bx-blog-ux .bx-pager {
		margin-top: 24px;
	}
}
