
/* ── Reports page — wider layout ── */
body.firouzeh-brand.page .e-con:has(.elementor-widget-tabs),
body.firouzeh-brand.page .elementor-section:has(.elementor-widget-tabs),
body.firouzeh-brand .elementor-widget-tabs .elementor-widget-container {
	width: 100%;
	max-width: min(1400px, 96vw);
	margin-left: auto;
	margin-right: auto;
}

body.firouzeh-brand.elementor-page-79 .elementor-element-c4a891c {
	--content-width: min(1400px, 96vw) !important;
	max-width: min(1400px, 96vw) !important;
	width: 100% !important;
	padding-inline: clamp(16px, 3vw, 32px) !important;
}

/* ── Reports page heading ── */
body.firouzeh-brand .elementor-widget-tabs ~ .elementor-widget-heading .elementor-heading-title,
body.firouzeh-brand .elementor-element-062ec22 .elementor-heading-title {
	font-size: clamp(28px, 3vw, 36px) !important;
	margin-bottom: 24px !important;
}

/* ── Tab navigation ── */
body.firouzeh-brand .elementor-widget-tabs .elementor-tabs-wrapper {
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-bottom: 8px;
}

body.firouzeh-brand .elementor-widget-tabs .elementor-tab-title {
	border-radius: 8px 8px 0 0;
	padding: 12px 20px !important;
	font-size: clamp(14px, 1.4vw, 16px) !important;
	line-height: 1.5 !important;
	font-weight: 600 !important;
}

body.firouzeh-brand .elementor-widget-tabs .elementor-tab-title.elementor-active {
	background: var(--fz-accent-soft) !important;
	border-color: var(--fz-accent) !important;
	color: var(--fz-primary) !important;
}

body.firouzeh-brand .elementor-widget-tabs .elementor-tabs-content-wrapper {
	border-radius: 0 0 12px 12px;
	overflow: hidden;
}

body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content {
	padding: 24px !important;
	font-size: 16px !important;
	line-height: 1.7 !important;
}

/* Legacy table wrappers from old theme */
body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content .box1,
body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content .box1 .content {
	width: 100% !important;
	max-width: none !important;
}

/* ── Reports tables ── */
body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table,
body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table.table1,
body.firouzeh-brand .fz-reports-table {
	width: 100% !important;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	font-size: clamp(15px, 1.5vw, 17px);
	line-height: 1.65;
	background: #fff;
	border: 1px solid var(--fz-border, #e2e8f0);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(11, 29, 58, 0.06);
}

body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table th,
body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table.table1 th,
body.firouzeh-brand .fz-reports-table th {
	background: var(--fz-primary, #0b1d3a);
	color: #fff;
	padding: 16px 20px;
	text-align: right;
	font-weight: 700;
	font-size: clamp(16px, 1.6vw, 18px);
	white-space: nowrap;
}

body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table td,
body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table.table1 td,
body.firouzeh-brand .fz-reports-table td {
	padding: 16px 20px;
	border-bottom: 1px solid var(--fz-border, #e2e8f0);
	vertical-align: middle;
	color: var(--fz-text, #1e293b);
}

body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table tbody tr:nth-child(even) td {
	background: var(--fz-bg-alt, #f8fafc);
}

body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table tr:hover td {
	background: var(--fz-accent-soft, #e6f7f5);
}

body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table tbody tr:last-child td {
	border-bottom: none;
}

/* Title column — more room for long report names */
body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table td:first-child,
body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table th:first-child {
	width: 55%;
	min-width: 280px;
}

body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table td:nth-child(2),
body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table th:nth-child(2) {
	width: 20%;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table td:last-child,
body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table th:last-child {
	width: 25%;
	text-align: center;
}

/* Download links — larger click target */
body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table a {
	display: inline-block;
	padding: 10px 18px;
	background: var(--fz-accent, #00a896);
	color: #fff !important;
	border-radius: 8px;
	font-weight: 600;
	font-size: clamp(14px, 1.4vw, 16px);
	text-decoration: none !important;
	transition: background 0.2s, transform 0.15s;
	white-space: nowrap;
}

body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table a:hover {
	background: var(--fz-accent-hover, #008f7f);
	transform: translateY(-1px);
}

@media (max-width: 768px) {
	body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content {
		padding: 12px !important;
		overflow-x: auto;
	}

	body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table,
	body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table.table1 {
		font-size: 14px;
		min-width: 640px;
	}

	body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table th,
	body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table td {
		padding: 12px 14px;
	}

	body.firouzeh-brand .elementor-widget-tabs .elementor-tab-content table a {
		padding: 8px 14px;
		font-size: 13px;
	}
}
