/* Background color for Ethos facilities - Page background only */
body.ethos-egift,
body.mini-sidebar.ethos-egift,
.ethos-egift #main-wrapper,
.ethos-egift .page-wrapper,
.egiftCard.ethos-egift,
.egiftcardPublic.ethos-egift {
    background-color: #8C9B87 !important;
}

/* Apply green background to container-fluid, but exclude those inside card-information */
.ethos-egift .container-fluid {
    background-color: #8C9B87 !important;
}

/* Override: container-fluid inside card-information should be transparent */
.ethos-egift .card-information .container-fluid {
    background-color: transparent !important;
}

/* Override the default light blue background for Ethos facilities */
.ethos-egift .new-giftcard {
    background: #8C9B87 !important;
}

/* Ensure content boxes remain white/transparent so they stand out */
.ethos-egift .page-box,
.ethos-egift .giftcard-parent {
    background-color: transparent !important;
}

/* Add shadow to card-information container - ensure white background */
.ethos-egift .card-information {
    box-shadow: none !important;
    border-radius: 12px;
    background-color: #ffffff !important;
}

/* Ensure nested containers inside card-information are transparent so white shows through */
.ethos-egift .card-information .container-fluid,
.ethos-egift .card-information #grad1,
.ethos-egift .card-information .row,
.ethos-egift .card-information .col-md-12 {
    background-color: transparent !important;
}

/* Ensure gift-card-container remains white - override any green background */
.ethos-egift .card-information .gift-card-container {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

/* Make sure form-card and all form elements inside card-information are white - no shadow */
.ethos-egift .card-information .form-card {
    background-color: #ffffff !important;
    box-shadow: none !important;
}

/* Ensure all direct children of gift-card-container are transparent (so white background shows) */
.ethos-egift .card-information .gift-card-container > * {
    background-color: transparent !important;
}

/* Inter Font for E-Gift Card Page (Similar to Neue Haas) */
.egiftcardPublic,
.egiftcardPublic * {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif !important;
}

/* Consistent Font Sizes */
.egiftcardPublic {
    font-size: 16px;
}

/* Headings */
.egiftcardPublic h1 {
    font-size: 32px !important;
    line-height: 1.3;
}

.egiftcardPublic h2 {
    font-size: 28px !important;
    line-height: 1.3;
}

.egiftcardPublic h3 {
    font-size: 24px !important;
    line-height: 1.4;
}

.egiftcardPublic h4 {
    font-size: 20px !important;
    line-height: 1.4;
}

.egiftcardPublic h5 {
    font-size: 18px !important;
    line-height: 1.4;
}

.egiftcardPublic h6 {
    font-size: 17px !important;
    line-height: 1.4;
}

/* Paragraphs and Body Text */
.egiftcardPublic p,
.egiftcardPublic span,
.egiftcardPublic div {
    font-size: 16px !important;
    line-height: 1.6;
}

/* Form Labels */
.egiftcardPublic label,
.egiftcardPublic .control-label {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 1.5;
}

/* Form Inputs */
.egiftcardPublic input,
.egiftcardPublic textarea,
.egiftcardPublic select,
.egiftcardPublic .form-control {
    font-size: 16px !important;
    line-height: 1.5;
    padding: 12px 14px;
    border-radius: 8px !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Form Input Hover & Focus Effects */
.egiftcardPublic input:hover:not(:disabled),
.egiftcardPublic textarea:hover:not(:disabled),
.egiftcardPublic select:hover:not(:disabled),
.egiftcardPublic .form-control:hover:not(:disabled) {
    border-color: #cbd5e0;
}

.egiftcardPublic input:focus,
.egiftcardPublic textarea:focus,
.egiftcardPublic select:focus,
.egiftcardPublic .form-control:focus {
    border-color: #6c597c !important;
    box-shadow: 0 0 0 3px rgba(108, 89, 124, 0.1) !important;
    outline: none;
}

/* Buttons */
.egiftcardPublic button,
.egiftcardPublic .action-button,
.egiftcardPublic .action-button-previous {
    font-size: 16px !important;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 8px !important;
    min-width: 120px;
    width: auto;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Next Button Hover Effect */
.egiftcardPublic .action-button:hover {
    background-color: #594a6a !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 89, 124, 0.3);
}

.egiftcardPublic .action-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(108, 89, 124, 0.2);
}

.egiftcardPublic .action-button:disabled,
.egiftcardPublic .action-button.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

/* Previous Button Hover Effect */
.egiftcardPublic .action-button-previous:hover {
    background-color: #f8f9fa !important;
    border-color: #6c597c !important;
    color: #6c597c !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 89, 124, 0.15);
}

.egiftcardPublic .action-button-previous:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(108, 89, 124, 0.1);
}

/* Small Text */
.egiftcardPublic small,
.egiftcardPublic .small {
    font-size: 14px !important;
}

/* Radio Button Styling */
.egiftcardPublic .form-check {
    padding-left: 0;
    transition: all 0.2s ease;
}

/* .egiftcardPublic .form-check:hover {
    background-color: #f8f9fa;
    padding: 8px;
    margin: -8px;
    border-radius: 6px;
} */

.egiftcardPublic .form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: middle;
    transition: all 0.2s ease;
}

.egiftcardPublic .form-check-input:hover {
    transform: scale(1.1);
    border-color: #6c597c;
}

.egiftcardPublic .form-check-label {
    cursor: pointer;
    font-size: 16px !important;
    color: #2d3748;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    transition: color 0.2s ease;
}

.egiftcardPublic .form-check:hover .form-check-label {
    color: #6c597c;
}

.egiftcardPublic .form-check-input:checked {
    background-color: #6c597c;
    border-color: #6c597c;
}

.egiftcardPublic .form-check-input:focus {
    border-color: #6c597c;
    box-shadow: 0 0 0 0.2rem rgba(108, 89, 124, 0.25);
}

/* Purchaser Summary Box Styling */
.egiftcardPublic .purchaser-summary {
    background-color: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #6c597c;
    padding: 18px;
    margin-bottom: 24px;
}

.egiftcardPublic .purchaser-summary h6 {
    color: #6c597c;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 18px !important;
}

.egiftcardPublic .purchaser-summary .summary-field {
    margin-bottom: 10px;
    line-height: 1.6;
}

.egiftcardPublic .purchaser-summary .summary-field:last-child {
    margin-bottom: 0;
}

.egiftcardPublic .purchaser-summary strong {
    color: #2d3748;
    font-weight: 600;
    font-size: 16px !important;
    display: inline;
}

.egiftcardPublic .purchaser-summary span {
    color: #4a5568;
    font-weight: 400;
    font-size: 16px !important;
    display: inline;
}

/* Error Messages */
.egiftcardPublic .error-msg {
    font-size: 14px !important;
}

/* Gift Card Price Display */
.egiftcardPublic .gift-box h4,
.egiftcardPublic .active-card h4 {
    font-size: 24px !important;
}

.egiftcardPublic .gift-box p,
.egiftcardPublic .active-card p {
    font-size: 14px !important;
}

/* Gift Card Selection Hover Effects */
.egiftcardPublic .gift-card-wrapper .gift-cards-container > .gift-cards-row > div {
    cursor: pointer;
    transition: all 0.3s ease;
}

.egiftcardPublic .gift-card-wrapper .gift-cards-container > .gift-cards-row > div:hover {
    transform: scale(1.05);
}

.egiftcardPublic .gift-card-wrapper .gift-cards-container > .gift-cards-row > div.active {
    transform: scale(1);
}

/* Increase gift card image sizes and reduce gap between left/right sections */
.egiftcardPublic .giftcard-parent {
    gap: 40px !important;
    padding: 83px 60px 0 !important;
    align-items: flex-start !important;
}

/* Align card-information to top - remove extra padding/margin */
.egiftcardPublic .card-information {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Add padding to Facility Name heading - top only */
.egiftcardPublic .fac-name {
    padding-top: 28px !important;
}

/* Remove extra padding/margin from form fields for Ethos facilities */
.ethos-egift .form-card .row.pad-t-16,
.ethos-egift .form-card .row.pad-t-8 {
    padding-top: 0 !important;
}

.ethos-egift .form-card .form-group {
    margin-bottom: 20px !important;
}

.ethos-egift .form-card .row.pb-2 {
    padding-bottom: 0 !important;
}

.egiftcardPublic .card-information .container-fluid {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.egiftcardPublic .card-information .gift-card-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Align left section (carousel) to top */
.egiftcardPublic #egift-price-boxes {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.egiftcardPublic #egift-price-boxes .carousel-inner {
    margin-top: 0 !important;
    margin-bottom: 24px !important;
}

/* Make gift card images bigger - 2 per row */
.egiftcardPublic .gift-cards-container .gift-cards-row > div {
    max-width: calc(50% - 10px) !important;
    margin-right: 20px !important;
}

.egiftcardPublic .gift-cards-container .gift-cards-row .gift-box {
    width: 280px !important;
    height: 168px !important;
    background-size: cover !important;
    background-position: center !important;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* Scale text inside larger gift boxes */
.egiftcardPublic .gift-cards-container .gift-cards-row .gift-box h4 {
    font-size: 28px !important;
}

.egiftcardPublic .gift-cards-container .gift-cards-row .gift-box p {
    font-size: 16px !important;
}

/* Gift Card Shadows - Make cards stand out from background (excluding selected active-card) */
.egiftcardPublic .gift-box,
.egiftcardPublic .gift-card-wrapper .gift-cards-container > .gift-cards-row > div > .gift-box {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.egiftcardPublic .gift-box:hover,
.egiftcardPublic .gift-card-wrapper .gift-cards-container > .gift-cards-row > div:hover > .gift-box {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35) !important;
}

/* Make selected image same width as two cards below combined */
.egiftcardPublic #egift-price-boxes .carousel-inner .active-card {
    width: 584px !important;
    height: 350px !important;
    box-shadow: none !important;
    border-radius: 20px !important;
    transition: all 0.3s ease;
}

/* Add shadow to wrapper divs that contain gift cards */
.egiftcardPublic .gift-card-wrapper .gift-cards-container > .gift-cards-row > div {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.egiftcardPublic .gift-card-wrapper .gift-cards-container > .gift-cards-row > div:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
}

/* Review Form Styles */
.egiftcardPublic .review-form .review-title {
    color: #170f49;
    font-size: 24px !important;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.egiftcardPublic .review-section {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    border-left: 4px solid #6c597c;
    margin-bottom: 24px;
}

.egiftcardPublic .review-section-title {
    color: #6c597c;
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 16px;
}

.egiftcardPublic .review-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
}

.egiftcardPublic .review-item:last-child {
    border-bottom: none;
}

.egiftcardPublic .review-label {
    color: #4a5568;
    font-size: 16px !important;
    font-weight: 500;
}

.egiftcardPublic .review-value {
    color: #2d3748;
    font-size: 16px !important;
    font-weight: 600;
}

.egiftcardPublic .review-item.total-line {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 2px solid #6c597c;
    border-bottom: none;
}

.egiftcardPublic .total-label {
    color: #170f49 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.egiftcardPublic .total-value {
    color: #6c597c !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.egiftcardPublic .discount-text {
    color: #48bb78 !important;
}

.egiftcardPublic .message-preview {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px;
    color: #4a5568;
    font-size: 15px !important;
    line-height: 1.6;
    min-height: 60px;
}

.egiftcardPublic .message-preview em {
    color: #a0aec0;
}

.egiftcardPublic .payment-summary {
    background: linear-gradient(135deg, #f6f8fa 0%, #e9ecef 100%);
    border-left: 4px solid #6c597c;
}

.egiftcardPublic .promo-section {
    background-color: #fff8e6;
    border-left: 4px solid #f59e0b;
}

.egiftcardPublic .promo-input-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.egiftcardPublic .promo-input {
    flex: 1;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    padding: 10px 15px;
    font-size: 16px !important;
}

.egiftcardPublic .promo-input:focus {
    border-color: #6c597c;
    outline: none;
    box-shadow: 0 0 0 3px rgba(108, 89, 124, 0.1);
}

.egiftcardPublic .promo-apply-btn {
    background: #6c597c;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 0 30px;
    font-size: 16px !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 45px;
    line-height: 45px;
    min-width: 100px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.egiftcardPublic .promo-apply-btn:hover {
    background: #5a4866;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(108, 89, 124, 0.3);
}

.egiftcardPublic .promo-apply-btn:active {
    transform: translateY(0);
}

.egiftcardPublic .promo-message {
    margin-top: 10px;
    font-size: 14px !important;
    font-weight: 500;
}

.egiftcardPublic .promo-message.success {
    color: #48bb78;
}

.egiftcardPublic .promo-message.error {
    color: #f56565;
}

/* Terms & Conditions Section */
.egiftcardPublic .terms-conditions-section {
    background: transparent;
    border-radius: 10px;
    padding: 0;
    border: none;
}

.egiftcardPublic .terms-conditions-section.enhanced-terms-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.2s ease;
    position: relative;
}

.egiftcardPublic .terms-conditions-section.enhanced-terms-checkbox.is-checked {
    border-color: #6c597c;
    background: #f5f0ff;
    box-shadow: 0 10px 30px rgba(108, 89, 124, 0.14);
}

.egiftcardPublic .terms-conditions-section.enhanced-terms-checkbox:focus-within {
    box-shadow: 0 0 0 3px rgba(108, 89, 124, 0.2);
}

.egiftcardPublic .terms-conditions-section .form-check-input {
    margin-right: 16px;
    cursor: pointer;
}

.egiftcardPublic .terms-conditions-section .terms-label {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #4a5568;
    font-size: 16px !important;
    font-weight: 500;
    margin: 0;
    cursor: pointer;
    width: 100%;
}

.egiftcardPublic .terms-checkbox-visual {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 2px solid #cbd5f5;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: inset 0 2px 6px rgba(15, 23, 42, 0.08);
}

.egiftcardPublic .terms-checkbox-tick {
    width: 10px;
    height: 18px;
    border: solid transparent;
    border-width: 0 3px 3px 0;
    transform: scale(0) rotate(45deg);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.egiftcardPublic .terms-conditions-section.is-checked .terms-checkbox-visual {
    border-color: #6c597c;
    background: #6c597c;
    box-shadow: 0 0 0 4px rgba(108, 89, 124, 0.16);
}

.egiftcardPublic .terms-conditions-section.is-checked .terms-checkbox-tick {
    border-color: #ffffff;
    transform: scale(1) rotate(45deg);
}

.egiftcardPublic .terms-text {
    line-height: 1.5;
}

.egiftcardPublic .terms-link {
    color: #6c597c;
    text-decoration: underline;
    font-weight: 600;
}

.egiftcardPublic .terms-link:hover {
    color: #5a4866;
}

/* Alternative Payment Methods */
.egiftcardPublic .alt-payment-info {
    background: #e6f7ff;
    border-radius: 8px;
    padding: 15px;
    border-left: 4px solid #1890ff;
}

.egiftcardPublic .payment-info-text {
    margin: 0;
    color: #0056b3;
    font-size: 14px !important;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
}

.egiftcardPublic .payment-info-text i {
    font-size: 16px;
}

.ethos-egift .gift-box[data-amount],
.ethos-egift .active-card[data-amount] {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ethos-egift .gift-box[data-amount="50"],
.ethos-egift .active-card[data-amount="50"] {
    background-image: url("../img/images/ethos-gift-card-50.png");
}

.ethos-egift .gift-box[data-amount="100"],
.ethos-egift .active-card[data-amount="100"] {
    background-image: url("../img/images/ethos-gift-card-100.png");
}

.ethos-egift .gift-box[data-amount="150"],
.ethos-egift .active-card[data-amount="150"] {
    background-image: url("../img/images/ethos-gift-card-150.png");
}

.ethos-egift .gift-box[data-amount="200"],
.ethos-egift .active-card[data-amount="200"] {
    background-image: url("../img/images/ethos-gift-card-200.png");
}

.ethos-egift .gift-box[data-amount="350"],
.ethos-egift .active-card[data-amount="350"] {
    background-image: url("../img/images/ethos-gift-card-350.png");
}

.ethos-egift .gift-box[data-amount="500"],
.ethos-egift .active-card[data-amount="500"] {
    background-image: url("../img/images/ethos-gift-card-500.png");
}

.ethos-egift .gift-box[data-amount="750"],
.ethos-egift .active-card[data-amount="750"] {
    background-image: url("../img/images/ethos-gift-card-750.png");
}

.ethos-egift .gift-box[data-amount="1000"],
.ethos-egift .active-card[data-amount="1000"] {
    background-image: url("../img/images/ethos-gift-card-1000.png");
}

.ethos-egift .gift-box p,
.ethos-egift .gift-box h4,
.ethos-egift .active-card p,
.ethos-egift .active-card h4 {
    display: none !important;
}

.ethos-egift #egift-price-boxes .carousel-inner .active-card {
    background-size: cover;
    background-position: center;
}

.ethos-egift #egift-price-boxes .carousel-inner .active-card > div,
.ethos-egift .gift-card-wrapper .gift-box > div {
    display: none;
}

.egiftcardPublic #progressbar li:last-child:after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.egiftcardPublic #progressbar li.active + li:last-child:after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* Additional rules to ensure last child line is hidden */
#progressbar li:last-child:after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.egiftCard #progressbar li:last-child:after,
.egiftCard .new-giftcard #progressbar li:last-child:after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.terms-conditions-section {
    background: transparent;
    border-radius: 10px;
    padding: 0;
    border: none;
}

.terms-conditions-section.enhanced-terms-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.2s ease;
    position: relative;
}

.terms-conditions-section.enhanced-terms-checkbox.is-checked {
    border-color: #6c597c;
    background: #f5f0ff;
    box-shadow: 0 10px 30px rgba(108, 89, 124, 0.14);
}

.terms-conditions-section.enhanced-terms-checkbox:focus-within {
    box-shadow: 0 0 0 3px rgba(108, 89, 124, 0.2);
}

/* Custom Checkbox Styles */
.custom-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.custom-checkbox-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

.custom-checkbox-label {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #4a5568;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    cursor: pointer;
    width: 100%;
    position: relative;
    padding-left: 0;
}

.custom-checkbox-box {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 2px solid #cbd5e0;
    border-radius: 4px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    position: relative;
    flex-shrink: 0;
}

.custom-checkbox-box::after {
    content: '';
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: transform 0.15s ease;
    position: absolute;
}

.custom-checkbox-input:checked + .custom-checkbox-label .custom-checkbox-box {
    background: #6c597c;
    border-color: #6c597c;
}

.custom-checkbox-input:checked + .custom-checkbox-label .custom-checkbox-box::after {
    transform: rotate(45deg) scale(1);
}

.custom-checkbox-input:focus + .custom-checkbox-label .custom-checkbox-box {
    outline: 2px solid #6c597c;
    outline-offset: 2px;
}

.custom-checkbox-label:hover .custom-checkbox-box {
    border-color: #6c597c;
}

.terms-conditions-section .terms-text {
    line-height: 1.5;
    flex: 1;
}

.terms-conditions-section .terms-link {
    color: #6c597c;
    text-decoration: underline;
    font-weight: 600;
}

.terms-conditions-section .terms-link:hover {
    color: #5a4866;
}

/* Ensure custom checkbox works in egiftcardPublic context */
.egiftcardPublic .custom-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.egiftcardPublic .custom-checkbox-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

.egiftcardPublic .custom-checkbox-label {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #4a5568;
    font-size: 16px !important;
    font-weight: 500;
    margin: 0;
    cursor: pointer;
    width: 100%;
    position: relative;
    padding-left: 0;
}

.egiftcardPublic .custom-checkbox-box {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 2px solid #cbd5e0;
    border-radius: 4px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    position: relative;
    flex-shrink: 0;
}

.egiftcardPublic .custom-checkbox-box::after {
    content: '';
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: transform 0.15s ease;
    position: absolute;
}

.egiftcardPublic .custom-checkbox-input:checked + .custom-checkbox-label .custom-checkbox-box {
    background: #6c597c;
    border-color: #6c597c;
}

.egiftcardPublic .custom-checkbox-input:checked + .custom-checkbox-label .custom-checkbox-box::after {
    transform: rotate(45deg) scale(1);
}

.egiftcardPublic .custom-checkbox-input:focus + .custom-checkbox-label .custom-checkbox-box {
    outline: 2px solid #6c597c;
    outline-offset: 2px;
}

.egiftcardPublic .custom-checkbox-label:hover .custom-checkbox-box {
    border-color: #6c597c;
}

.egiftcardPublic .ok-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    text-decoration: none;
    color: #ffffff !important;
}

.ethos-egift .ok-btn:hover {
    background-color: rgba(90, 107, 90, 0.9) !important;
    border-color: rgba(90, 107, 90, 0.9) !important;
    box-shadow: 0 4px 12px rgba(90, 107, 90, 0.3) !important;
}

.egiftcardPublic:not(.ethos-egift) .ok-btn:hover {
    background-color: rgba(108, 89, 124, 0.9) !important;
    border-color: rgba(108, 89, 124, 0.9) !important;
    box-shadow: 0 4px 12px rgba(108, 89, 124, 0.3) !important;
}
