:root {
	--bg: #f7f9fe;
	--wbg: #fff;
	--border: #e3e8f7;
	--shadow: #2c2d300c;
	--primary: #364f6b;
	--br: 10px
}

/*const headerHeight = 70; 锚点距离*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--primary);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	line-height: 2;
	text-align: justify;
}
a {
	text-decoration: none;
}

html.dark {
	filter: invert(1) hue-rotate(180deg);
	background: #fff;
}

html.dark img,
html.dark video,
html.dark iframe,
html.dark svg,
html.dark .no-dark,
html.dark:not(.prism-lang)>span {
	filter: invert(1) hue-rotate(180deg);
}

html.dark .prism-wrap * {
	filter: none !important;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

html.dark::-webkit-scrollbar-track {
	background: #1a1a1a;
}

html.dark::-webkit-scrollbar-thumb {
	background: #444;
}

html.dark::-webkit-scrollbar-thumb:hover {
	background: #666;
}

body {
	background: var(--bg);
	height: 100vh;
	overflow: hidden;
	overflow-y: auto;
}
input::placeholder{
	color: var(--primary);
	opacity: 0.7;
}

/* .app-content { */
	/* display: none; */
/* } */

.app-content.logged-in {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.container {
	padding: 60px 10%;
	min-height: calc(100vh - 50px);
	display: flex;
	gap: 20px;
}
.main  {
	flex: 1;
	max-width: calc(100% - 250px);
}
.container-datuo > div,
.author,#pb, #festivalInfo,
.main > .content {
	background: var(--wbg);
	border-radius: var(--br);
	padding: 20px;
	border: 1px solid var(--border);
}
#festivalInfo,
#pb{
padding: 10px;font-size:0.8rem;}

.main > .content p img {
    max-width: 600px;
    max-height: 300px;
    width: auto;
    height: auto;
	border-radius: var(--br);
}
aside {
	width: 250px;
	flex-shrink: 0;
}
aside > div {
    position: sticky;
    top: 60px;
}	
aside > div > div:not(:last-child) {
    margin-bottom: 20px;
}
aside  p > img {
	width: 100%;
	border-radius: var(--br);
}


.login-page {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.login-page::before {
	content: "";
	position: absolute;
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
	background: url(https://picsum.photos/id/1042/1920/1080) center center no-repeat, linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	background-size: cover;
	filter: blur(8px);
	z-index: -1;
}

.login-container {
	background: #ffffff50;
	border-radius: 16px;
	padding: 30px;
	width: 90%;
	max-width: 400px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	text-align: center;
}


.login-container h1,
.login-container h1 i {
	font-size: 2rem;
}

.login-container p {
	margin-bottom: 10px;
}



.login-form input {
	width: 100%;
	padding: 14px 16px;
	border: none;
	border-radius: 8px;
	margin-bottom: 20px;
	box-sizing: border-box;
	transition: border-color 0.2s;
	background: #ffffff50;
}

.login-form input:focus {
	outline: none;
	border-color: #667eea;
}

.login-form button {
	width: 100%;
	padding: 14px;
	background: #269be373;
	color: #fff;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 500;
	transition: opacity 0.2s;
}

.login-form button:hover {
	opacity: 0.9;
}

.login-form button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.login-error {
	background: #ffebee;
	color: #c62828;
	padding: 12px;
	border-radius: 6px;
	margin-bottom: 20px;
	display: none;
}

.login-error.show {
	display: block;
}

.login-lockout {
	background: #fff3e0;
	color: #e65100;
	padding: 12px;
	border-radius: 6px;
	margin-bottom: 20px;
	display: none;
}

.login-lockout.show {
	display: block;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	border-bottom: 1px solid var(--border);
	padding-inline: 10%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 999;
	background-color: #ffffff30;
	backdrop-filter: blur(10px);
	box-sizing: border-box;
}

.header-left {
	display: flex;
	align-items: center;
	gap: 8px;
}
.site-logo {
	height: 20px;
	width: auto;
	vertical-align: middle;
}

table img,
.down-wrap .down-all-check *,
#countrySearch,
.cbox-copy-btn,
#searchList *,
.header *,
.sidebar * {
	cursor: pointer;
}


.sidebar {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 200px;
	background: var(--wbg);
	border-right: 1px solid var(--border);
	padding: 70px 10px 8px 10px;
	height: calc(100vh - 0px);
	max-height: calc(90vh - 0px);
	overflow-y: auto;
	transition: transform 0.25s ease;
	transform: translateX(-100%);
	z-index: 5;
	font-size: 0.9rem;
}

.sidebar.show {
	transform: translateX(0);
}
.sidebar-oaoo-open #footerContent,
.sidebar-oaoo-open .header{padding-inline: 20px;}

.sidebar-oaoo-open.err404 .sidebar.show.sidebar-hidden, /*可以删除*/
.sidebar-oaoo-open .sidebar{
    position: sticky;
    top: 60px;
	transform: none;
	width: auto;
	min-width: 200px;
	max-width: 200px;
	border: 1px solid var(--border);
	border-radius: var(--br);
	padding: 10px;
	height: 100%;
	transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
	flex-shrink: 0;
	opacity: 1;
	visibility: visible;
}
.sidebar-oaoo-open.err404 .sidebar, /*可以删除*/
.sidebar-oaoo-open .sidebar.sidebar-hidden {
	width: 0;
	min-width: 0;
	max-width: 0;
	padding: 0;
	border: none;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	margin-left: -20px;
	flex-shrink: 1;
}

.sidebar-oaoo-open.home .container {
	padding-top: 20px;
}
.sidebar-oaoo-open .container {
	padding-inline: 20px;
	margin-left: 0;
	gap: 20px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
.sidebar-oaoo-open .main {
	flex: 1;
	max-width: none;
	width: auto;
	min-width: 0;
}

.sidebar-oaoo-open .sidebar.sidebar-hidden ~ .main {
	margin-left: 0;
}
/*
.sidebar-oaoo-open .sidebar.sidebar-hidden ~ aside {
	display: none;
}
*/
@media (max-width: 1200px) {
	.sidebar-oaoo-open aside {
		display: none;
	}
}
@media (max-width: 900px) {
	.sidebar-oaoo-open .sidebar {
		min-width: 150px;
		max-width: 200px;
	}
}
@media (max-width: 768px) {
	.sidebar-oaoo-open .sidebar {
		position: fixed;
		left: 0;
		top: 0;
		transform: translateX(-100%);
		z-index: 100;
		box-shadow: 2px 0 10px rgba(0,0,0,0.1);
	}
	.sidebar-oaoo-open .sidebar.show {
		transform: translateX(0);
	}
	.sidebar-oaoo-open .sidebar.sidebar-hidden {
		transform: translateX(-100%);
	}
	.sidebar-oaoo-open .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.sidebar h2 {
	margin-bottom: 20px;
	padding-left: 8px;
}

.sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar li {
	position: relative;
	margin: 0;
}

.sidebar .submenu li {
	padding-left: 28px;
}

.sidebar .submenu li::before {
	content: '';
	position: absolute;
	left: 8px;
	top: 15px;
	width: 16px;
	height: 1px;
	background: var(--primary);
}

.sidebar .submenu li::after {
	content: '';
	position: absolute;
	left: 8px;
	top: 0;
	width: 1px;
	height: 100%;
	background: var(--primary);
}

.sidebar .submenu li:last-child::after {
	height: 15px;
}

.sidebar a:not(.webnav-sidebar a) {
	text-decoration: none;
}

.sidebar a.active {
	font-weight: 800;
}

.folder {
	font-weight: 500;
	display: flex;
	align-items: center;
}

.folder-icon {
	margin-right: 6px;
}

.folder-content {
	display: flex;
	align-items: center;
	flex: 1;
}

.folder-arrow {
	margin-left: auto;
}

.file-icon {
	margin-right: 6px;
}

.submenu {
	display: none;
	padding-left: 0;
}

.submenu.open {
	display: block;
}

.toc-section {
	display: none;
}

.toc-section.show {
	display: block;
	font-size: 0.8rem;
}

.toc-section h3 {
	margin-bottom: 6px;
	font-weight: 500;
	padding: 4px 8px;
}

.toc {
	list-style: none;
	padding-left: 0;
}

.toc a {
	padding: 3px 8px;
	opacity: 0.7;
	text-decoration: none;
	border-radius: 4px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.toc a:hover {
	opacity: 1;
	background: var(--border);
}

.sidebar .submenu .toc li {
	padding-left: 0;
}

.down-wrap .down-all-check .down-allSel,
.sidebar .submenu .toc li::before,
.sidebar .submenu .toc li::after {
	display: none;
}

.sidebar .toc a.active {
	font-weight: normal;
	opacity: 1;
}

.content {
	overflow-x: auto;
	overflow-y: visible;
}

.nav-container,
.content h1,
.content h2,
.content h3 {
	margin: 10px 0;
}

.content > p {
	margin: 12px 0;
}

.peixun .content > p,
.content ul:not(.hot-content ul),
.content ol:not(.hot-content ol) {
	padding-left: 28px;
	margin: 12px 0;
}


.content blockquote {
	border-left: 4px solid #0070f3;
	padding-left: 16px;
	margin: 14px 0;
}

.content .katex {
	white-space: nowrap;
}

.content .katex-display {
	overflow-x: auto;
	overflow-y: hidden;
	padding: 8px 0;
}

.header-right {
	display: flex;
	align-items: center;
	gap: 12px;
}

.search-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.search-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: flex-start;
	padding-top: 15vh;
	z-index: 1000;
}

.search-modal.show {
	display: flex;
}

#searchResults {
	background: var(--wbg);
	border: 1px solid var(--border);
	border-radius: 8px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
	width: 90%;
	max-width: 1000px;
	padding: 20px;
}
#searchList {
	max-height: 50vh;
	overflow-y: auto;
	margin: 20px 0;
}
.search-tabs{
	border-bottom: 1px solid var(--border);
	padding-bottom: 10px;
}
#searchResults:has(.docs-grid) .search-tabs {
  border: none;
}

.search-input-wrapper {
	padding: 10px 0;
}

#searchInput {
	width: 100%;
	background: var(--sidebar);
	border: 1px solid var(--border);
	padding: 12px 16px;
	border-radius: 6px;
	outline: none;
}

#searchInput:focus {
	border-color: #0070f3;
}

.docs-grid .search-item {
	padding: 5px 14px;
	border: 1px solid var(--border);
	margin: 10px 10px 10px 0;
	border-radius: 8px;
}
.docs-grid .search-item:first-child {
 margin: 0px 10px 10px 0!important;
}


.search-item-preview {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: 0.5;
}

.search-item-preview mark {
	background: #fff3a3;
	padding: 0 2px;
}



/* 搜索标签页整体容器 */
#searchResults .search-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  border: none; /* 无外框 */
  background: transparent; /* 无背景 */
  justify-content: center;
}

/* 标签按钮基础样式 */
#searchResults .search-tab {
  padding: 6px 14px;
  font-size: 0.75rem;
  border: none; /* 无任何边框 */
  outline: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* 鼠标悬浮 */
#searchResults .search-tab:hover {
  background: #eaeaea;
  color: #333;
}

/* 激活状态（当前选中） */
#searchResults .search-tab.active {
  background: var(--border);
  font-weight: 500;
}

.password-modal {
	display: none;
	text-align: center;
	padding: 60px 20px;
}

.password-modal.show {
	display: block;
}

.password-box {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}

.password-box h3 {
	margin-bottom: 20px;    text-align: center;
}

.password-box input {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid var(--border);
	border-radius: var(--br);
	margin-bottom: 16px;
	outline: none;
}

.password-box input:focus {
	border-color: #0070f3;
}

.password-box button {
	width: 100%;
	border: none;
	cursor: pointer;
	padding: 10px;
	background: var(--bg);
	border-radius: var(--br);
	border: 1px solid var(--border);
	text-align: center;
}

.password-error {
	margin-top: 8px;
	display: none;
}

.password-error.show {
	display: block;
}

#docs-logout {
	position: fixed;
	bottom: 35px;
	right: 70px;
	display: flex;
	align-items: center;
	background: var(--wbg);
	border: 1px solid var(--border);
	border-radius: 8px;
	padding: 5px;
	z-index: 100;
	flex-direction: column-reverse;
}

.docs-logout-countdown,
.docs-logout-countdown {
	font-size: 0.8rem;
}

.docs-logout-btn {
	border: none;
	background: transparent;
	cursor: pointer;
}

.webnav {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 8px;
}

.webnav-sidebar {
	display: none;
	flex-direction: column;
	gap: 0px;
	border-bottom: 1px solid var(--border);
}

.nav-item {
	position: relative;
	user-select: none;
	transition: background 0.2s;
}

.nav-item:hover {
	background: var(--hover);
}

.dropdown {
	display: none;
	position: absolute;
	top: calc(100% + 4px);
	right: 0;
	min-width: 180px;
	background: var(--wbg);
	border: 1px solid var(--border);
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
	z-index: 100;
	padding: 4px 0;
}

.nav-item.show>.dropdown {
	display: block;
}

.tree,
.tree-sub {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tree-leaf {
	padding: 0px 16px;
	transition: background 0.2s;
}

.tree-leaf:hover {
	background: var(--hover);
}

.tree-title {
	padding: 0px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background 0.2s;
}

.tree-title:hover {
	background: var(--hover);
}

.tree-sub {
	display: none;
	padding-left: 16px !important;
}

.down-wrap .down-all-check i,
.nav-arrow {
	transition: transform 0.2s;
}
.down-wrap .show .down-all-check i,
.nav-item.show .nav-arrow {
	transform: rotate(90deg);
}

.tree-arrow {
	transition: transform 0.2s;
}

.tree-item.active .tree-arrow {
	transform: rotate(90deg);
}

.tree-item.active>.tree-sub {
	display: block;
}

#footerContent {
	display: flex;
	justify-content: space-between;
	background: #fff;
	height: 50px;
	align-items: center;
	padding-inline: 10%;
}







.Warning {
	background: #fef2f2;
	border-left: 5px solid #ef4444;
	color: #dc2626;
}

.Success {
	background: #f0fdf4;
	border-left: 5px solid #22c55e;
	color: #16a34a;
}

.Info {
	background: #f0f9ff;
	border-left: 5px solid #3b82f6;
	color: #2563eb;
}

.callout {
	background: #8b5cf614;
	border-left: 5px solid #8b5cf6;
	color: #8b5cf6;
}
.Info, .Success,.Warning,
.callout {
	padding: 10px 10px;
	border-radius: 6px;
	margin: 20px 0;
}

.Warning p,
.Success  p,
.Info p,
.callout p,
.Warning i,
.Success  i,
.Info i,
.callout i{
	color: inherit; 
}
.blno {border:none;}

.df {
display: flex;
align-items: center;
gap: 10px;
}

.copyright {
  position: relative;
  overflow: hidden;
  padding: 16px 20px;
  background: #ffffffc9;
  border-radius: var(--br);
  border: 1px solid var(--border);
  margin: 20px 0 0 0;
}
.copyright::before {
  content: "\f1f9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 100px;
  color: #009eff;
  opacity: 0.8;
  z-index: -1;
  pointer-events: none;
}

.grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 16px;
	margin: 20px 0;
}

.images {
	width: 100%;
}

.images>div:first-child {
	width: 100%;
	height: 150px;
	overflow: hidden;
	border-radius: 10px;
}

.down-wrap .down-up img,
.images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.images p:first-child {
	margin-top: 5px;
	opacity: 1!important;
}

.images p:last-child {
	font-size: 0.8rem;
	opacity: 0.5;
}

.images p {
	margin: 0;
}

#articleNav {
	display: flex;
	border-radius: 10px;
	margin-top: 20px;
	overflow: hidden;
}

#articleNav .nav-item {
	flex: 1;
	position: relative;
	height: 120px;
	cursor: pointer;
	transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
}

#articleNav .nav-item:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	z-index: 10;
}

#articleNav .nav-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 10px;
	text-align: center;
}

#articleNav .nav-label {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 5px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#articleNav .nav-title {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}

#articleNav .nav-cover-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#articleNav .nav-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: blur(5px);
	transform: scale(1.1);
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

#articleNav .nav-item:hover .nav-cover {
	transform: scale(1.5);
}

.progress-bar {
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 9999;
}

.progress-fill {
	height: 100%;
	background: linear-gradient(90deg, #0070f3, #764ba2);
	width: 0%;
	transition: width 0.1s ease;
}

.back-btn {
	position: fixed;
	right: 20px;
	bottom: 60px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 1000;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid var(--border);
}

.back-btn.show {
	opacity: 1;
	visibility: visible;
}

.back-btn:hover {
	background: var(--hover);
	transform: scale(1.1);
}

#banner {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative;
}

#banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;

    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

#banner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#banner .banner-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
	padding: 20px 15px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 10;
}

#banner .controls-left,
#banner .controls-right {
	display: flex;
	gap: 8px;
}

#banner .controls-center {
	flex: 1;
	min-width: 100px;
	margin: 0 20px;
	display: flex;
	align-items: center;
	gap: 15px;
}

#banner .control-btn {
	background: rgba(255,255,255,0.2);
	border: none;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	cursor: pointer;
	transition: background 0.3s;
	font-size: 14px;
}

#banner .control-btn:hover {
	background: rgba(255,255,255,0.4);
}

#banner .progress-bar {
	flex: 1;
	height: 8px;
	min-width: 150px;
	background: rgba(255,255,255,0.3);
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	display: block;
}

#banner .progress-bar:hover {
	background: rgba(255,255,255,0.4);
}

#banner .progress-fill {
	height: 100%;
	background: #00bfff;
	border-radius: 4px;
	transition: width 0.15s ease;
	min-width: 0;
}

#banner .time-display {
	color: white;
	font-size: 12px;
	min-width: 45px;
	text-align: center;
}

.banner-container {
	position: relative;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.banner-container button {
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
}

.banner-container .carousel-slider {
	display: flex;
	transition: transform 0.4s ease-in-out;
	will-change: transform;
}

.banner-container .carousel-slide {
	min-width: 100%;
	position: relative;
	flex-shrink: 0;
}

.banner-container .carousel-slide img,
.banner-container .carousel-slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-container .carousel-content {
	position: absolute;
	bottom: 70px;
	text-align: center;
	width: 100%;
	padding: 20px 30px;
	color: white;
	z-index: 10;
}

.banner-container .carousel-content h2 {
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: 600;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-container .carousel-content p {
	margin: 0;
	font-size: 16px;
	opacity: 0.9;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.banner-container .carousel-control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(102, 102, 102, 0.3);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 20;
	transition: background 0.3s;
}

.banner-container .carousel-control:hover {
	background: rgba(102, 102, 102, 0.6);
}

.banner-container .carousel-prev {
	left: 15px;
}

.banner-container .carousel-next {
	right: 15px;
}

.banner-container .carousel-indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 30;
}

.banner-container .carousel-indicator {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: width 0.3s;
}

.banner-container .carousel-indicator:hover {
	background: rgba(255, 255, 255, 0.8);
}

.banner-container .carousel-indicator.active {
	width: 32px;
	background: #3B82F6;
}

.banner-container button.carousel-control>span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	margin-left: -5px;
	transition: transform 0.3s ease;
	transform: rotate(45deg);
}

.banner-container button.carousel-prev>span {
	transform: rotate(-135deg);
	margin-left: 5px;
}

.img-container {
  margin-bottom: 16px;
}

.img-pagination {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  border: none;
  background: transparent;
  justify-content: center;
}

.img-page-btn {
  padding: 6px 14px;
  font-size: 0.75rem;
  border: none;
  outline: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: transparent;
}

.img-page-btn:hover {
  background: #eaeaea;
  color: #333;
}

.img-page-btn.active {
  background: var(--border);
  font-weight: 500;
}

.img-page-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.img-page-btn:disabled:hover {
  background: transparent;
}

.img-page-ellipsis {
  padding: 6px 4px;
  color: #999;
}

.img-page-jump {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
}

.img-page-input {
  width: 50px;
  padding: 4px 8px;
  font-size: 0.75rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  outline: none;
}

.img-page-input:focus {
  border-color: #0070f3;
}

.img-page-jump-btn {
  padding: 4px 10px;
  font-size: 0.75rem;
  border: none;
  border-radius: 4px;
  background: var(--border);
  cursor: pointer;
  transition: all 0.2s ease;
}

.img-page-jump-btn:hover {
  background: #eaeaea;
}



.nav-container .nav-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
}
.nav-container .nav-grid .nav-card {margin: 0;}
.nav-card{ width:100%;max-width:250px;margin: 20px auto;}
aside .nav-card{ width:100%;max-width:310px;margin: 0;height: 80px;}

.nav-card,
.nav-container .nav-card {
    display: flex;
    align-items: center;
    height: 65px;
    padding: 2px 5px;
    background: #fff;
	border: 1px solid var(--border);
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ;
    box-sizing: border-box;
    overflow: hidden;
    gap: 10px;
}

.nav-container .nav-card:hover {
    box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.05);
	transform: scale(1.05);
}
.card-left,
.nav-container .card-left {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
}
.card-left a,
.nav-container .card-left a {
    width: 100%;
    height: 100%;
}
.card-icon,
.nav-container .card-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: #f3f4f6;
}
.card-right,
.nav-container .card-right {
    flex: 1;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
}
.card-name,
.nav-container .card-name {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
	margin: 2px 0 0!important;
}
.card-desc,
.nav-container .card-desc {
    font-size: 0.75rem;
    margin: 2px 0 0!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.1;
	opacity: 0.5;
}

.author {
	padding: 0;
	overflow: hidden;
}
.author-top {
  position: relative;
  height: 120px;
}
.author-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.author-avatar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px solid var(--wbg);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: var(--wbg);
}
.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.author-info {
  padding:40px 10px 10px 10px;
}

.author-name,
.author-desc {
  margin: 0;
  line-height: 1.5;
}
.author-social {
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.author-social a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  text-decoration: none;
  transition: color 0.2s;
      flex-direction: column;
}
.author-social a:hover {
  color: #007bff;
}
.author-social i {
  width: 16px;
  text-align: center;
}


.hot-content * {
  list-style-type: none;
  font-size: 0.9rem;
}
.hot-container .hot-content {
  height: 300px;
  overflow-y: auto;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
    border: 1px solid var(--border);
    background: var(--wbg);
  border-top: none;
  
}
.hot-content {
	padding: 10px;
}

.hot-all {
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	background: transparent;
}

.hot-all .hot-header {
	border: none;
	border-radius: 0;
	padding: 0;
	background: transparent;
}

.hot-all .hot-content {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 16px;
	padding: 0px;
	max-height: none;
	overflow: visible;
}

.hot-all-card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	min-height: 200px;
	    border: 1px solid var(--border);
}

.hot-all-header {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 16px;
	background: var(--bg);
	color: #fff;
	font-weight: 600;
	border-bottom: 1px solid var(--border);
}

.hot-all-icon {
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.2);
	object-fit: cover;
}

.hot-all-platform {
	font-size: 15px;
}

.hot-all-list {
	padding: 10px!important;
	margin: 0!important;
	max-height: 300px;
	overflow-y: auto;
}

.hot-all-item {
	display: flex;
	align-items: center;
	gap: 8px;
	list-style: none;
	min-height: 28px;
}

.hot-all-item:last-child {
	border-bottom: none;
}

.hot-rank {
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	flex-shrink: 0;
}



.hot-all-title {
	flex: 1;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
}



.hot-list {
  padding: 0;
  margin: 0;
}

.hot-item {
  display: flex;
  align-items: center;
}

.hot-item:last-child {
  border-bottom: none;
}


.peixun .content h1,.peixun .content h2,.peixun .content h3{
	color: #c60707
}
.hot-item.hot-top .hot-rank,
.lsjt-list > .lsjt-item:nth-child(-n+3) .lsjt-num {
  color: red; 
}

.hot-title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.2s;
}

.hot-title:hover {
  color: #007bff;
}

/* 父容器：水平 flex 布局，垂直居中，间距均匀 */
.hot-header {
  display: flex;
  align-items: center;
  gap: 10px; /* 图标和下拉框之间的间距 */
  width: 100%;
  padding: 10px;
  background: var(--wbg);
  border: 1px solid var(--border);
  border-radius: 10px 10px 0 0 ;
}

/* 平台图标：固定大小、圆形 */
.hot-platform-url {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0; /* 不让图标被压缩 */
      border: 1px solid var(--border);
}

.hot-platform-url img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* 下拉选择框：自动占满剩余空间 */
.hot-select {
  flex: 1; /* 核心：占据剩余空间 */
  height: 35px;
  padding: 0 10px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
}

.hot-select:focus {
  border-color: #409eff;
}

/* 加载中状态：靠右 */
.hot-loading {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #666;
  font-size: 14px;
  white-space: nowrap;
}
.lsjt-list{
	padding: 10px;

	    height: 300px;
    overflow-y: auto;
    box-sizing: border-box;
    border-radius: 10px;

    background: var(--wbg);
    border: 1px solid var(--border);
    border-radius: 0 0 10px 10px;
    border-top: none;
}

.lsjt-item {line-height: 1.5;}


.lsjt-item span {font-size: 0.85rem;}
.lsjt-num {font-size: 0.75rem!important;}

.lsjt-header{
    padding: 10px;
    background: var(--wbg);
    border: 1px solid var(--border);
    border-radius: 10px 10px 0 0;
}

#searchList.media-grid,
#searchList.nav-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px;
}

#searchList .nav-card {
    margin: 0;
}

#searchList .media-title,
#searchList .card-name{font-size: 0.8rem;}

#searchList .media-preview,
#searchList .card-preview {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 0.75rem;
	opacity: 0.5;
}

.search-item-media.search-item {
    border: none;
}
#searchList .card-left {
	overflow: hidden;
	border-radius: 50%;
	}
#searchList .media-up img,
#searchList .card-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#searchList .media-up {
    width: 100%;
    height: 100px;
	overflow: hidden;
	border-radius: 10px;
}

#searchList.search-highlight .media-title{
	height: 15px;
	margin-top: 5px;
}

#searchList .media-title {
    margin-top: 10px;
    line-height: 1.2;
}
embed{
	width:100%;
	height:600px;
}
#top_cover{
	height: 400px;
    overflow: hidden;
}
#top_cover img {
	width: 100%;
    height: 100%;
	object-fit: cover;
}

.err404 .content > div:first-child {margin-bottom: 100px;}

.err404 .content > div:first-child p  {
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(90deg, #364f6b, #337ecc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
	margin: 0px;
	line-height: 1.5;
}
.err404 .content > div:first-child p a {
  display: inline-block;
  padding: 12px 35px;
  background: #364f6b;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.err404 .content > div:first-child p a:hover {
  background: #337ecc;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(64, 158, 255, 0.3);
}
/* .sidebar-oaoo-open.err404 .sidebar, */
.sidebar-oaoo-open.err404 #articleNav,
.err404 #otherContent{display: none!important;}




/* 按钮外层：居中 + 不重叠 + 间距 */
.btn {
    margin: 15px 0;
}

/* 【公共样式】所有按钮共用：padding / 圆角 / 边距 统一写这里 */
.btn a {
    display: inline-block;
    text-decoration: none !important;
    /* 👇 公共属性，只写一次，所有按钮生效 */
    padding: 6px 10px;
    border-radius: 6px;
    margin: 0;
	background: var(--bg);
}

/* 单独颜色样式（只保留颜色相关，极简） */
.btn.blue a {
    background: #f0f9ff;
    color: #2563eb;
}
.btn.green a {
    background: #f0fdf4;
    color: #16a34a;
}
.btn.red a {
    background: #fef2f2;
    color: #dc2626;
}
.btn.purple a {
    background: #8b5cf614;
    color: #8b5cf6;
}

/* 图标颜色继承 */
.btn i {
    color: inherit !important;
}

.cbox-items {
  display: flex;
  flex-wrap: wrap;
  
  /* 关键：抵消最外层左边的多余间距 */
  margin: 0 -5px;
}

.cbox-items > div {
  /* 所有项目统一左右间距 */
  margin: 0 5px;
}
.cbox-selected-header{
	display: flex;
    gap: 10px;
    justify-content: space-between;
    background: #ebf2ff;
    padding: 5px 10px;
}
.cbox-selected-container{
    border: 1px solid #d7e4f9;
    border-radius: 8px;
    overflow: hidden;
	margin-top: 10px;
}


.cbox-selected{padding: 5px 10px;}
.cbox-category-title{font-weight:600;}
.excel-wrap,
.cbox-container{
	margin: 20px 0;
}

/* 外层容器，用来解决圆角+边框的兼容性问题 */
table {
  width: 100%;
  margin: 20px 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
}

/* 表头样式 */
table th {
  background: var(--bg);
  border: 1px solid var(--border);
      padding: 0 10px;
}
table th:first-child {
  border-right: 0;
}
table th:last-child {
  border-left: 0;
}

/* 单元格样式 */
table td {
border-left: 1px solid var(--border);
border-bottom: 1px solid var(--border);
padding: 0 10px;
}
/* table td:first-child { */
  /* border-right: 0; */
/* } */
table td:last-child {
border-right: 1px solid var(--border);
}

/* 四个角圆角（完美闭合不缺边） */
table tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
table tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
/* ✅ 对齐样式：左 / 中 / 右 */

.login-form {
	text-align: left;
}

.tc .images > div:nth-child(2) p,
.tc,
.err404 .content > div:first-child * ,
.author-info * ,
.search-no-result,
.login-form button,
.login-container p,
.login-container h1 {
	text-align: center;
}



th[align="left"], td[align="left"] {
  text-align: left !important;
}
.excel-wrap.center th,.excel-wrap.center td,
th[align="center"], td[align="center"] {
  text-align: center !important;
}
.right,
.excel-wrap.right th,.excel-wrap.right td,
th[align="right"], td[align="right"] {
  text-align: right !important;
}

#convBox,
#worldClock {
	padding: 10px;
	border: 1px solid var(--border);
	background: var(--wbg);
    border-radius: var(--br);
}

#convBox h3, .converter-box,
#worldClock .title {
  margin: 0 0 10px 0;
}
.top-bar {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}


/* 核心：两个子元素强制平分宽度 */
#globalSearch,
#countrySelect {
  flex: 1;            /* 平分剩余空间 */
  min-width: 0;       /* 防止内容撑开宽度 */
  box-sizing: border-box;
}

/* 让两个输入框都占满各自的父容器 */
#globalSearch,
#countrySelect {
  width: 100%;
  box-sizing: border-box;
  padding: 6px 10px;
  border: 1px solid var(--border);
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}
#worldClock .worldClock-info,
#worldClock .card{
    display: flex;
    gap: 10px;
    justify-content: space-between;
	font-size: 0.9rem;
}
.sales {
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.sales .images {
    width: 100%;
	max-width: 250px;
    text-align: center;
    display: flex;
    flex-direction: column;
	overflow: hidden;
	align-items: center;
}
.sales .images p {
	text-align: center;
    opacity: 1;
}

.down-wrap .down-up{
	width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
	border: 1px solid var(--border);
	border-radius: var(--br);
}	
.ar11 .images>div:first-child {height: auto !important;}
.ar12 .down-up {aspect-ratio: 1 / 1.2;}

.down-wrap  .show .down-all-check .down-allSel{
    display: block;
}
.down-wrap .down-formats{
	display: none;
    flex-wrap: wrap;
    justify-content: space-between;
	
}
.down-wrap .show .down-formats{
	display: flex;
	justify-content: center;
}
.down-wrap .down-formats label .down-subCk {
	    margin-right: 3px;
}

.down-wrap .down-item{
	position: relative;
}


.down-wrap .down-all-check{
    position: absolute;
    display: flex;
    top: 10px;
    right: 30px;
}
.down-wrap .down-all-check i {
	margin-right: 8px;
}

.down-wrap .down-btn{
    position: absolute;
    top: 3px;
    right: 10px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
  background: transparent;
}

.down-wrap  i {
	color: var(--border);
}

@media (max-width:768px) {
.grid {

    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
} 
	#footerContent,
	.container,
	.header {
		padding-inline: 20px;
	}

	.main {
		background: none;
		border-radius: none;
		padding: 0px;
		border: none;
		max-width: calc(100% - 0px);
	}

	.webnav-header {
		display: none;
	}

	.webnav-sidebar {
		display: flex;
		margin-bottom: 10px !important;
		padding-bottom: 10px !important;
	}

	.webnav-sidebar .dropdown {
		position: static;
		box-shadow: none;
		border: none;
		padding: 0;
		background: transparent;
	}

	.webnav-sidebar .nav-item {
		padding: 0px 8px;
	}

	.webnav-sidebar .nav-item>span {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#searchList.media-grid,
	#searchList.nav-grid {
		grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	}
	aside{display: none;}
}

.image-viewer-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(5px);
}

.image-viewer-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-viewer-content {
	position: relative;
	max-width: 90vw;
	max-height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-viewer-content img {
	max-width: 100%;
	max-height: 90vh;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.image-viewer-close {
    position: fixed;
    top: 20px;
    right: 20px;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	transition: background 0.3s;
}

.image-viewer-close:hover {
	background: rgba(255, 255, 255, 0.6);
}

#viewer-link {
	position: fixed;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	padding: 8px 16px;
	border-radius: 20px;
	text-decoration: none;
	font-size: 14px;
	transition: background 0.3s;
}

#viewer-link:hover {
	background: rgba(255, 255, 255, 0.3);
}


/* 滚动条样式 - 主流浏览器 */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
  margin-block: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}


::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}


.converter-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.converter-box .box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 90px;
}

.converter-box input[type="number"],
.converter-box select {
  padding: 5px;
  border: 1px solid var(--border);
  border-radius: 6px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}

.converter-box .swap {
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}



#fixedRates {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 10px;
  max-width: 100%;
}

.rate-item {
  display: flex;
  flex-direction: column;
  padding: 1px 8px;
  border: 1px solid var(--border);
  border-radius: 6px;
  align-items: center;
}


.rate-item .title {
  font-size: 0.7rem;
  opacity: 0.9;
}

.rate-item input {
  border: none;
  background: transparent;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
    height: 20px;
    padding-top: 6px;
}

.excel-search {
  margin-bottom: 12px;
}

.excel-search-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid var(--border);
      border-radius: var(--br);
  font-size: 14px;
  box-sizing: border-box;
}

.excel-search-input:focus {
  outline: none;
  border-color: #0066cc;
}

.excel-scroll {
  overflow-x: auto;
  max-width: 100%;
}

.excel-scroll table {
  white-space: nowrap;
  min-width: 100%;
}



table img,
.excel-scroll img {
  max-height: 20px;
  border: 1px solid var(--border);
  
}
.excel-scroll td:has(img) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.excel-wrap.excel-filter-active .excel-scroll table {
	border: 1px solid var(--border);
}


.wsnl table td:last-child  {
  white-space: normal; /* 改为 normal 就恢复自动换行 */
}

@media (min-width: 769px) {
.tlf  table {table-layout: fixed;}

.tlf3 th:nth-child(1), .tlf3 td:nth-child(1) { width: 120px; }
.tlf3 th:nth-child(2), .tlf3 td:nth-child(2) { width: 120px; }
.tlf3 th:nth-child(3), .tlf3 td:nth-child(3) { width: 120px; }
}
/* 通用删除线类.del, .delete, .line-through */
.del table td:last-child {
  text-decoration: line-through;
}

/* 手风琴样式 */
.custom-details {
  margin-bottom: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
}

.custom-details summary {
  position: relative;
  padding: 5px 10px;
  background: var(--bg);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  text-align: left;
}

.custom-details summary::-webkit-details-marker {
  display: none;
}

.custom-details summary::marker {
  display: none;
}

.custom-details .details-arrow {
  margin-left: auto;
  transition: transform 0.2s ease;
  color: #6b7280;
}

.custom-details[open] .details-arrow {
  transform: rotate(90deg);
}

.custom-details > p {
  padding: 10px 10px 10px 20px ;
  margin: 0;
  opacity: 0.8;
}

.custom-details h3 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  display: inline;
}
.custom-details .details-number{
	padding-right: 8px;
}

.menu-divider {
  border: none;
  height: 1px;
  background-color: #e5e7eb;
  margin: 8px 0;
}