/* screen - drop */

.drop {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 108px;
  min-width: 197px;
  padding: 8px 0px;
  width: 100%;
}

#overlay-drop {
  align-items: center;
  background-color: #ffffff00;
  justify-content: center;
}

.drop .drop-1 {
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0px 8px 16px #7474741a;
  display: flex;
  flex-direction: column;
  padding: 8px 0px;
  width: 197px;
  position: absolute;
  right: 108px;
  top: 75px;
}

.drop .drop_item {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  gap: 10px;
  padding: 10px 16px;
}

.drop .official-hotel {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: -1.00px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}
