.wc-lyric-box {
  width: 100%;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fffdf5;
  border: 2px dashed #c9c9c9;
  border-radius: 8px;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  padding: 24px;
  font-style: italic;
}

.wc-instruction {
  margin-top: 16px;
  font-size: 18px;
}