/* Adverse Reactions Table – standalone styles */
.wp-block-iqvia-adverse-reactions-table {
	--iqvia-hcp-blue: #2C3C7E;
	--iqvia-medium-gray: #5A6675;
	--iqvia-white: #FFFFFF;
	--iqvia-table-border: #5A6675;
	--iqvia-row-alt: rgba(44, 60, 126, 0.05);
	box-sizing: border-box;
	width: 100%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-iqvia-adverse-reactions-table *,
.wp-block-iqvia-adverse-reactions-table *::before,
.wp-block-iqvia-adverse-reactions-table *::after { box-sizing: border-box; }

.wp-block-iqvia-adverse-reactions-table .no-break { white-space: nowrap; }
.wp-block-iqvia-adverse-reactions-table sup { font-size: 0.7em; vertical-align: super; line-height: 0; }

.wp-block-iqvia-adverse-reactions-table .iqvia-tb__wrapper {
	width: 100%;
	border: 1px solid var(--iqvia-table-border);
	border-radius: 33px 33px 0 0;
	overflow: hidden;
}

.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table { width: 100%; border-collapse: collapse; font-family: "Open Sans", sans-serif; }
.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table th,
.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table td {
	padding: 0.75rem 1.25rem;
	vertical-align: top;
}
.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table tbody td { padding: 3px 16px; }

.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table thead tr { background-color: var(--iqvia-hcp-blue); color: var(--iqvia-white); }
.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table thead th {
	color: var(--iqvia-white);
	border: none !important;
}
.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table thead th:nth-child(2),
.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table thead th:nth-child(3) { text-align: left; width: 180px; }
.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table thead tr:first-child th {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 110%;
}
.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table thead tr:nth-child(2) th {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 110%;
}
.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table thead tr:first-child th:nth-child(1) { text-align: left; vertical-align: middle; }
.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table thead tr:first-child th:nth-child(2) { text-align: center; }

.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table tbody tr.category-row td {
	border-top: 1px solid #5A6675;
	background-color: var(--iqvia-row-alt);
	color: var(--iqvia-hcp-blue);
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}
.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table tbody tr:not(.category-row) td { background-color: var(--iqvia-white); vertical-align: middle; }
.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table td:first-child { color: var(--iqvia-hcp-blue); font-weight: 700; }
.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table td:nth-child(2),
.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table td:nth-child(3) {
	text-align: left;
	font-weight: 400;
	color: var(--iqvia-medium-gray);
	width: 160px;
}

.wp-block-iqvia-adverse-reactions-table .iqvia-tb-footnotes {
	width: 100%;
	margin: 1em 0 0 9px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 142%;
	color: var(--iqvia-medium-gray);
	text-align: left;
}
.wp-block-iqvia-adverse-reactions-table .iqvia-tb-footnotes p { margin: 0 0 0.5rem; }

@media (max-width: 768px) {
	.wp-block-iqvia-adverse-reactions-table { padding-left: 16px; padding-right: 16px; }
	.wp-block-iqvia-adverse-reactions-table .iqvia-tb__wrapper { border-radius: 10px 10px 0 0; }
	.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table thead th { padding: 0.5rem 12px; }
	.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table thead tr:first-child th { font-size: 18px; }
	.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table thead tr:nth-child(2) th { font-size: 16px; }
	.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table thead th:nth-child(2),
	.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table thead th:nth-child(3) { width: 100px; }
	.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table tbody tr.category-row td { font-size: 18px; }
	.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table { font-size: 16px; }
	.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table td:nth-child(2),
	.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table td:nth-child(3) { width: 100px; }
}

@media (max-width: 480px) {
	.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table thead th { padding: 0.4rem 10px; }
	.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table thead tr:first-child th { font-size: 16px; }
	.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table thead tr:nth-child(2) th { font-size: 14px; }
	.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table thead th:nth-child(2),
	.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table thead th:nth-child(3) { width: 80px; }
	.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table tbody tr.category-row td { font-size: 16px; line-height:20px; }
	.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table { font-size: 15px; }
	.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table td:nth-child(2),
	.wp-block-iqvia-adverse-reactions-table .iqvia-tb__table td:nth-child(3) { width: 80px; }
}
