.app-download-bar {
  position: sticky;
  top: 0;
  z-index: 1100;
  background-color: #02310B;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.main-header.header-sticky {
  top: 50px;
}

.app-download-bar .download-text {
  font-weight: 800;
  font-size: 20px;
  color: #fff;
}

.app-download-bar .store-links {
  gap: 10px;
}

.app-download-bar .store-badge img {
  height: 32px;
  transition: transform 0.2s ease;
}

.app-download-bar .store-badge img:hover {
  transform: scale(1.05);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .app-download-bar .container {
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }
  .app-download-bar .download-text {
  font-weight: 500;
  font-size: 16px;
}
}
