.fv2-next-slot{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:7px;
  padding:4px 12px;
  border-radius:14px;
  font-size:12.5px;
  font-weight:800;
  letter-spacing:.01em;
  line-height:1.4;
  color:#136036;
  background:linear-gradient(135deg, #ecfdf3 0%, #d8f6e4 100%);
  border:1px solid rgba(22,128,70,.3);
  box-shadow:0 6px 14px rgba(22,128,70,.1);
  max-width:100%;
  box-sizing:border-box;
  white-space:normal;
  overflow-wrap:anywhere;
}

.fv2-next-slot__main{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  row-gap:1px;
}

.fv2-next-slot__label,
.fv2-next-slot__value{
  display:block;
}

.fv2-next-slot__value{
  line-height:1.25;
}

.fv2-next-slot::before{
  content:"⚡";
  font-size:11px;
  flex:0 0 auto;
}

.fv2-next-slot__tz{
  font-size:11px;
  font-weight:700;
  color:#2f7d52;
  white-space:nowrap;
}

.fortunev2-teacher-head .fortunev2-teacher-meta{
  min-width:0;
}

@media (max-width: 520px){
  .fv2-next-slot{
    display:grid;
    grid-template-columns:auto minmax(0, 1fr);
    column-gap:8px;
    row-gap:2px;
    align-items:center;
    width:100%;
    padding:6px 12px;
    overflow-wrap:normal;
  }

  .fv2-next-slot::before{
    grid-column:1;
    grid-row:1 / span 2;
    align-self:center;
    margin-top:1px;
  }

  .fv2-next-slot__main{
    grid-column:2;
    grid-row:1;
    white-space:normal;
    word-break:keep-all;
    overflow-wrap:break-word;
    row-gap:0;
  }

  .fv2-next-slot__tz{
    grid-column:2;
    grid-row:2;
    white-space:normal;
    line-height:1.3;
  }
}

body.home-v2-page .fortunev2-teacher-head{
  min-height:184px;
  height:auto;
  padding:24px 24px 18px;
  display:grid;
  grid-template-columns:104px minmax(0,1fr);
  gap:18px;
  align-items:center;
}

@media (max-width: 900px){
  body.home-v2-page .fortunev2-teacher-head{
    min-height:164px;
    height:auto;
    padding:21px 20px 16px;
    grid-template-columns:88px minmax(0,1fr);
    gap:15px;
  }
}

@media (max-width: 520px){
  body.home-v2-page .fortunev2-teacher-head{
    min-height:150px;
    height:auto;
    padding:18px 16px 14px;
    grid-template-columns:74px minmax(0,1fr);
    gap:12px;
  }
}
