
.mob-platform-item {
  background: #091661;
  color: #fff;
  padding:  15px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.mpi-head {
  display: flex;
  font-size: 20px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
  position: relative;
}
.mob-icon-wrapper img {
  width: 40px;
  filter: brightness(0) invert(1);
}

.mpi-head::before {
  content: "\F285";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #2c3fac;
  position: absolute;
  right: 20px;
}

.use-case {
  overflow: hidden;
}

.uc-head {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #ffffff1f;
  font-size: 14px;
}

.use-case ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
  padding: 0 16px;
}

.use-case ul.open {
  padding: 12px 16px;
  max-height: 500px;
  /* or large enough to fit content */
}

.use-case .i {
  transition: transform 0.3s;
}

.use-case .i.rotate {
  transform: rotate(180deg);
}
.mpi-container h3 {
  font-size: 16px;
}

.mpi-container li{
    font-size: 13px;
    margin-bottom: 10px;
}

.mpi-container p{
    font-size: 13px;
}


.cc-mob-wrap .comparison-row {
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.cc-mob-wrap .comparison-container {
  border: 0;
}
.d-h {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff14;
}
.d-c {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #091661;
}


.cc-mob-wrap .category-cell {
  display: flex;
  justify-content: center;
  padding: 10px;
  border-bottom: 1px solid #fff;
  background: #091661;
}


.cc-mob-wrap .comparison-row:first-child .d-h .detail-cell p{
  font-weight: 600;
  font-size: 13px !important;
}

.cc-mob-wrap .comparison-row:first-child .d-c .detail-cell p{
  color: #fff;
  font-size: 13px !important;
}
 .cc-mob-wrap .detail-cell {
  padding: 10px;
  border: 0 !important;
}

.mpi-head{
  cursor: pointer;
}

.mpi-container{
  max-height: 0;
  overflow: hidden;

}
.mpi-head.rotate::before {
  transform: rotate(90deg);
}
.mpi-container.open {
  max-height: 100%;
    border-top: 0.5px solid #fff;

  margin-top: 18px;
  padding-top: 20px;
}
.mpi-head strong {
  margin-right: 50px;
}
.mpi-head strong {
  font-weight: 500;
}

  .cc-mob-wrap .comparison-row:first-child .category-cell{
    font-size: 0.85rem;
    color: #fff;
  }

  .cc-mob-wrap .comparison-row:first-child{
    background: #ffffff14;
    color: #fff;
  }

  .cc-mob-wrap .comparison-row:first-child .detail-cell{
    color: #fff;
    text-align: left;
  }

  .cc-mob-wrap .comparison-row:first-child .d-h .detail-cell p {
  color: #fff;
  text-align: left;
  font-weight: 500;
  font-size: 12px !important;
}

  .cc-mob-wrap .comparison-row:first-child .d-c .detail-cell p {
  color: #fff;
  text-align: left;
  font-weight: 500;
  font-size: 12px !important;
}