:root{
    --rpkg-bg:#ffffff;
    --rpkg-green:#2f8b59;
    --rpkg-text:#24262d;
    --rpkg-muted:#7f8087;
    --rpkg-border:#e9e9e9;
    --rpkg-soft:#f5f5f5;
    --rpkg-yellow:#d6a323;
}

/* PAGE */
.rpkg-admin{
    width:100%;
    min-height:780px;
    padding:28px 42px 34px;
    background:var(--rpkg-bg);
    font-family:Poppins, Arial, sans-serif;
    color:var(--rpkg-text);
    box-sizing:border-box;
}
.rpkg-admin *{box-sizing:border-box}

/* TOP BAR */
.rpkg-topbar{
    height:52px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:18px;
}
.rpkg-left-actions{
    display:flex;
    align-items:center;
    gap:10px;
}
.rpkg-hamburger{
    width:50px;
    height:50px;
    border:none;
    border-radius:50%;
    background:#fff;
    box-shadow:0 10px 28px rgba(0,0,0,.07);
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:default;
    color:#555;
}
.rpkg-hamburger span{
    width:16px;
    height:11px;
    display:block;
    background:
        linear-gradient(#555,#555) 0 0/16px 1.7px no-repeat,
        linear-gradient(#555,#555) 0 5px/16px 1.7px no-repeat,
        linear-gradient(#555,#555) 0 10px/16px 1.7px no-repeat;
}
.rpkg-title-pill{
    height:50px;
    padding:0 24px 0 18px;
    border-radius:999px;
    background:#fff;
    border:1px solid #ededed;
    display:flex;
    align-items:center;
    gap:12px;
    box-shadow:0 10px 28px rgba(0,0,0,.065);
    font-size:17px;
    font-weight:600;
    white-space:nowrap;
}
.rpkg-cube{
    width:20px;
    height:20px;
    border:2px solid #222;
    border-radius:5px;
    position:relative;
}
.rpkg-cube:after{
    content:"";
    position:absolute;
    inset:4px;
    border:1.5px solid #222;
    border-radius:3px;
}
.rpkg-right-actions{
    display:flex;
    align-items:center;
    gap:10px;
}
.rpkg-icon-circle{
    width:48px;
    height:48px;
    border-radius:50%;
    border:none;
    background:#fff;
    box-shadow:0 10px 28px rgba(0,0,0,.065);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
    color:#555;
}
.rpkg-avatar{
    width:48px;
    height:48px;
    border-radius:50%;
    background:linear-gradient(135deg,#f4d7c9,#d8b6a3);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    box-shadow:0 10px 28px rgba(0,0,0,.065);
}

/* STATS */
.rpkg-stats{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin:18px 0 16px;
}
.rpkg-stat{
    height:116px;
    background:#fff;
    border:1px solid var(--rpkg-border);
    border-radius:14px;
    padding:18px 16px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.rpkg-stat-label{
    font-size:14px;
    line-height:1;
    color:#161616;
    font-weight:500;
}
.rpkg-stat-value{
    font-size:27px;
    line-height:1;
    font-weight:600;
    color:#0f172a;
    letter-spacing:-.02em;
}

/* LIST CARD */
.rpkg-list-card{
    background:#fff;
    border:1px solid #EFEFEF;
    border-radius:18px;
    min-height:468px;
    overflow:hidden;
    box-shadow:0 4px 18px rgba(0,0,0,.03);
}
.rpkg-list-head{
    height:94px;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
    padding:20px 15px 0;
}
.rpkg-list-title{
    font-size:15px;
    font-weight:600;
    margin:0 0 14px;
}
.rpkg-tabs{
    display:flex;
    align-items:center;
    gap:20px;
}
.rpkg-tab{
    height:30px;
    border:none;
    background:transparent;
    color:#747474;
    font-family:Poppins;
    font-size:13px;
    padding:0 2px;
    border-radius:999px;
    cursor:pointer;
}
.rpkg-tab.is-active{
    min-width:50px;
    padding:0 10px;
    border:1px solid var(--rpkg-green);
    color:var(--rpkg-green);
    font-weight:600;
    background:#fbfffc;
}
.rpkg-tab-count{
    display:inline-flex;
    width:20px;
    height:20px;
    border-radius:50%;
    background:var(--rpkg-green);
    color:#fff;
    align-items:center;
    justify-content:center;
    font-size:12px;
    margin-left:4px;
}
.rpkg-tools{
    display:flex;
    align-items:center;
    gap:12px;
    margin-top:-2px;
}
.rpkg-sort{
    height:34px;
    border:none;
    background:transparent;
    font-family:Poppins;
    font-size:13px;
    color:#6d6d6d;
    padding:0 6px;
}
.rpkg-search-wrap{
    height:34px;
    width:154px;
    border:1px solid #ededed;
    background:#fafafa;
    border-radius:999px;
    display:flex;
    align-items:center;
    gap:8px;
    padding:0 13px;
}
.rpkg-search-wrap span{
    font-size:14px;
    color:#8a8a8a;
}
.rpkg-search{
    border:none;
    background:transparent;
    outline:none;
    width:100%;
    height:100%;
    font-family:Poppins;
    font-size:12px;
}
.rpkg-new-btn{
    height:36px;
    min-width:134px;
    border:none;
    border-radius:4px;
    background:var(--rpkg-green);
    color:#fff;
    font-family:Poppins;
    font-size:14px;
    font-weight:600;
    padding:0 14px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    cursor:pointer;
}

/* TABLE */
.rpkg-table-scroll{
    overflow-x:auto;
    padding:0;
    margin:0;
}

.rpkg-table{
    width:100%;
    min-width:1180px;
    border-collapse:separate;
    border-spacing:0;
    background:#fff;
}

.rpkg-table thead tr{
    height:52px;
    background:#F6F6F6;
}

.rpkg-table th{
    text-align:left;
    padding:0 16px;
    font-size:12px;
    line-height:1;
    color:#8B8B8B;
    font-weight:500;
    border:none;
    white-space:nowrap;
}

.rpkg-table td{
    height:54px;
    padding:0 16px;
    font-size:13px;
    color:#363636;
    vertical-align:middle;
    border:none;
    background:#fff;
}

.rpkg-table tbody tr{
    transition:background .2s ease;
}

.rpkg-table tbody tr:hover td{
    background:#FAFAFA;
}

.rpkg-table tbody tr:not(:last-child) td{
    border-bottom:1px solid #F5F5F5;
}

.rpkg-check{
    width:18px;
    height:18px;
    border:1.5px solid #D7D7D7;
    border-radius:5px;
    display:inline-block;
    background:#fff;
}

.rpkg-package-name{
    font-weight:500;
    color:#2E2E2E;
}

.rpkg-inclusion-badge{
    height:26px;
    display:inline-flex;
    align-items:center;
    gap:7px;
    border:1px solid #D6A323;
    color:#C79200;
    padding:0 12px;
    border-radius:999px;
    font-size:12px;
    background:#FFFDF7;
    white-space:nowrap;
}

.rpkg-inclusion-dot{
    width:6px;
    height:6px;
    border-radius:50%;
    background:#D6A323;
}

.rpkg-toggle-text{
    font-size:12px;
    color:#B0B0B0;
}

.rpkg-toggle-text.is-on{
    color:#2F8B59;
    font-weight:500;
}
.rpkg-more{
    position:relative;
}
.rpkg-more-btn{
    width:30px;
    height:30px;
    border:none;
    background:transparent;
    color:#777;
    font-size:22px;
    cursor:pointer;
}
.rpkg-menu{
    position:absolute;
    right:8px;
    top:28px;
    width:176px;
    padding:8px;
    border:1px solid #ececec;
    border-radius:10px;
    background:#fff;
    box-shadow:0 18px 42px rgba(0,0,0,.15);
    z-index:60;
    display:none;
}
.rpkg-menu.is-open{
    display:block;
}
.rpkg-menu button{
    width:100%;
    height:36px;
    border:none;
    background:transparent;
    border-radius:7px;
    font-family:Poppins;
    font-size:13px;
    text-align:left;
    padding:0 10px;
    cursor:pointer;
    color:#4f4f4f;
}
.rpkg-menu button:hover{
    background:#f5f5f5;
}
.rpkg-menu button.is-danger{
    color:#b91c1c;
    font-weight:600;
}
.rpkg-empty{
    padding:42px;
    text-align:center;
    color:#8c8c8c;
}
.rpkg-list-footer{
    height:64px;
    border-top:1px solid #f1f1f1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 16px;
    color:#9b9b9b;
    font-size:12px;
}
.rpkg-pager{
    display:flex;
    align-items:center;
    gap:18px;
}
.rpkg-pager button{
    border:none;
    background:transparent;
    color:#aaa;
    font-size:28px;
    cursor:pointer;
}

/* MODAL */
.rpkg-modal-layer{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.30);
    z-index:999999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:20px;
}
.rpkg-modal-layer.is-show{
    display:flex;
}
.rpkg-modal{
    width:906px;
    height:592px;
    max-width:calc(100vw - 32px);
    max-height:calc(100vh - 32px);
    background:#f8f8f8;
    border-radius:14px;
    box-shadow:0 24px 70px rgba(0,0,0,.22);
    overflow:hidden;
    display:flex;
    flex-direction:column;
}
.rpkg-modal-top{
    height:54px;
    padding:0 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid #e9e9e9;
    flex:0 0 auto;
}
.rpkg-modal-id{
    font-size:12px;
    color:#777;
    text-transform:uppercase;
}
.rpkg-modal-actions-top{
    display:flex;
    align-items:center;
    gap:16px;
}
.rpkg-dot-more{
    border:none;
    background:transparent;
    color:#777;
    font-size:22px;
    line-height:1;
}
.rpkg-modal-close{
    border:none;
    background:transparent;
    color:#777;
    font-size:28px;
    line-height:1;
    cursor:pointer;
}
.rpkg-modal-body{
    flex:1;
    min-height:0;
    display:grid;
    grid-template-columns:minmax(0, 1fr) 272px;
    gap:16px;
    padding:18px 22px 0;
    overflow:auto;
}
.rpkg-modal-left{
    display:flex;
    flex-direction:column;
    gap:16px;
    min-width:0;
}
.rpkg-panel{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:14px;
    padding:16px;
}
.rpkg-panel-title{
    font-size:15px;
    font-weight:600;
    color:#333;
    display:flex;
    align-items:center;
    gap:9px;
    margin-bottom:17px;
}
.rpkg-mini-green{
    width:14px;
    height:14px;
    border-radius:50%;
    background:var(--rpkg-green);
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:9px;
}
.rpkg-info-grid{
    display:grid;
    grid-template-columns:1.25fr .8fr .95fr;
    gap:12px;
}
.rpkg-info-item label,
.rpkg-field label,
.rpkg-view-desc label{
    display:block;
    font-size:12px;
    color:#777;
    margin-bottom:8px;
}
.rpkg-info-item strong{
    display:block;
    font-size:16px;
    font-weight:600;
    color:#333;
}
.rpkg-view-desc{
    margin-top:18px;
}
.rpkg-view-desc strong{
    font-size:16px;
    font-weight:600;
}
.rpkg-field{
    margin-bottom:14px;
}
.rpkg-field input,
.rpkg-field textarea,
.rpkg-field select{
    width:100%;
    height:42px;
    border:1px solid #e7e7e7;
    border-radius:8px;
    background:#fafafa;
    padding:0 12px;
    font-family:Poppins;
    font-size:13px;
    outline:none;
}
.rpkg-field textarea{
    height:70px;
    padding:12px;
    resize:none;
}
.rpkg-inc-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:12px;
}
.rpkg-add-inc{
    border:none;
    background:transparent;
    color:var(--rpkg-green);
    font-family:Poppins;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
}
.rpkg-inc-list{
    display:flex;
    flex-direction:column;
    gap:10px;
    max-height:185px;
    overflow:auto;
}
.rpkg-inc-row{
    display:flex;
    align-items:center;
    gap:10px;
}
.rpkg-drag{
    color:#777;
    font-size:19px;
    width:18px;
}
.rpkg-inc-row input{
    flex:1;
    height:36px;
    border:1px solid #e7e7e7;
    border-radius:8px;
    background:#fafafa;
    padding:0 12px;
    font-family:Poppins;
    font-size:13px;
}
.rpkg-remove-inc{
    border:none;
    background:transparent;
    color:#b91c1c;
    font-size:18px;
    cursor:pointer;
}
.rpkg-view-inc{
    display:flex;
    align-items:flex-start;
    gap:12px;
    font-size:14px;
    color:#4e4e4e;
    margin-bottom:14px;
}
.rpkg-side{
    background:#e9e9e9;
    border-radius:14px;
    padding:16px;
}
.rpkg-side-small{
    font-size:10px;
    color:#aaa;
    text-transform:uppercase;
    margin-bottom:18px;
}
.rpkg-side-heading{
    font-size:12px;
    font-weight:600;
    color:#777;
    text-transform:uppercase;
    letter-spacing:.05em;
    margin-bottom:14px;
}
.rpkg-side-row{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:12px;
    margin-bottom:16px;
}
.rpkg-side-title{
    font-size:15px;
    font-weight:600;
    color:#444;
}
.rpkg-side-sub{
    font-size:12px;
    color:#aaa;
    margin-top:2px;
}
.rpkg-modal-footer{
    height:64px;
    flex:0 0 auto;
    border-top:1px solid #e8e8e8;
    background:#f3f3f3;
    padding:0 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.rpkg-mode-pill{
    height:30px;
    padding:0 10px;
    border-radius:5px;
    background:#e9f8ef;
    color:var(--rpkg-green);
    display:inline-flex;
    align-items:center;
    font-size:12px;
    font-weight:600;
}
.rpkg-footer-actions{
    display:flex;
    align-items:center;
    gap:12px;
}
.rpkg-text-btn{
    border:none;
    background:transparent;
    font-family:Poppins;
    color:#666;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
}
.rpkg-cancel,
.rpkg-save{
    height:40px;
    border:none;
    border-radius:8px;
    font-family:Poppins;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    padding:0 22px;
}
.rpkg-cancel{
    background:#e4e4e4;
    color:#666;
}
.rpkg-save{
    background:#5ba06b;
    color:#fff;
    box-shadow:0 8px 16px rgba(47,139,89,.18);
}
.rpkg-toast{
    position:fixed;
    right:24px;
    bottom:24px;
    z-index:1000000;
    background:#153d2a;
    color:#fff;
    padding:13px 18px;
    border-radius:12px;
    box-shadow:0 14px 38px rgba(0,0,0,.22);
    display:none;
}
.rpkg-toast.is-show{
    display:block;
}
.rpkg-auth{
    max-width:540px;
    margin:70px auto;
    padding:30px;
    border-radius:18px;
    background:#fff;
    font-family:Poppins;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

/* MAIN DASHBOARD-LIKE ADMIN HEADER - exact dashboard behavior */
.rpkg-admin,
.rpkg-topbar{
    overflow:visible !important;
}
.rpkg-topbar{
    height:72px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:18px;
    position:relative;
    z-index:100000;
}
.rpkg-left-actions,
.rpkg-right-actions{
    display:flex;
    align-items:center;
    gap:12px;
    position:relative;
    z-index:100001;
}
.rpkg-admin-nav{
    position:relative;
    display:flex;
    align-items:center;
    gap:12px;
    z-index:100002;
}
.rpkg-admin-menu-toggle{
    -webkit-appearance:none;
    appearance:none;
    width:50px;
    height:50px;
    min-width:50px;
    min-height:50px;
    border:none !important;
    outline:none !important;
    border-radius:999px !important;
    background:#FFFFFF !important;
    background-image:none !important;
    box-shadow:0 2px 5px rgba(16,24,40,.04),0 16px 30px rgba(16,24,40,.08) !important;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:4px;
    cursor:pointer;
    padding:0;
    transition:background .2s ease, transform .2s ease;
    color:transparent !important;
}
.rpkg-admin-menu-toggle span{
    width:16px;
    height:2px;
    border-radius:999px;
    background:#204A35 !important;
    display:block;
}
.rpkg-admin-menu-toggle:hover,
.rpkg-admin-nav.open .rpkg-admin-menu-toggle{
    background:#2F7C52 !important;
    transform:none !important;
}
.rpkg-admin-menu-toggle:hover span,
.rpkg-admin-nav.open .rpkg-admin-menu-toggle span{
    background:#204A35 !important;
}
.rpkg-title-pill{
    height:50px;
    padding:0 24px 0 18px;
    border-radius:999px;
    background:#FFFFFF;
    border:1px solid #ECECEC;
    display:flex;
    align-items:center;
    gap:12px;
    box-shadow:0 2px 5px rgba(16,24,40,.04),0 16px 30px rgba(16,24,40,.06);
    font-family:Poppins,Arial,sans-serif;
    font-size:17px;
    font-weight:600;
    color:#111827;
    white-space:nowrap;
}
.rpkg-cube{
    width:20px;
    height:20px;
    border:2px solid #222;
    border-radius:5px;
    position:relative;
    flex:0 0 auto;
}
.rpkg-cube:after{
    content:"";
    position:absolute;
    inset:4px;
    border:1.5px solid #222;
    border-radius:3px;
}
.rpkg-admin-dropdown{
    position:absolute;
    top:66px;
    left:0;
    width:250px;
    background:#FFFFFF;
    border:1px solid #EDEDED;
    border-radius:22px;
    box-shadow:0 6px 14px rgba(15,23,42,.04),0 28px 45px rgba(15,23,42,.10);
    padding:18px 14px;
    opacity:0;
    visibility:hidden;
    transform:translateY(8px);
    transition:all .22s ease;
    pointer-events:none;
    z-index:100003;
}
.rpkg-admin-nav.open .rpkg-admin-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    pointer-events:auto;
}
.rpkg-admin-dropdown-item{
    display:flex;
    align-items:center;
    gap:14px;
    text-decoration:none !important;
    color:#3A3A3C;
    font-family:Poppins,Arial,sans-serif;
    font-size:15px;
    font-weight:500;
    line-height:1.3;
    border-radius:14px;
    padding:12px 12px;
    transition:background .2s ease,color .2s ease;
}
.rpkg-admin-dropdown-item:hover{
    background:#F6F7F7;
    color:#1F1F21;
}
.rpkg-admin-dropdown-item.active{
    background:#F6F7F7;
    color:#2A2A2A;
}
.rpkg-admin-item-icon{
    width:20px;
    height:20px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#595959;
    flex:0 0 auto;
    background:transparent !important;
}
.rpkg-admin-item-icon svg{
    width:18px;
    height:18px;
    display:block;
}
.rpkg-admin-circle-btn{
    -webkit-appearance:none;
    appearance:none;
    width:50px;
    height:50px;
    border:none !important;
    outline:none !important;
    border-radius:999px !important;
    background:#FFFFFF !important;
    color:#606268 !important;
    box-shadow:0 2px 5px rgba(16,24,40,.04),0 16px 30px rgba(16,24,40,.06);
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    padding:0;
}
.rpkg-admin-circle-btn:hover,
.rpkg-admin-circle-btn:focus,
.rpkg-admin-circle-btn:active,
.rpkg-admin-circle-btn:focus-visible{
    background:#FFFFFF !important;
    color:#606268 !important;
    border:none !important;
    outline:none !important;
    box-shadow:0 2px 5px rgba(16,24,40,.04),0 16px 30px rgba(16,24,40,.06);
}
.rpkg-admin-circle-btn svg{
    width:20px;
    height:20px;
    display:block;
}
.rpkg-account-menu{
    position:relative;
    z-index:100002;
}
.rpkg-admin-avatar-btn{
    -webkit-appearance:none;
    appearance:none;
    padding:0;
    margin:0;
    border:none !important;
    outline:none !important;
    background:transparent !important;
    border-radius:999px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}
.rpkg-admin-avatar-btn:hover,
.rpkg-admin-avatar-btn:focus,
.rpkg-admin-avatar-btn:active,
.rpkg-admin-avatar-btn:focus-visible{
    border:none !important;
    outline:none !important;
    background:transparent !important;
    box-shadow:none !important;
}
.rpkg-admin-avatar{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#E9D6CA;
    box-shadow:0 2px 5px rgba(16,24,40,.04),0 16px 30px rgba(16,24,40,.06);
    display:flex !important;
    align-items:center;
    justify-content:center;
    font-size:16px;
    font-weight:700;
    color:#6A4C3C !important;
    overflow:hidden;
    line-height:1;
}
.rpkg-account-dropdown{
    position:absolute;
    top:calc(100% + 10px);
    right:0;
    width:255px;
    background:#FFFFFF;
    border:1px solid #ECECEC;
    border-radius:18px;
    box-shadow:0 18px 35px rgba(15,23,42,.10),0 6px 16px rgba(15,23,42,.06);
    padding:12px 0 0;
    opacity:0;
    visibility:hidden;
    transform:translateY(8px);
    pointer-events:none;
    transition:all .2s ease;
    z-index:100003;
}
.rpkg-account-menu.open .rpkg-account-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    pointer-events:auto;
}
.rpkg-account-head{
    display:flex;
    align-items:flex-start;
    gap:12px;
    padding:0 16px 14px;
    border-bottom:1px solid #EFEFEF;
}
.rpkg-account-avatar{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#E9D6CA;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:700;
    color:#6A4C3C;
    flex:0 0 auto;
}
.rpkg-account-name{
    font-family:Poppins,Arial,sans-serif;
    font-size:16px;
    line-height:1.2;
    font-weight:600;
    color:#2E3137;
}
.rpkg-account-sub{
    margin-top:4px;
    font-size:14px;
    color:#9A9EA6;
    line-height:1.2;
}
.rpkg-account-logout{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none !important;
    padding:16px;
    color:#B42318;
    font-family:Poppins,Arial,sans-serif;
    font-size:14px;
    font-weight:600;
    border-radius:0 0 18px 18px;
}
.rpkg-account-logout:hover{
    background:#FFF5F5;
    color:#B42318;
}
.rpkg-account-logout-icon{
    width:22px;
    height:22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:currentColor;
}
.rpkg-account-logout-icon svg{
    width:20px;
    height:20px;
    display:block;
}



/* FIXES: search, New Package button, menu hover, icons, and Trash tab */
.rpkg-search-wrap{
    height:42px !important;
    width:196px !important;
    border:1px solid #ededed !important;
    background:#fff !important;
    border-radius:999px !important;
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    padding:0 16px !important;
    box-shadow:0 2px 5px rgba(16,24,40,.03) !important;
    overflow:hidden !important;
}
.rpkg-search-wrap span{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:#8a8a8a;flex:0 0 auto;}
.rpkg-search-wrap span svg{width:15px;height:15px;display:block;}
.rpkg-search{border:none!important;background:transparent!important;outline:none!important;width:100%!important;height:100%!important;min-width:0;padding:0!important;margin:0!important;box-shadow:none!important;font-size:13px;color:#2e3137;}
.rpkg-search:focus{border:none!important;outline:none!important;box-shadow:none!important;}
.rpkg-new-btn{height:42px!important;min-width:152px!important;border:none!important;outline:none!important;border-radius:5px!important;background:var(--rpkg-green)!important;color:#fff!important;box-shadow:none!important;}
.rpkg-new-btn:hover,.rpkg-new-btn:focus,.rpkg-new-btn:active{background:var(--rpkg-green)!important;color:#fff!important;border:none!important;outline:none!important;box-shadow:none!important;}
.rpkg-new-btn svg{width:16px;height:16px;color:#fff;display:block;}
.rpkg-more-btn{width:34px!important;height:34px!important;border:none!important;border-radius:8px!important;background:transparent!important;color:#6b7280!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;box-shadow:none!important;}
.rpkg-more-btn:hover,.rpkg-more-btn:focus,.rpkg-more-btn:active,.rpkg-more-btn.is-open{background:#fff!important;color:#6b7280!important;border:none!important;outline:none!important;box-shadow:0 8px 18px rgba(15,23,42,.06)!important;}
.rpkg-more-btn svg{width:18px;height:18px;display:block;pointer-events:none;}
.rpkg-menu{top:34px!important;width:178px!important;border-radius:12px!important;box-shadow:0 18px 42px rgba(0,0,0,.13)!important;}
.rpkg-menu button{width:100%;min-height:36px;border:none!important;background:transparent!important;border-radius:8px!important;display:flex;align-items:center;gap:9px;color:#4f4f4f!important;box-shadow:none!important;}
.rpkg-menu button:hover,.rpkg-menu button:focus,.rpkg-menu button:active{background:#f6f7f7!important;color:#343434!important;}
.rpkg-menu button.is-danger{color:#b91c1c!important;font-weight:600;}
.rpkg-menu button.is-danger:hover{background:#fff5f5!important;color:#b91c1c!important;}
.rpkg-menu-icon{width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;color:currentColor;flex:0 0 auto;}
.rpkg-menu-icon svg{width:16px;height:16px;display:block;}
.rpkg-add-inc{border:none!important;background:transparent!important;color:var(--rpkg-green)!important;display:inline-flex;align-items:center;gap:8px;box-shadow:none!important;}
.rpkg-add-inc svg{width:16px;height:16px;display:block;}
.rpkg-remove-inc{width:30px;height:30px;border:none!important;background:transparent!important;color:#b91c1c;display:flex;align-items:center;justify-content:center;padding:0;}
.rpkg-remove-inc svg{width:16px;height:16px;display:block;}
.rpkg-drag svg{display:block;}
.rpkg-tab-count-trash{background:#9ca3af!important;}



/* FINAL MODAL POLISH: keep footer visible and remove emoji-like glyphs */
.rpkg-modal-layer{
    align-items:flex-start !important;
    justify-content:center !important;
    padding:72px 20px 96px !important;
    overflow-y:auto !important;
}
.rpkg-modal{
    height:auto !important;
    max-height:calc(100vh - 168px) !important;
    overflow:hidden !important;
}
.rpkg-modal-body{
    max-height:calc(100vh - 286px) !important;
    overflow:auto !important;
    padding-bottom:18px !important;
}
.rpkg-modal-footer{
    min-height:64px !important;
    height:64px !important;
    flex:0 0 64px !important;
    position:relative !important;
    z-index:5 !important;
}
.rpkg-panel-title,
.rpkg-side-heading,
.rpkg-mode-pill{
    display:flex !important;
    align-items:center !important;
    gap:9px !important;
}
.rpkg-mini-green svg,
.rpkg-title-icon svg,
.rpkg-side-heading-icon svg,
.rpkg-mode-icon svg,
.rpkg-view-check svg{
    display:block;
}
.rpkg-mini-green{
    width:16px !important;
    height:16px !important;
    font-size:0 !important;
}
.rpkg-mini-green svg{
    width:11px;
    height:11px;
}
.rpkg-title-icon,
.rpkg-side-heading-icon,
.rpkg-mode-icon,
.rpkg-view-check{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    color:currentColor;
}
.rpkg-title-icon svg,
.rpkg-side-heading-icon svg,
.rpkg-mode-icon svg{
    width:16px;
    height:16px;
}
.rpkg-view-check{
    width:18px;
    height:18px;
    color:#5E6863;
}
.rpkg-view-check svg{
    width:15px;
    height:15px;
}
.rpkg-view-inc{
    gap:10px !important;
}
.rpkg-dot-more{
    width:42px !important;
    height:42px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:0 !important;
    padding:0 !important;
}
.rpkg-dot-more::before{
    content:"";
    width:20px;
    height:6px;
    background:radial-gradient(circle, #777 2px, transparent 2.5px) 0 50%/7px 6px repeat-x;
    display:block;
}
.rpkg-modal-close{
    width:44px !important;
    height:44px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:0 !important;
    color:#777 !important;
}
.rpkg-modal-close::before,
.rpkg-modal-close::after{
    content:"";
    position:absolute;
    width:18px;
    height:2px;
    border-radius:999px;
    background:currentColor;
}
.rpkg-modal-close::before{ transform:rotate(45deg); }
.rpkg-modal-close::after{ transform:rotate(-45deg); }
@media(max-height:760px){
    .rpkg-modal-layer{padding-top:36px !important;padding-bottom:72px !important;}
    .rpkg-modal{max-height:calc(100vh - 108px) !important;}
    .rpkg-modal-body{max-height:calc(100vh - 226px) !important;}
}

@media(max-width:1024px){
    .rpkg-admin{padding:24px 16px}
    .rpkg-stats{grid-template-columns:repeat(2,1fr)}
    .rpkg-list-head{height:auto;flex-direction:column;padding-bottom:16px}
    .rpkg-tools{width:100%;flex-wrap:wrap}
    .rpkg-search-wrap{width:220px}
    .rpkg-modal{height:calc(100vh - 28px)}
    .rpkg-modal-body{grid-template-columns:1fr}
    .rpkg-info-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
    .rpkg-stats{grid-template-columns:1fr}
}

/* ===== extracted from plugin inline styles ===== */

.recoop-wrapper{
    font-family:'Inter',sans-serif!important;
    text-align:center!important;
    width:100%!important;
    position:relative!important;
    z-index:30!important;
    isolation:isolate!important;
}
.recoop-wrapper *{box-sizing:border-box!important;}
.recoop-wrapper,.recoop-wrapper .recoop-content,.recoop-wrapper .recoop-grid{visibility:visible!important;opacity:1!important;}
.recoop-wrapper .recoop-content{display:none!important;}
.recoop-wrapper .recoop-content.active{display:block!important;}

.recoop-wrapper .recoop-tabs{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:259px!important;
    height:48px!important;
    margin:0 auto 90px!important;
    padding:4px!important;
    gap:4px!important;
    border-radius:60px!important;
    background:rgba(200,210,200,.45)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
    box-shadow:0 8px 20px rgba(0,0,0,.08)!important;
    border:1px solid rgba(255,255,255,.3)!important;
}
.recoop-wrapper .recoop-slider{
    position:absolute!important;
    left:4px!important;
    top:4px!important;
    height:40px!important;
    border-radius:50px!important;
    z-index:0!important;
    pointer-events:none!important;
    background:rgba(255,255,255,.22)!important;
    box-shadow:0 8px 20px rgba(80,120,90,.15),0 2px 6px rgba(0,0,0,.05)!important;
    transition:transform .4s cubic-bezier(.22,1,.36,1),width .3s ease!important;
    overflow:hidden!important;
}
.recoop-wrapper .recoop-slider:before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    border-radius:50px!important;
    padding:1.5px!important;
    background:linear-gradient(to bottom,rgba(255,255,255,.8) 0%,rgba(255,255,255,.25) 8%,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 80%,rgba(255,255,255,.25) 92%,rgba(255,255,255,.8) 100%)!important;
    -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0)!important;
    -webkit-mask-composite:xor!important;
    mask-composite:exclude!important;
}
.recoop-wrapper .recoop-tab{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:none!important;
    height:40px!important;
    padding:0 16px!important;
    font-family:'Poppins',sans-serif!important;
    font-size:14px!important;
    font-weight:500!important;
    line-height:24px!important;
    letter-spacing:.04em!important;
    color:#6E6E6E!important;
    cursor:pointer!important;
    position:relative!important;
    z-index:1!important;
    transition:color .3s ease!important;
    user-select:none!important;
}
.recoop-wrapper .recoop-tab.active,.recoop-wrapper .recoop-tab:not(.active):hover{color:#2F7C52!important;}

.recoop-wrapper .recoop-grid{
    display:flex!important;
    gap:16px!important;
    flex-wrap:wrap!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:1280px!important;
    margin:0 auto!important;
    position:relative!important;
    z-index:35!important;
}
.recoop-wrapper .recoop-card{
    flex:1 1 calc(25% - 16px)!important;
    min-width:0!important;
    min-height:540px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    text-align:left!important;
    padding:24px 24px 34px!important;
    background:#F8F8F8!important;
    border-radius:14px!important;
    border:1px solid #E7E7E7!important;
    position:relative!important;
    overflow:visible!important;
    box-shadow:0 8px 20px rgba(0,0,0,.05)!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    transition:none!important;
    z-index:31!important;
}
.recoop-wrapper .recoop-card:hover{transform:none!important;margin-top:0!important;}

.recoop-wrapper .recoop-card.featured{
    margin-top:-24px!important;
    min-height:564px!important;
    padding-bottom:34px!important;
    background:
        radial-gradient(circle at 50% 52%,rgba(67,140,77,.18) 0%,rgba(67,140,77,.10) 20%,rgba(67,140,77,.04) 34%,rgba(0,0,0,0) 56%),
        linear-gradient(180deg,#071611 0%,#0A1B14 36%,#08120E 68%,#06110D 100%) padding-box,
        linear-gradient(180deg,rgba(72,160,85,.75) 0%,rgba(72,160,85,.34) 48%,rgba(72,160,85,.14) 100%) border-box!important;
    border:1px solid transparent!important;
    color:#fff!important;
    box-shadow:0 10px 25px rgba(0,0,0,.10)!important;
}
.recoop-wrapper .recoop-card.featured:hover{margin-top:-24px!important;transform:none!important;}
.recoop-wrapper .recoop-card.featured:before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    border-radius:14px!important;
    pointer-events:none!important;
    background:radial-gradient(circle at 50% 58%,rgba(103,189,92,.08) 0%,rgba(103,189,92,.04) 26%,rgba(0,0,0,0) 60%)!important;
    z-index:1!important;
}
.recoop-wrapper .recoop-card.featured .recoop-header,
.recoop-wrapper .recoop-card.featured .recoop-inclusions,
.recoop-wrapper .recoop-card.featured .recoop-features,
.recoop-wrapper .recoop-card.featured .recoop-note,
.recoop-wrapper .recoop-card.featured .recoop-btn{
    position:relative!important;
    z-index:2!important;
}
.recoop-wrapper .recoop-card.featured .recoop-header,
.recoop-wrapper .recoop-card.featured .recoop-inclusions,
.recoop-wrapper .recoop-card.featured .recoop-features,
.recoop-wrapper .recoop-card.featured .recoop-note{top:24px!important;}

.recoop-wrapper .recoop-header{
    min-height:120px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    position:relative!important;
    z-index:2!important;
    width:100%!important;
}
.recoop-wrapper .recoop-badge{
    position:absolute!important;
    top:0!important;
    left:50%!important;
    transform:translate(-50%,-50%)!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:8px 24px!important;
    height:38px!important;
    border-radius:20px!important;
    font-family:'Poppins',sans-serif!important;
    font-size:14px!important;
    font-weight:500!important;
    line-height:1!important;
    background:linear-gradient(90deg,#59CC67 0%,#45A74E 36%,#347B39 72%,#59CC67 100%)!important;
    color:#fff!important;
    box-shadow:0 4px 5.5px rgba(0,0,0,.14)!important;
    white-space:nowrap!important;
    z-index:4!important;
}
.recoop-wrapper .recoop-title-row{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    justify-content:flex-start!important;
    margin-bottom:6px!important;
    flex-wrap:wrap!important;
    width:100%!important;
}
.recoop-wrapper .recoop-title{
    font-size:21px!important;
    font-weight:600!important;
    color:#2A2A2A!important;
    margin:0!important;
    line-height:1.2!important;
}
.recoop-wrapper .recoop-card.featured .recoop-title{color:#4CA36A!important;}
.recoop-wrapper .recoop-tag{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:4px 8px!important;
    border-radius:8px!important;
    font-family:'Poppins',sans-serif!important;
    font-size:12px!important;
    font-weight:600!important;
    line-height:1!important;
    background:#F1F1F1!important;
    color:#B0B0B0!important;
}
.recoop-wrapper .recoop-card.featured .recoop-tag{background:#F7F7F2!important;color:#3F8E56!important;}
.recoop-wrapper .recoop-sub{
    font-size:13px!important;
    color:#6E6E6E!important;
    margin:-6px 0 18px!important;
}
.recoop-wrapper .recoop-card.featured .recoop-sub{color:rgba(255,255,255,.74)!important;}
.recoop-wrapper .recoop-rating-label{
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.1!important;
    color:#83B78D!important;
    margin:0 0 12px!important;
}
.recoop-wrapper .recoop-card.featured .recoop-rating-label{color:#63A86A!important;}
.recoop-wrapper .recoop-rating-row{
    display:flex!important;
    align-items:baseline!important;
    gap:12px!important;
    margin:0 0 16px!important;
    flex-wrap:wrap!important;
    width:100%!important;
}
.recoop-wrapper .recoop-rating-value{
    font-size:36px!important;
    font-weight:600!important;
    line-height:.95!important;
    color:#2E2E2E!important;
    margin:0!important;
}
.recoop-wrapper .recoop-card.featured .recoop-rating-value{color:#fff!important;}
.recoop-wrapper .recoop-rating-text{
    font-size:13px!important;
    font-style:italic!important;
    font-weight:400!important;
    line-height:1.3!important;
    color:#9B9B9B!important;
}
.recoop-wrapper .recoop-card.featured .recoop-rating-text{color:rgba(255,255,255,.72)!important;}
.recoop-wrapper .recoop-divider{
    border:none!important;
    border-top:1px solid #E5E5E5!important;
    margin:12px 0!important;
    width:100%!important;
}
.recoop-wrapper .recoop-card.featured .recoop-divider{border-top:1px solid rgba(255,255,255,.42)!important;}
.recoop-wrapper .recoop-inclusions{
    font-size:14px!important;
    font-weight:500!important;
    margin-top:10px!important;
    margin-bottom:10px!important;
    color:#2E2E2E!important;
}
.recoop-wrapper .recoop-card.featured .recoop-inclusions{color:#fff!important;}
.recoop-wrapper .recoop-features{
    list-style:none!important;
    padding:0!important;
    margin:10px 0 20px!important;
    width:100%!important;
    min-height:142px!important;
}
.recoop-wrapper .recoop-features li{
    display:flex!important;
    align-items:center!important;
    margin-bottom:12px!important;
    font-size:14px!important;
    color:#5A5A5A!important;
}
.recoop-wrapper .recoop-card.featured .recoop-features li{color:rgba(255,255,255,.88)!important;}
.recoop-wrapper .recoop-icon{
    width:16px!important;
    height:16px!important;
    min-width:16px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin-right:12px!important;
    background:none!important;
    color:#2E4E3E!important;
    flex-shrink:0!important;
}
.recoop-wrapper .recoop-card.featured .recoop-icon{
    width:20px!important;
    height:20px!important;
    min-width:20px!important;
    margin-right:10px!important;
    border-radius:50%!important;
    background:linear-gradient(135deg,#5FD267 0%,#48B14F 42%,#398E40 78%,#5FD267 100%)!important;
    color:#fff!important;
    box-shadow:0 2px 6px rgba(0,0,0,.18)!important;
}
.recoop-wrapper .check-svg{
    width:16px!important;
    height:16px!important;
    stroke:currentColor!important;
    stroke-width:3.2!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
    fill:none!important;
}
.recoop-wrapper .recoop-card.featured .check-svg{
    width:13px!important;
    height:13px!important;
    stroke-width:4!important;
}
.recoop-wrapper .recoop-note{
    font-size:12px!important;
    line-height:1.55!important;
    color:#9D9D9D!important;
    margin-top:auto!important;
    margin-bottom:26px!important;
    width:100%!important;
}
.recoop-wrapper .recoop-card.featured .recoop-note{color:rgba(255,255,255,.64)!important;margin-bottom:26px!important;}
.recoop-wrapper .recoop-btn{
    margin-top:0!important;
    margin-bottom:0!important;
    flex-shrink:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    height:42px!important;
    width:100%!important;
    border-radius:999px!important;
    font-family:'Poppins',sans-serif!important;
    font-size:16px!important;
    font-weight:500!important;
    letter-spacing:.04em!important;
    text-decoration:none!important;
    border:1px solid #C9D0EA!important;
    background:#F8F8F8!important;
    color:#7A82A1!important;
    box-shadow:0 4px 5.5px rgba(0,0,0,.04)!important;
    transition:none!important;
}
.recoop-wrapper .recoop-card.featured .recoop-btn{
    border:none!important;
    background:linear-gradient(90deg,#59CC67 0%,#45A74E 40%,#45A74E 60%,#59CC67 100%)!important;
    color:#fff!important;
    box-shadow:0 4px 10px rgba(43,95,49,.20)!important;
}
.recoop-wrapper .recoop-btn span:not(.recoop-btn-icon){display:inline-block!important;}
.recoop-wrapper .recoop-card.featured .recoop-btn span:not(.recoop-btn-icon){
    background:none!important;
    -webkit-text-fill-color:#fff!important;
    color:#fff!important;
}
.recoop-wrapper .recoop-btn-icon,
.recoop-wrapper .recoop-btn-icon-agent{
    width:18px!important;
    height:18px!important;
    min-width:18px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-shrink:0!important;
    line-height:0!important;
    color:#fff!important;
}
.recoop-wrapper .recoop-btn-icon svg,
.recoop-wrapper .recoop-btn-icon-agent svg{
    width:18px!important;
    height:18px!important;
    display:block!important;
}
.recoop-wrapper .recoop-btn:hover{
    transform:none!important;
    color:#7A82A1!important;
    border-color:#C9D0EA!important;
    background:#F8F8F8!important;
}
.recoop-wrapper .recoop-card.featured .recoop-btn:hover{
    color:#fff!important;
    border:none!important;
    background:linear-gradient(90deg,#59CC67 0%,#45A74E 40%,#45A74E 60%,#59CC67 100%)!important;
}
.recoop-wrapper .recoop-empty{
    text-align:center!important;
    padding:40px 20px!important;
    color:#777!important;
    width:100%!important;
}


/* FIXES: search, New Package button, menu hover, icons, and Trash tab */
.rpkg-search-wrap{
    height:42px !important;
    width:196px !important;
    border:1px solid #ededed !important;
    background:#fff !important;
    border-radius:999px !important;
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    padding:0 16px !important;
    box-shadow:0 2px 5px rgba(16,24,40,.03) !important;
    overflow:hidden !important;
}
.rpkg-search-wrap span{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:#8a8a8a;flex:0 0 auto;}
.rpkg-search-wrap span svg{width:15px;height:15px;display:block;}
.rpkg-search{border:none!important;background:transparent!important;outline:none!important;width:100%!important;height:100%!important;min-width:0;padding:0!important;margin:0!important;box-shadow:none!important;font-size:13px;color:#2e3137;}
.rpkg-search:focus{border:none!important;outline:none!important;box-shadow:none!important;}
.rpkg-new-btn{height:42px!important;min-width:152px!important;border:none!important;outline:none!important;border-radius:5px!important;background:var(--rpkg-green)!important;color:#fff!important;box-shadow:none!important;}
.rpkg-new-btn:hover,.rpkg-new-btn:focus,.rpkg-new-btn:active{background:var(--rpkg-green)!important;color:#fff!important;border:none!important;outline:none!important;box-shadow:none!important;}
.rpkg-new-btn svg{width:16px;height:16px;color:#fff;display:block;}
.rpkg-more-btn{width:34px!important;height:34px!important;border:none!important;border-radius:8px!important;background:transparent!important;color:#6b7280!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;box-shadow:none!important;}
.rpkg-more-btn:hover,.rpkg-more-btn:focus,.rpkg-more-btn:active,.rpkg-more-btn.is-open{background:#fff!important;color:#6b7280!important;border:none!important;outline:none!important;box-shadow:0 8px 18px rgba(15,23,42,.06)!important;}
.rpkg-more-btn svg{width:18px;height:18px;display:block;pointer-events:none;}
.rpkg-menu{top:34px!important;width:178px!important;border-radius:12px!important;box-shadow:0 18px 42px rgba(0,0,0,.13)!important;}
.rpkg-menu button{width:100%;min-height:36px;border:none!important;background:transparent!important;border-radius:8px!important;display:flex;align-items:center;gap:9px;color:#4f4f4f!important;box-shadow:none!important;}
.rpkg-menu button:hover,.rpkg-menu button:focus,.rpkg-menu button:active{background:#f6f7f7!important;color:#343434!important;}
.rpkg-menu button.is-danger{color:#b91c1c!important;font-weight:600;}
.rpkg-menu button.is-danger:hover{background:#fff5f5!important;color:#b91c1c!important;}
.rpkg-menu-icon{width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;color:currentColor;flex:0 0 auto;}
.rpkg-menu-icon svg{width:16px;height:16px;display:block;}
.rpkg-add-inc{border:none!important;background:transparent!important;color:var(--rpkg-green)!important;display:inline-flex;align-items:center;gap:8px;box-shadow:none!important;}
.rpkg-add-inc svg{width:16px;height:16px;display:block;}
.rpkg-remove-inc{width:30px;height:30px;border:none!important;background:transparent!important;color:#b91c1c;display:flex;align-items:center;justify-content:center;padding:0;}
.rpkg-remove-inc svg{width:16px;height:16px;display:block;}
.rpkg-drag svg{display:block;}
.rpkg-tab-count-trash{background:#9ca3af!important;}

@media(max-width:1024px){
    .recoop-wrapper .recoop-grid{gap:18px!important;}
    .recoop-wrapper .recoop-card{flex:1 1 calc(50% - 18px)!important;min-height:540px!important;}
    .recoop-wrapper .recoop-card.featured,
    .recoop-wrapper .recoop-card.featured:hover{margin-top:0!important;}
}
@media(max-width:767px){
    .recoop-wrapper .recoop-grid{display:flex!important;flex-direction:column!important;gap:18px!important;padding:0 14px!important;}
    .recoop-wrapper .recoop-card{flex:1 1 100%!important;width:100%!important;min-height:auto!important;padding:22px 22px 30px!important;}
    .recoop-wrapper .recoop-card.featured .recoop-header,
    .recoop-wrapper .recoop-card.featured .recoop-inclusions,
    .recoop-wrapper .recoop-card.featured .recoop-features,
    .recoop-wrapper .recoop-card.featured .recoop-note{top:0!important;}
}

/* CARD ENTRANCE + SMOOTH FADE OUT ANIMATION */
.recoop-wrapper .recoop-card{
    will-change:transform, opacity!important;
    transition:
        opacity 1.05s ease,
        transform 1.15s cubic-bezier(.22,1,.36,1)!important;
}

.recoop-wrapper .recoop-card.recoop-animate-ready{
    opacity:0!important;
    transform:translateY(70px)!important;
    pointer-events:none!important;
}

.recoop-wrapper .recoop-card.recoop-animate-in{
    opacity:1!important;
    transform:translateY(0)!important;
    pointer-events:auto!important;
}
/* keep featured card original raised position after animation */
.recoop-wrapper .recoop-card.featured.recoop-animate-ready{
    transform:translateY(70px)!important;
}

.recoop-wrapper .recoop-card.featured.recoop-animate-in{
    transform:translateY(0)!important;
}

/* stagger effect */
.recoop-wrapper .recoop-card.recoop-animate-in:nth-child(1){transition-delay:.04s!important;}
.recoop-wrapper .recoop-card.recoop-animate-in:nth-child(2){transition-delay:.12s!important;}
.recoop-wrapper .recoop-card.recoop-animate-in:nth-child(3){transition-delay:.20s!important;}
.recoop-wrapper .recoop-card.recoop-animate-in:nth-child(4){transition-delay:.28s!important;}
.recoop-wrapper .recoop-card.recoop-animate-in:nth-child(5){transition-delay:.36s!important;}
.recoop-wrapper .recoop-card.recoop-animate-in:nth-child(6){transition-delay:.44s!important;}
.recoop-wrapper .recoop-card.recoop-animate-in:nth-child(7){transition-delay:.52s!important;}
.recoop-wrapper .recoop-card.recoop-animate-in:nth-child(8){transition-delay:.60s!important;}