.scodeware-wishly-admin {
    max-width: none;
    margin: 0 !important;
    margin-left: -21px !important;
}

.scodeware-wishly-admin-page #wpwrap {
    background: #fefefe !important;
}

.scodeware-wishly-admin-page #screen-meta {
    display: none !important;
}

.scodeware-wishly-admin-page #screen-meta-links {
    display: none !important;
}

/* This admin UI uses its own in-panel notice component. */
.scodeware-wishly-admin-page #wpwrap .update-nag,
.scodeware-wishly-admin-page #wpwrap .notice,
.scodeware-wishly-admin-page #wpwrap div.updated,
.scodeware-wishly-admin-page #wpwrap div.error {
    display: none !important;
}

.scodeware-shadow-sm {
    box-shadow: none;
}

.scodeware-shadow-md {
    box-shadow: none;
}

.scodeware-shadow-lg {
    box-shadow: none;
}

.scodeware-dashboard-shell {
    padding: 0 !important;
    width: 100%;
}

.scodeware-admin-panel {
    background: #fefefe;
    border-bottom: 0;
    border-radius: 0 !important;
}

.scodeware-wishly-admin a:focus,
.scodeware-wishly-admin button:focus,
.scodeware-wishly-admin input:focus,
.scodeware-wishly-admin select:focus,
.scodeware-wishly-admin textarea:focus,
.scodeware-wishly-admin .button:focus,
.scodeware-wishly-admin .nav-tab:focus {
    box-shadow: none !important;
    outline: none !important;
}

.scodeware-admin-panel__tabs {
    border-bottom: 1px solid #ccd0d4;
    display: flex;
    gap: 0;
}

.scodeware-admin-panel__tabs a {
    border-bottom: 3px solid transparent;
    color: #38557a;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: -1px;
    padding: 18px 28px;
    text-decoration: none;
}

.scodeware-admin-panel__tabs a:hover,
.scodeware-admin-panel__tabs a:focus {
    color: #2271b1;
}

.scodeware-admin-panel__tabs a.is-active {
    border-bottom-color: #2271b1;
    color: #2271b1;
}

.scodeware-admin-panel__tabs a.scodeware-admin-panel__premium-tab {
    align-items: center;
    display: inline-flex;
    gap: 10px;
}

.scodeware-admin-panel__premium-tab-icon {
    flex: 0 0 auto;
    height: 20px;
    width: 20px;
}

.scodeware-lite-locked-surface {
    background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
    border: 1px solid #d7e1ec;
    border-radius: 12px;
    padding: 24px;
}

.scodeware-lite-locked-surface__hero {
    margin: 0 auto 16px;
    max-width: 880px;
    text-align: center;
}

.scodeware-lite-locked-surface__badge {
    background: #e6f0ff;
    border: 1px solid #b7cff7;
    border-radius: 999px;
    color: #165aa8;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
    padding: 6px 12px;
    text-transform: uppercase;
}

.scodeware-lite-locked-surface__hero h3 {
    color: #173b67;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 8px;
}

.scodeware-lite-locked-surface__hero p {
    color: #3b506d;
    font-size: 15px;
    margin: 0;
}

.scodeware-lite-locked-surface__table-wrap {
    margin: 14px auto 16px;
    max-width: 980px;
    overflow-x: auto;
}

.scodeware-lite-locked-surface__feature-table {
    background: #fff;
    border: 1px solid #d8e0ea;
    border-collapse: collapse;
    border-radius: 10px;
    min-width: 680px;
    width: 100%;
}

.scodeware-lite-locked-surface__feature-table th,
.scodeware-lite-locked-surface__feature-table td {
    border-bottom: 1px solid #e6edf5;
    padding: 10px 12px;
}

.scodeware-lite-locked-surface__feature-table th {
    background: #f4f8ff;
    color: #1d3557;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
}

.scodeware-lite-locked-surface__feature-table th:nth-child(2),
.scodeware-lite-locked-surface__feature-table th:nth-child(3),
.scodeware-lite-locked-surface__feature-table td:nth-child(2),
.scodeware-lite-locked-surface__feature-table td:nth-child(3) {
    text-align: center;
    width: 110px;
}

.scodeware-lite-locked-surface__feature-table td {
    color: #3f5169;
    font-size: 13px;
}

.scodeware-lite-locked-surface__feature-table tbody tr:last-child td {
    border-bottom: 0;
}

.scodeware-feature-flag {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    height: 26px;
    justify-content: center;
    line-height: 1;
    width: 26px;
}

.scodeware-feature-flag--yes {
    background: #e7f8ee;
    color: #1f8f4a;
}

.scodeware-feature-flag--no {
    background: #fdecec;
    color: #cb2d2d;
}

.scodeware-lite-locked-surface__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 14px 0;
    text-align: left;
}

.scodeware-lite-locked-surface__card {
    background: #fff;
    border: 1px solid #d5dce6;
    border-radius: 10px;
    padding: 14px 16px;
}

.scodeware-lite-locked-surface__card h4 {
    color: #1d3557;
    font-size: 15px;
    margin: 0 0 8px;
}

.scodeware-lite-locked-surface__card ul {
    color: #445870;
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
    padding-left: 18px;
}

.scodeware-lite-locked-surface__actions {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 14px 0 0;
}

.scodeware-lite-locked-surface__hero + .scodeware-lite-locked-surface__actions {
    margin-top: 16px;
}

.scodeware-lite-locked-surface__actions .button.button-primary {
    font-size: 16px;
    font-weight: 700;
    min-height: 46px;
    padding: 0 22px;
}

.scodeware-lite-locked-surface__actions .button.button-primary.scodeware-premium-cta-button {
    align-items: center;
    background: #ffffff;
    border: 1px solid #2a6fb3;
    color: #1e5f9f;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    line-height: 1;
}

.scodeware-lite-locked-surface__actions .button.button-primary.scodeware-premium-cta-button:hover,
.scodeware-lite-locked-surface__actions .button.button-primary.scodeware-premium-cta-button:focus {
    background: #f2f8ff;
    border-color: #1f5f9c;
    color: #144d81;
}

.scodeware-premium-cta-button__icon {
    display: block;
    flex: 0 0 20px;
    height: 20px;
    width: 20px;
}

@media (max-width: 1200px) {
    .scodeware-lite-locked-surface__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 782px) {
    .scodeware-lite-locked-surface {
        padding: 16px;
    }

    .scodeware-lite-locked-surface__hero h3 {
        font-size: 23px;
    }

    .scodeware-lite-locked-surface__table-wrap {
        margin-bottom: 12px;
    }

    .scodeware-lite-locked-surface__grid {
        grid-template-columns: 1fr;
    }

    .scodeware-lite-locked-surface__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .scodeware-lite-locked-surface__actions .button {
        justify-content: center;
        width: 100%;
    }
}

.scodeware-admin-panel__desc {
    color: #38557a;
    font-size: 24px;
    margin: 0;
}

.scodeware-admin-panel__body {
    padding: 22px 30px 30px;
}

.scodeware-admin-panel__topbar {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-bottom: 16px;
}

.scodeware-admin-panel__topbar > .scodeware-wishly-admin__search {
    margin-left: auto !important;
    margin-right: 0;
}

.scodeware-admin-panel__topbar--search-right {
    justify-content: flex-end;
}

.scodeware-admin-notice {
    background: #111827;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    margin: 0;
    max-width: 420px;
    padding: 10px 14px;
    position: fixed;
    right: 20px;
    top: 42px;
    z-index: 9999;
    animation: scodeware-admin-notice-hide 5s ease forwards;
}

.scodeware-admin-notice.scodeware-js-dashboard-notice {
    z-index: 100100;
}

.scodeware-admin-notice--success {
    background: #166534;
}

.scodeware-admin-notice--error {
    background: #991b1b;
}

.scodeware-admin-notice__text {
    display: inline-block;
}

@keyframes scodeware-admin-notice-hide {
    0% {
        opacity: 0;
        transform: translateY(-8px);
        visibility: visible;
    }
    8%,
    80% {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }
    100% {
        opacity: 0;
        transform: translateY(-8px);
        visibility: hidden;
    }
}

.scodeware-admin-panel .subsubsub {
    margin: 0;
}

.scodeware-admin-panel .subsubsub a {
    color: #38557a;
    font-size: 17px;
    font-weight: 500;
}

.scodeware-admin-panel .subsubsub a.current {
    border-bottom: 3px solid #2271b1;
    color: #2271b1;
    padding-bottom: 7px;
}

.scodeware-admin-panel .subsubsub .count {
    color: #38557a;
}

.scodeware-admin-panel .scodeware-wishly-admin__search input[type="search"] {
    flex: 0 0 260px;
    min-height: 40px;
}

.scodeware-admin-panel .scodeware-wishly-admin__search .button {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    min-height: 40px;
    padding: 0 18px;
    vertical-align: middle;
}

.scodeware-admin-panel .scodeware-wishly-admin__search .button.button-primary {
    background: #fff;
    border-color: #2271b1;
    color: #2271b1;
}

.scodeware-admin-panel .tablenav.top {
    border: 0;
    margin: 0 0 10px;
    min-height: 36px;
    padding: 0;
}

.scodeware-admin-panel .tablenav .actions select {
    min-height: 40px;
}

.scodeware-admin-panel .tablenav .actions .button {
    min-height: 40px;
}

.scodeware-lists-table {
    border: 1px solid #d8dde3;
}

.scodeware-lists-table th,
.scodeware-lists-table td {
    font-size: 17px;
    padding: 16px 14px;
    vertical-align: middle;
}

.scodeware-lists-table thead th,
.scodeware-lists-table thead td {
    background: #f6f7f7;
    color: #1f2f46;
    font-weight: 600;
}

.scodeware-lists-table tbody tr:nth-child(odd) {
    background: #f5f6f8;
}

.scodeware-lists-table tbody tr:nth-child(even) {
    background: #fff;
}

.scodeware-lists-table a {
    color: #2271b1;
}

.scodeware-lists-table .check-column {
    line-height: 1;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    vertical-align: middle !important;
    width: 42px;
}

.scodeware-lists-table .check-column input[type="checkbox"] {
    display: block;
    margin: 0 auto !important;
    margin-top: 0 !important;
    position: static !important;
    transform: translateY(0px);
}

.scodeware-lists-table tbody .button,
.scodeware-lists-table tbody .button.button-small,
.scodeware-lists-table tbody .button.button-link-delete {
    line-height: 28px;
    min-height: 30px;
    padding: 0 12px;
}

.scodeware-table100--wishlists {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    margin-top: 25px;
    margin-bottom: 16px;
}

.scodeware-table100--wishlists .scodeware-lists-table--wishlists,
.scodeware-table100--wishlists .scodeware-lists-table--wishlists {
    border: 0;
    margin: 0;
    table-layout: fixed;
    width: 100%;
}

.scodeware-table100--wishlists .scodeware-lists-table--wishlists thead th,
.scodeware-table100--wishlists .scodeware-lists-table--wishlists thead td {
    background: #fff;
    color: #2271b1;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    padding-top: 18px;
    padding-bottom: 18px;
    position: sticky;
    top: 0;
    z-index: 2;
}

.scodeware-table100--wishlists .scodeware-lists-table--wishlists thead th a,
.scodeware-table100--wishlists .scodeware-lists-table--wishlists thead td a,
.scodeware-table100--wishlists .scodeware-lists-table--wishlists thead .scodeware-sort-link__icon {
    color: #2271b1;
}

.scodeware-table100--wishlists .scodeware-lists-table--wishlists tbody td,
.scodeware-table100--wishlists .scodeware-lists-table--wishlists tbody th,
.scodeware-table100--wishlists .scodeware-lists-table--wishlists tbody th {
    color: #808080;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    padding-top: 16px;
    padding-bottom: 16px;
}

.scodeware-table100--wishlists .scodeware-lists-table--wishlists tbody tr:nth-child(even) {
    background: #f6f7f7;
}

.scodeware-table100--wishlists .scodeware-lists-table--wishlists tbody tr:nth-child(odd) {
    background: #fff;
}

.scodeware-table100--wishlists .scodeware-lists-table--wishlists th,
.scodeware-table100--wishlists .scodeware-lists-table--wishlists td {
    padding-right: 10px;
}

.scodeware-table100--wishlists .scodeware-lists-table--wishlists th:nth-child(1),
.scodeware-table100--wishlists .scodeware-lists-table--wishlists td:nth-child(1) {
    width: 52px;
}

.scodeware-table100--wishlists .scodeware-lists-table--wishlists th:nth-child(2),
.scodeware-table100--wishlists .scodeware-lists-table--wishlists td:nth-child(2) {
    width: 72px;
}

.scodeware-table100--wishlists .scodeware-lists-table--wishlists th:nth-child(3),
.scodeware-table100--wishlists .scodeware-lists-table--wishlists td:nth-child(3) {
    padding-left: 40px;
    width: 30%;
}

.scodeware-table100--wishlists .scodeware-lists-table--wishlists th:nth-child(4),
.scodeware-table100--wishlists .scodeware-lists-table--wishlists td:nth-child(4) {
    width: 20%;
}

.scodeware-table100--wishlists .scodeware-lists-table--wishlists th:nth-child(5),
.scodeware-table100--wishlists .scodeware-lists-table--wishlists td:nth-child(5) {
    width: 10%;
}

.scodeware-table100--wishlists .scodeware-lists-table--wishlists th:nth-child(6),
.scodeware-table100--wishlists .scodeware-lists-table--wishlists td:nth-child(6) {
    width: 10%;
}

.scodeware-table100--wishlists .scodeware-lists-table--wishlists th:nth-child(7),
.scodeware-table100--wishlists .scodeware-lists-table--wishlists td:nth-child(7) {
    width: 12%;
}

.scodeware-table100--wishlists .scodeware-lists-table--wishlists th:nth-child(8),
.scodeware-table100--wishlists .scodeware-lists-table--wishlists td:nth-child(8) {
    width: 15%;
}


.scodeware-user-inline {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    text-decoration: none;
}

.scodeware-user-inline:hover,
.scodeware-user-inline:focus {
    text-decoration: none;
}

.scodeware-user-inline__meta {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.2;
}

.scodeware-user-inline__name {
    color: #1f2f46;
    font-weight: 600;
    text-decoration: none;
}

.scodeware-user-inline__email {
    color: #6b7280;
    font-size: 12px;
    text-decoration: none;
}

.scodeware-user-inline__avatar {
    border-radius: 2px;
    height: 36px;
    width: 36px;
}

.scodeware-user-inline--guest {
    color: #38557a;
}

.scodeware-dashboard-header {
    border-bottom: 1px solid #e3e7ee;
    margin-bottom: 18px;
    padding-bottom: 12px;
}

.scodeware-dashboard-subtitle {
    color: #7b8798;
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.scodeware-dashboard-title {
    color: #2b3a55;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.scodeware-row {
    display: block;
    width: 100%;
}

.scodeware-row--mt-14 {
    margin-top: 14px;
}

.scodeware-col {
    width: 100%;
}

.scodeware-card {
    background: #fff;
    border: 1px solid #cfd6e0;
    border-radius: 4px;
    box-shadow: none;
}

.scodeware-card__header {
    background: #fff;
    padding: 14px 16px;
}

.scodeware-card__body {
    padding: 16px;
}

.scodeware-table {
    background-color: transparent;
    border-collapse: collapse;
    color: #5a6169;
    font-size: 13px;
    width: 100%;
}

.scodeware-table th,
.scodeware-table td {
    border-top: 1px solid #e9ecef;
    padding: 0.75rem;
    vertical-align: middle;
}

.scodeware-table thead th {
    border-bottom: 2px solid #e9ecef;
    border-top: 0;
    color: #3d5170;
    font-weight: 500;
}

.scodeware-sort-link {
    align-items: center;
    color: #2271b1;
    display: inline-flex;
    gap: 6px;
    line-height: 1.2;
    text-decoration: none;
}

.scodeware-sort-link:hover,
.scodeware-sort-link:focus {
    color: #2271b1;
    text-decoration: underline;
}

.scodeware-sort-link.is-active {
    color: #2271b1;
}

.scodeware-sort-link__icon {
    color: #2271b1;
    display: inline-flex;
    height: 14px;
    width: 14px;
}

.scodeware-sort-link__icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.scodeware-sort-link--asc .scodeware-sort-link__icon {
    transform: rotate(180deg);
}

.scodeware-table thead th a,
.scodeware-table thead td a {
    color: #2271b1;
}

.scodeware-customer {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.scodeware-customer__avatar {
    border-radius: 50%;
    display: block;
    height: 26px;
    width: 26px;
}

.scodeware-customer__name {
    text-decoration: none;
}

.scodeware-customer__name:hover,
.scodeware-customer__name:focus {
    text-decoration: underline;
}

.scodeware-product-cell {
    align-items: center;
    display: flex;
    gap: 10px;
}

.scodeware-product-cell__thumb {
    display: inline-flex;
    flex: 0 0 auto;
}

.scodeware-product-thumb {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    display: block;
    height: 40px;
    object-fit: cover;
    width: 40px;
}

.scodeware-product-cell__name {
    min-width: 0;
}

.scodeware-table tbody tr:first-child td {
    border-top: 0;
}

.scodeware-border-bottom {
    border-bottom: 1px solid #e6e9ef;
}

.scodeware-border-0 {
    border: 0;
}

.scodeware-m-0 {
    margin: 0;
}

.scodeware-mb-0 {
    margin-bottom: 0;
}

.scodeware-mb-4 {
    margin-bottom: 1.5rem;
}

.scodeware-p-0 {
    padding: 0;
}

.scodeware-pb-3 {
    padding-bottom: 1rem;
}

.scodeware-text-center {
    text-align: center;
}

.scodeware-text-left {
    text-align: left;
}

.scodeware-wishly-admin__subtitle {
    color: #5a6169;
    margin: 0 0 16px;
}

.scodeware-wishly-admin__shortcode-hint code {
    background: #fff;
    border: 1px solid #e6cf9d;
    border-radius: 4px;
    font-size: 12px;
    padding: 3px 6px;
}

.scodeware-wishly-admin__stats {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 14px;
}

.scodeware-wishly-admin__stat .label {
    color: #646970;
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.scodeware-wishly-admin__stat strong {
    color: #1d2327;
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.scodeware-wishly-admin__toolbar {
    margin-bottom: 10px;
}

.scodeware-wishly-admin__search {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

.scodeware-wishly-admin__search input[type="search"] {
    border: 1px solid #d0d7de;
    border-radius: 4px;
    flex: 0 0 260px;
    font-size: 13px;
    min-height: 36px;
    min-width: 220px;
    padding: 0 10px;
    width: 260px;
}

.scodeware-wishly-admin__empty {
    background: #f8fafc;
    border: 1px dashed #ccd0d4;
    border-radius: 4px;
    color: #646970;
    padding: 24px;
    text-align: center;
}

.scodeware-wishly-admin__table-wrap {
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.scodeware-wishly-admin__table-wrap .scodeware-card__body {
    padding: 0;
}

.scodeware-wishly-admin__pagination {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 8px 0;
}

.scodeware-wishly-admin__pagination-row {
    align-items: center;
    display: flex;
    justify-content: end;
    gap: 12px;
}

.scodeware-admin-panel .scodeware-wishly-admin__pagination {
    align-items: center;
    gap: 10px;
    margin: 0;
}

.scodeware-admin-panel .scodeware-wishly-admin__pagination .displaying-num {
    color: #38557a;
    font-size: 16px;
    margin-right: 4px;
}

.scodeware-admin-panel .scodeware-wishly-admin__pagination .page-numbers a,
.scodeware-admin-panel .scodeware-wishly-admin__pagination .page-numbers span {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    color: #38557a;
    height: 34px;
    min-width: 34px;
    padding: 0 10px;
}

.scodeware-admin-panel .scodeware-wishly-admin__pagination .page-numbers .current {
    border-color: #ccd0d4;
    color: #1d2327;
    font-weight: 600;
    background: #f6f7f7;
}

.scodeware-admin-panel .scodeware-wishly-admin__pagination .page-numbers li:first-child a,
.scodeware-admin-panel .scodeware-wishly-admin__pagination .page-numbers li:first-child span,
.scodeware-admin-panel .scodeware-wishly-admin__pagination .page-numbers li:last-child a,
.scodeware-admin-panel .scodeware-wishly-admin__pagination .page-numbers li:last-child span {
    border-radius: 4px;
}

.scodeware-wishly-admin__pagination .page-numbers {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.scodeware-wishly-admin__pagination + .scodeware-table {
    margin-top: 8px;
}

.scodeware-wishly-admin__pagination .page-numbers li {
    margin: 0;
    padding: 0;
}

.scodeware-wishly-admin__pagination .page-numbers a,
.scodeware-wishly-admin__pagination .page-numbers span {
    background: #fff;
    border: 1px solid #dee2e6;
    border-left-width: 0;
    border-radius: 0;
    color: #495057;
    display: inline-flex;
    font-size: 13px;
    font-weight: 400;
    height: 34px;
    min-width: 34px;
    padding: 0 12px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.scodeware-wishly-admin__pagination .page-numbers a:hover,
.scodeware-wishly-admin__pagination .page-numbers a:focus {
    background: #e9ecef;
    color: #0a58ca;
    outline: none;
}

.scodeware-wishly-admin__pagination .page-numbers .current {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

.scodeware-wishly-admin__pagination .page-numbers li:first-child a,
.scodeware-wishly-admin__pagination .page-numbers li:first-child span {
    border-left-width: 1px;
    border-radius: 4px 0 0 4px;
}

.scodeware-wishly-admin__pagination .page-numbers li:last-child a,
.scodeware-wishly-admin__pagination .page-numbers li:last-child span {
    border-radius: 0 4px 4px 0;
}

.scodeware-page-jump {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.scodeware-page-jump__form {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    margin: 0;
}

.scodeware-page-jump__input {
    width: 70px;
}

.scodeware-page-jump__total {
    color: #38557a;
    font-size: 13px;
}

.scodeware-page-jump__current {
    color: #1d2327;
    font-size: 13px;
    font-weight: 600;
}

.scodeware-page-jump__nav.is-disabled {
    cursor: not-allowed;
    opacity: .55;
    pointer-events: none;
}

.scodeware-wc-table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

.scodeware-wishly-settings-layout {
    align-items: start;
    display: grid;
    gap: 16px;
    grid-template-columns: 240px minmax(0, 1fr);
}

.scodeware-settings-panel .scodeware-admin-panel__body {
    display: flex;
    flex: 1 1 auto;
    padding: 0;
}

.scodeware-settings-layout {
    align-items: stretch;
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    min-height: calc(100vh - 120px);
    background: #fff;
}

.scodeware-settings-layout__nav {
    background: #fff;
    border-right: 1px solid #d3d8de;
    padding: 18px 0;
}

.scodeware-settings-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    padding: 0;
}

.scodeware-settings-nav__item {
    align-items: center;
    color: #274369;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
    min-height: 42px;
    padding: 0 12px;
    text-decoration: none;
}

.scodeware-settings-nav__item .dashicons {
    font-size: 16px;
    height: 16px;
    width: 16px;
}

.scodeware-settings-nav__item:hover,
.scodeware-settings-nav__item:focus {
    background: #e6ebf2;
    color: #1d3f70;
    outline: none;
}

.scodeware-settings-nav__item.is-active {
    background: #1f4ddd;
    color: #fff;
}

.scodeware-settings-layout__content {
    align-items: stretch;
    background: #fff;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    padding: 18px;
}

.scodeware-wishly-settings-layout__nav {
    align-self: start;
    min-width: 0;
}

.scodeware-wishly-settings-layout__content {
    min-width: 0;
}

.scodeware-wishly-settings {
    align-items: stretch;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
}

.scodeware-wishly-settings.has-preview {
    grid-template-columns: minmax(460px, 1fr) 420px;
}

.scodeware-wishly-settings__form {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.scodeware-wishly-settings__locale-switcher-wrap {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-bottom: 10px;
    position: absolute;
    right: 20px;
}

.scodeware-wishly-settings__locale-switcher-label {
    color: #334155;
    font-size: 12px;
    font-weight: 600;
}

.scodeware-wishly-settings__locale-switcher {
    max-width: 260px;
    min-width: 180px;
}

.scodeware-wishly-settings__locale-switcher-wrap--nav {
    display: none;
}

.scodeware-wishly-settings__translation-mode-notice {
    background: #1f4ddd;
    border: 0;
    border-radius: 0;
    color: #1e3a8a;
    display: block;
    font-size: 16px;
    line-height: 1.35;
    margin: 0 0 6px;
    max-width: none;
    padding: 0;
    white-space: normal;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.scodeware-wishly-settings.is-locale-translation-mode .form-table tr {
    display: none;
}

.scodeware-wishly-settings.is-locale-translation-mode .form-table tr.scodeware-locale-row {
    display: table-row;
}

.scodeware-wishly-settings.is-locale-translation-mode .scodeware-wishly-settings__form .scodeware-card__body {
    flex: 0 0 auto;
}

.scodeware-wishly-settings__form .scodeware-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.scodeware-wishly-settings-nav.nav-tab-wrapper {
    background: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 12px 12px 0;
}

.scodeware-wishly-settings-nav.nav-tab-wrapper .nav-tab {
    background: #fff;
    border: 1px solid #cfd6e0;
    border-radius: 0;
    box-shadow: none;
    color: #2b3a55;
    float: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 8px 0;
    padding: 10px 12px;
    text-decoration: none;
    transition: all 0.18s ease;
}

.scodeware-wishly-settings-nav.nav-tab-wrapper .nav-tab.nav-tab-active {
    background: #f0f6ff;
    border-color: #2b5aa7;
    color: #1c4fa8;
}

.scodeware-wishly-settings-nav.nav-tab-wrapper .nav-tab:hover {
    background: #f8fafe;
    border-color: #9fb2cd;
}

.scodeware-wishly-settings-nav.nav-tab-wrapper .nav-tab:last-child {
    margin-bottom: 0 !important;
}

.scodeware-wishly-settings__preview {
    --scodeware-preview-empty: #333333;
    --scodeware-preview-full: #333333;
    --scodeware-preview-offset-x: 12px;
    --scodeware-preview-offset-y: 12px;
    background: #fff;
    border: 1px solid #cfd6e0;
    border-radius: 4px;
    box-shadow: none;
    padding: 16px;
    margin-top: 40px;
    position: absolute;
    right: 20px;
    top: 25px;
}

.scodeware-wishly-settings__preview h3 {
    margin: 0 0 6px;
}

.scodeware-heart-preview {
    aspect-ratio: 1 / 1;
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    height: auto;
    margin-top: 14px;
    overflow: hidden;
    position: relative;
}

.scodeware-heart-preview__image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.scodeware-heart-preview__button {
    align-items: center;
    background: transparent;
    border: 0;
    display: inline-grid;
    height: 34px;
    line-height: 0;
    padding: 0;
    place-items: center;
    position: absolute;
    width: 34px;
}

.scodeware-heart-preview__button svg {
    height: 30px;
    width: 30px;
}

.scodeware-heart-preview__button path {
    fill: var(--scodeware-preview-full);
    stroke: var(--scodeware-preview-empty);
    stroke-width: 1.8;
}

.scodeware-heart-preview__swatches {
    display: flex;
    gap: 14px;
    margin: 12px 0 8px;
}

.scodeware-heart-preview__swatch {
    align-items: center;
    color: #50575e;
    display: inline-flex;
    font-size: 12px;
    gap: 6px;
}

.scodeware-heart-preview__swatch svg {
    height: 16px;
    width: 16px;
}

.scodeware-heart-preview__swatch--empty path {
    fill: transparent;
    stroke: var(--scodeware-preview-empty);
    stroke-width: 1.9;
}

.scodeware-heart-preview__swatch--full path {
    fill: var(--scodeware-preview-full);
    stroke: var(--scodeware-preview-full);
    stroke-width: 1.9;
}

.scodeware-heart-preview[data-position="top-left"] .scodeware-heart-preview__button {
    left: var(--scodeware-preview-offset-x);
    top: var(--scodeware-preview-offset-y);
}

.scodeware-heart-preview[data-position="top-right"] .scodeware-heart-preview__button {
    right: var(--scodeware-preview-offset-x);
    top: var(--scodeware-preview-offset-y);
}

.scodeware-heart-preview[data-position="bottom-left"] .scodeware-heart-preview__button {
    bottom: var(--scodeware-preview-offset-y);
    left: var(--scodeware-preview-offset-x);
}

.scodeware-heart-preview[data-position="bottom-right"] .scodeware-heart-preview__button {
    bottom: var(--scodeware-preview-offset-y);
    right: var(--scodeware-preview-offset-x);
}

.scodeware-estimate-items-modal[hidden] {
    display: none !important;
}

.scodeware-estimate-items-modal {
    inset: 0;
    position: fixed;
    z-index: 100000;
}

.scodeware-estimate-items-modal__backdrop {
    background: rgba(17, 24, 39, 0.45);
    inset: 0;
    position: absolute;
}

.scodeware-estimate-items-modal__dialog {
    background: #fff;
    border: 1px solid #d8dee6;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
    display: flex;
    flex-direction: column;
    left: 50%;
    max-height: 80vh;
    max-width: 720px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
}

.scodeware-estimate-items-modal__header {
    align-items: center;
    border-bottom: 1px solid #e6e9ef;
    display: flex;
    justify-content: space-between;
    padding: 14px 16px;
}

.scodeware-estimate-items-modal__header h3 {
    font-size: 16px;
    margin: 0;
}

.scodeware-estimate-items-modal__header .button-link {
    color: #3c434a;
    font-size: 24px;
    line-height: 1;
    padding: 0 4px;
    text-decoration: none;
}

.scodeware-estimate-items-modal__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding: 0;
}

.scodeware-estimate-items-modal__warning {
    background: #fff7ed;
    border-bottom: 1px solid #fed7aa;
    color: #9a3412;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    padding: 10px 12px;
}

.scodeware-estimate-items-modal__footer {
    align-items: center;
    border-top: 1px solid #e6e9ef;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    padding: 12px 16px;
}

.scodeware-estimate-items-modal__table {
    margin: 0;
}

.scodeware-estimate-items-modal__table th,
.scodeware-estimate-items-modal__table td {
    text-align: left;
}

.scodeware-estimate-items-modal__product {
    align-items: center;
    display: flex;
    gap: 10px;
}

.scodeware-estimate-items-modal__thumb {
    border-radius: 4px;
    height: 36px;
    object-fit: cover;
    width: 36px;
}

.scodeware-estimate-items-modal__product-link {
    color: #2271b1;
    text-decoration: none;
}

.scodeware-estimate-items-modal__product-link:hover,
.scodeware-estimate-items-modal__product-link:focus {
    text-decoration: underline;
}

.scodeware-estimate-quote-modal[hidden] {
    display: none !important;
}

.scodeware-estimate-quote-modal {
    inset: 0;
    position: fixed;
    z-index: 100000;
}

.scodeware-estimate-quote-modal__backdrop {
    background: rgba(17, 24, 39, 0.45);
    inset: 0;
    position: absolute;
}

.scodeware-estimate-quote-modal__dialog {
    background: #fff;
    border: 1px solid #d8dee6;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
    display: flex;
    flex-direction: column;
    left: 50%;
    max-width: 460px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
}

.scodeware-estimate-quote-modal__header {
    align-items: center;
    border-bottom: 1px solid #e6e9ef;
    display: flex;
    justify-content: space-between;
    padding: 14px 16px;
}

.scodeware-estimate-quote-modal__header h3 {
    font-size: 16px;
    margin: 0;
}

.scodeware-estimate-quote-modal__header .button-link {
    color: #3c434a;
    font-size: 24px;
    line-height: 1;
    padding: 0 4px;
    text-decoration: none;
}

.scodeware-estimate-quote-modal__body {
    padding: 14px 16px;
}

.scodeware-estimate-quote-modal__footer {
    align-items: center;
    border-top: 1px solid #e6e9ef;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    padding: 12px 16px;
}

.scodeware-estimate-message-modal__content {
    color: #374151;
    line-height: 1.5;
    white-space: pre-wrap;
}

.scodeware-wishly-settings-nav {
    padding: 0 !important;
}

@media (max-width: 1200px) {
    .scodeware-wishly-settings {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .scodeware-wishly-admin__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .scodeware-admin-panel__desc {
        font-size: 18px;
    }

    .scodeware-admin-panel__body {
        padding: 18px;
    }

    .scodeware-settings-panel .scodeware-admin-panel__body {
        padding: 0;
    }

    .scodeware-admin-panel__topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .scodeware-wishly-settings-layout {
        grid-template-columns: 1fr;
    }

    .scodeware-settings-layout {
        grid-template-columns: 1fr;
    }

    .scodeware-settings-layout__nav {
        border-bottom: 1px solid #d3d8de;
        border-right: 0;
        padding: 14px;
    }

    .scodeware-settings-nav {
        gap: 8px;
        padding: 0;
    }

    .scodeware-wishly-settings__locale-switcher-wrap--nav {
        align-items: stretch;
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-top: 12px;
    }

    .scodeware-wishly-settings__locale-switcher-wrap--content {
        display: none;
    }

    .scodeware-wishly-settings-nav.nav-tab-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .scodeware-lite-locked-surface__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 782px) {
    .scodeware-wishly-admin__stats {
        grid-template-columns: 1fr;
    }

    .scodeware-admin-panel__tabs a {
        font-size: 16px;
        padding: 14px 16px;
    }

    .scodeware-wishly-admin__search input[type="search"] {
        min-width: 100%;
    }

    .scodeware-lists-table th,
    .scodeware-lists-table td {
        font-size: 14px;
        padding: 12px 10px;
    }

    .scodeware-settings-nav__item {
        font-size: 15px;
        min-height: 40px;
    }

    .scodeware-wishly-settings__locale-switcher-wrap {
        align-items: stretch;
        flex-direction: column;
        justify-content: flex-start;
    }

    .scodeware-wishly-settings__locale-switcher {
        max-width: none;
        min-width: 0;
        width: 100%;
    }

    .scodeware-wishly-settings__translation-mode-notice {
        max-width: 100%;
        white-space: normal;
        padding: 0;
    }
}

.scodeware-wishly-settings__form {
    border: 0 !important;
}


