.elementor-widget-nb_landing_grid,
.elementor-widget-nb_landing_grid .elementor-widget-container {
	width: 100%;
	max-width: 100%;
}

.e-con:has(> .elementor-element .nb-landing-grid-section),
.e-con:has(> .elementor-widget-nb_landing_grid) {
	width: 100%;
	max-width: 100%;
}

.nb-landing-grid-section {
	display: flex;
	flex-direction: column;
	gap: 24px;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	border: 1px solid #e6e6e6;
	border-radius: 32px;
	padding: 32px 24px 24px;
}

.nb-landing-grid-head.drplus-slider-head {
	margin-bottom: 0;
	width: 100%;
}

.nb-landing-grid-rows {
	display: flex;
	flex-direction: column;
	gap: var(--nb-landing-grid-row-gap, 16px);
	width: 100%;
}

.nb-landing-grid-row,
.nb-landing-grid-row .wrapper.drplus-proicon-group {
	width: 100%;
}

.nb-landing-grid-section .proicon {
	display: flex !important;
	align-items: center;
	gap: 8px;
	width: 100%;
	max-width: none;
	min-width: 0;
	grid-template-columns: none !important;
}

.nb-landing-grid-section .proicon-texts {
	flex: 1 1 auto;
	min-width: 0;
}

.nb-landing-grid-section .proicon-img-wrap,
.nb-landing-grid-section .proicon-btn {
	flex: 0 0 auto;
}

.nb-landing-grid-section .proicon-title {
	font-size: 1rem;
	line-height: 1.4;
}

.nb-landing-grid-empty {
	margin: 0;
	color: var(--text-200, #a6a6a6);
}

@media screen and (max-width: 767px) {
	.nb-landing-grid-section {
		padding: 16px;
	}
}
