/* X-ID Platform - External Stylesheet */
/* Moved inline styles to external CSS for better maintainability */

/* Dynamic styles that were inline */
.wallet-btn-hidden {
    display: none;
}

.submit-btn-full-width {
    width: 100%;
}

.success-heading {
    color: var(--success);
    margin-bottom: 16px;
}

.text-muted {
    color: var(--text-muted);
    margin-bottom: 16px;
}

.text-muted-small {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 16px;
}

.did-info-margin {
    margin-bottom: 12px;
}

.did-value {
    color: var(--primary);
}

.did-info-small {
    margin-top: 12px;
    font-size: 11px;
    color: var(--text-muted);
}

.wallet-page-subtitle {
    color: var(--text-muted);
    margin-bottom: 32px;
}

.filter-select {
    min-width: 150px;
}

.qr-modal-text {
    text-align: center;
    margin-top: 16px;
    color: var(--text-muted);
}

.link-primary {
    color: var(--primary);
}
