.modal-dialog {
    pointer-events: unset;
}
.visually-hidden {
    display: none;
}
.footer-text {
    font-size: 1.2em;
}

/*.category-more { 分类后面的更多
  font-size:13px;
  line-height: 25px;
  text-indent: 35px;
}*/
.category-title a{
  color:#555;
}
.search-type input[type="radio"]:checked + span {
    color: #007bff; /* Blue or any highlight color */
    font-weight: bold;
  }

  .search-type input[type="radio"] + span::before {
    content: "○ ";
    color: #aaa;
  }

  .search-type input[type="radio"]:checked + span::before {
    content: "● ";
    color: #007bff;
  }

  .visually-hidden {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }


  .title-with-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.title-with-more .more {
    margin-bottom: 1.5rem
}
.title-box {
  margin-bottom: 16px;
}
.row {
  display: flex;
}
.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.gutter-20 a {
  color: #8e9194;
}

.check-links{
  padding: 0 10px;
  margin: 0 10px;
  height: 30px;
  font-size: 16px;
}
#age-popup {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.7);
      backdrop-filter: blur(6px);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }
    /* Popup content */
    .popup-content {
      background: white;
      padding: 25px;
      border-radius: 10px;
      text-align: center;
      max-width: 400px;
      width: 90%;
      box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    }
    button {
      margin-top: 15px;
      padding: 10px 20px;
      font-size: 15px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }
    .btn-confirm {
      background-color: #e63946;
      color: white;
    }
    .btn-screenshot {
      background-color: #2a9d8f;
      color: white;
    }
    .remove-site {
      position: absolute;
      top: 5px;
      right: 5px;
      cursor: pointer;
      z-index: 10;
    }
    .ad-bottom{
      width:50%;
      max-width:50%;
    }
    .ad-bottom img{
      width:100%;
      max-width:100%;
      max-height:100px;
    }
    @media (max-width: 767.98px){
      .ad-bottom{
        width:100%;
        max-width:100%;
      }
      .ad-bottom img{
        width:100%;
      }
    }