/* public/css/llmsgaa-passes.css */

.llmsgaa-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.llmsgaa-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.llmsgaa-modal-close {
  float: right;
  font-size: 24px;
  cursor: pointer;
}

.llmsgaa-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  font-size: 16px;
}

.llmsgaa-table thead {
  background-color: #f7f7f7;
}

.llmsgaa-table th,
.llmsgaa-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

.llmsgaa-table tr:nth-child(even) td {
  background-color: #fcfcfc;
}

.llmsgaa-table a {
  color: #0073aa;
  text-decoration: none;
}

.llmsgaa-table a:hover {
  text-decoration: underline;
}
