.gm-control-active {
    border-radius: 12px !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    color: #333333;
}

.gm-control-active:hover {
    background-color: #f0f0f0 !important;
}

/* Empty state for location details */

.emp108-empty-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 350px;

  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #444;

  padding: 20px;
  box-sizing: border-box;
}

.emp108-empty-message i {
  color: #f55a17;
  margin: 0 4px;
  font-size: 22px;
}

.emp108-active-location {
  color: #f55a17 !important;
  font-weight: 400;
}

.vmd-directions-link {
    margin-left: 8px;
    color: #4285F4;
    text-decoration: none;
    transition: color 0.2s ease;
}

.vmd-directions-link:hover {
    color: #f55a17;
}

.vmd-address-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.vmd-address-link:hover {
    color: #f55a17;
    text-decoration: none;
}
