/**
 * RX Theme v10.23.2.1 scalable HTML sitemap visual polish.
 */
.rx-html-sitemap-shell {
	max-width: 1180px;
	margin-inline: auto;
}

.rx-html-sitemap-page-header {
	max-width: 850px;
	margin-bottom: 24px;
}

.rx-html-sitemap-introduction {
	margin-bottom: 24px;
}

.rx-html-sitemap {
	display: grid;
	gap: 22px;
	margin: 24px 0 48px;
}

.rx-html-sitemap-toolbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	padding: 26px;
	border: 1px solid #dbe5ef;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.rx-html-sitemap-toolbar h2 {
	margin: 4px 0 8px;
	font-size: clamp(1.55rem, 3vw, 2.25rem);
	line-height: 1.18;
}

.rx-html-sitemap-toolbar p:last-child {
	margin-bottom: 0;
	color: #475569;
}

.rx-html-sitemap-xml,
.rx-html-sitemap-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 15px;
	border-radius: 999px;
	background: #0f766e;
	color: #fff !important;
	text-decoration: none;
	font-weight: 700;
	white-space: nowrap;
}

/* Medical-library search card. */
.rx-html-sitemap-search {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(20px, 3vw, 30px);
	border: 1px solid #cfe3e8;
	border-radius: 22px;
	background:
		radial-gradient(circle at 100% 0%, rgba(14, 165, 233, 0.16), transparent 34%),
		linear-gradient(135deg, #f0fdfa 0%, #eff6ff 58%, #ffffff 100%);
	box-shadow: 0 18px 45px rgba(15, 118, 110, 0.10);
}

.rx-html-sitemap-search::before {
	position: absolute;
	z-index: -1;
	top: -72px;
	right: -60px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.56);
	content: "";
}

.rx-html-sitemap-search-heading {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 16px;
}

.rx-html-sitemap-search-badge {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: linear-gradient(145deg, #0f766e, #0284c7);
	color: #fff;
	box-shadow: 0 10px 24px rgba(2, 132, 199, 0.24);
}

.rx-html-sitemap-search-badge svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.rx-html-sitemap-search-heading label {
	display: block;
	margin: 0;
	color: #0f172a;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.25;
}

.rx-html-sitemap-search-hint {
	margin: 3px 0 0;
	color: #526174;
	font-size: 0.92rem;
	line-height: 1.45;
}

.rx-html-sitemap-search-controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: stretch;
}

.rx-html-sitemap-search-field-wrap {
	position: relative;
	display: flex;
	align-items: center;
	min-width: 0;
}

.rx-html-sitemap-search-field-icon {
	position: absolute;
	z-index: 2;
	left: 17px;
	display: inline-flex;
	color: #64748b;
	pointer-events: none;
}

.rx-html-sitemap-search-field-icon svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.rx-html-sitemap-search input[type="search"] {
	width: 100%;
	min-height: 58px;
	padding: 12px 48px 12px 50px;
	border: 2px solid #c8d5df;
	border-radius: 15px;
	outline: 0;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 7px 20px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.85);
	color: #0f172a;
	font: inherit;
	font-size: 1rem;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.rx-html-sitemap-search input[type="search"]::placeholder {
	color: #7b8798;
	opacity: 1;
}

.rx-html-sitemap-search-field-wrap:focus-within input[type="search"] {
	border-color: #0f766e;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.13), 0 10px 26px rgba(15, 23, 42, 0.08);
}

.rx-html-sitemap-search-field-wrap:focus-within .rx-html-sitemap-search-field-icon {
	color: #0f766e;
}

.rx-html-sitemap-search-clear {
	position: absolute;
	right: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	padding: 0 8px;
	border-radius: 999px;
	background: #eef2f7;
	color: #475569;
	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: none;
}

.rx-html-sitemap-search-clear:hover,
.rx-html-sitemap-search-clear:focus-visible {
	background: #dfe7ef;
	color: #0f172a;
}

.rx-html-sitemap-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 58px;
	padding: 12px 22px;
	border: 0;
	border-radius: 15px;
	background: linear-gradient(135deg, #0f766e 0%, #075f59 100%);
	box-shadow: 0 12px 25px rgba(15, 118, 110, 0.24);
	color: #fff;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.rx-html-sitemap-search button svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.rx-html-sitemap-search button:hover {
	transform: translateY(-1px);
	box-shadow: 0 15px 30px rgba(15, 118, 110, 0.30);
	filter: brightness(1.04);
}

.rx-html-sitemap-search button:focus-visible {
	outline: 3px solid rgba(14, 116, 144, 0.32);
	outline-offset: 3px;
}

.rx-html-sitemap-search-examples {
	display: flex;
	align-items: center;
	gap: 7px;
	flex-wrap: wrap;
	margin: 13px 0 0;
	color: #526174;
	font-size: 0.85rem;
}

.rx-html-sitemap-search-examples strong {
	color: #334155;
}

.rx-html-sitemap-search-examples span {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	padding: 3px 9px;
	border: 1px solid rgba(148, 163, 184, 0.40);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: #475569;
}

.rx-html-sitemap-tabs,
.rx-html-sitemap-letters {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.rx-html-sitemap-tabs a,
.rx-html-sitemap-letters a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 7px 13px;
	border: 1px solid #cbd5e1;
	border-radius: 999px;
	background: #fff;
	color: #334155;
	text-decoration: none;
	font-weight: 700;
}

.rx-html-sitemap-letters a {
	min-width: 40px;
	padding-inline: 9px;
}

.rx-html-sitemap-tabs a[aria-current="page"],
.rx-html-sitemap-letters a[aria-current="page"] {
	border-color: #0f766e;
	background: #ecfdf5;
	color: #115e59;
}

.rx-html-sitemap-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.rx-html-sitemap-stats > div {
	display: grid;
	gap: 4px;
	padding: 20px;
	border: 1px solid #dbe5ef;
	border-radius: 16px;
	background: #fff;
}

.rx-html-sitemap-stats strong {
	font-size: 1.7rem;
	line-height: 1;
	color: #0f172a;
}

.rx-html-sitemap-stats span {
	color: #64748b;
}

.rx-html-sitemap-overview-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.rx-html-sitemap-panel,
.rx-html-sitemap-results {
	padding: 22px;
	border: 1px solid #dbe5ef;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.rx-html-sitemap-panel h3,
.rx-html-sitemap-results h3 {
	margin-top: 0;
	color: #0f172a;
}

.rx-html-sitemap-list,
.rx-html-sitemap-category-list,
.rx-html-sitemap-category-results {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rx-html-sitemap-list li,
.rx-html-sitemap-category-list li,
.rx-html-sitemap-category-results li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: start;
	padding: 11px 0;
	border-bottom: 1px solid #edf2f7;
}

.rx-html-sitemap-list li:last-child,
.rx-html-sitemap-category-list li:last-child,
.rx-html-sitemap-category-results li:last-child {
	border-bottom: 0;
}

.rx-html-sitemap-list a,
.rx-html-sitemap-category-list a,
.rx-html-sitemap-category-results a,
.rx-html-sitemap-result-list a {
	color: #0f4c81;
	font-weight: 700;
	text-decoration: none;
}

.rx-html-sitemap-list time,
.rx-html-sitemap-category-list span,
.rx-html-sitemap-category-results span {
	color: #64748b;
	font-size: 0.9rem;
	white-space: nowrap;
}

.rx-html-sitemap-results-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 14px;
}

.rx-html-sitemap-results-heading h3 {
	margin-bottom: 0;
}

.rx-html-sitemap-results-heading > span {
	padding: 6px 10px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #475569;
	font-size: 0.9rem;
	font-weight: 700;
	white-space: nowrap;
}

.rx-html-sitemap-result-list {
	margin: 0;
	padding-left: 1.65rem;
}

.rx-html-sitemap-result-list li {
	padding: 12px 0 12px 5px;
	border-bottom: 1px solid #edf2f7;
}

.rx-html-sitemap-result-list li:last-child {
	border-bottom: 0;
}

.rx-html-sitemap-result-list li > span {
	display: block;
	margin-top: 4px;
	color: #64748b;
	font-size: 0.9rem;
}

.rx-html-sitemap-pagination {
	margin-top: 22px;
}

.rx-html-sitemap-pagination .page-numbers {
	display: flex;
	gap: 7px;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rx-html-sitemap-pagination a,
.rx-html-sitemap-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 7px 10px;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	text-decoration: none;
}

.rx-html-sitemap-pagination .current {
	border-color: #0f766e;
	background: #0f766e;
	color: #fff;
}

.rx-html-sitemap-empty {
	padding: 28px;
	border: 1px dashed #cbd5e1;
	border-radius: 14px;
	background: #f8fafc;
	text-align: center;
}

.rx-html-sitemap-empty h4 {
	margin-top: 0;
}

.rx-html-sitemap-empty a {
	font-weight: 700;
}

@media (max-width: 760px) {
	.rx-html-sitemap-toolbar {
		display: grid;
	}

	.rx-html-sitemap-xml {
		justify-self: start;
	}

	.rx-html-sitemap-search-controls {
		grid-template-columns: 1fr;
	}

	.rx-html-sitemap-search button {
		width: 100%;
	}

	.rx-html-sitemap-stats,
	.rx-html-sitemap-overview-grid {
		grid-template-columns: 1fr;
	}

	.rx-html-sitemap-results-heading {
		display: grid;
	}

	.rx-html-sitemap-list li,
	.rx-html-sitemap-category-list li,
	.rx-html-sitemap-category-results li {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.rx-html-sitemap-list time,
	.rx-html-sitemap-category-list span,
	.rx-html-sitemap-category-results span {
		white-space: normal;
	}
}

@media (max-width: 480px) {
	.rx-html-sitemap-search {
		padding: 18px;
		border-radius: 18px;
	}

	.rx-html-sitemap-search-heading {
		align-items: flex-start;
	}

	.rx-html-sitemap-search-badge {
		width: 42px;
		height: 42px;
		border-radius: 12px;
	}

	.rx-html-sitemap-search input[type="search"] {
		min-height: 54px;
		padding-left: 46px;
	}

	.rx-html-sitemap-search button {
		min-height: 54px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rx-html-sitemap-search input[type="search"],
	.rx-html-sitemap-search button {
		transition: none;
	}
}
