/* Hide mobile accordion on desktop */
.rt-mobile-accordion-04198e71 {
	display: none;
}

.rt-table-04198e71 {
	width: 100%;
	border-collapse: collapse;
}

.rt-table-04198e71 th, 
.rt-table-04198e71 td {
	text-align: left;
	border: 1px solid #ddd;
	padding: 15px;
	vertical-align: middle;
}

.rt-table-04198e71 th {
	background-color: #f5f5f5;
	font-weight: bold;
}

/* Cell content flex layout */
.rt-cell-content {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

/* Text alignment fallbacks inside cell flex container */
.rt-table-04198e71 td {
	text-align: left; /* default overridden by Elementor setting */
}
.rt-table-04198e71 td .rt-cell-content {
	justify-content: flex-start; /* flex equivalent of text-align */
}

.rt-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.rt-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.rt-icon i {
	font-size: 1.2em;
}

.rt-image {
	max-width: 30px;
	height: auto;
	object-fit: contain;
}

/* Tablet & Mobile Breakpoint */
@media (max-width: 1024px) {
	.rt-desktop-wrap-04198e71 {
		display: none;
	}
	.rt-mobile-accordion-04198e71 {
		display: block;
	}
}

.rt-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	margin-bottom: 15px;
	overflow: hidden;
}

.rt-card-header {
	width: 100%;
	background: none;
	border: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	cursor: pointer;
	text-align: left;
}

.rt-card-header h4 {
	margin: 0;
	font-size: 18px;
}

.rt-card-btn {
	font-size: 14px;
	font-weight: bold;
	color: #007bff;
	text-decoration: underline;
	display: inline-block;
}

.rt-card-content {
	padding: 0 20px 20px 20px;
	border-top: 1px solid #eee;
}

.rt-benefit-item {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.rt-benefit-item > strong {
	display: block;
	margin-bottom: 2px;
}

/* Mobile item cell content (reset flex to inline/block depending on space) */
.rt-benefit-item .rt-cell-content {
	display: inline-flex;
	justify-content: flex-start;
}
