.adv-table-wrapper-b002ad61 {
	width: 100%;
}
.adv-table-container-b002ad61 {
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.adv-table-grid {
	display: grid;
	align-items: stretch;
}
.adv-table-header-b002ad61 {
	background-color: #32328B;
	color: #fff;
	font-weight: 600;
	z-index: 10;
}
.adv-table-header-b002ad61.is-sticky {
	position: sticky;
	top: 0;
}
.adv-table-row-b002ad61 {
	border-bottom: 1px solid #eaeaea;
}
.adv-table-row-b002ad61:last-child {
	border-bottom: none;
}
.adv-table-cell {
	padding: 16px 20px;
	word-wrap: break-word;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.adv-table-cell::before {
	display: none; /* Hidden on desktop */
}
.country-heading-wrap {
	display: flex;
	align-items: center;
}
.cell-country .country-code {
	color: #32328B;
	font-weight: bold;
	margin-right: 4px;
}
.cell-country .country-name {
	color: #32328B;
}
.cell-country .country-secondary {
	color: #2e8b57;
	font-size: 0.85em;
	display: inline-block;
	margin-top: 4px;
}
.fee-sec {
	display: block;
	font-size: 0.85em;
	margin-top: 4px;
	opacity: 0.8;
}
.adv-table-footer-b002ad61 {
	background-color: #f9f9f9;
	padding: 16px 20px;
	border-top: 1px solid #eaeaea;
	font-size: 0.9em;
	color: #666;
}
.adv-table-footer-b002ad61 p {
	margin: 0;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
	.adv-table-cell {
		padding: 12px 10px;
	}
	.adv-table-header-b002ad61 {
		display: none; /* Switch to card layout on tablet if grid gets too tight */
	}
	.elementor-element .adv-table-grid {
		display: block;
	}
	.adv-table-body-b002ad61 {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 24px;
		padding: 24px;
		background: #f8f9fa;
	}
	.adv-table-row-b002ad61 {
		display: flex;
		flex-direction: column;
		border: 1px solid #e2e8f0;
		border-radius: 12px;
		background-color: #ffffff;
		overflow: hidden;
		box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
	}
	.adv-table-row-b002ad61 .adv-table-cell {
		padding: 16px 20px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		border-bottom: 1px solid #f1f5f9;
	}
	.adv-table-row-b002ad61 .adv-table-cell:last-child {
		border-bottom: none;
	}
	.adv-table-row-b002ad61 .adv-table-cell::before {
		display: block;
		content: attr(data-label);
		font-weight: 600;
		color: #64748b;
		margin-bottom: 6px;
		font-size: 0.75rem;
		text-transform: uppercase;
		letter-spacing: 0.5px;
	}
	
	/* Card Header - Country */
	.cell-country {
		background-color: #f8fafc;
		padding: 20px !important;
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		border-bottom: 2px solid #e2e8f0 !important;
	}
	.cell-country::before { display: none; }
	.cell-country .country-code,
	.cell-country .country-name {
		font-size: 1.25rem;
		font-weight: 700;
		color: #1e293b;
	}
	.cell-country br { display: none; }
	.cell-country .country-secondary {
		margin-left: auto;
		margin-top: 0;
		background: #e2e8f0;
		padding: 4px 10px;
		border-radius: 12px;
		font-size: 0.75rem;
		font-weight: 600;
		color: #475569;
	}
	
	/* Highlighted Fee */
	.cell-fee {
		background-color: #f0fdf4;
		border-bottom: 1px solid #e2e8f0 !important;
	}
	.cell-fee::before {
		color: #166534 !important;
	}
	.cell-fee .cell-content.primary-text {
		font-size: 1.25rem;
		font-weight: 700;
		color: #15803d;
	}
	
	/* Compact Details Grid */
	.cell-office, .cell-timeline, .cell-opp {
		display: inline-block !important;
		border-bottom: 1px solid #f1f5f9;
	}
	
	/* Clearfix for details grid */
	.cell-notes {
		clear: both;
		background-color: #fafafa;
		font-size: 0.9rem;
		color: #475569;
	}
	.cell-notes::before {
		color: #94a3b8 !important;
	}
}

/* Mobile Responsive */
@media (max-width: 767px) {
	.adv-table-body-b002ad61 {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 16px;
	}
	.adv-table-row-b002ad61 .adv-table-cell {
		padding: 12px 16px;
	}
	.cell-country {
		padding: 16px !important;
	}
	.cell-country .country-code,
	.cell-country .country-name {
		font-size: 1.1rem;
	}
	
	/* Compact Grid on Mobile */
	.cell-office, .cell-timeline, .cell-opp {
		width: 50%;
		float: left;
		min-height: 80px;
	}
	.cell-office { border-right: 1px solid #f1f5f9; }
	.cell-timeline { border-right: 0; }
	.cell-opp { border-right: 1px solid #f1f5f9; width: 100%; border-bottom: 1px solid #f1f5f9 !important;}
}