/* Card Styles */
.listing_cn_card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 1.6rem !important;
    width: 100%;
    margin-top: 10px !important;
    background: #fff;
    box-sizing: border-box;
}

.listing_cn_card-header {
    text-align: left;
    font-size: 16px !important;
    padding: 0.75rem 1.25rem;
    margin-bottom: -10px !important;
    background-color: #f7f7f7 !important;
    border-radius: 1.6rem 1.6rem 0 0 !important;
    border-color: transparent !important;
    color: #002444;
    position: relative;
}

.listing_cn_card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    background-color: #f7f7f7 !important;
    border-radius: 0 0 1.6rem 1.6rem !important;
    color: #8d8d8d;
    font-weight: 500;
}

/* Existing CSS code */

/* Define custom styles for the popup container */
.my-popup-class {
    width: 300px; /* Adjust the width of the popup box as needed */
    height: 200px; /* Adjust the height of the popup box as needed */
}

/* Code for swal alert 2 */
.custom-swal-text {
    font-size: 20px;
}
.custom-swal-button {
    font-size: 14px !important;
}

.rpCardStatus {
    text-transform: capitalize;
    padding: 5px 12px;
    text-align: center;
    border: none;
    border-radius: 999px; /* pill-shaped */
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease-in-out;
}

.rpCardStatus1 {
    text-transform: capitalize;
    padding: 5px 12px;
    text-align: center;
    border: none;
    border-radius: 999px; /* pill-shaped */
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease-in-out;
}


.btn.button {
    padding: 10px;
}
a.btn.button {
    line-height: 1.5;
}

/*Pagination style */
.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-right: 55px;
}

.page-item {
    margin: 0 2px;
}

.page-link {
    color: #ff4c93;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border: 1px solid #ff4c93;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.page-link:hover {
    background-color: #00b19c;
    color: #fff;
}

.page-item.disabled .page-link {
    opacity: 0.5;
    pointer-events: none;
}

/* The Modal (background) */
.modal_dispute {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content_dispute {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Centering the buttons */
.modal-content_dispute button {
    margin: 5px;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
}

.button-container {
    text-align: center;
}

/*Purcahse Card listing CSS*/
.purchase_cn_card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 1.6rem !important;
    width: 100%;
    margin-top: 10px !important;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden; /* Ensure overlay stays within the card */
}

.purchase_cn_card-header {
    text-align: left;
    font-size: 16px !important;
    padding: 0.75rem 1.25rem;
    margin-bottom: -10px !important;
    background-color: #f7f7f7 !important;
    border-radius: 1.6rem 1.6rem 0 0 !important;
    border-color: transparent !important;
    color: #002444;
    position: relative;
}

.new-label {
    color: #c71585;
    background-color: #ffb6c1;
    font-size: 9px;
    font-weight: bold;
    padding: 1px 6px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -17px;
}

.purchase_cn_card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    background-color: #f7f7f7 !important;
    border-radius: 0 0 1.6rem 1.6rem !important;
    color: #8d8d8d;
    font-weight: 500;
    font-size: 15px;
}

.purchase-detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    color: #002444;
}

.redeemed-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.88);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    z-index: 1;
    text-transform: uppercase;
    color: #8a8a8a;
}

.copy-to-clipboard-button,
.copy-button-email-dash,
.action-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 5px;
    color: #002444;
}

.copy-to-clipboard-button:hover img {
    filter: brightness(0.8);
}

.copy-to-clipboard-button,
.lnif-copy {
    font-size: 20px;
}

.footer-links a {
    font-size: 13px;
}

.swal-custom-title {
    font-size: 22px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 15px;
    text-align: center;
}

/* Rotating circle spinner */
.swal-custom-spinner {
    width: 52px;
    height: 52px;
    border: 3px solid transparent;
    border-top: 3px solid #4f46e5;
    border-right: 3px solid #7c3aed;
    border-radius: 50%;
    animation: spin 1.8s linear infinite;
    margin: 10px auto 0;
    box-shadow: 0 2px 8px rgba(79, 70, 229, 0.1);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 40%, transparent 41%);
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.swal2-loader {
    display: none !important;
}

.crafin-alert-container.swal2-backdrop-show {
    background: rgba(15, 23, 42, 0.3) !important;
    backdrop-filter: blur(3px);
}

.crafin-alert-popup.swal2-popup {
    width: 280px !important;
    padding: 22px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 4px 10px -6px rgba(0, 0, 0, 0.04) !important;
    font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

body:not(.wp-admin) .crafin-alert-popup.swal2-popup {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.crafin-alert-html.swal2-html-container {
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.crafin-alert-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.crafin-alert-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    border: 1px solid #ffeed1;
    border-radius: 50%;
    background: #fff9ed;
    color: #d9920b;
}

.crafin-alert-icon svg {
    width: 20px;
    height: 20px;
}

.crafin-alert-eyebrow {
    margin: 0 0 6px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.crafin-alert-message {
    margin: 0;
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.crafin-alert-actions.swal2-actions {
    width: 100%;
    margin: 20px 0 0 !important;
}

.crafin-alert-button.swal2-confirm {
    width: 100%;
    min-height: 40px;
    padding: 10px 16px;
    border: 0;
    border-radius: 8px;
    background: #e6ff00;
    color: #0F172A;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
}

.crafin-alert-button.swal2-confirm:hover {
    background: #e8a218;
    box-shadow: 0 8px 18px rgba(255, 180, 33, 0.22);
}

.crafin-alert-button.swal2-confirm:active {
    transform: scale(0.98);
}

.crafin-alert-button.swal2-confirm:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 180, 33, 0.3);
}

.custom-select-1 {
    margin-right: 2px !important;
    margin-left: 2px !important;
    border-radius: 6px !important;
    border: 1px solid #d1d5db !important;
    background-color: #f9f9f9 !important;
    font-size: 14px !important;
    cursor: pointer !important;
}


/* Trigger button (Select Brands) */
#brand-dropdown-toggle {
    margin-right: -3px !important;
    margin-left: 2px !important;
    width: 120px !important;
    padding: 3px 10px !important;
    border-radius: 6px !important;
    border: 1px solid #d1d5db !important;
    background-color: #f9f9f9 !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

#brand-dropdown-toggle:hover {
    border-color: #9ca3af;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* Dropdown container */
#floating-brand-dropdown {
    display: none;
    position: absolute;
    top: 0px !important;
    left: 15px !important;
    width: 252px !important;
    z-index: 99999;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* Search input */
#brand-search {
    width: 100%;
    padding: 4px 10px !important;
    margin-bottom: 10px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 12px;
    box-sizing: border-box;
    outline: none;
    background-color: #f9fafb;
    transition: border-color 0.2s ease;
}

#brand-search:focus {
    border-color: #6366f1;
}

/* Checkbox container */
#brand-options {
    max-height: 220px;
    overflow-y: auto;
    padding-right: 4px;
}

/* Each brand checkbox */
.brand-option {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 1px!important;
    cursor: pointer;
    transition: background 0.2s;
    padding: 4px 4px;
    border-radius: 8px;
}

.brand-option:hover {
    background-color: #f3f4f6;
}

.brand-option input[type="checkbox"] {
    transform: scale(0.9);
    margin-right: 8px;
}

#select-all-brands {
    margin-right: 6px;
    transform: scale(0.9);
}

#floating-brand-dropdown label:first-of-type {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 1px!important;
    padding: 2px 4px;
}
/* Close button styled red */
#floating-brand-dropdown button {
    padding: 6px 14px;
    background: #ef4444!important;
    color: #fff;
    border-radius: 6px;
    border: none;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.2s;
}

#floating-brand-dropdown button:hover {
    background: #dc2626;
}

/*another pragination design*/
.pragination-design-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 20px;
}

/* Pagination Buttons */
.pragination-design-2 a.paginate_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #f1f1f1;
    color: #333;
    padding: 0;
    transition: 0.2s ease;
    text-decoration: none;
}

/* Dashicons inside buttons */
.pragination-design-2 .paginate_button .dashicons {
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Disabled style */
.pragination-design-2 a.disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* Page number label */
.pragination-design-2 .paginate_label {
    padding: 0 12px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #62748e;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #62748e;
}
html.crafin-is-app footer,
html.crafin-is-app #colophon,
html.crafin-is-app .site-footer,
html.crafin-is-app .elementor-location-footer {
    display: none !important;
}



img:is([sizes=auto i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

/*# sourceURL=wp-img-auto-sizes-contain-inline-css */


img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

/*# sourceURL=wp-emoji-styles-inline-css */


.knit-pay-payment-button-form-class input {
    width: 100%
}

/*# sourceURL=/wp-content/plugins/knit-pay/extensions/knit-pay-payment-button/src/build/style-index.css */


:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-family--plus-jakarta-sans: "Plus Jakarta Sans", sans-serif;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
    --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
}

:root {
    --wp--style--global--content-size: 800px;
    --wp--style--global--wide-size: 1200px;
}

:where(body) {
    margin: 0;
}

.wp-site-blocks>.alignleft {
    float: left;
    margin-right: 2em;
}

.wp-site-blocks>.alignright {
    float: right;
    margin-left: 2em;
}

.wp-site-blocks>.aligncenter {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

:where(.wp-site-blocks)>* {
    margin-block-start: 24px;
    margin-block-end: 0;
}

:where(.wp-site-blocks)> :first-child {
    margin-block-start: 0;
}

:where(.wp-site-blocks)> :last-child {
    margin-block-end: 0;
}

:root {
    --wp--style--block-gap: 24px;
}

:root :where(.is-layout-flow)> :first-child {
    margin-block-start: 0;
}

:root :where(.is-layout-flow)> :last-child {
    margin-block-end: 0;
}

:root :where(.is-layout-flow)>* {
    margin-block-start: 24px;
    margin-block-end: 0;
}

:root :where(.is-layout-constrained)> :first-child {
    margin-block-start: 0;
}

:root :where(.is-layout-constrained)> :last-child {
    margin-block-end: 0;
}

:root :where(.is-layout-constrained)>* {
    margin-block-start: 24px;
    margin-block-end: 0;
}

:root :where(.is-layout-flex) {
    gap: 24px;
}

:root :where(.is-layout-grid) {
    gap: 24px;
}

.is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
 }

:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding-top: calc(0.667em + 2px);
    padding-right: calc(1.333em + 2px);
    padding-bottom: calc(0.667em + 2px);
    padding-left: calc(1.333em + 2px);
    text-decoration: none;
    text-transform: inherit;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.has-plus-jakarta-sans-font-family {
    font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;
}

:root :where(.wp-block-icon svg) {
    width: 24px;
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}

/*# sourceURL=global-styles-inline-css */



#cfs-fab {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 999999 !important;
}

.cfs-fab-label {
    display: inline-block !important;
}

/*# sourceURL=cfs-frontend-inline-css */





#wp-submit {
    background-color: rgb(255, 75, 147);
    border-color: rgb(255, 75, 147);
    width: 100%;
}

#wp_bb_log_submit {
    background-color: rgb(255, 75, 147);
    border-color: rgb(255, 75, 147);
}

.dashicons.dashicons-visibility {
    color: rgb(255, 75, 147);
}

#backtoblog {
    text-align: center;
}

#nav {
    text-align: center;
}


.digits_secure_modal_box,
.digits_ui,
.digits_secure_modal_box *,
.digits_ui *,
.digits_font,
.dig_ma-box,
.dig_ma-box input,
.dig_ma-box input::placeholder,
.dig_ma-box ::placeholder,
.dig_ma-box label,
.dig_ma-box button,
.dig_ma-box select,
.dig_ma-box * {
    font-family: 'Lato', sans-serif;
}


.crafin-elementor-hidden {
    display: none !important;
}


@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 200;
    font-display: fallback;
    src: url('/wp-content/uploads/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KU7NTxXUEKi4Rw.woff2') format('woff2');
}

@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url('/wp-content/uploads/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_907NTxXUEKi4Rw.woff2') format('woff2');
}

@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('/wp-content/uploads/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NTxXUEKi4Rw.woff2') format('woff2');
}

@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-display: fallback;
    src: url('/wp-content/uploads/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NTxXUEKi4Rw.woff2') format('woff2');
}

@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    font-display: fallback;
    src: url('/wp-content/uploads/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2') format('woff2');
}

@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url('/wp-content/uploads/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2') format('woff2');
}

@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-display: fallback;
    src: url('/wp-content/uploads/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KUnNTxXUEKi4Rw.woff2') format('woff2');
}

@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: italic;
    font-weight: 200;
    font-display: fallback;
    src: url('/wp-content/uploads/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ2lCR_VMq2oR82k.woff2') format('woff2');
}

@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: italic;
    font-weight: 300;
    font-display: fallback;
    src: url('/wp-content/uploads/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ17CR_VMq2oR82k.woff2') format('woff2');
}

@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
    src: url('/wp-content/uploads/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0lCR_VMq2oR82k.woff2') format('woff2');
}

@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: italic;
    font-weight: 500;
    font-display: fallback;
    src: url('/wp-content/uploads/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0XCR_VMq2oR82k.woff2') format('woff2');
}

@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: italic;
    font-weight: 600;
    font-display: fallback;
    src: url('/wp-content/uploads/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ37Dh_VMq2oR82k.woff2') format('woff2');
}

@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src: url('/wp-content/uploads/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_VMq2oR82k.woff2') format('woff2');
}

@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: italic;
    font-weight: 800;
    font-display: fallback;
    src: url('/wp-content/uploads/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ2lDh_VMq2oR82k.woff2') format('woff2');
}


:root {
    --crafin-global-font:
        "Plus Jakarta Sans",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}






:root {
    --primary: #01b29d;
    --primary-dark: #008f7d;
    --accent: #e6ff00;
    --accent-hover: #d4f000;
    --text-dark: #1e293b;
    --text-medium: #475569;
    --text-light: #94a3b8;
    --bg-light: #f8fafc;
    --white: #ffffff;
    --danger: #ef4444;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 40px -3px rgba(0, 0, 0, 0.1);
}

.ch-wrapper-ch1 * {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ch-wrapper-ch1 a {
    text-decoration: none !important;
    color: inherit !important;
    transition: 0.2s !important;
}

.ch-wrapper-ch1 ul {
    list-style: none !important;
}

.ch-wrapper-ch1 .icon-stroke {
    stroke-width: 1.8 !important;
    stroke: currentColor !important;
    fill: none !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

/* ================================
      DESKTOP
      ================================ */
.ch-wrapper-ch1 .desktop-header {
    display: none !important;
    background: var(--white) !important;
    height: 80px !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 4% !important;
    position: static !important;
    z-index: 1000 !important;
    box-shadow: var(--shadow-sm) !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

@media (min-width:900px) {
    .ch-wrapper-ch1 .desktop-header {
        display: flex !important;
    }
}

.ch-wrapper-ch1 .brand-logo {
    height: 60px !important;
    width: auto !important;
    display: block !important;
}

.ch-wrapper-ch1 .search-group {
    flex-grow: 1 !important;
    max-width: 480px !important;
    margin: 0 40px !important;
    position: relative !important;
}

.ch-wrapper-ch1 .search-input {
    width: 100% !important;
    padding: 12px 20px 12px 45px !important;
    background: #f1f5f9 !important;
    border: 1px solid transparent !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
}

.ch-wrapper-ch1 .search-input:focus {
    background: var(--white) !important;
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 4px rgba(1, 178, 157, 0.1) !important;
    outline: none !important;
}

.ch-wrapper-ch1 .search-icon {
    position: absolute !important;
    left: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: var(--text-light) !important;
    pointer-events: none !important;
}

.ch-wrapper-ch1 .nav-actions {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.ch-wrapper-ch1 .btn-refer {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 18px !important;
    border: 1px solid #ccfbf1 !important;
    border-radius: 50px !important;
    color: var(--primary-dark) !important;
    background: #f0fdfa !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

.ch-wrapper-ch1 .btn-refer:hover {
    background: #ccfbf1 !important;
    border-color: #99f6e4 !important;
    transform: translateY(-1px) !important;
}

.ch-wrapper-ch1 .btn-sell {
    background-color: var(--accent) !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 10px 24px !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 12px rgba(255, 180, 33, 0.2) !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.ch-wrapper-ch1 .btn-sell:hover {
    transform: translateY(-1px) !important;
    background-color: var(--accent-hover) !important;
}

.ch-wrapper-ch1 .btn-cart {
    position: relative !important;
    padding: 8px !important;
    color: var(--text-dark) !important;
}

.ch-wrapper-ch1 .btn-cart:hover {
    color: var(--primary) !important;
}

.ch-wrapper-ch1 .cart-badge-dot {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 18px !important;
    height: 18px !important;
    background: var(--danger) !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ch-wrapper-ch1 .dropdown-wrapper {
    position: relative !important;
    cursor: pointer !important;
    padding: 10px 0 !important;
}

.ch-wrapper-ch1 .dropdown-content {
    position: absolute !important;
    top: 100% !important;
    width: 260px !important;
    background: var(--white) !important;
    border-radius: 16px !important;
    box-shadow: var(--shadow-lg) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(10px) !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    border: 1px solid #f1f5f9 !important;
    overflow: hidden !important;
    z-index: 9999 !important;
}

.ch-wrapper-ch1 .dropdown-wrapper:hover .dropdown-content {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.ch-wrapper-ch1 .dd-left {
    left: 0 !important;
    width: 280px !important;
}

.ch-wrapper-ch1 .dd-right {
    right: 0 !important;
}

.ch-wrapper-ch1 .dd-header {
    padding: 16px 24px !important;
    background: #f8fafc !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.ch-wrapper-ch1 .dd-balance {
    color: var(--primary) !important;
    font-weight: 800 !important;
    font-size: 22px !important;
}

.ch-wrapper-ch1 .dd-link {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
    color: var(--text-medium) !important;
    font-weight: 500 !important;
}

.ch-wrapper-ch1 .dd-link:hover {
    background: #f1f5f9 !important;
    color: var(--primary) !important;
    padding-left: 28px !important;
}

.ch-wrapper-ch1 .dd-link svg {
    width: 18px !important;
    height: 18px !important;
    color: #94a3b8 !important;
    transition: 0.2s !important;
}

.ch-wrapper-ch1 .dd-link:hover svg {
    color: var(--primary) !important;
}

.ch-wrapper-ch1 .dd-logout {
    color: var(--danger) !important;
}

.ch-wrapper-ch1 .dd-logout:hover {
    color: var(--danger) !important;
    background: #fef2f2 !important;
}

.ch-wrapper-ch1 .cat-trigger {
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    margin-left: 24px !important;
    color: var(--text-dark) !important;
    padding: 8px 16px !important;
    border-radius: 50px !important;
    border: 1px solid #e2e8f0 !important;
}

.ch-wrapper-ch1 .cat-trigger:hover {
    background: #f1f5f9 !important;
    border-color: #cbd5e1 !important;
}

.ch-wrapper-ch1 .user-pill {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 6px 8px 6px 12px !important;
    border-radius: 50px !important;
    border: 1px solid transparent !important;
}

.ch-wrapper-ch1 .user-pill:hover {
    background: #f8fafc !important;
    border-color: #e2e8f0 !important;
}

.ch-wrapper-ch1 .avatar-circle {
    width: 36px !important;
    height: 36px !important;
    background: #ccfbf1 !important;
    color: var(--primary-dark) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 800 !important;
    font-size: 14px !important;
}

/* ================================
      MOBILE (UPDATED: LEFT GROUP + RIGHT GROUP)
      ================================ */
.ch-wrapper-ch1 .mobile-sticky-shell {
    display: block !important;
    position: static !important;
    width: 100% !important;
    z-index: 5000 !important;
    background: var(--white) !important;
    padding-top: env(safe-area-inset-top, 0px) !important;
    box-shadow: var(--shadow-sm) !important;
}

.ch-wrapper-ch1 .mobile-header-spacer {
    display: none !important;
}

.ch-wrapper-ch1 .mobile-header {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 5px !important;
    padding: 8px 14px !important;
    background: var(--white) !important;
    box-shadow: none !important;
}

@media (min-width:900px) {

    .ch-wrapper-ch1 .mobile-sticky-shell,
    .ch-wrapper-ch1 .mobile-header-spacer {
        display: none !important;
    }

    .ch-wrapper-ch1 .mobile-header {
        display: none !important;
    }
}

.ch-wrapper-ch1 .mobile-logo {
    height: 42px !important;
    width: auto !important;
    margin-left: -5px !important;
}

.ch-wrapper-ch1 .icon-btn {
    background: none !important;
    border: none !important;
    padding: 8px !important;
    cursor: pointer !important;
    color: var(--text-dark) !important;
    position: relative !important;
}

.ch-wrapper-ch1 .mobile-header .icon-btn:first-child {
    margin-right: 0px !important;
}

.ch-wrapper-ch1 .mobile-header [data-ch-msearch-open] {
    margin-left: auto !important;
}

.ch-wrapper-ch1 .mobile-refer-badge {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    min-height: 32px !important;
    margin-left: auto !important;
    padding: 7px 10px !important;
    border: 1px solid #99f6e4 !important;
    border-radius: 999px !important;
    background: #f0fdfa !important;
    color: var(--primary-dark) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.ch-wrapper-ch1 .mobile-refer-badge svg {
    width: 14px !important;
    height: 14px !important;
    flex: 0 0 auto !important;
}

.ch-wrapper-ch1 .mobile-refer-badge+[data-ch-msearch-open] {
    margin-left: 0 !important;
}

.ch-wrapper-ch1 .mobile-header .icon-btn+.icon-btn {
    margin-left: 2px !important;
}

/* ================================
      SIDEBAR
      ================================ */
.ch-wrapper-ch1 .sidebar-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(15, 23, 42, 0.6) !important;
    z-index: 99990 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: 0.3s !important;
    backdrop-filter: blur(4px) !important;
}

.ch-wrapper-ch1 .sidebar-overlay.active {
    opacity: 1 !important;
    visibility: visible !important;
}

.ch-wrapper-ch1 .sidebar {
    position: fixed !important;
    top: 0 !important;
    left: -300px !important;
    width: 300px !important;
    height: 100vh !important;
    background: var(--white) !important;
    z-index: 99991 !important;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    overflow-y: auto !important;
}

.ch-wrapper-ch1 .sidebar.active {
    left: 0 !important;
}

.ch-wrapper-ch1 .sb-profile-premium {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%) !important;
    padding: 40px 24px 30px !important;
    color: #fff !important;
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.ch-wrapper-ch1 .sb-profile-premium::before {
    content: '' !important;
    position: absolute !important;
    top: -20px !important;
    right: -20px !important;
    width: 100px !important;
    height: 100px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
}

.ch-wrapper-ch1 .glass-avatar {
    width: 56px !important;
    height: 56px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(8px) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 800 !important;
}

.ch-wrapper-ch1 .profile-info {
    z-index: 2 !important;
}

.ch-wrapper-ch1 .profile-name {
    font-size: 17px !important;
    font-weight: 800 !important;
    margin-bottom: 4px !important;
}

.ch-wrapper-ch1 .profile-balance {
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500 !important;
    opacity: 1 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.ch-wrapper-ch1 .sb-nav {
    padding: 10px 0 !important;
    flex-grow: 1 !important;
}

.ch-wrapper-ch1 .sb-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 14px 24px !important;
    font-size: 15px !important;
    color: var(--text-dark) !important;
    border-left: 3px solid transparent !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    transition: all 0.2s !important;
}

.ch-wrapper-ch1 .sb-item:hover {
    background: #f8fafc !important;
    color: var(--primary) !important;
    border-left-color: var(--primary) !important;
}

.ch-wrapper-ch1 .sb-left {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.ch-wrapper-ch1 .sb-icon {
    width: 20px !important;
    height: 20px !important;
    color: #64748b !important;
    transition: 0.2s !important;
}

.ch-wrapper-ch1 .sb-item:hover .sb-icon {
    color: var(--primary) !important;
}

.ch-wrapper-ch1 .sb-arrow {
    font-size: 10px !important;
    color: #cbd5e1 !important;
    transition: 0.3s !important;
}

.ch-wrapper-ch1 .sb-item.expanded .sb-arrow {
    transform: rotate(180deg) !important;
    color: var(--primary) !important;
}

.ch-wrapper-ch1 .sb-submenu {
    background: #f8fafc !important;
    max-height: 0;
    overflow: hidden !important;
    transition: max-height 0.3s ease !important;
}

.ch-wrapper-ch1 .sb-submenu a {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 24px 12px 64px !important;
    font-size: 14px !important;
    color: var(--text-medium) !important;
}

.ch-wrapper-ch1 .sb-submenu a:hover {
    color: var(--primary) !important;
    background: #f1f5f9 !important;
}

.ch-wrapper-ch1 .sb-cta-area {
    padding: 20px !important;
    border-top: 1px solid #f1f5f9 !important;
}

.ch-wrapper-ch1 .sb-btn-sell {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 12px !important;
    background: var(--accent) !important;
    color: #0f172a !important;
    font-weight: 800 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
}

/* ================================
      SEARCH DROPDOWN (BADGES)
      ================================ */
.ch-wrapper-ch1 .ch-suggest {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: calc(100% + 8px) !important;
    background: var(--white) !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    box-shadow: var(--shadow-lg) !important;
    overflow: hidden !important;
    display: none;
    z-index: 99999 !important;
}

.ch-wrapper-ch1 .ch-suggest a {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    border-top: 1px solid #f1f5f9 !important;
}

.ch-wrapper-ch1 .ch-suggest a:first-child {
    border-top: 0 !important;
}

.ch-wrapper-ch1 .ch-suggest .title {
    flex: 1 !important;
    min-width: 0 !important;
    color: var(--text-dark) !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.ch-wrapper-ch1 .ch-suggest .right {
    display: flex !important;
    align-items: center !important;
}

.ch-wrapper-ch1 .ch-suggest .badge {
    padding: 6px 10px !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.ch-wrapper-ch1 .ch-suggest .badge-disc {
    background: rgba(34, 197, 94, 0.14) !important;
    color: #16a34a !important;
    border: 1px solid rgba(34, 197, 94, 0.25) !important;
}

.ch-wrapper-ch1 .ch-suggest .badge-oos {
    background: rgba(239, 68, 68, 0.12) !important;
    color: #ef4444 !important;
    border: 1px solid rgba(239, 68, 68, 0.25) !important;
}

.ch-wrapper-ch1 .ch-suggest a:hover {
    background: #f8fafc !important;
}

/* ================================
      MOBILE SEARCH ROW
      ================================ */
.ch-wrapper-ch1 .ch-msearch {
    display: none !important;
    background: var(--white) !important;
    padding: 10px 12px 12px !important;
    border-bottom: 1px solid #e2e8f0 !important;
    box-shadow: var(--shadow-sm) !important;
}

.ch-wrapper-ch1 .ch-msearch.active {
    display: block !important;
}

.ch-wrapper-ch1 .ch-msearch-form {
    max-width: 100% !important;
    margin: 0 !important;
}

.ch-wrapper-ch1 .ch-msearch .search-input {
    width: 100% !important;
}


.ch-wrapper-ch1 .mobile-header .cart-badge-dot {
    min-width: 20px !important;
    height: 20px !important;
    padding: 0 6px !important;
    font-size: 9px !important;
}

.ch-wrapper-ch1 .crafin-cart-count--zero {
    display: none !important;
}





/* Load the font locally for this block */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');

.custom-sell-wrapper {
    font-family: 'DM Sans', sans-serif;
    background-color: transparent;
    /* No background color */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    /* Minimal padding so Elementor controls the section spacing */
    width: 100%;
    box-sizing: border-box;
}

.custom-sell-badge {
    background-color: #FFFFFF;
    color: #2E9F85;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 28px;
    border-radius: 50px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(46, 159, 133, 0.05);
    display: inline-block;
    /* Optional: Add border if placed on white background for visibility */
    border: 1px solid #EBF9F9;
}

.custom-sell-headline {
    color: #0F1722;
    font-size: 56px;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.1;
}

.custom-sell-highlight {
    color: #2E9F85;
}

.custom-sell-subhead {
    color: #4C5D6F;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    max-width: 600px;
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
    .custom-sell-headline {
        font-size: 26px;
    }

    .custom-sell-subhead {
        font-size: 16px;
    }
}





@font-face {
    font-family: 'GCPCH Lineicons 5';
    src: url('/wp-content/plugins/GiftCard_Handler/assets/lineicons/fonts/Lineicons.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: block
}

.gcpch-exchange-shell,
.gcpch-exchange-shell * {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif
}

.gcpch-exchange-shell {
    --primary: #059669;
    --primary-hover: #047857;
    --accent: #e6ff00;
    --border: rgba(255, 255, 255, 0.12);
    --text: #e2e8f0;
    --muted: #94a3b8;
    width: 100%;
    max-width: 1113px;
    margin: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 24px 0;
    color: #e2e8f0;
    font-family: 'Poppins', sans-serif;
}

.gcpch-account-gate {
    text-align: center;
    padding: 34px 20px
}

.gcpch-account-gate h3 {
    font-size: 20px;
    margin: 0 0 8px
}

.gcpch-account-gate p {
    color: var(--muted);
    line-height: 1.5
}

.gcpch-account-gate a {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 9px;
    background: var(--accent);
    color: #fff;
    text-decoration: none;
    font-weight: 700
}

.gcpch-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px
}

.gcpch-form-group {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.gcpch-step {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important
}

.gcpch-step[style*="display: none"] {
    display: none !important
}

#gcpchCardTypeGroup,
#gcpchRedemptionGroup,
#gcpchPinGroup {
    display: none
}

.gcpch-form-group label {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--text)
}

.gcpch-form-group label span {
    color: #ef4444
}

.gcpch-form-group input {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    font-size: 14px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.06);
    transition: .2s
}

.gcpch-form-group input:focus {
    outline: 0;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(1, 178, 157, .15)
}

.gcpch-custom-select {
    position: relative
}

.gcpch-custom-select>input[type=text] {
    padding-right: 72px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
    border: 1.5px solid var(--border);
    border-radius: 12px
}

.gcpch-custom-select:after {
    content: '⌄';
    position: absolute;
    right: 16px;
    top: 13px;
    color: var(--muted);
    pointer-events: none
}

.gcpch-custom-select>button {
    display: none;
    position: absolute;
    right: 38px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
    color: #94a3b8;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer
}

.gcpch-custom-select>button:hover {
    background: rgba(239, 68, 68, 0.18);
    color: #fca5a5
}

.gcpch-custom-select ul {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 50;
    max-height: 220px;
    overflow: auto;
    overscroll-behavior: contain;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45)
}

.gcpch-custom-select li {
    padding: 12px 16px;
    font-size: 14px;
    cursor: pointer;
    color: #e2e8f0
}

.gcpch-custom-select li:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #e2e8f0
}

.gcpch-segmented {
    display: flex;
    gap: 4px;
    padding: 4px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.06)
}

.gcpch-segmented button {
    flex: 1;
    padding: 12px 8px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer
}

.gcpch-segmented button.active {
    background: rgba(255, 255, 255, 0.10);
    color: var(--primary);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.gcpch-banner {
    display: none;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5
}

.gcpch-banner>b {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 11px
}

.gcpch-warning {
    background: rgba(245, 158, 11, 0.12);
    color: #fcd34d;
    border: 1px solid rgba(245, 158, 11, 0.22)
}

.gcpch-hint {
    background: rgba(20, 184, 166, 0.12);
    color: #5eead4;
    border: 1px solid rgba(20, 184, 166, 0.22)
}

.gcpch-error {
    background: rgba(239, 68, 68, 0.12);
    color: #fca5a5;
    border: 1px solid rgba(239, 68, 68, 0.22)
}

.gcpch-tag {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    margin: 0 4px
}

.gcpch-tag.rate {
    background: var(--accent);
    color: #000
}

.gcpch-tag.time {
    background: var(--primary);
    color: #fff
}

.gcpch-receipt {
    padding: 14px 16px;
    margin-top: 14px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04)
}

.gcpch-receipt>div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 500
}

.gcpch-receipt>div>span:first-child {
    min-width: 0
}

.gcpch-receipt>div>span:last-child {
    flex: 0 0 auto;
    min-width: 90px;
    text-align: right;
    font-variant-numeric: tabular-nums
}

.gcpch-receipt .fee {
    display: none;
    color: var(--muted)
}

.gcpch-receipt hr {
    height: 1px;
    border: 0;
    background: var(--border);
    margin: 16px 0
}

.gcpch-receipt .total {
    align-items: center;
    margin: 0;
    color: var(--text);
    font-size: 14px
}

.gcpch-receipt .total strong:last-child {
    font-size: 18px;
    color: var(--primary)
}

.gcpcFtmBtn {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 0;
    border-radius: 12px;
    background: var(--accent);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 12px
}

.gcpcFtmBtn:hover {
    background: #d4f000
}

.gcpcFtmBtn:disabled {
    background: rgba(255, 255, 255, 0.12);
    cursor: not-allowed
}

@media(max-width:390px) {
    .gcpcFtmBtn {
        font-size: 14px;
        white-space: nowrap
    }

    .gcpch-step-nav {
        gap: 8px
    }
}

@media(min-width:600px) {
    .gcpch-form-grid {
        grid-template-columns: 1fr 1fr
    }

    .gcpch-full {
        grid-column: span 2
    }
}

.gcpch-exchange-shell .gcpch-banner {
    grid-template-columns: 20px minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    align-items: start !important;
    justify-items: stretch !important;
    column-gap: 12px !important;
    row-gap: 0 !important
}

.gcpch-exchange-shell .gcpch-banner[style*="flex"] {
    display: grid !important
}

.gcpch-exchange-shell .gcpch-banner>b {
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: grid !important;
    place-items: center !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    margin: 1px 0 0 !important;
    padding: 0 !important;
    line-height: 1 !important
}

.gcpch-exchange-shell .gcpch-banner>div {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.5 !important
}

#gcpchNightNotice {
    background: rgba(59, 130, 246, 0.14) !important;
    border-color: rgba(59, 130, 246, 0.28) !important;
    color: #93c5fd !important
}

#gcpchNightNotice>b {
    color: #93c5fd !important;
    border-color: rgba(59, 130, 246, 0.38) !important
}

#gcpchHint {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #cbd5e1 !important
}

#gcpchHint>b {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    color: #94a3b8 !important
}

#gcpchHint.gcpch-hint-grey {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #cbd5e1 !important
}

#gcpchHint.gcpch-hint-grey>b {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    color: #94a3b8 !important
}

#gcpchHint.gcpch-hint-orange {
    background: rgba(251, 146, 60, 0.14) !important;
    border-color: rgba(251, 146, 60, 0.28) !important;
    color: #fed7aa !important
}

#gcpchHint.gcpch-hint-orange>b {
    background: rgba(251, 146, 60, 0.18) !important;
    border-color: rgba(251, 146, 60, 0.32) !important;
    color: #fdba74 !important
}

#gcpchHint.gcpch-hint-red {
    background: rgba(239, 68, 68, 0.14) !important;
    border-color: rgba(239, 68, 68, 0.28) !important;
    color: #fecaca !important
}

#gcpchHint.gcpch-hint-red>b {
    background: rgba(239, 68, 68, 0.18) !important;
    border-color: rgba(239, 68, 68, 0.32) !important;
    color: #fca5a5 !important
}

#gcpchHint.gcpch-hint-green {
    background: rgba(34, 197, 94, 0.14) !important;
    border-color: rgba(34, 197, 94, 0.28) !important;
    color: #bbf7d0 !important
}

#gcpchHint.gcpch-hint-green>b {
    background: rgba(34, 197, 94, 0.18) !important;
    border-color: rgba(34, 197, 94, 0.32) !important;
    color: #86efac !important
}

#gcpchHint.gcpch-hint-blue {
    background: rgba(59, 130, 246, 0.14) !important;
    border-color: rgba(59, 130, 246, 0.28) !important;
    color: #bfdbfe !important
}

#gcpchHint.gcpch-hint-blue>b {
    background: rgba(59, 130, 246, 0.18) !important;
    border-color: rgba(59, 130, 246, 0.32) !important;
    color: #93c5fd !important
}

#gcpchProofGroup {
    display: none
}

.gcpch-proof-control {
    position: relative
}

.gcpch-proof-control>#gcpchProofFile {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important
}

.gcpch-proof-dropzone {
    display: flex !important;
    align-items: center;
    gap: 13px;
    width: 100%;
    min-height: 82px;
    margin: 0 !important;
    padding: 14px 15px;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: #e2e8f0;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease
}

.gcpch-proof-dropzone:hover {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08)
}

.gcpch-proof-control:focus-within .gcpch-proof-dropzone {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.22)
}

.gcpch-proof-icon {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 11px;
    background: rgba(5, 150, 105, 0.16);
    color: #6ee7b7
}

.gcpch-proof-icon svg {
    display: block;
    width: 23px;
    height: 23px
}

.gcpch-proof-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 4px
}

.gcpch-proof-copy strong {
    display: block;
    overflow: hidden;
    color: #e2e8f0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap
}

.gcpch-proof-copy small {
    display: block;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4
}

.gcpch-proof-action {
    flex: 0 0 auto;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap
}

.gcpch-proof-remove {
    position: absolute;
    top: -8px;
    right: -8px;
    display: none;
    width: 27px;
    height: 27px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(239, 68, 68, 0.28);
    border-radius: 50%;
    background: #1a1a1a;
    color: #f87171;
    font-size: 19px;
    line-height: 23px;
    cursor: pointer;
    box-shadow: 0 2px 7px rgba(15, 23, 42, .12)
}

.gcpch-proof-control.is-selected .gcpch-proof-dropzone {
    border-color: rgba(5, 150, 105, 0.32);
    background: rgba(5, 150, 105, 0.14)
}

.gcpch-proof-control.is-selected .gcpch-proof-icon {
    background: rgba(5, 150, 105, 0.18);
    color: #6ee7b7
}

.gcpch-proof-control.is-selected .gcpch-proof-remove {
    display: block
}

.gcpch-proof-control.is-error .gcpch-proof-dropzone {
    border-color: rgba(239, 68, 68, 0.42);
    background: rgba(239, 68, 68, 0.10);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, .1)
}

.gcpch-proof-help {
    color: #94a3b8;
    font-size: 11px;
    line-height: 1.5
}

@media(max-width:480px) {
    .gcpch-proof-dropzone {
        min-height: 76px;
        padding: 12px
    }

    .gcpch-proof-icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px
    }

    .gcpch-proof-action {
        padding: 7px 9px;
        font-size: 10px
    }
}

#gcpchDeductionText {
    display: block !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    line-height: 1.55 !important;
    font-weight: 500 !important
}

#gcpchDeductionText .gcpch-deduction-main {
    display: inline-block !important;
    margin-right: 10px !important;
    white-space: nowrap !important
}

#gcpchDeductionText .gcpch-payment-copy {
    display: inline !important;
    white-space: normal !important
}

#gcpchDeductionText .gcpch-deduction-separator {
    display: inline-block !important;
    margin-right: 8px !important;
    color: #69bdb3 !important;
    font-weight: 700 !important
}

#gcpchDeductionText .gcpch-deduction-rate,
#gcpchDeductionText .gcpch-deduction-time {
    color: #059669 !important;
    font-weight: 700 !important
}

#gcpchDeductionText .gcpch-deduction-clock {
    display: inline-block !important;
    margin: 0 8px 0 0 !important;
    color: #059669 !important;
    font-family: 'GCPCH Lineicons 5' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 21px !important;
    line-height: 1 !important;
    vertical-align: -4px !important;
    -webkit-text-stroke: .35px currentColor !important
}

#gcpchDeductionBanner {
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 14px 16px !important;
    background: rgba(5, 150, 105, 0.14) !important;
    border-color: rgba(5, 150, 105, 0.28) !important;
    border-radius: 10px !important;
    color: #6ee7b7 !important;
    box-shadow: 0 3px 12px rgba(5, 150, 105, .08) !important
}

#gcpchDeductionBanner>#gcpchDeductionText {
    grid-column: 1 !important;
    color: #6ee7b7 !important
}

@media(max-width:420px) {
    #gcpchDeductionBanner {
        padding: 13px 12px !important
    }

    #gcpchDeductionText {
        font-size: 12px !important
    }

    #gcpchDeductionText .gcpch-deduction-main {
        margin-right: 6px !important
    }

    #gcpchDeductionText .gcpch-deduction-separator {
        margin-right: 6px !important
    }

    #gcpchDeductionText .gcpch-deduction-clock {
        margin-right: 6px !important;
        font-size: 19px !important;
        vertical-align: -4px !important
    }
}

.gcpch-account-locked {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    border-radius: 13px;
    background: #f8fafc
}

.gcpch-locked-preview {
    display: grid;
    gap: 18px;
    padding: 34px;
    filter: blur(2px);
    opacity: .42
}

.gcpch-locked-preview>div {
    height: 54px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #fff
}

.gcpch-locked-preview .short {
    width: 55%
}

.gcpch-locked-preview .receipt {
    height: 150px;
    background: #f1f5f9
}

.gcpch-account-locked:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(240, 253, 250, .56);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px)
}

.gcpch-account-locked .gcpch-account-gate {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: calc(100% - 48px);
    max-width: 470px;
    transform: translate(-50%, -50%);
    padding: 26px;
    border: 1px solid #99f6e4;
    border-radius: 16px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 18px 45px rgba(15, 118, 110, .14);
    text-align: left
}

.gcpch-gate-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 10px
}

.gcpch-lock-icon {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    margin: 0;
    border-radius: 50%;
    background: #ccfbf1;
    color: #0f766e;
    font-weight: 800
}

.gcpch-account-locked .gcpch-account-gate .gcpch-gate-title h3 {
    min-width: 0;
    margin: 0 !important;
    color: #1e293b;
    font-size: 21px;
    line-height: 1.25
}

.gcpch-gate-intro {
    margin: 0 0 20px !important;
    color: #64748b !important;
    font-size: 13px;
    line-height: 1.5
}

.gcpch-account-action {
    padding: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    background: #f8fafc
}

.gcpch-account-action+.gcpch-account-action {
    margin-top: 12px
}

.gcpch-account-action>strong {
    display: block;
    margin-bottom: 11px;
    color: #334155;
    font-size: 13px
}

.gcpch-account-action>a {
    display: inline-flex !important;
    padding: 10px 15px !important;
    border-radius: 8px !important;
    background: #e6ff00 !important;
    color: #0F172A !important;
    font-size: 13px !important
}

.gcpch-account-locked .digits-phone-wrapper,
.gcpch-account-locked .digits-edit-phone_container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important
}

.gcpch-account-locked .digits-edit-phone_container label,
.gcpch-account-locked .digits-phone-wrapper label {
    display: block !important;
    margin: 0 0 6px !important;
    color: #475569 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-align: left !important
}

.gcpch-account-locked .digits-edit-phone_container input,
.gcpch-account-locked .digits-phone-wrapper input[type=text],
.gcpch-account-locked .digits-phone-wrapper input[type=tel] {
    width: 100% !important;
    height: 46px !important;
    margin: 0 0 10px !important;
    padding: 10px 13px !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 9px !important;
    background: #fff !important;
    color: #1e293b !important;
    font-size: 15px !important;
    box-shadow: none !important
}

.gcpch-account-locked .digits-edit-phone_container input:focus,
.gcpch-account-locked .digits-phone-wrapper input:focus {
    border-color: #01b29d !important;
    box-shadow: 0 0 0 3px rgba(1, 178, 157, .14) !important;
    outline: 0 !important
}

.gcpch-account-locked .digits_update_mobile_submit,
.gcpch-account-locked .digits-phone-wrapper button,
.gcpch-account-locked .digits-phone-wrapper input[type=submit] {
    width: 100% !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 11px 16px !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: #e6ff00 !important;
    color: #0F172A !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
    text-transform: none !important
}

.gcpch-account-locked .digits_update_mobile_submit:disabled,
.gcpch-account-locked .digits-phone-wrapper button:disabled,
.gcpch-account-locked .digits-phone-wrapper input[type=submit]:disabled {
    background: #cbd5e1 !important;
    color: #fff !important
}

@media(max-width:600px) {
    .gcpch-account-locked {
        min-height: 510px
    }

    .gcpch-account-locked .gcpch-account-gate {
        width: calc(100% - 24px);
        padding: 20px
    }

    .gcpch-gate-title {
        align-items: center;
        gap: 10px
    }

    .gcpch-lock-icon {
        flex-basis: 32px;
        width: 32px;
        height: 32px
    }

    .gcpch-account-locked .gcpch-account-gate .gcpch-gate-title h3 {
        font-size: 18px
    }

    .gcpch-locked-preview {
        padding: 20px
    }
}

.gcpch-exchange-shell .gcpch-custom-select>.gcpch-brand-clear {
    right: 38px !important;
    top: 50% !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 0 !important;
    line-height: 0 !important
}

.gcpch-exchange-shell .gcpch-brand-clear:before,
.gcpch-exchange-shell .gcpch-brand-clear:after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 11px !important;
    height: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 2px !important;
    background: #94a3b8 !important;
    transform-origin: center !important
}

.gcpch-exchange-shell .gcpch-brand-clear:before {
    transform: translate(-50%, -50%) rotate(45deg) !important
}

.gcpch-exchange-shell .gcpch-brand-clear:after {
    transform: translate(-50%, -50%) rotate(-45deg) !important
}

.gcpch-exchange-shell .gcpch-custom-select:after {
    content: none !important
}

.gcpch-exchange-shell .gcpch-select-chevron {
    position: absolute !important;
    z-index: 1 !important;
    top: 0 !important;
    right: 16px !important;
    bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    margin: auto 0 !important;
    color: rgb(148, 163, 184) !important;
    font-family: 'GCPCH Lineicons 5' !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    pointer-events: none !important;
    transition: color .2s !important
}

.gcpch-exchange-shell .gcpch-custom-select:focus-within .gcpch-select-chevron {
    color: var(--primary) !important
}

#gcpchCardTypeGroup>label {
    display: block !important;
    margin: 0 0 12px !important;
    line-height: 1.3 !important
}

.gcpch-exchange-shell #gcpchProofControl {
    margin-top: 5px
}

.gcpch-exchange-shell .gcpch-proof-dropzone .gcpch-proof-icon {
    color: #008f80
}

.gcpch-exchange-shell .gcpch-proof-dropzone .gcpch-proof-action {
    color: #475569
}

.gcpch-exchange-shell #gcpchProofControl.is-selected .gcpch-proof-icon {
    color: #087f70
}

.gcpch-exchange-shell #gcpchProofControl.is-selected .gcpch-proof-remove {
    display: grid;
    place-items: center;
    line-height: 1;
    padding: 0 0 2px
}


/* Wrapper */
.crafin-faq {
    width: 100%;
    color: #e2e8f0;
}

.crafin-faq-wrap {
    max-width: 1113px;
    margin: 0 auto;
}

.crafin-faq-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.crafin-faq-accent {
    color: #01b29d;
}

.crafin-faq-note {
    margin: 0 0 32px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.55;
}

.crafin-faq-note a {
    color: #01b29d;
    font-weight: 700;
    text-decoration: none;
}

.crafin-faq-note a:hover {
    text-decoration: underline;
}

.crafin-faq-list {
    display: grid;
    gap: 20px;
}

/* Remove default marker */
.crafin-faq-card>summary {
    list-style: none;
}

.crafin-faq-card>summary::-webkit-details-marker {
    display: none;
}

/* Card */
.crafin-faq-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 14px;
    box-shadow: none;
    transition: all .2s ease;
    overflow: hidden;
}

.crafin-faq-card:hover {
    border-color: #01b29d;
    box-shadow: 0 5px 15px -5px rgba(1, 178, 157, 0.15);
    transform: translateY(-1px);
}

.crafin-faq-card[open] {
    border-color: rgba(1, 178, 157, 0.5);
}

/* Question row */
.crafin-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
    padding: 18px 18px;
    font-weight: 700;
    color: #e2e8f0;
    user-select: none;
}

.crafin-faq-qtext {
    padding-right: 14px;
    line-height: 1.35;
}

/* Chevron */
.crafin-faq-icon {
    margin-top: 2px;
    transition: transform .3s ease;
    color: #94a3b8;
}

.crafin-faq-card:hover .crafin-faq-icon {
    color: #01b29d;
}

.crafin-faq-card[open] .crafin-faq-icon {
    transform: rotate(180deg);
}

.crafin-faq-svg {
    width: 20px;
    height: 20px;
}

/* Answer */
.crafin-faq-a {
    padding: 16px 18px 18px;
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.65;
    border-top: 1px dashed rgba(255, 255, 255, 0.10);
}

.crafin-faq-ol {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
}

/* Open animation */
.crafin-faq-card[open] .crafin-faq-a {
    animation: crafinSlideDown .3s ease-out both;
}

@keyframes crafinSlideDown {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile spacing */
@media (max-width: 640px) {
    .crafin-faq-wrap {
        max-width: 100%;
    }

    .crafin-faq-title {
        font-size: 22px;
    }

    .crafin-faq-q {
        padding: 16px 16px;
    }

    .crafin-faq-a {
        padding: 14px 16px 16px;
    }
}





/* Global Container Styling - Compact Padding for Desktop */
.crafin-unified-container {

    color: #1e293b;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 20px 25px 20px;
    /* Reduced top and bottom global padding */
    background-color: #ffffff;
}

/* Shared Section Title Design */
.crafin-section-title {
    margin: 25px 0 20px 0;
    /* Tightened section spacing */
    text-align: left;
}

.crafin-section-title h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
}

.title-line {
    width: 45px;
    height: 4px;
    background: #01b29d;
    /* Theme 1st Color */
    border-radius: 2px;
}

.csg-title-spacing {
    margin-top: 40px;
    /* Slight extra separator spacing before guides */
}

.section-subtitle {
    font-size: 0.95rem;
    color: #64748b;
    margin: 10px 0 0 0;
    line-height: 1.5;
}

/* 3-Step Process Layout */
.crafin-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.crafin-step-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px;
    position: relative;
    transition: all 0.3s ease;
}

.crafin-step-card:hover {
    border-color: #01b29d;
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -10px rgba(1, 178, 157, 0.15);
}

.step-number {
    font-size: 0.9rem;
    font-weight: 700;
    color: #01b29d;
    background: rgba(1, 178, 157, 0.08);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 16px;
}

.crafin-step-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.crafin-step-card p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.55;
}

/* Bento Grid Layout */
.bento-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.bento-card {
    border-radius: 20px;
    padding: 32px;
}

.bento-main {
    background: #0f172a;
    color: #ffffff;
    border-top: 4px solid #01b29d;
}

.bento-main h3 {
    font-size: 1.4rem;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
}

.crafin-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.crafin-list li {
    font-size: 0.95rem;
    color: #cbd5e1;
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
}

.crafin-list li:last-child {
    margin-bottom: 0;
}

.crafin-list li span {
    color: #e6ff00;
    /* Theme 2nd Color */
    font-weight: bold;
    margin-right: 12px;
    font-size: 1.1rem;
}

/* Checklist Card Styling */
.bento-checklist {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
}

.bento-checklist h3 {
    font-size: 1.4rem;
    color: #0f172a;
    margin-bottom: 20px;
    font-weight: 700;
}

.checklist-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.check-item {
    background: #ffffff;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: border-color 0.2s ease;
}

.check-item:hover {
    border-color: rgba(1, 178, 157, 0.4);
}

.check-item strong {
    display: block;
    font-size: 0.9rem;
    color: #0f172a;
    margin-bottom: 4px;
}

.check-item p {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

/* Minimalist Brand Grid */
.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

.brand-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    color: #334155;
    transition: all 0.2s ease;
}

.brand-item:hover {
    border-color: #01b29d;
    color: #01b29d;
    background: rgba(1, 178, 157, 0.02);
}

.brand-item.active {
    border-color: #01b29d;
    color: #01b29d;
    background: rgba(1, 178, 157, 0.08);
}

/* Link Grid Layout - Premium Style */
.csg-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.csg-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px 22px;
    color: #1e293b !important;
    text-decoration: none !important;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.4;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

.csg-link:hover {
    border-color: #01b29d;
    background: #ffffff;
    color: #01b29d !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 20px -8px rgba(1, 178, 157, 0.15);
}

.csg-link-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.csg-accent-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e6ff00;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.csg-link:hover .csg-accent-dot {
    transform: scale(1.3);
}

.csg-arrow {
    color: #64748b;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.csg-arrow svg {
    width: 100%;
    height: 100%;
}

.csg-link:hover .csg-arrow {
    color: #01b29d;
    transform: translateX(4px);
}

/* Responsive Design Breakpoints */
@media (max-width: 1024px) {
    .csg-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}

@media (max-width: 768px) {
    .bento-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .checklist-grid {
        grid-template-columns: 1fr;
    }

    .crafin-unified-container {
        padding: 5px 12px 15px 12px;
        /* Super tight container padding on mobile */
    }

    /* Optimized mobile heading sizes to prevent long word wrapping */
    .crafin-section-title h2 {
        font-size: 1.35rem;
        letter-spacing: -0.2px;
    }

    .bento-main h3,
    .bento-checklist h3 {
        font-size: 1.25rem;
    }

    .crafin-section-title {
        margin: 20px 0 14px 0;
    }

    .csg-title-spacing {
        margin-top: 30px;
    }
}

@media (max-width: 600px) {
    .csg-links {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .csg-link {
        padding: 14px 18px;
    }
}

