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

.starwood-app-download > li {
  cursor: pointer;
}

.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 a {
  text-align: center;
}

.starwood-app-download .starwood-app-download--content--label {
  font-weight: 400;
  font-family: 'Brown', sans-serif;
  font-size: 16px;
  color: #232323;
  margin-bottom: 10px;
  text-align: center;
}

.starwood-app-download a.starwood-app-download--button {
  padding: 20px 24px!important;
  cursor: pointer;
}

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

.starwood-app-download .active > span.app-download-icon,
.show .starwood-app-download span.app-download-icon {
  color: #f2f0e9!important;
  background-image: url(/themes/custom/onehotels/assets/img/app-download-icon-cream.svg);
}

.starwood-app-download .open span.app-download-icon {
  color: #f2f0e9!important;
  background-image: url(/themes/custom/onehotels/assets/img/app-download-icon-cream.svg);
}

@media only screen and (min-width: 1024px) {
  ul.menu.starwood-app-download,
  .nav-menu-link.dropdown.starwood-app-download {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  header .utility-nav .util-app-download {
    display: none!important;
  }
}

.starwood-app-download .mobile.close {
  cursor: pointer;
}
