.ub-delete-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.ub-delete-modal-card {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.ub-delete-modal-title {
    margin: 0 0 8px 0;
    font-size: 20px;
    font-weight: 700;
}

.ub-delete-modal-text {
    margin: 0 0 18px 0;
    color: #555;
    line-height: 1.45;
}

.ub-delete-modal-actions {
    display: flex;
    gap: 10px;
}

.ub-delete-modal-actions .btn {
    flex: 1;
}

.ub-profile-avatar-wrap {
    position: relative;
    width: 250px;
    margin: 0 auto -110px auto;
}

.ub-profile-avatar-edit {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #f15a24;
    color: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 8;
}

.ub-profile-avatar-edit[disabled] {
    opacity: 0.6;
}

.ub-profile-settings-btn {
    background: #F05505 !important;
    color: #ffffff !important;
}

.ub-profile-settings-btn i {
    color: #ffffff !important;
}

.ub-profile-view-shop-btn {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 0;
    padding: 8px 14px;
    border: 0;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: lowercase;
    color: #ffffff !important;
    background: #F05505;
    cursor: pointer;
    pointer-events: auto !important;
    position: relative;
    z-index: 20;
}

.ub-profile-seller-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    min-width: min(100%, 220px);
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(20, 20, 20, 0.12);
}

.ub-profile-seller-status i {
    font-size: 14px;
    color: inherit !important;
}

.ub-profile-seller-status--live {
    background: #2EAD4F;
}

.ub-profile-seller-status--waiting {
    background: #F0B13E;
}

.ub-profile-seller-status--action {
    background: #F05505;
}

.seller-opp-overlay {
    position: fixed;
    inset: 0;
    z-index: 99997;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 14px calc(18px + env(safe-area-inset-bottom));
    background: rgba(18, 22, 30, 0.46);
}

.seller-opp-overlay-card {
    position: relative;
    width: 100%;
    max-width: 380px;
    border-radius: 22px;
    background: #fff;
    padding: 22px 16px 16px;
    text-align: center;
    box-shadow: 0 18px 44px rgba(20, 28, 42, 0.25);
}

.seller-opp-overlay-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f1f4f7;
    color: #667080;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.seller-opp-overlay-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 4px auto 14px;
    border-radius: 18px;
    background: #fff3d6;
    color: #f0a020;
    font-size: 23px;
}

.seller-opp-overlay-card h3 {
    margin: 0 0 8px;
    color: #22242b;
    font-size: 21px;
    line-height: 1.18;
}

.seller-opp-overlay-card p {
    margin: 0;
    color: #667080;
    font-size: 14px;
    line-height: 1.45;
}

.seller-opp-overlay-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 18px;
}

.seller-opp-overlay-actions .btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px !important;
    font-size: 13px;
    font-weight: 800;
}
