.decl82gf-refunds-box {
    margin-top: 4px;
    border: 1px solid #dcdcde;
    background: #fff;
    border-radius: 4px;
}

.decl82gf-refunds-box .hdr {
    padding: 8px 12px;
    border-bottom: 1px solid #dcdcde;
    font-weight: 600;
}

.decl82gf-refunds-box .it {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-top: 1px solid #f0f0f1;
}

.decl82gf-refunds-box .it:first-child {
    border-top: none;
}

.decl82gf-refunds-box .meta {
    font-size: 12px;
    color: #555;
}

.decl82gf-refunds-box .amount {
    font-weight: 600;
}

.decl82gf-badge {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}

.decl82gf-badge.ok {
    background: #e6f6ea;
    color: #18794e;
    border: 1px solid #b7e2c5;
}

.decl82gf-badge.pending {
    background: #fff7e6;
    color: #8a6100;
    border: 1px solid #f5d9a8;
}

.decl82gf-badge.err {
    background: #fde8e8;
    color: #b42318;
    border: 1px solid #f3b4b4;
}