.tool-container textarea {
  width: 100%;
}

.converter-container.card {
  display: grid !important;
}

#result {
  padding: 2rem;
  background-color: var(--box-bg-color);
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  line-height: 2;
}

#output-image {
  max-width: 100%;
  background-size: cover;
  height: auto;
  margin: 2rem auto;
  border-radius: 5px;
}
.file-info {
  text-align: left;
  padding: 15px;
  border-radius: 5px;
}

.file-info p {
  margin: 5px 0;
  color: var(--box-text-color);
  font-size: 1.5rem;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
}

.file-info p:first-child {
  font-weight: bold !important;
}
