/* Fix for App button visibility */
.app-actions a[href*="app"] {
    background-color: #2563eb !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.app-actions a[href*="app"]:hover {
    background-color: #1d4ed8 !important;
    color: #ffffff !important;
}

.app-actions a[href*="app"] svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}

/* Ensure button text is visible */
.app-actions .flex.items-center.justify-center {
    background-color: #2563eb !important;
    color: #ffffff !important;
    border: none !important;
}

/* Override any theme conflicting styles */
.app-actions .bg-blue-600 {
    background-color: #2563eb !important;
}

.app-actions .text-white {
    color: #ffffff !important;
}
