.starwood-app-download .starwood-app-download--content {
  display: flex;
  width: auto;
  flex-direction: column;
  gap: 10px;
}

.starwood-app-download ul.sub-menu.open {
  display: block;
}

.starwood-app-download .starwood-app-download--content img {
  max-width: 120px;
}

.starwood-app-download .starwood-app-download--content--label {
  font-weight: 400;
  font-family: chainprinter,sans-serif;
  font-size: 0.75rem;
  text-align: left;
  color: #A6192D;
  margin-bottom: 10px;
}

.starwood-app-download span.app-download-icon {
  background-image: url(/themes/baccarat/img/icons/app-download-icon-red.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  display: inline-block;
  height: 21px;
  width: auto;
  padding-left: 30px;
  line-height: 21px;
}
