.order-status.status-lkn-fraud {
    background: #eba3a3;
    color: #570000;
}

/* ── IP Action Modal ─────────────────────────────────────────────────── */
#lkn-fsdw-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
}

.lkn-fsdw-modal-box {
    background: #fff;
    border-radius: 4px;
    padding: 24px 28px;
    max-width: 520px;
    width: 100%;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
    max-height: 90vh;
    overflow-y: auto;
    box-sizing: border-box;
}

.lkn-fsdw-modal-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
}

.lkn-fsdw-filter-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}

.lkn-fsdw-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#lkn-fsdw-filter-pagination {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    flex-wrap: wrap;
    gap: 8px;
}

#swal2-title {
    line-height: normal !important;
}

@media (max-width: 600px) {
    .lkn-fsdw-modal-box {
        padding: 16px 14px;
        max-height: 95vh;
    }

    #lkn-fsdw-filter-pagination {
        justify-content: center;
    }
}