.angie-table-container-f4a2f303 {
	width: 100%;
	overflow-x: auto;
	margin: 1.5rem 0;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	border: 1px solid #eef2f5;
}

.angie-custom-table-f4a2f303 {
	width: 100%;
	border-collapse: collapse;
	font-family: inherit;
	background: #ffffff;
	text-align: left;
}

.angie-custom-table-f4a2f303 th {
	background-color: #4A6CF7;
	color: #ffffff;
	font-weight: 600;
	padding: 1rem 1.25rem;
	font-size: 0.95rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.angie-custom-table-f4a2f303 td {
	padding: 1rem 1.25rem;
	border-bottom: 1px solid #f2f5f8;
	color: #2D3748;
	font-size: 0.95rem;
	transition: background-color 0.2s ease;
}

.angie-custom-table-f4a2f303 tbody tr:last-child td {
	border-bottom: none;
}

.angie-custom-table-f4a2f303 tbody tr:hover td {
	background-color: #f8faff;
}

@media (max-width: 768px) {
	.angie-custom-table-f4a2f303 thead {
		display: none;
	}
	
	.angie-custom-table-f4a2f303, 
	.angie-custom-table-f4a2f303 tbody, 
	.angie-custom-table-f4a2f303 tr, 
	.angie-custom-table-f4a2f303 td {
		display: block;
		width: 100%;
	}
	
	.angie-custom-table-f4a2f303 tr {
		border-bottom: 2px solid #eef2f5;
		padding: 0.5rem 0;
	}
	
	.angie-custom-table-f4a2f303 tr:last-child {
		border-bottom: none;
	}
	
	.angie-custom-table-f4a2f303 td {
		display: flex;
		justify-content: space-between;
		padding: 0.75rem 1.25rem;
		text-align: right;
		border-bottom: 1px solid #f2f5f8;
	}
	
	.angie-custom-table-f4a2f303 td::before {
		content: attr(data-label);
		font-weight: 600;
		color: #4A6CF7;
		text-align: left;
		margin-right: 1rem;
	}
}
