/* Tool.css for Crypto Address Validator */

#resultCard .card-body {
    padding: 1.5rem;
}

#resultCard .alert {
    display: flex;
    align-items: center;
}

#resultCard .alert img {
    flex-shrink: 0;
}

#resultCard .row {
    margin-top: 1rem;
}

#resultCard .row > div {
    margin-bottom: 1rem;
}

#resultCard strong {
    color: var(--bs-primary-text-emphasis);
    display: block;
    margin-bottom: 0.25rem;
}

[data-bs-theme="dark"] #resultCard strong {
    color: var(--bs-primary);
}

#cryptoAddress {
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
}

#blockchainType {
    cursor: pointer;
}
