.bp-claim-btn-trigger.uk-button,
.bp-claim-btn-trigger.uk-button-primary,
.bp-claim-btn-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.bp-claim-btn-trigger--inline {
    min-width: 160px;
}

.bp-claim-badge-owned,
.bp-claim-badge-pending,
.bp-claim-badge-mine {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 6px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
}

.bp-claim-badge-owned {
    background: #f5f5f5;
    border-color: #d8d8d8;
    color: #333;
}

.bp-claim-badge-pending {
    background: #fff7e8;
    border-color: #f0c36d;
    color: #8a5a00;
}

.bp-claim-badge-mine {
    background: #eaf6ea;
    border-color: #6aa56a;
    color: #1f5c2d;
}

.bp-claim-badge-mine:hover {
    background: #dcefdc;
    color: #1f5c2d;
    text-decoration: none;
}

.list-spa .right-info .bp-claim-btn-trigger,
.list-spa .right-info .bp-claim-badge-owned,
.list-spa .right-info .bp-claim-badge-pending,
.list-spa .right-info .bp-claim-badge-mine {
    width: 100%;
}

.bp-claim-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.55);
}

.bp-claim-modal-box {
    position: relative;
    width: 100%;
    max-width: 700px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 32px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.bp-claim-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 4px 8px;
    border: 0;
    background: transparent;
    color: #666;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.bp-claim-modal-close:hover {
    color: #111;
}
