.lso-trigger {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
}

.lso-overlay {
    position: fixed;
    inset: 0;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: rgba(0, 0, 0, 0.95);
    z-index: 99999;
}

.lso-overlay[hidden] {
    display: none;
}

.lso-form input[type="search"] {
  width: 80%;
  max-width: 600px;
  font-size: 2rem;
  font-weight: 500;
  padding: 0.6em 1.2em;
  color: #ffffff !important;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 4px;
  outline: none;
}

.lso-overlay .lso-form input::placeholder {
  color: #cccccc !important;
  opacity: 0.7;
}

.lso-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2.5rem;
    color: #ffffff;
    cursor: pointer;
    line-height: 1;
}
