.llguestaccountlinks-dropdown-item {
  display: block;
  padding: 0 !important;
  background: #eee;
}

.llguestaccountlinks-dropdown-line {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0.9rem 1.4rem;
  color: #333;
  font-size: 0.875rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.llguestaccountlinks-dropdown-line a {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.llguestaccountlinks-dropdown-line a:hover,
.llguestaccountlinks-dropdown-line a:focus {
  color: #d5a93f;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .llguestaccountlinks-dropdown-line {
    flex-wrap: wrap;
    white-space: normal;
  }
}
