.scodeware-wc-wishlist-admin {
    max-width: none;
    margin: 0 !important;
    margin-left: -21px !important;
}

#wpwrap {
    background: #fefefe !important;
}

#screen-meta {
    display: none !important;
}

#screen-meta-links {
    display: none !important;
}

/* This admin UI uses its own in-panel notice component. */
#wpwrap .update-nag,
#wpwrap .notice,
#wpwrap div.updated,
#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-wc-wishlist-admin a:focus,
.scodeware-wc-wishlist-admin button:focus,
.scodeware-wc-wishlist-admin input:focus,
.scodeware-wc-wishlist-admin select:focus,
.scodeware-wc-wishlist-admin textarea:focus,
.scodeware-wc-wishlist-admin .button:focus,
.scodeware-wc-wishlist-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__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: space-between;
    margin-bottom: 16px;
}

.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-wc-wishlist-admin__search input[type="search"] {
    flex: 0 0 260px;
    min-height: 40px;
}

.scodeware-admin-panel .scodeware-wc-wishlist-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-wc-wishlist-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--trending .scodeware-lists-table--trending,
.scodeware-table100--estimates .scodeware-lists-table--estimates {
    border: 0;
    margin: 0;
    table-layout: fixed;
    width: 100%;
}

.scodeware-table100--trending,
.scodeware-table100--estimates {
    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 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--trending .scodeware-lists-table--trending thead th,
.scodeware-table100--trending .scodeware-lists-table--trending thead td,
.scodeware-table100--estimates .scodeware-lists-table--estimates thead th,
.scodeware-table100--estimates .scodeware-lists-table--estimates 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--trending .scodeware-lists-table--trending thead th a,
.scodeware-table100--trending .scodeware-lists-table--trending thead td a,
.scodeware-table100--estimates .scodeware-lists-table--estimates thead th a,
.scodeware-table100--estimates .scodeware-lists-table--estimates thead td a {
    color: #2271b1;
}

.scodeware-table100--wishlists .scodeware-lists-table--wishlists tbody td,
.scodeware-table100--wishlists .scodeware-lists-table--wishlists tbody th,
.scodeware-table100--trending .scodeware-lists-table--trending tbody td,
.scodeware-table100--trending .scodeware-lists-table--trending tbody th,
.scodeware-table100--estimates .scodeware-lists-table--estimates tbody td,
.scodeware-table100--estimates .scodeware-lists-table--estimates 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--trending .scodeware-lists-table--trending tbody tr:nth-child(even),
.scodeware-table100--estimates .scodeware-lists-table--estimates tbody tr:nth-child(even) {
    background: #f6f7f7;
}

.scodeware-table100--trending .scodeware-lists-table--trending tbody tr:nth-child(odd),
.scodeware-table100--estimates .scodeware-lists-table--estimates tbody tr:nth-child(odd) {
    background: #fff;
}

.scodeware-table100--wishlists .scodeware-lists-table--wishlists th,
.scodeware-table100--wishlists .scodeware-lists-table--wishlists td,
.scodeware-table100--trending .scodeware-lists-table--trending th,
.scodeware-table100--trending .scodeware-lists-table--trending td,
.scodeware-table100--estimates .scodeware-lists-table--estimates th,
.scodeware-table100--estimates .scodeware-lists-table--estimates 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-table100--trending .scodeware-lists-table--trending th:nth-child(1),
.scodeware-table100--trending .scodeware-lists-table--trending td:nth-child(1) {
    width: 52px;
}

.scodeware-table100--trending .scodeware-lists-table--trending th:nth-child(2),
.scodeware-table100--trending .scodeware-lists-table--trending td:nth-child(2) {
    width: 36%;
}

.scodeware-table100--trending .scodeware-lists-table--trending th:nth-child(3),
.scodeware-table100--trending .scodeware-lists-table--trending td:nth-child(3) {
    width: 10%;
}

.scodeware-table100--trending .scodeware-lists-table--trending th:nth-child(4),
.scodeware-table100--trending .scodeware-lists-table--trending td:nth-child(4) {
    width: 10%;
}

.scodeware-table100--trending .scodeware-lists-table--trending th:nth-child(5),
.scodeware-table100--trending .scodeware-lists-table--trending td:nth-child(5) {
    width: 12%;
}

.scodeware-table100--trending .scodeware-lists-table--trending th:nth-child(6),
.scodeware-table100--trending .scodeware-lists-table--trending td:nth-child(6) {
    width: 12%;
}

.scodeware-table100--trending .scodeware-lists-table--trending th:nth-child(7),
.scodeware-table100--trending .scodeware-lists-table--trending td:nth-child(7) {
    width: 20%;
}


.scodeware-table100--estimates .scodeware-lists-table--estimates th:nth-child(1),
.scodeware-table100--estimates .scodeware-lists-table--estimates td:nth-child(1) {
    width: 52px;
}

.scodeware-table100--estimates .scodeware-lists-table--estimates th:nth-child(2),
.scodeware-table100--estimates .scodeware-lists-table--estimates td:nth-child(2) {
    width: 8%;
}

.scodeware-table100--estimates .scodeware-lists-table--estimates th:nth-child(3),
.scodeware-table100--estimates .scodeware-lists-table--estimates td:nth-child(3) {
    width: 18%;
}

.scodeware-table100--estimates .scodeware-lists-table--estimates th:nth-child(4),
.scodeware-table100--estimates .scodeware-lists-table--estimates td:nth-child(4) {
    width: 8%;
}

.scodeware-table100--estimates .scodeware-lists-table--estimates th:nth-child(5),
.scodeware-table100--estimates .scodeware-lists-table--estimates td:nth-child(5) {
    width: 15%;
}

.scodeware-table100--estimates .scodeware-lists-table--estimates th:nth-child(6),
.scodeware-table100--estimates .scodeware-lists-table--estimates td:nth-child(6) {
    width: 9%;
}

.scodeware-table100--estimates .scodeware-lists-table--estimates th:nth-child(7),
.scodeware-table100--estimates .scodeware-lists-table--estimates td:nth-child(7) {
    width: 12%;
}

.scodeware-table100--estimates .scodeware-lists-table--estimates th:nth-child(8),
.scodeware-table100--estimates .scodeware-lists-table--estimates td:nth-child(8) {
    width: 7%;
}

.scodeware-table100--estimates .scodeware-lists-table--estimates th:nth-child(9),
.scodeware-table100--estimates .scodeware-lists-table--estimates td:nth-child(9) {
    width: 8%;
}

.scodeware-table100--estimates .scodeware-lists-table--estimates th:nth-child(10),
.scodeware-table100--estimates .scodeware-lists-table--estimates td:nth-child(10) {
    width: 10%;
}

.scodeware-estimate-quote-controls {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    white-space: nowrap;
}

.scodeware-estimate-quote-controls .small-text {
    min-height: 30px;
    width: 96px;
}

.scodeware-estimate-quote-controls .scodeware-estimate-quote-save.button.button-small {
    line-height: 28px;
    min-height: 30px;
    padding: 0 12px;
}

.scodeware-estimate-status {
    border: 1px solid currentColor;
    border-radius: 999px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 6px 10px;
}

.scodeware-estimate-status.is-pending {
    background: #fff7ed;
    color: #9a3412;
}

.scodeware-estimate-status.is-quoted {
    background: #ecfdf3;
    color: #166534;
}

.scodeware-estimate-message-preview {
    display: block;
}

.scodeware-estimate-view-message {
    font-size: 12px;
    margin-top: 4px;
}

.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-wc-wishlist-admin__subtitle {
    color: #5a6169;
    margin: 0 0 16px;
}

.scodeware-wc-wishlist-admin__shortcode-hint code {
    background: #fff;
    border: 1px solid #e6cf9d;
    border-radius: 4px;
    font-size: 12px;
    padding: 3px 6px;
}

.scodeware-wc-wishlist-admin__stats {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 14px;
}

.scodeware-wc-wishlist-admin__stat .label {
    color: #646970;
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.scodeware-wc-wishlist-admin__stat strong {
    color: #1d2327;
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.scodeware-wc-wishlist-admin__toolbar {
    margin-bottom: 10px;
}

.scodeware-wc-wishlist-admin__search {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.scodeware-wc-wishlist-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-wc-wishlist-admin__empty {
    background: #f8fafc;
    border: 1px dashed #ccd0d4;
    border-radius: 4px;
    color: #646970;
    padding: 24px;
    text-align: center;
}

.scodeware-wc-wishlist-admin__table-wrap {
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.scodeware-wc-wishlist-admin__table-wrap .scodeware-card__body {
    padding: 0;
}

.scodeware-wc-wishlist-admin__pagination {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 8px 0;
}

.scodeware-wc-wishlist-admin__pagination-row {
    align-items: center;
    display: flex;
    justify-content: end;
    gap: 12px;
}

.scodeware-admin-panel .scodeware-wc-wishlist-admin__pagination {
    align-items: center;
    gap: 10px;
    margin: 0;
}

.scodeware-admin-panel .scodeware-wc-wishlist-admin__pagination .displaying-num {
    color: #38557a;
    font-size: 16px;
    margin-right: 4px;
}

.scodeware-admin-panel .scodeware-wc-wishlist-admin__pagination .page-numbers a,
.scodeware-admin-panel .scodeware-wc-wishlist-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-wc-wishlist-admin__pagination .page-numbers .current {
    border-color: #ccd0d4;
    color: #1d2327;
    font-weight: 600;
    background: #f6f7f7;
}

.scodeware-admin-panel .scodeware-wc-wishlist-admin__pagination .page-numbers li:first-child a,
.scodeware-admin-panel .scodeware-wc-wishlist-admin__pagination .page-numbers li:first-child span,
.scodeware-admin-panel .scodeware-wc-wishlist-admin__pagination .page-numbers li:last-child a,
.scodeware-admin-panel .scodeware-wc-wishlist-admin__pagination .page-numbers li:last-child span {
    border-radius: 4px;
}

.scodeware-wc-wishlist-admin__pagination .page-numbers {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.scodeware-wc-wishlist-admin__pagination + .scodeware-table {
    margin-top: 8px;
}

.scodeware-wc-wishlist-admin__pagination .page-numbers li {
    margin: 0;
    padding: 0;
}

.scodeware-wc-wishlist-admin__pagination .page-numbers a,
.scodeware-wc-wishlist-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-wc-wishlist-admin__pagination .page-numbers a:hover,
.scodeware-wc-wishlist-admin__pagination .page-numbers a:focus {
    background: #e9ecef;
    color: #0a58ca;
    outline: none;
}

.scodeware-wc-wishlist-admin__pagination .page-numbers .current {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

.scodeware-wc-wishlist-admin__pagination .page-numbers li:first-child a,
.scodeware-wc-wishlist-admin__pagination .page-numbers li:first-child span {
    border-left-width: 1px;
    border-radius: 4px 0 0 4px;
}

.scodeware-wc-wishlist-admin__pagination .page-numbers li:last-child a,
.scodeware-wc-wishlist-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-wc-wishlist-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-wc-wishlist-settings-layout__nav {
    align-self: start;
    min-width: 0;
}

.scodeware-wc-wishlist-settings-layout__content {
    min-width: 0;
}

.scodeware-wc-wishlist-settings {
    align-items: stretch;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
}

.scodeware-wc-wishlist-settings.has-preview {
    grid-template-columns: minmax(460px, 1fr) 420px;
}

.scodeware-wc-wishlist-settings__form {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.scodeware-wc-wishlist-settings__locale-switcher-wrap {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-bottom: 10px;
    position: absolute;
    right: 20px;
}

.scodeware-wc-wishlist-settings__locale-switcher-label {
    color: #334155;
    font-size: 12px;
    font-weight: 600;
}

.scodeware-wc-wishlist-settings__locale-switcher {
    max-width: 260px;
    min-width: 180px;
}

.scodeware-wc-wishlist-settings__locale-switcher-wrap--nav {
    display: none;
}

.scodeware-wc-wishlist-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-wc-wishlist-settings.is-locale-translation-mode .form-table tr {
    display: none;
}

.scodeware-wc-wishlist-settings.is-locale-translation-mode .form-table tr.scodeware-locale-row {
    display: table-row;
}

.scodeware-wc-wishlist-settings.is-locale-translation-mode .scodeware-wc-wishlist-settings__form .scodeware-card__body {
    flex: 0 0 auto;
}

.scodeware-wc-wishlist-settings__form .scodeware-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.scodeware-wc-wishlist-settings-nav.nav-tab-wrapper {
    background: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 12px 12px 0;
}

.scodeware-wc-wishlist-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-wc-wishlist-settings-nav.nav-tab-wrapper .nav-tab.nav-tab-active {
    background: #f0f6ff;
    border-color: #2b5aa7;
    color: #1c4fa8;
}

.scodeware-wc-wishlist-settings-nav.nav-tab-wrapper .nav-tab:hover {
    background: #f8fafe;
    border-color: #9fb2cd;
}

.scodeware-wc-wishlist-settings-nav.nav-tab-wrapper .nav-tab:last-child {
    margin-bottom: 0 !important;
}

.scodeware-wc-wishlist-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-wc-wishlist-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__body [data-scodeware-trending-sale-input] {
    box-sizing: border-box;
    max-width: none;
    width: 100%;
}

.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-promo-modal[hidden] {
    display: none !important;
}

.scodeware-promo-modal {
    inset: 0;
    position: fixed;
    z-index: 100010;
}

.scodeware-promo-modal__backdrop {
    background: rgba(17, 24, 39, 0.45);
    inset: 0;
    position: absolute;
}

.scodeware-promo-modal__dialog {
    background: #fff;
    border: 1px solid #d8dee6;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    left: 50%;
    max-height: 92vh;
    max-width: 1320px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    min-width: 1089px;
    height: 75%;
}

.scodeware-promo-modal__close {
    color: #3c434a !important;
    font-size: 24px;
    line-height: 1;
    padding: 0 8px !important;
    position: absolute;
    right: 12px;
    text-decoration: none !important;
    top: 12px;
    z-index: 2;
}

.scodeware-promo-modal__close:hover,
.scodeware-promo-modal__close:focus {
    text-decoration: none !important;
}

.scodeware-promo-modal__content {
    background: #fff;
    display: grid;
    flex: 1 1 auto;
    gap: 0;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    min-height: 0;
}

.scodeware-promo-modal__editor-col,
.scodeware-promo-modal__preview-col {
    min-height: 0;
    overflow: auto;
    padding: 18px 18px 20px;
}

.scodeware-promo-modal__preview-col {
    background: #fff;
    border-left: 1px solid #d8dee6;
}

.scodeware-promo-modal__section-title {
    color: #38557a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.scodeware-promo-fields {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}

.scodeware-promo-field-row {
    display: grid;
    gap: 8px;
    padding: 5px 12px;
}

.scodeware-promo-fields__label {
    color: #1d2327;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.scodeware-promo-fields input[type="text"],
.scodeware-promo-fields select,
.scodeware-promo-fields textarea {
    max-width: 100%;
    width: 100%;
}

.scodeware-promo-modal__preview-frame {
    background: #fff;
    border: 1px solid #d8dee6;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
    height: 90%;
    overflow: auto;
    padding: 14px;
    width: 540px;
}

.scodeware-promo-preview-email {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    margin: 0 auto;
    max-width: 680px;
    min-height: 100%;
    padding: 16px;
}

.scodeware-promo-preview-email__wrap {
    border: 1px solid #e5e7eb;
}

.scodeware-promo-preview-email__head {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    padding: 20px 24px;
}

.scodeware-promo-preview-email__body {
    font-size: 15px;
    line-height: 1.6;
    padding: 24px;
    word-break: break-word;
}

.scodeware-promo-preview-email__body a {
    color: #2271b1;
}

.scodeware-promo-modal__footer {
    align-items: center;
    background: #fff;
    border-top: 1px solid #d8dee6;
    display: flex;
    justify-content: flex-end;
    padding: 10px 16px;
}

.scodeware-wc-wishlist-settings-nav {
    padding: 0 !important;
}

@media (max-width: 1200px) {
    .scodeware-wc-wishlist-settings {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .scodeware-wc-wishlist-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-wc-wishlist-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-wc-wishlist-settings__locale-switcher-wrap--nav {
        align-items: stretch;
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-top: 12px;
    }

    .scodeware-wc-wishlist-settings__locale-switcher-wrap--content {
        display: none;
    }

    .scodeware-wc-wishlist-settings-nav.nav-tab-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .scodeware-promo-modal__dialog {
        max-height: 96vh;
        min-width: 0;
        width: calc(100% - 24px);
    }

    .scodeware-promo-modal__content {
        grid-template-columns: 1fr;
    }

    .scodeware-promo-modal__preview-col {
        border-left: 0;
        border-top: 1px solid #d8dee6;
    }

    .scodeware-promo-modal__preview-frame {
        min-height: 360px;
    }
}

@media (max-width: 782px) {
    .scodeware-wc-wishlist-admin__stats {
        grid-template-columns: 1fr;
    }

    .scodeware-admin-panel__tabs a {
        font-size: 16px;
        padding: 14px 16px;
    }

    .scodeware-wc-wishlist-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-wc-wishlist-settings__locale-switcher-wrap {
        align-items: stretch;
        flex-direction: column;
        justify-content: flex-start;
    }

    .scodeware-wc-wishlist-settings__locale-switcher {
        max-width: none;
        min-width: 0;
        width: 100%;
    }

    .scodeware-wc-wishlist-settings__translation-mode-notice {
        max-width: 100%;
        white-space: normal;
        padding: 0;
    }
}

.scodeware-wc-wishlist-settings__form {
    border: 0 !important;
}


