.apt-pm-root .apt-pm-state-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.apt-pm-root .apt-mf-chip{
  min-height:48px;
  justify-content:center;
  text-align:center;
}

.apt-pm-root .apt-pm-mantra{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:16px;
  margin-bottom:4px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(184,159,90,.20);
  background:linear-gradient(90deg, rgba(184,159,90,.10), rgba(47,107,255,.10));
  color:rgba(241,245,249,.95);
  font-size:14px;
  line-height:1.45;
}

.apt-pm-root .apt-pm-mantra:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(102,163,255,.96);
  box-shadow:0 0 0 4px rgba(102,163,255,.12);
}

.apt-pm-root .apt-pm-next-card{
  grid-column:1 / -1;
}

.apt-pm-root .apt-mf-mini-metric[data-apt-pm-top-state]{
  line-height:1.12;
}

@media (max-width:760px){
  .apt-pm-root .apt-pm-state-grid{
    grid-template-columns:1fr;
  }
}
