.translator__page {
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}

.translator__title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
  color: black;
}

.translator__container {
  display: flex;
  justify-content: center;
}

.translator__area {
  width: 100%;
  max-width: 650px;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.translator__heading {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  text-align: center;
  color: black;
}

.translator__modes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.translator__mode {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.translator__textarea {
  min-height: 110px;
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #334155;
  font-size: 1.5rem;
  font-family: inherit;
  color: black;
}

.translator__textarea:focus {
  outline: none;
  border-color: #38bdf8;
  box-shadow: 0 0 0 1px #38bdf8;
}

.translator__button {
  align-self: flex-start;
  margin-top: 0.5rem;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  color: #0b1120;
  font-weight: 600;
  transition: transform 0.08s ease, box-shadow 0.08s ease;
}

#clearBtn {
  align-self: flex-start;
  margin-top: 0.5rem;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  color: #0b1120;
  font-weight: 600;
  transition: transform 0.08s ease, box-shadow 0.08s ease;
}

.message {
  margin-top: 0.75rem;
  min-height: 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  color: black;
  padding: 0.25rem 0.5rem;
  opacity: 1;
}

.note {
  margin: 0.5rem 0 0;
  font-size: 1rem;
  color: black;
  opacity: 1;
  font-family: Arial, Helvetica, sans-serif;
}

/*# sourceMappingURL=style.css.map */
