/* Additional Button and Mobile Fixes */

/* Google Play Button Styling */
.cta-group .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

/* Dark Mode for Journey Timeline */
body.dark-mode .mission-grid div[style*="background: var(--bg-light)"] {
    background: rgba(26, 26, 26, 0.6) !important;
    border: 1px solid rgba(0, 229, 160, 0.1);
}

/* Ensure proper dark mode for all timeline items */
body.dark-mode [style*="background: var(--bg-light)"] {
    background: rgba(26, 26, 26, 0.6) !important;
}