/* =========================================================
   SISTEM SUNYI PRACTICE STRIP HEADER
   Orbit + Latihan/Ritme/Satu Napas
   Clean strong version for TagDiv Text with Title
   ========================================================= */
.ss-practice-strip {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch !important;
}
.ss-practice-strip::-webkit-scrollbar {
  display: none !important;
}
/* Orbit trigger */
.ss-practice-strip .sunyi-orbit-trigger {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 4px 0 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  opacity: .82 !important;
  color: #172235 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}
/* Semua tombol hasil shortcode */
.ss-practice-strip .btn-latihan-sunyi {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  white-space: nowrap !important;
}
/* Hilangkan efek spasi aneh dari output shortcode/TagDiv */
.ss-practice-strip br {
  display: none !important;
}
/* Tablet tanggung: padatkan supaya tidak pecah */
@media (max-width: 1180px) and (min-width: 769px) {
  .ss-practice-strip {
    gap: 6px !important;
  }
  .ss-practice-strip .sunyi-orbit-trigger {
    margin-right: 2px !important;
    font-size: 12px !important;
  }
  .ss-practice-strip .btn-latihan-sunyi {
    min-height: 30px !important;
    padding: 0 11px !important;
    font-size: 12px !important;
    line-height: 1 !important;
  }
}
/* Mobile: tetap satu strip, boleh geser horizontal kalau sempit */
@media (max-width: 768px) {
  .ss-practice-strip {
    justify-content: flex-start !important;
    gap: 7px !important;
  }
  .ss-practice-strip .sunyi-orbit-trigger {
    font-size: 12px !important;
    margin-right: 2px !important;
  }
  .ss-practice-strip .btn-latihan-sunyi {
    min-height: 30px !important;
    padding: 0 11px !important;
    font-size: 12px !important;
  }
}
/* Very small mobile */
@media (max-width: 420px) {
  .ss-practice-strip {
    gap: 6px !important;
  }
  .ss-practice-strip .btn-latihan-sunyi {
    padding: 0 10px !important;
    font-size: 11.5px !important;
  }
}