/* ✅ Default: Mobile-first (small version) */
.cion-advantage-box {
  background-color: #5f1c6b;
  color: white;
  padding: 1.15rem 0.9rem;
  border-radius: 0 1rem 0 1.09rem;
  margin: 1.4rem auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.cion-advantage-title {
  font-size: 0.909rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 120%;
}

.cion-advantage-subtitle {
  font-size: 0.727rem;
  font-weight: 400;
  margin-bottom: 15px;
  z-index: 2;
}

.cion-advantage-description {
  margin-bottom: 20px;
  font-size: 0.727rem;
  font-weight: 400;
  line-height: 160%;
  z-index: 2;
}

.cion-advantage-list {
  list-style-type: square;
  text-align: left;
  font-size: 0.636rem;
  line-height: 130%;
  margin: 0 auto;
  z-index: 2;
}

.cion-advantage-list li {
  position: relative;
  margin-bottom: 0.454rem;
  padding-left: 0.909rem; /* To give space for custom bullet */
}

.cion-advantage-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em; /* Adjust vertically */
  width: 0.3rem;
  height: 0.3rem;
  background-color: #eb88a3; /* Custom pink bullet */
  /* border-radius: 50%;  */
  display: inline-block;
}

.presonalized-driven-care__abstract-img {
  width: 11.59rem;
  height: 11rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 70%;
}

/* ✅ Desktop/Large screen override */
@media screen and (min-width: 601px) {
  .cion-advantage-box {
    padding: 0.67rem 0;
    width: 30.56rem;
    height: 10.13rem;
    display: flex;
    flex-direction: column;
    border-radius: 0 1.2rem 0 1.2rem;
  }

  .cion-advantage-title {
    font-size: 0.83rem;
    font-weight: 400;
  }

  .cion-advantage-subtitle {
    font-size: 0.377rem;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 0.71rem;
  }

  .cion-advantage-description {
    font-size: 0.6rem;
    margin-bottom: 0.67rem;
    /* padding: 0 10px; */
    width: 21.77rem;
  }

  .cion-advantage-list {
    font-size: 0.377rem;
    width: 17rem;
  }

  .cion-advantage-list li {
    margin-bottom: 0.31rem;
    width: 17rem;
    align-self: center;
  }

  .cion-advantage-list li::before {
    width: 0.11rem;
    height: 0.11rem;
    padding-left: 0;
    left: 0.5rem;
  }
  .presonalized-driven-care__abstract-img {
    width: 10.5rem;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
