/* VIP ORLANDO HOTELS CLIENTS – Enhanced Styling */
.vip-hotels-wrapper {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.vip-hotels-header {
  background-color: #002982;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 15px;
  text-align: left;
  line-height: 1.2;
  border-radius: 4px 4px 0 0;
}

.vip-hotels-list {
  list-style: none;
  margin: 0;
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.vip-hotels-list li {
  margin: 10px 0;
}

.vip-hotels-list a {
  color: #0056b3;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}

.vip-hotels-list a:hover {
  color: #003c82;
  text-decoration: underline;
}
