/* feedback box */

.riwth-helpful-feedback {
  align-items: center;
  background-color: transparent;
  border: 1px solid #e7eaf0;
  border-radius: 0.25rem;
  color: #444;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
  padding: 2rem;
  transition: opacity 0.5s ease-in-out;
}
.riwth-helpful-feedback button {
  align-items: center;
  background-color: #fff;
  border-width: 1px;
  border-color: #444;
  border-style: solid;
  border-radius: 0.25rem;
  color: #444;
  display: flex;
  font-weight: normal;
  gap: 5px;
  padding: 0.5rem;
  transition: transform 0.3s ease;
}
.riwth-helpful-feedback button:hover {
  cursor: pointer;
  transform: scale(1.1); 
}
.riwth-helpful-feedback button svg{
  width: 20px;
}
.riwth-buttons-container{
  display: flex;
  gap: 0.5rem;
}
.riwth-thank-you {
  transition: opacity 0.5s ease-in-out;
}
.riwth-thank-you p {
  margin: 0;
}
.riwth-consent{
  margin-bottom: 15px;
  font-size:12px;
}
.riwth-layout-one-line {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem 1.5rem;
}
