.ia-airdrop-wrapper {
    padding: 20px;
}

.ia-airdrop-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.ia-airdrop-table th {
    background: #111;
    color: red;
    padding: 10px;
    text-align: left;
}

.ia-airdrop-table td {
    padding: 8px;
    border-bottom: 1px solid #eee;
}

.ia-airdrop-table tr:hover {
    background: #f5f5f5;
}
.ia-airdrop-table td:first-child {
    font-weight: bold;
}

.ia-risk-HIGH {
    color: #ff3b3b;
}

.ia-risk-MEDIUM {
    color: #ff9800;
}

.ia-risk-LOW {
    color: #4caf50;
}

.ia-filters {
    margin: 10px 0;
}

.ia-filters button {
    padding: 8px 12px;
    margin-right: 5px;
    cursor: pointer;
    border: none;
    background: #222;
    color: white;
}

.ia-filters button:hover {
    background: #444;
}

.hidden {
    display: none;
}

.ia-status {
    margin: 10px 0;
    font-weight: bold;
}

button {
    margin: 10px 0;
}

.ia-alert-box {
    background: #2b0000;
    color: #ff4d4d;
    padding: 15px;
    margin-bottom: 15px;
    border-left: 5px solid red;
    font-weight: bold;
}
