.dialogue-line {
  background: #fffaf0;
  border: 1px dashed #fed7aa;
  border-radius: 16px;
  padding: 14px;
  margin: 12px 0;
}

.shadow-actions {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.shadow-actions button {
  background: #f97316;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}

.shadow-result {
  margin-top: 10px;
  padding: 12px;
  border-radius: 12px;
  background: #fff7ed;
  color: #7c2d12;
}

.shadow-score {
  font-size: 22px;
  font-weight: bold;
  color: #16a34a;
}

.dialogue-line {
  font-size: 30px !important;
  line-height: 1.9 !important;
  font-weight: 500 !important;
}

.dialogue-line > div:first-child {
  font-size: 30px !important;
  line-height: 1.9 !important;
}

.shadow-actions .btn {
  font-size: 17px !important;
}

.shadow-text {
  font-size: 30px !important;
  line-height: 1.9 !important;
  font-weight: 600 !important;
  color: #111827 !important;
}

@media (max-width: 600px) {
  .shadow-text {
    font-size: 24px !important;
  }
}