// ipt-style.css
/* assets/ipt-style.css */
/* v1.1.7-no-tooltips */

.ipt-notranslate {
  translate: no;
}

.ipt-tutor-wrapper {
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 16px;
  max-width: 900px;
  margin: 20px auto;
  background: #fafafa;
  font-size: 16px;
  line-height: 1.4;
}

.ipt-row {
  margin-bottom: 16px;
}

.ipt-row label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.ipt-row select,
.ipt-row textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #bbb;
  padding: 8px 10px;
  font-size: 15px;
  line-height: 1.4;
  font-family: inherit;
  background-color: #fff;
}

.ipt-interlinear {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  font-size: 15px;
  line-height: 1.5;
  max-height: 300px;
  overflow-y: auto;
}

.ipt-line {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ipt-line-translation {
  color: #555;
  font-style: italic;
}

.ipt-pill {
  background: #ffe9a8;
  border: 1px solid #d2b45c;
  padding: 4px 6px;
  border-radius: 6px;
  cursor: pointer;
  line-height: 1.4;
  display: inline-block;
  max-width: 100%;
  word-break: break-word;
}

.ipt-pill:hover {
  background: #ffdf7a;
}

.ipt-hint {
  font-size: 13px;
  color: #666;
  margin-top: 6px;
}

.ipt-save-controls button {
  background: #2271b1;
  border: none;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
}
.ipt-save-controls button:hover {
  background: #1a5a8c;
}

.ipt-saved-wrapper {
  max-width: 900px;
  margin: 30px auto;
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 16px;
}

.ipt-saved-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.ipt-saved-table th,
.ipt-saved-table td {
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 8px;
}
.ipt-saved-table th {
  font-weight: 600;
  white-space: nowrap;
}
