/* Portal Siswa v195 — tab Jadwal dan dua sumber informasi. */
html[data-portal-brand="siswa"] .portal-student-information-tabs-v195 {
  box-sizing: border-box;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 760px);
}

html[data-portal-brand="siswa"] .portal-student-information-tab-v195 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 48px;
  line-height: 1.25;
  text-align: center;
}

html[data-portal-brand="siswa"]
  .portal-student-information-tab-v195
  > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

html[data-portal-brand="siswa"] .portal-student-information-count-v195 {
  box-sizing: border-box;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  color: #047857;
  background: #d1fae5;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

html[data-portal-brand="siswa"]
  .portal-student-information-tab-v195.bg-emerald-500
  .portal-student-information-count-v195 {
  color: #047857;
  background: #ffffff;
}

@media (max-width: 480px) {
  html[data-portal-brand="siswa"] .portal-student-information-tabs-v195 {
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    width: 100%;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  html[data-portal-brand="siswa"]
    .portal-student-information-tabs-v195::-webkit-scrollbar {
    display: none;
  }

  html[data-portal-brand="siswa"] .portal-student-information-tab-v195 {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 136px !important;
    min-height: 46px;
    padding-inline: 12px !important;
    scroll-snap-align: start;
    white-space: nowrap;
  }
}
