 body {
	box-sizing: border-box;
}        
* {
	box-sizing: border-box;
}        
.abes-fee-section {
	max-width: 1200px;
	margin: 0 auto;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	min-height: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}        
.abes-section-heading {
	text-align: center;
	margin-bottom: 2.5rem;
}        
.abes-heading-title {
	color: #19232B;
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0 0 1rem 0;
	letter-spacing: -0.5px;
}        
.abes-heading-divider {
	width: 80px;
	height: 4px;
	background: linear-gradient(90deg, #772823, #FDA31B);
	border: none;
	margin: 0 auto;
	border-radius: 2px;
}        
.abes-table-wrapper {
	background: white;
	border-radius: 16px;
	box-shadow: 0 20px 40px rgba(0,0,0,0.1);
	overflow: hidden;
	margin-bottom: 2rem;
	backdrop-filter: blur(10px);
}        
.abes-fee-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1rem;
}        
.abes-fee-table thead {
	background: linear-gradient(135deg, #772823, #19232B);
}        
.abes-fee-table th {
	padding: 1.5rem 1rem;
	color: white;
	font-weight: 600;
	text-align: left;
	font-size: 1.1rem;
	letter-spacing: 0.5px;
}        
.abes-fee-table tbody tr {
	transition: all 0.3s ease;
	border-bottom: 1px solid #f0f0f0;
}        
.abes-fee-table tbody tr:hover {
	background: linear-gradient(90deg, #f8f9ff, #fff);
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}        
.abes-fee-table td {
	padding: 1.25rem 1rem;
	color: #333;
	font-weight: 500;
}        
.abes-fee-table td:first-child {
	color: #772823;
	font-weight: 600;
}        
.abes-fee-table td:last-child {
	font-weight: 700;
	color: #19232B;
	font-family: 'Courier New', monospace;
}        
.abes-total-row {
	background: linear-gradient(135deg, #772823, #19232B) !important;
	color: white !important;
}        
.abes-total-row td {
	color: white !important;
	font-weight: 700 !important;
	font-size: 1.2rem;
	padding: 1.5rem 1rem;
}        
.abes-note {
	color: #19232B;
	font-style: italic;
	text-align: center;
	margin: 1.5rem 0;
	padding: 1rem;
	border-radius: 8px;
	border: 1px solid #FDA31B;
}        
.abes-note-list {
	color: #19232B;
	margin: 1.5rem 0;
	padding: 1rem 1rem 1rem 2rem;
	border-radius: 8px;
	border: 1px solid #FDA31B;
}        
.abes-note-list li {
	font-weight: 600;
	margin-bottom: 0.5rem;
}        
.abes-alt-table thead {
	background: linear-gradient(135deg, #FDA31B, #772823);
}        
.abes-alt-table th {
	text-align: center;
	font-size: 1rem;
	padding: 1rem 0.5rem;
}        
.abes-alt-table td {
	text-align: center;
	font-weight: 700;
	color: #19232B;
	font-family: 'Courier New', monospace;
	font-size: 1.1rem;
}        
/* Responsive Design */
@media (max-width: 1024px) {
	.abes-fee-section {
		padding: 1.5rem 1rem;
	}
	.abes-heading-title {
		font-size: 2.2rem;
	}
}        
@media (max-width: 768px) {
	.abes-fee-section {
		padding: 1rem 0.5rem;
	}        
	.abes-heading-title {
		font-size: 1.8rem;
		line-height: 1.2;
	}        
	.abes-table-wrapper {
		overflow-x: auto;
		border-radius: 12px;
		-webkit-overflow-scrolling: touch;
	}        
	.abes-fee-table {
		min-width: 500px;
		font-size: 0.9rem;
	}        
	.abes-fee-table th,
	.abes-fee-table td {
		padding: 0.8rem 0.6rem;
		white-space: nowrap;
	}        
	.abes-fee-table th {
		font-size: 0.95rem;
	}        
	.abes-fee-table td:nth-child(2) {
		white-space: normal;
		min-width: 200px;
	}        
	.abes-total-row td {
		font-size: 1rem;
	}        
	.abes-alt-table {
		min-width: 600px;
	}        
	.abes-alt-table th,
	.abes-alt-table td {
		padding: 0.6rem 0.4rem;
		font-size: 0.8rem;
	}
}        
@media (max-width: 480px) {
	.abes-fee-section {
		padding: 0.5rem 0.25rem;
	}        
	.abes-heading-title {
		font-size: 1.4rem;
		margin-bottom: 0.5rem;
	}        
	.abes-table-wrapper {
		margin-bottom: 1rem;
		border-radius: 8px;
	}        
	.abes-fee-table {
		font-size: 0.8rem;
		min-width: 450px;
	}        
	.abes-fee-table th,
	.abes-fee-table td {
		padding: 0.6rem 0.4rem;
	}        
	.abes-fee-table th {
		font-size: 0.85rem;
	}        
	.abes-fee-table td:first-child {
		min-width: 40px;
	}        
	.abes-fee-table td:nth-child(2) {
		min-width: 180px;
	}        
	.abes-fee-table td:last-child {
		min-width: 80px;
		font-size: 0.8rem;
	}        
	.abes-total-row td {
		font-size: 0.9rem;
		padding: 1rem 0.4rem;
	}        
	.abes-alt-table {
		min-width: 500px;
	}        
	.abes-alt-table th,
	.abes-alt-table td {
		padding: 0.5rem 0.3rem;
		font-size: 0.7rem;
	}        
	.abes-note,
	.abes-note-list {
		font-size: 0.9rem;
		padding: 0.8rem;
		margin: 1rem 0;
	}
}        
@media (max-width: 360px) {
	.abes-heading-title {
		font-size: 1.2rem;
	}        
	.abes-fee-table {
		min-width: 400px;
		font-size: 0.75rem;
	}        
	.abes-fee-table th,
	.abes-fee-table td {
		padding: 0.5rem 0.3rem;
	}        
	.abes-fee-table td:nth-child(2) {
		min-width: 160px;
	}        
	.abes-alt-table {
		min-width: 450px;
	}        
	.abes-alt-table th,
	.abes-alt-table td {
		font-size: 0.65rem;
		padding: 0.4rem 0.2rem;
	}
}        
/* Animation for loading */
.abes-table-wrapper {
	animation: slideUp 0.6s ease-out;
}        
@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}        
.abes-fee-table tbody tr {
	animation: fadeIn 0.8s ease-out forwards;
	opacity: 0;
}
.abes-fee-table tbody tr:nth-child(1) { animation-delay: 0.1s; }
.abes-fee-table tbody tr:nth-child(2) { animation-delay: 0.2s; }
.abes-fee-table tbody tr:nth-child(3) { animation-delay: 0.3s; }
.abes-fee-table tbody tr:nth-child(4) { animation-delay: 0.4s; }
.abes-fee-table tbody tr:nth-child(5) { animation-delay: 0.5s; }
.abes-fee-table tbody tr:nth-child(6) { animation-delay: 0.6s; }
.abes-fee-table tbody tr:nth-child(7) { animation-delay: 0.7s; }
.abes-fee-table tbody tr:nth-child(8) { animation-delay: 0.8s; }
.abes-fee-table tbody tr:nth-child(9) { animation-delay: 0.9s; }		
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateX(-20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}