* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* text-decoration: none; */
    font-family: sans-serif;
    list-style-type: none;
    /* color: #333; */
  }
  
  .main {
    max-width: 1200px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    /* justify-content: center; */
  }
  aside {
    height: 98vh;
    box-shadow: 0 0 6px #00000079;
    /* border-radius: 10px; */
    width: calc(100% - 850px);
    position: sticky;
    top: 1vh;
    right: 0;
    overflow-y: scroll;
    /* border-radius: 10px; */
}
aside * {
      font-family: sans-serif;
  }
  aside::-webkit-scrollbar {
    background: transparent;
    display: none;
  }
  
  .remove-add {
      position: absolute;
      right: 20px;
      top: 15px;
      cursor: pointer;
    }
    .remove-add i {
      color: #27c5ff;
    font-size: 30px;

  }
  
  aside > p {
    text-align: center;
    margin-block: 20px;
  }
  aside .add {
    width: 90%;
    margin: auto;
    margin-block: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #333;
  }
  .add img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: left;
    display: block;
    margin: auto;
    box-shadow: 0 0 10px #0000009f;
  }
  .add h1 {
    font-size: 20px;
    color: #292929;
  }
  
  .redirect-link{
    color: blue;
    text-decoration: underline;
  }

  .redirect-btn {
    background: #27c5ff;
    border: 2px solid #27c5ff;
    /* border-radius: 6px; */
    padding: 10px 20px;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    width: fit-content;
    font-weight: 550;
    transition: all ease 0.3s;
    overflow: hidden;
  }
  
  .redirect-btn:hover {
    background: transparent;
    color: #27c5ff;
  }
  .redirect-arrow {
    transition: all ease 0.3s;
    color: #fff;
  }
  .redirect-btn:hover .redirect-arrow {
    transform: translateX(50px);
    color: #fff;
  }
  
  .section1 {
    width: 800px;
    /* margin: auto; */
    box-shadow: 0 0 6px #000000ab;
    padding-block: 10px;
    color: #333;
    /* margin-bottom: 30px; */
    /* border-radius: 10px; */
  }
  
  .blue {
    color: #0da4db;
    font-weight: bold;
  }
  
  .keyword {
    font-size: 80px;
    text-align: center;
    position: relative;
    width: fit-content;
    margin: auto;
    /* margin-block-end: 30px; */
    color: #fff;
    
  }
  
  .cancer-content {
    font-size: 20px;
    width: 90%;
    margin: auto;
    /* text-align: justify; */
    margin-block-end: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  /* .cancer-content> h1{} */
  
  .cancer-content h2 {
    font-size: 30px;
    /* margin-top: 10px; */
  }
  .cancer-content h3 {
    font-size: 28px;
    margin-top: 10px;
  }
  
  .blog-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
    display: block;
    margin: auto;
    /* border-radius: 10px; */
  }
  /* .blog-image2{
      height: 400px;
  } */
  
  .links li span {
    cursor: pointer;
    text-decoration-line: underline;
    text-decoration-color: #27c5ff;
  }



  .links {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .gapped-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }



  /* aside{
    display: none;
  } */
  
  @media (max-width: 800px) {
    .main {
      width: 100%;
      flex-direction: column;
      gap: 20px;
    }
  
    aside {
      position: relative;
      left: 0;
      top: 0;
      height: auto;
      width: 90%;
      margin: auto;
    }
    .section1 {
      width: 100%;
    }
  
    .blog-image {
      height: auto;
    }
  
    .keyword {
      font-size: 25px;
      /* margin-bottom: 20px; */
      margin-inline: initial;
      padding-inline: 10%;
    }
  
    .keyword::after {
      width: 80%;
    }
  
    .cancer-content {
      font-size: 18px;
      text-align: start;
    }
  
    .cancer-content h2 {
      font-size: 22px;
    }
    .cancer-content h3 {
      font-size: 24px;
      margin-top: 10px;
    }
    .keyword{
        position: relative;
        top: 20px;
    }
  }












/* <!-- Chemotherapy --> */


.cancerCards{
  gap: 40px;
}

.cancerCards li{
  box-shadow: 0 0 10px #33333335;
  /* border-radius: 5px; */
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.anchor-head {
  font-weight: bold;
  text-transform: capitalize;
  text-decoration: underline;
  margin-bottom: 4px;
  display: block;
  /* color: #27c5ff; */
}

.cancerCards img{
  width: 100%;
  display: block;
  margin-top: 10px;
}

.chemolimits{
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-block-start: 10px;
}

.summary{
  display: flex;
  flex-direction: column;
  gap: 10px;
}




@media(max-width:700px){
  .cancerCards{
    gap: 20px;
  }
  .cancerCards li{
    box-shadow: 0 0 10px #33333335;
    border-radius: 5px;
    padding: 10px;
    margin-top: 0px;
  }
  .cancerCards hr{
    display: none;
  }
  .anchor-head {
    margin-bottom: 8px;
  }
  .anchor-inside-para{
    display: block;
  }
}

.anchor-inside-para{
  display: inline;
  color: #27c5ff;
  text-decoration: underline;
}








.open-image{
  margin-bottom: 15px;
}
  

  