.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1rem;
}

.tag-form {
  margin: 0;
}


.badge-btn-container {
  flex: 0 0 calc(33.333% - 12px); 
  box-sizing: border-box;
}


.badge-btn {
  width: 100%;
  border: none;
  border-radius: 9999px;
  padding: 0.4rem 0;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.15);
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
}

.badge-btn:hover,
.badge-btn:focus {
  filter: brightness(90%);
  box-shadow: 0 0 8px rgb(0 0 0 / 0.2);
  outline: none;
}

.btn.small {
  background: none;
  color: black;   
  border: none;
  padding: 0;
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.3s ease;
}

.btn.small:hover {
  color: #05db05; 
  text-decoration: none;
}


#id_translated_text {
  border-radius: 12px;
  padding: 0.8rem 1rem;
  border: 1.5px solid #b2e2b2;
  font-size: 1.4rem;
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s ease;
  resize: vertical;
  margin-bottom: 1.2rem;
}

#id_language {
  border-radius: 12px;
  padding: 0.8rem 1rem;
  border: 1.5px solid #b2e2b2;
  font-size: 1.4rem;
  box-sizing: border-box;
  width: 30%;
  transition: border-color 0.3s ease;
  resize: vertical;
  margin-bottom: 1.2rem;
}

#id_language{
  height: 30px;
}


#id_translated_text {
  height: 100px;
}


.subsection-content p label {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}
