.erp-rtable-page,
.erp-rtable-page body {
  max-width: 100%;
  overflow-x: hidden;
}

.erp-rtable-wrap {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.erp-rtable {
  width: 100%;
}

.erp-rtable-detail-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 38px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #0f172a;
  font-weight: 800;
  line-height: 1;
}

.erp-rtable-detail-toggle:hover {
  background: #f8fafc;
}

.erp-rtable-modal-list {
  display: grid;
  gap: 0.75rem;
}

.erp-rtable-modal-item {
  min-width: 0;
  padding: 0.75rem 0.85rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
}

.erp-rtable-modal-label {
  display: block;
  margin-bottom: 0.28rem;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.erp-rtable-modal-value {
  min-width: 0;
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.erp-rtable-modal-value > * {
  max-width: 100%;
}

.erp-rtable-filter {
  max-width: 100%;
}

.erp-rtable-legacy-mobile,
.mobile-filter-panel.erp-rtable-legacy-mobile,
.mobile-list-shell.erp-rtable-legacy-mobile {
  display: none !important;
}

@media (min-width: 768px) {
  .erp-rtable-detail-toggle {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .erp-rtable-wrap {
    overflow-x: auto;
  }

  .erp-rtable-wrap .erp-rtable {
    min-width: var(--erp-rtable-tablet-min-width, 960px);
  }

  .erp-rtable-wrap thead th {
    position: sticky;
    top: 0;
    z-index: 2;
  }
}

@media (max-width: 767.98px) {
  .erp-rtable-desktop-action {
    display: none !important;
  }

  .erp-rtable-mobile-extra {
    display: none !important;
  }

  .erp-rtable-wrap {
    overflow-x: visible;
  }

  .erp-rtable-wrap .erp-rtable {
    min-width: 0 !important;
    table-layout: fixed;
  }

  .erp-rtable th,
  .erp-rtable td {
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .erp-rtable [data-rtable-mobile="hidden"],
  .erp-rtable [data-rtable-mobile="skip"] {
    display: none !important;
  }

  .erp-rtable [data-rtable-mobile="visible"],
  .erp-rtable [data-rtable-mobile="action"] {
    display: table-cell;
  }

  .erp-rtable th {
    font-size: 0.68rem !important;
    letter-spacing: 0.03em;
  }

  .erp-rtable td {
    font-size: 0.82rem !important;
  }

  .erp-rtable-filter,
  .erp-rtable-filter .search-strip,
  .erp-rtable-filter .school-inquiry-search-form {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 0.7rem !important;
  }

  .erp-rtable-filter input,
  .erp-rtable-filter select,
  .erp-rtable-filter button,
  .erp-rtable-filter .btn,
  .erp-rtable-filter a[class*="btn"],
  .erp-rtable-filter a[class*="clear"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 44px;
  }
}
