#tridentity-popup {
    display: none;
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    margin-top: 10px;
    max-width: 300px;
}

#tridentity-popup a {
    display: block;
    margin: 5px 0;
    color: #0073aa;
    text-decoration: none;
}

#tridentity-popup a:hover {
    text-decoration: underline;
}

button#tridentity-payment-btn:disabled {
  opacity: 0.5; 
  cursor: not-allowed;
}