/* Styles for public/rendhagyo-igek.php */
.table-wrap {
  width: 100%;
  overflow-x: auto;
}

.verbs-table {
  width: 100%;
  border-collapse: collapse;
}

.verbs-table th,
.verbs-table td {
  border-bottom: 1px solid #e8e8e8;
  padding: 0.5rem;
  text-align: left;
  vertical-align: top;
}

.verbs-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.verbs-table input.input {
  width: 100%;
  min-width: 180px;
}

.verbs-table input.input.is-correct {
  border-color: #3fbf7f;
  box-shadow: 0 0 0 2px rgba(63, 191, 127, 0.18) inset;
}

.verbs-table input.input.is-wrong {
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.15) inset;
}

.row-ok {
  color: #2e7d32;
  font-weight: 600;
}

.row-bad {
  color: #c62828;
  font-weight: 600;
}
