#guest-messages {
  background: #d3d3d32b;
  list-style-type: none;
  padding: 0px;
  width: 69%;
  margin: auto;
}

#guest-messages li {
  background: #dbdbdb;
  border-radius: 0.375rem;
  list-style-type: none;
  margin: 2em 1%;
  padding: 2em 12px;
}

#guest-messages li h4 span {
  float: right;
  font-size: 0.64em;
}

#guest-messages li .message {
  background: #fff;
  font-size: 0.72em;
  height: 220px;
  overflow-y: scroll;
  padding: 12px;
}

#guest-messages li .message span {
  background: lightyellow;
  font-weight: bold;
  padding: auto 48px;
}


/* Switch language  */

ul.language-switcher {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}


ul.language-switcher li {

   display: inline-block;
          padding: 8px 16px;
          margin: 0 4px;
          text-decoration: none;
          border: 1px solid #ddd;
          border-radius: 4px;
          color: #333;
          background: #f8f8f8;
          transition: all 0.2s ease;


}
