#adminmenu #toplevel_page_storebuild li a[href="admin.php?page=storebuild_go_premium"] {
    color: #ffffff;
    background: #eb5195;
    border-radius: 3px;
}

#adminmenu #toplevel_page_storebuild ul:not(.wp-menu-open ul) {
    padding: 10px 7px;
}


.invoice::after{
    content: "\f316";
    font-family: Dashicons;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.85;
}

#storebuild-tmpl-popup .strb-offcanvas-btn-edit {
    border: 1px solid rgba(13,4,50,.2);
    border-radius: 6px;
    color: rgba(13,4,50,.2);
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 25px 10px;
    text-align: center;
    text-decoration: none;
    cursor: not-allowed;
}

#storebuild-tmpl-popup > .strb-offcanvas-area .strb-offcanvas-content.processing {
    pointer-events: none;
}

/* Header Footer Builder Styles */
.storebuild-hf-table-wrapper .wp-list-table th {
    font-weight: 600;
    color: #1e1e1e;
    padding: 15px 10px;
}

.storebuild-btn {
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 8px 16px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    font-size: 13px !important;
    line-height: normal !important;
    margin-right: 15px !important;
    height: auto!important;
}

.storebuild-btn:hover {
    background-color: #72002f !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.storebuild-btn .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
}
.storebuild-btn-elementor{
    background-color: #93003c !important; /* Elementor Brand Color */
}

.storebuild-btn-elementor:hover {
    background-color: #72002f !important;
}

.storebuild-btn-options{
    background-color: #007cba !important;
}

.storebuild-btn-options:hover{
    background-color: #02547e !important;
}

.storebuild-btn-delete {
    color: #dc2626 !important;
    border: 1px solid transparent !important;
    padding: 6px 12px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    font-size: 13px !important;
    background: transparent !important;
    cursor: pointer;
}

.storebuild-btn-delete:hover {
    background-color: #fee2e2 !important;
    color: #b91c1c !important;
}

.post-type-pure_wc_template .notice,
.storebuild_page_register-license .notice:not(#purchase_code_form.notice, #error .notice),
.storebuild_page_shopbuild-header-footer-builder .notice,
.storebuild_page_shopbuild-offer-builder .notice,
.toplevel_page_storebuild .notice {
    display: none;
}

.storebuild_page_shopbuild-header-footer-builder #wpcontent,
.storebuild_page_register-license #wpcontent,
.post-type-pure_wc_template #wpcontent,
.toplevel_page_storebuild #wpcontent {
    background-color: #e9ebf7;
    height: 100vh;
}

/* snackbar */
.components-snackbar {
    width: 100%;
}

.storebuild-snackbar-wrapper {
    margin-bottom: 15px;
}

.components-toggle-control__help {
    margin-inline-start: 0!important;
}