#bootstrap-overrides .desktop-navbar .active,
#navbarToggleLinks .active {
  background-color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  cursor: auto;
}

.main-content {
  overflow: hidden;
  width: 100%;
  background-color: var(--white);
  padding: 60px 0;
}

/* Table Styles */
.privacy-policy-table {
  width: 100%;
  overflow: auto;
  margin-bottom: 30px;
}
.privacy-policy-table .table {
  min-width: 800px;
}
.privacy-policy-table .table thead td {
  font-weight: 600;
  background-color: var(--navy);
  color: var(--white);
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  min-width: 200px;
}
.privacy-policy-table .table tbody tr:nth-child(even) td {
  background-color: var(--light-gray);
}
.privacy-policy-table .table tbody tr:nth-child(even) td {
  background-color: var(--light-gray);
}
