/* TextBases Tool Shell Component V1 */
.tb-tool-page {
  width: min(100%, 1180px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.tb-tool-grid,
.tb-action-bar,
.tb-stats-grid {
  min-width: 0;
}

.tb-tool-grid > *,
.tb-action-bar > *,
.tb-stats-grid > * {
  min-width: 0;
}

.tb-action-bar .tb-btn {
  min-height: 46px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .tb-tool-page {
    width: 100%;
    max-width: 100%;
    padding-left: clamp(14px, 4vw, 28px);
    padding-right: clamp(14px, 4vw, 28px);
    overflow-x: hidden;
  }

  .tb-tool-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
