/* Simple styling fixes for Sound Recorder in iframe mode */

/* Menu bar styling - keep it minimal to avoid interference */
.menus {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

/* Menu buttons */
.menus .menu-button {
  display: inline-block;
  float: left;
  white-space: nowrap;
}
