.kiwi-table-card {
    padding-bottom: 0.5rem;
}

.kiwi-table-wrap {
    overflow-x: auto;
    margin-top: 0.55rem;
    border: 1px solid #354b3d;
    border-radius: var(--kiwi-radius-sm);
    background: #1a271f;
}

.kiwi-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.8rem;
    color: var(--kiwi-color-ink);
}

.kiwi-table thead {
    background: #24362a;
}

.kiwi-table th {
    text-align: left;
    padding: 0.62rem 0.7rem;
    font-weight: 700;
    color: var(--kiwi-color-ink);
    border-bottom: 1px solid #354b3d;
    white-space: nowrap;
}

.kiwi-table td {
    padding: 0.6rem 0.7rem;
    border-bottom: 1px solid #31463a;
    vertical-align: top;
}

.kiwi-table tbody tr:nth-child(even) {
    background: #1f3026;
}

.kiwi-table tbody tr:hover {
    background: #2a4032;
}

.kiwi-table tbody tr:last-child td {
    border-bottom: 0;
}

.kiwi-status--pending {
    color: #e4c479;
    font-weight: 700;
}

.kiwi-status--success {
    color: #84d6a8;
    font-weight: 700;
}

.kiwi-status--failure {
    color: #ff978f;
    font-weight: 700;
}

.kiwi-status--warning {
    color: #f0c983;
    font-weight: 700;
}
