.dropdown {
	font-family: inherit;
  padding: 0.7rem;
  overflow-x: auto;
  border-radius: 4px;
  display: inline-block;
}

.dropdown-content {
	  font-family: inherit;
	font-weight: 500;
	font-size: 0.8rem;
	max-width: 1100px;
	background-color: #6887B1; 
	padding: 1rem;
	border-radius: 8px;
	overflow-x: auto;
}

.dropdown-button {
	  font-family: inherit;
  margin-bottom: 0.45rem;
  background-color: #E7B445;
  color: black;
  border: none;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  font-size: 1.2rem;
  cursor: pointer;

  appearance: none;
  -webkit-appearance: none;
}

[x-cloak] {
	display: none !important;
}

