.thirdweb-nft-minter,
.thirdweb-wallet-connect,
.thirdweb-contract-deployer,
.thirdweb-token-creator {
    max-width: 600px;
    margin: 30px auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.thirdweb-mint-form .form-group,
.thirdweb-deploy-form .form-group,
.thirdweb-token-form .form-group {
    margin-bottom: 20px;
}

.thirdweb-mint-form label,
.thirdweb-deploy-form label,
.thirdweb-token-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.thirdweb-mint-form input,
.thirdweb-mint-form textarea,
.thirdweb-mint-form select,
.thirdweb-deploy-form input,
.thirdweb-deploy-form select,
.thirdweb-token-form input,
.thirdweb-token-form select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.thirdweb-btn,
.thirdweb-connect-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.thirdweb-btn:hover,
.thirdweb-connect-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.thirdweb-wallet-info {
    margin-top: 20px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid #667eea;
}

.thirdweb-wallet-info p {
    margin: 10px 0;
    color: #333;
}

.wallet-address,
.wallet-balance {
    font-family: monospace;
    color: #667eea;
    font-weight: 600;
}
