@media screen and (min-width: 1024px) {
  .welcome_area {
    height: 440px;
  }
}

.heading .copy-h1 {
  font-size: clamp(32px, 8vw, 70px);
  color: #fff;
}

.heading .copy-p {
  font-size: 20px;
  color: #fff;
}


.icon_box img {
  width: 30px;
}

.welcome_area {
  background: radial-gradient(circle at 10% 70%, #f6d365, #fad0c4, #fda085);
}

.single_blog {
  margin-bottom: 30px;
  border-radius: 5px;
}

.single_blog_img {
  position: relative;
  z-index: 2;
}

.single_blog_img a.meta_date {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 3;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  background: #ffffff;
  display: inline-block;
  border-radius: 5px;
  padding: 13px 17px;
  line-height: 9px;
  transition: all 0.3s;
}


.single_blog:hover a.meta_date {
  color: #ffffff;
  background: #0f6eff;
  transition: all 0.3s;
}

.single_blog .meta_date {
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
}

.single_blog .single_blog_content {
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 5px 50px rgba(97, 105, 140, 0.07);
  padding: 25px;
}

.single_blog .single_blog_content p {
  margin-bottom: 20px;
}

.single_blog .single_blog_content h3 {
  color: #1c1b2e;
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
  margin-bottom: 10px;
  transition: all 0.3s;
  text-align: center;
}

pre {
  max-height: calc(100vh - 250px);
  overflow: auto;
  padding: 0;
  border-radius: 5px;
  background: #161616;
  min-height: 100%;
  max-width: 100%;
  position: relative;
  padding-top: 30px;
  overflow-y: visible;
  color: #fff;
}

pre:before {
  content: " ";
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fc625d;
  width: 12px;
  height: 12px;
  left: 10px;
  top: 10px;
  -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  z-index: 2
}

.single_content .title {
  font-size: 40px;
  margin-bottom: 10px;
  text-align: center;
  color: #000;
  line-height: 45px;
}

.single_content .meta {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}

.single_content p {
  margin: 0 0 20px;
  color: #3c3c43;
  line-height: 1.8;
  overflow-wrap: break-word;
  font-size: 1.1rem;
}

.single_content h1 {
  margin: 0 0 20px;
  overflow-wrap: break-word;
  font-size: 1.8rem;
}

.single_content h2 {
  margin: 0 0 20px;
  overflow-wrap: break-word;
  font-size: 1.5rem;
}

.single_content h3 {
  margin: 0 0 20px;
  overflow-wrap: break-word;
  font-size: 1.1rem;
}

.single_content h4 {
  margin: 0 0 20px;
  overflow-wrap: break-word;
}

.single_content img {
  width: 100%;
  border-radius: 5px;
  margin: 0 0 20px;
}
.single_content ul {
    list-style: square inside;
}
.single_content ul, .single_content ol {
    padding-left: 1.25rem;
    margin: 16px 0;
}

.single_content a {
  color: #007aff;
  font-size: 1rem;
}
.single_content  {
  color: #3c3c43;
  font-size: 1.0rem;
}
h1, h2, h3, h4, h5, h6, li, p {
    overflow-wrap: break-word;
}
.single_content code {
  color: #fff;
  font-size: 14px;
  background-color: #1c1b2e75;
  padding: 0.2em 0.45em;
  border-radius: 5px;
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}
.single_content a::after {
  content: "";
  padding-right: 20px;
  background-image: url('/assets/img/thumb/icons/link-solid-full.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 16px;
}

.single_content a[href^="http"]::after {
  background-image: url('/assets/img/thumb/icons/arrow-up-right-from-square-solid-full.svg');
}

.single_content table {
  margin: 20px 0;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  display: table;
  border-radius: 5px;
}

.single_content tr {
  background-color: #fff;
  border-top: 1px solid #e2e2e3;
  transition: .25s ease;
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
}

.single_content tr:nth-child(2n) {
  background-color: #f6f6f7;
}

.single_content th {
  font-size: 14px;
  font-weight: 600;
  color: #3c3c43c7;
  text-align: left;
  background-color: #f6f6f7;
  transition: .25s ease;
  transition-property: color, background-color, border;
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: -internal-center;
  unicode-bidi: isolate;
}

.single_content th,
.single_content td {
  padding: 8px 16px;
  border: 1px solid #e2e2e3;
  transition: border .25s ease;
}

.single_content td {
  font-size: 14px;
}

.loading {
  text-align: center;
  padding: 50px;
}

.single_popular .popular_mg img {
  border-radius: 5px;
}
/* todo */
 .task-list {
            list-style: none;
            padding: 0;
            max-width: 500px;
            margin: 0 auto;
        }
        
        .task-list-item {
            margin-bottom: 15px;
        }
        
        .task-list-item-label {
            display: flex;
            align-items: center;
            cursor: default;
            color: #666;
            font-size: 16px;
        }
.single_content .task-list-item-label {
    padding-left: 0.5rem;
}
.single_content .task-list-container{
  list-style: none;
  padding-left: 0;
}
/* 隐藏原生复选框 */
.task-list-item-checkbox {
    display: none;
}
.task-list {
    list-style: none;
    padding: 0;
    max-width: 500px;
    margin: 0 auto;
}

.task-list-item {
    margin-bottom: 15px;
}

.task-list-item-label {
    display: flex;
    align-items: center;
    cursor: default;
    color: #666;
    font-size: 16px;
}

/* 隐藏原生复选框 */
.task-list-item-checkbox {
    display: none;
}

/* 自定义复选框样式 */
.task-list-item-label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #008CBA; /* 修改边框颜色 */
    border-radius: 4px;
    margin-right: 10px;
    background-color: #e0e0e0 !important; /* 背景色 */
    position: relative;
}

/* 选中状态，修改为绿色 */
.task-list-item-checkbox:checked + .task-list-item-label:before {
    background-color: #28a745 !important; /* 修改选中背景颜色为绿色 */
    border-color: #4CAF50 !important; /* 修改选中边框颜色为绿色 */
}

.task-list-item-checkbox:checked + .task-list-item-label:after {
  content: "✔"; /* 使用Unicode对勾符号 */
  font-size: 16px;
  color: white; /* 勾选标记颜色 */
  position: absolute;
  left: 5px;
  top: 2px;
}
/* 禁用状态样式 */
.task-list-item-checkbox:disabled + .task-list-item-label:before {
    background-color: #e0e0e0; /* 禁用状态的背景颜色 */
    border-color: #bbb; /* 禁用状态的边框颜色 */
}

.task-list-item-checkbox:disabled:checked + .task-list-item-label:before {
    background-color: #d0d0d0; /* 禁用状态选中时的背景颜色 */
}

.task-list-item-checkbox:disabled:checked + .task-list-item-label:after {
    border-color: #ccc; /* 禁用状态勾选标记颜色 */
}