/*
 * UAE Tax Updates hub styles
 * Enqueued only on the /uae-tax-updates/ page tree.
 * Palette (brand only): navy #103888 · dark navy #0D2E6E · steel blue #7088B8.
 * Neutrals are derived from the brand navy (rgba tints) — no off-brand greys.
 */

.uae-tax-hub {
	font-family: Arial, Helvetica, sans-serif;
	color: #0d2e6e;
}

.uae-tax-hub-heading {
	color: #103888;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 1.5rem;
}

.uae-tax-hub-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 1rem;
}

.uae-tax-hub-item {
	border-bottom: 1px solid rgba(16, 56, 136, 0.15); /* navy @ 15% — brand-derived divider */
	padding-bottom: 1rem;
}

.uae-tax-hub-date {
	display: block;
	font-size: 0.875rem;
	color: #7088b8; /* steel blue — muted secondary */
	margin-bottom: 0.25rem;
}

.uae-tax-hub-title {
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	color: #103888;
	text-decoration: none;
	margin-bottom: 0.5rem;
}

.uae-tax-hub-title:hover {
	text-decoration: underline;
}

.uae-tax-hub-excerpt {
	font-size: 0.9375rem;
	color: #0d2e6e; /* dark navy body text */
	margin: 0;
	line-height: 1.5;
}

.uae-tax-hub-empty,
.uae-tax-hub-error {
	color: #7088b8; /* steel blue */
	font-style: italic;
}
