/* Ameriteam OS v225 — Bid Room desktop navigation and remembered pagination */
@media (min-width: 821px) {
  .bid-command-topbar .bid-project-switcher {
    display: none !important;
  }
}

.amt225-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid var(--amt195-line, #dfe4ec);
  border-radius: 8px;
  color: #596579;
  font-size: 11px;
}

.amt225-pagination label,
.amt225-page-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.amt225-pagination label {
  color: #344158;
  font-weight: 700;
}

.amt225-pagination select {
  min-height: 32px;
  padding: 5px 28px 5px 9px;
  border: 1px solid #c5cedb;
  border-radius: 6px;
  background: #fff;
  color: #14265b;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.amt225-range,
.amt225-page-controls span {
  white-space: nowrap;
}

.amt225-page-btn {
  min-width: 32px;
  height: 32px;
  padding: 0 9px;
  border: 1px solid #c5cedb;
  border-radius: 6px;
  background: #fff;
  color: #14265b;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.amt225-page-btn:hover:not(:disabled),
.amt225-pagination select:hover {
  border-color: #8f9caf;
  background: #f7f9fc;
}

.amt225-page-btn:disabled {
  opacity: .4;
  cursor: not-allowed;
}

@media (max-width: 520px) {
  .amt225-pagination {
    flex-wrap: wrap;
  }

  .amt225-page-controls {
    width: 100%;
    justify-content: space-between;
  }
}
