/* ============= 顶部图片透明 ============= */
/* 文章页 */
#page-header.post-bg {
  background: none !important;
  height: 240px !important;
}
/* 分类页、标签页、归档页 */
#page-header.not-home-page {
  background: none !important;
  height: 30vh !important;
}
#page-header.not-home-page #site-title {
  top: -10vh !important;
}


/* ============= 背景半透明 ============= */
/* 文章阅读区域 */
html:not([data-theme='dark']) #post {
  background: rgba(255, 255, 255, .94);
}
html:not([data-theme='light']) #post {
  background: rgba(0, 0, 0, .7);
}
/* 侧边栏所有卡片 */
html:not([data-theme='dark']) #aside-content .card-widget {
  background: rgba(255, 255, 255, .94);
}
html:not([data-theme='light']) #aside-content .card-widget {
  background: rgba(0, 0, 0, .7);
}
/* 最近文章卡片 */
html:not([data-theme='dark']) #recent-posts .recent-post-item {
  background: rgba(255, 255, 255, .94);
}
html:not([data-theme='light']) #recent-posts .recent-post-item {
  background: rgba(0, 0, 0, .7);
}
/* 卡片（分类页、标签页、链接页） */
html:not([data-theme='dark']) #page {
  background: rgba(255, 255, 255, .94);
}
html:not([data-theme='light']) #page {
  background: rgba(0, 0, 0, .7);
}
/* 归档页卡片 */
html:not([data-theme='dark']) #archive {
  background: rgba(255, 255, 255, .94);
}
html:not([data-theme='light']) #archive {
  background: rgba(0, 0, 0, .7);
}


/* ============= hexo-blog-encrypt 自定义样式 ============= */
.hbe-input-field-blink {
  color: #d89f68 !important;
}
.hbe-input-field-blink:focus {
  border-color: #d89f68 !important;
}
.hbe-input-label-content-blink::after {
  color: #c97d3a !important;
}
.hbe-input-field {
  margin: 6px !important;
}
.hbe.hbe-button {
  background-color: #ffea00 !important;
  color: #111111 !important;
}
.hbe.hbe-button:hover {
  background-color: #ffdd00 !important;
}