.atl-wrap {
  margin: 20px auto;
  max-width: 900px;
}

#atl_counter {
  font-weight: bold;
  margin-bottom: 15px;
  color: #0073aa;
}

.atl-grid {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.atl-left {
  flex: 0 0 200px;
}

.atl-left label {
  display: block;
  margin-bottom: 10px;
}

.atl-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.atl-right label {
  font-weight: 600;
  margin-top: 10px;
}

.atl-right input {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .atl-grid {
    flex-direction: column;
  }
}

.atl-generate {
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
}

#atl_result {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
  font-family: monospace;
  font-size: 14px;
}

.atl-instruction {
  background: #f7f7f7;
  border-left: 4px solid #0073aa;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.6;
}