.secondary-action {
  width: 100%;
  margin-top: 14px;
  background: #111827 !important;
}

.home-access-card {
  display: grid;
  max-width: 720px;
}

.home-qr {
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.home-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.home-quick-actions .link-button {
  margin: 0;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
}

.cancel-booking {
  border: 1px solid #dc5960 !important;
  color: #a92e24 !important;
  background: #fff !important;
  cursor: pointer;
}

.auth-card .secondary-action + .link-button {
  margin-top: 12px;
}

@media (max-width: 640px) {
  .home-quick-actions { display: grid; }
  .home-quick-actions > * { width: 100%; margin: 0; }
  .home-qr { grid-template-columns: 92px 1fr; }
  .home-qr img { width: 92px; height: 92px; }
}
