.dki-air-table__heading {
	margin-bottom: 1.5rem;
}

.dki-air-table__model-name {
	font-size: 1rem;
	font-weight: 600;
	margin: 1.5rem 0 0.5rem;
}

.dki-air-table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.dki-air-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9375rem;
}

.dki-air-table th,
.dki-air-table td {
	padding: 0.625rem 0.875rem;
	border: 1px solid #e2e8f0;
	text-align: center;
}

.dki-air-table thead th {
	background-color: #1a2744;
	color: #ffffff;
	font-weight: 600;
	white-space: nowrap;
	position: sticky;
	top: 0;
}

.dki-air-table tbody tr:nth-child(even) td {
	background-color: #f1f5f9;
}

/* Tab navigation */
.dki-air-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	border-bottom: 2px solid #e2e8f0;
	margin-bottom: 1rem;
}

.dki-air-tabs__btn {
	padding: 0.5rem 1rem;
	background: none;
	border: none;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	font-size: 0.9375rem;
	font-weight: 500;
	color: #64748b;
	margin-bottom: -2px;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.dki-air-tabs__btn:hover {
	color: #1a2744;
}

.dki-air-tabs__btn--active {
	color: #1a2744;
	border-bottom-color: #1a2744;
}

.dki-air-tabs__panel[hidden] {
	display: none;
}

.dki-air-table__empty {
	color: #999;
	font-style: italic;
	padding: 1rem;
	border: 1px dashed #ccc;
	border-radius: 4px;
}

@media (max-width: 767px) {
	.dki-air-table th,
	.dki-air-table td {
		padding: 0.5rem;
		font-size: 0.8125rem;
	}
}
