.app-download-panel {
  margin: 28px 0 0;
  padding: 24px;
  color: #ecfdf5;
  background: linear-gradient(135deg, #052e2b 0%, #064e3b 54%, #047857 100%);
  border: 1px solid rgba(110, 231, 183, 0.35);
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(6, 78, 59, 0.2);
}

.app-download-panel .app-download-eyebrow {
  margin: 0 0 8px;
  color: #a7f3d0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.app-download-panel h2 {
  margin: 0 0 8px;
  color: #fff;
}

.app-download-panel p {
  margin: 0 0 18px;
}

.app-download-panel .app-download-link {
  display: inline-block;
  padding: 12px 16px;
  color: #052e2b;
  background: #fff;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.app-download-panel .app-download-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.app-download-panel .app-open-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  color: #ecfdf5;
  background: rgba(5, 46, 43, 0.36);
  border: 1px solid rgba(167, 243, 208, 0.65);
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.app-download-panel .app-open-link:hover {
  background: rgba(5, 46, 43, 0.6);
}

.app-download-panel .app-open-link:focus-visible {
  outline: 3px solid #fbbf24;
  outline-offset: 3px;
}

@media (max-width: 540px) {
  .app-download-panel .app-download-actions,
  .app-download-panel .app-download-actions > a {
    width: 100%;
  }

  .app-download-panel .app-download-actions > a {
    text-align: center;
  }
}

.app-download-panel .app-download-link:focus-visible {
  outline: 3px solid #fbbf24;
  outline-offset: 3px;
}
