.bwe-box-weight {
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(17, 24, 39, 0.1);
	overflow: hidden;
}

.elementor-widget-bwe_box_weight,
.elementor-widget-bwe_box_weight .elementor-widget-container {
	height: 100%;
}

.bwe-box-weight--equal-height {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.bwe-box-weight__image img {
	display: inline-block;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	vertical-align: middle;
}

.bwe-box-weight--equal-image .bwe-box-weight__image {
	height: 220px;
	overflow: hidden;
	width: 100%;
}

.bwe-box-weight--equal-image .bwe-box-weight__image img {
	display: block;
	height: 100%;
	width: 100%;
}

.bwe-box-weight__body {
	padding: 28px;
}

.bwe-box-weight--equal-height .bwe-box-weight__body {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.bwe-box-weight__icon-wrap {
	line-height: 1;
	text-align: inherit;
	width: 100%;
}

.bwe-box-weight__icon {
	align-items: center;
	background: #eef4ff;
	border-radius: 50%;
	color: #2563eb;
	display: inline-flex;
	font-size: 28px;
	height: 64px;
	justify-content: center;
	line-height: 1;
	margin-bottom: 18px;
	width: 64px;
}

.bwe-box-weight__icon svg {
	display: block;
	height: 1em;
	width: 1em;
}

.bwe-box-weight__title {
	color: #111827;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 12px;
}

.bwe-box-weight__content {
	color: #4b5563;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 22px;
}

.bwe-box-weight--equal-height .bwe-box-weight__content {
	flex: 1;
}

.bwe-box-weight__content p:last-child {
	margin-bottom: 0;
}

.bwe-box-weight__button-wrap {
	line-height: 1;
	text-align: inherit;
	width: 100%;
}

.bwe-box-weight__button {
	background: #2563eb;
	border-radius: 6px;
	color: #ffffff;
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	max-width: max-content;
	padding: 14px 22px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
	width: auto;
}

.bwe-box-weight__button:hover,
.bwe-box-weight__button:focus {
	background: #1d4ed8;
	color: #ffffff;
	transform: translateY(-1px);
}
