.trubaza-download-button {
    background-color: #2563eb; /* solid blue */
    color: #ffffff !important; /* force white text */
    padding: 12px 22px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.trubaza-download-button:hover {
    background-color: #1d4ed8;
    color: #ffffff !important; /* keep white on hover */
}

.trubaza-download-button:visited {
    color: #ffffff !important; /* keep white after click */
}

.trubaza-download-button:active {
    background-color: #1e40af;
    color: #ffffff !important;
}

.trubaza-no-link-text {
    display: inline-block;
    padding: 12px 22px;
    background-color: #f3f4f6;  /* light gray background */
    color: #111827;             /* dark text */
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
}

