.vendor-subs-cancel-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: none;
    z-index: 9999;
}

.vendor-subs-cancel-popup-overlay.active {
    display: block;
}

.vendor-subs-cancel-popup-overlay .popup-box {
    width: 560px;
    background: #fff;
    padding: 24px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Buttons */
.vendor-subs-cancel-popup-overlay .sc-subs-cancel {
    background: #dc2626;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

.vendor-subs-cancel-popup-overlay .popup-close {
    position: absolute;
    right: 14px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
}

.vendor-subs-cancel-popup-overlay .popup-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.vendor-subs-cancel-popup-overlay .btn {
    padding: 8px 14px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.vendor-subs-cancel-popup-overlay .btn.cancel {
    background: #e5e7eb;
}

.vendor-subs-cancel-popup-overlay .btn.confirm {
    background: #dc2626;
    color: #fff;
}

.sc-vendor-subscription-list-shortcode .dokan-layout{
    border: 1px solid #e5e7eb !important;
}

.sc-vendor-subscription-list-shortcode .sc-subscription-pack-list-item {
 border: 1px solid #e5e7eb !important;
}

.sc-current-subscription-card-header,
.sc-subscription-pack-card-header {
    border-bottom: 1px solid #e5e7eb !important;
}

.sc-current-subscription-card-header h4,
.sc-subscription-pack-card-header h4 {
    margin-bottom: 0px !important;
}

.sc-vendor-subscription-list-shortcode .dokan_tabs li a.dokan-active-tab{
    border-bottom-color: #580dd9 !important;
    color: #580dd9 !important;
}

.sc-vendor-subscription-list-shortcode .dokan_tabs li a{
    border-bottom-color: #fff !important;
    color: #000 !important;
    background: none !important;
}

.sc-vendor-subscription-list-shortcode ul.dokan_tabs li{
    border: none !important;
}

.sc-vendor-subscription-list-shortcode ul.dokan_tabs{
    border-bottom: unset !important;
}

.sc-vendor-subscription-list-shortcode{
    padding: 20px 0px;
}

.sc-buy-now-button {
    background-color: #00513b !important;
    color: #fff !important;
}

.sc-vendor-subscription-list-shortcode .sc-current-subscription-card-body li {
    list-style: none !important;
}

.sc-current-subscription-card-body ul {
    margin-top: 15px !important;
    margin-left: 15px !important;
}