.line-tech-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.line-tech-notice {
  margin: 14px 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  color: #334155;
  line-height: 1.6;
}

.line-tech-create-grid {
  margin-top: 12px;
}

.line-tech-create-actions {
  margin-top: 24px;
  padding-top: 8px;
  align-items: flex-start;
}

.line-tech-latest-code {
  margin-top: 12px;
}

.line-tech-code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
}

.line-tech-code-text {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #166534;
  word-break: break-word;
}

.line-tech-table code {
  font-weight: 800;
  color: #0f172a;
}

.line-tech-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.line-tech-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid transparent;
}

.line-tech-badge.ok {
  color: #166534;
  background: #dcfce7;
  border-color: #86efac;
}

.line-tech-badge.bad {
  color: #991b1b;
  background: #fee2e2;
  border-color: #fca5a5;
}

.line-tech-badge.used {
  color: #1e3a8a;
  background: #dbeafe;
  border-color: #93c5fd;
}

.line-tech-badge.warn {
  color: #92400e;
  background: #fef3c7;
  border-color: #fcd34d;
}

.small {
  font-size: 12px;
}

@media (max-width: 760px) {
  .line-tech-code-box {
    align-items: stretch;
    flex-direction: column;
  }

  .line-tech-code-text {
    font-size: 18px;
  }
}
