a:link {text-decoration: none;}
a:hover {text-decoration: none;}
body {--bxsh: 3px 3px 0px;
			--bxshover: 3px 3px 0px;}

.text-md-end {width: 100%;}
.navbar-expand-lg.navbar-wp {background-color: #ffe1b8;}
.nav.navbar-nav {background-color: #ffe1b8;}
.title {font-family: "Open Sans"}
.small.single {padding: 0px;}
.more-link {display: none;}
.navigation.post-navigation {display: none;}
.bs-sidebar {width: 350px;}
.superblockslider__slide_inner {padding: 0 5px;}
.footer-logo .site-logo {display: none;}
.blog-credits {display: none;}


/* 1. 隱藏預設箭頭 */
summary {
	list-style: none;
  display: flex;
  justify-content: space; /* space-between 文字在左，按鈕在右 */
  align-items: center;
  cursor: pointer;
  gap: 10px;
	font-family: "Open Sans";
	font-size: 16px;
}
details {
	font-family: "Open Sans";
	font-size: 16px;
	padding: 5px;
}
summary::-webkit-details-marker {
  display: none;
}
/* 2. 精緻小圓圈符號 */
details > summary::after {
  content: '+';
  display: flex;
  align-items: center;
  justify-content: center;
/* 縮小尺寸 */
  width: 25px;      
  height: 25px;
  font-size: 18px; /* 符號細一點 */
  font-weight: 700; /* 不要太粗 */
/* 圓圈邊框 */
  border: 1px solid #999; /* 線條變細、顏色變淡 */
  border-radius: 50%;
/* 動畫 */
  transition: all 0.3s ease;
}
/* 3. 展開時的狀態 */
details[open] > summary::after {
  content: '−';
  transform: rotate(180deg);
  border-color: #333; /* 展開時邊框加深 */
  background-color: #f9f9f9;
}
/* 2. 第二層精緻小圓圈符號 */
details details > summary::after {
  content: '+';
  display: flex;
  align-items: center;
  justify-content: center;
/* 縮小尺寸 */
  width: 25px;      
  height: 25px;
  font-size: 18px; /* 符號細一點 */
  font-weight: 700; /* 不要太粗 */
/* 圓圈邊框 */
  border: 1px solid #999; /* 線條變細、顏色變淡 */
  border-radius: 50%;
/* 動畫 */
  transition: all 0.3s ease;
}
/* 3. 第二層展開時的狀態 */
details details[open] > summary::after {
  content: '−';
  transform: rotate(180deg);
  border-color: #333; /* 展開時邊框加深 */
  background-color: #f9f9f9;
}

.cat-links a, .entry-meta .cat-links a, .blog-arise-category-label a {background-color: #cccccc !important; /* 這是一個預設灰，你可以改成你想要的統一顏色 */ border: none !important;}
/* Word Search */
a[href*="cat=1362"], .cat-links a.category-1362, article.category-1362 .cat-links a {background-color: #ff4545 !important; /* 你要的橘紅色 */ color: #ffffff !important; /* 文字白色 */ display: inline-block !important;}
/* Word Match */
a[href*="cat=1365"], .cat-links a.category-1365, article.category-1365 .cat-links a {background-color: #2e2eff !important; /* 你要的橘紅色 */ color: #ffffff !important; /* 文字白色 */ display: inline-block !important;}
/* Word Scramble */
a[href*="cat=1363"], .cat-links a.category-1363, article.category-1363 .cat-links a {background-color: #00765b !important; /* 你要的橘紅色 */ color: #ffffff !important; /* 文字白色 */ display: inline-block !important;}
/* Word Connect */
a[href*="cat=1364"], .cat-links a.category-1364, article.category-1364 .cat-links a {background-color: #a52a2a !important; /* 你要的橘紅色 */ color: #ffffff !important; /* 文字白色 */ display: inline-block !important;}
/* Word Wordle */
a[href*="cat=1366"], .cat-links a.category-1366, article.category-1366 .cat-links a {background-color: #622569 !important; /* 你要的橘紅色 */ color: #ffffff !important; /* 文字白色 */ display: inline-block !important;}