.localhome-customer-account {
    --localhome-primary: #ff566b;
    --localhome-primary-dark: #df1831;
    --localhome-soft: #fff0f3;
    --localhome-text: #111827;
    --localhome-muted: #667085;
    --localhome-border: #e5e7eb;
    color: var(--localhome-text);
}

body:has(.localhome-customer-account) .entry-title {
    margin: 28px auto 22px !important;
    font-size: 26px !important;
    line-height: 1.25 !important;
}

.localhome-auth-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    min-height: 885px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(17, 24, 39, .10);
}

.localhome-auth-hero {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 885px;
    padding: 52px 56px;
    background:
        radial-gradient(circle at 14% 78%, rgba(255, 214, 84, .30), transparent 30%),
        linear-gradient(145deg, #fff8fa 0%, #ffd9df 55%, #ff9aaa 100%);
}

.localhome-auth-hero-inner {
    position: relative;
    z-index: 1;
    width: min(100%, 470px);
}

.localhome-auth-hero-mark {
    position: absolute;
    right: -64px;
    bottom: 68px;
    width: min(54%, 390px);
    height: auto;
    border-radius: 24%;
    opacity: .13;
    transform: rotate(-7deg);
    pointer-events: none;
    user-select: none;
}

.localhome-auth-logo {
    display: block;
    width: 260px;
    max-width: 100%;
    height: auto;
}

.localhome-auth-hero h1 {
    margin: 0 0 38px;
    font-size: 28px;
    line-height: 1.48;
    font-weight: 800;
    letter-spacing: 0;
}

.localhome-auth-benefits {
    display: grid;
    gap: 22px;
}

.localhome-auth-benefit {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 4px;
    align-items: center;
}

.localhome-auth-benefit span {
    display: inline-grid;
    grid-row: 1 / span 2;
    align-self: center;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid rgba(255, 86, 107, .24);
    border-radius: 50%;
    background: #fff;
    color: var(--localhome-primary);
    box-shadow: 0 10px 24px rgba(255, 86, 107, .18);
}

.localhome-auth-benefit svg {
    width: 20px;
    height: 20px;
}

.localhome-auth-benefit strong,
.localhome-auth-benefit small {
    grid-column: 2;
}

.localhome-auth-benefit strong {
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
}

.localhome-auth-benefit small {
    display: block;
    color: #374151;
    font-size: 13px;
    line-height: 1.45;
}

.localhome-auth-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
    min-height: 883px;
    padding: 72px 48px 54px;
    background: #fff;
}

.localhome-auth-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--localhome-border);
}

.localhome-auth-tabs button {
    min-height: 48px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #111827;
    font-weight: 700;
    cursor: pointer;
}

.localhome-auth-tabs button.is-active {
    border-bottom-color: var(--localhome-primary);
    color: var(--localhome-primary);
}

.localhome-auth-panel .localhome-account-form {
    display: none;
    gap: 16px;
    min-width: 0;
    min-height: 430px;
    align-content: start;
}

.localhome-auth-panel .localhome-account-form.is-active,
.localhome-customer-account > .localhome-account-form {
    display: grid;
}

.localhome-auth-panel .localhome-account-form[data-auth-panel="login"] {
    grid-template-columns: minmax(0, 1fr) auto;
}

.localhome-auth-panel .localhome-account-form[data-auth-panel="login"] > label,
.localhome-auth-panel .localhome-account-form[data-auth-panel="login"] > .localhome-auth-submit,
.localhome-auth-panel .localhome-account-form[data-auth-panel="login"] > .localhome-auth-switch {
    grid-column: 1 / -1;
}

.localhome-account-form label {
    position: relative;
    display: grid;
    gap: 8px;
    min-width: 0;
    margin: 0;
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
}

.localhome-field-label {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    line-height: 1.3;
}

.localhome-account-form label span span,
.localhome-field-label span {
    color: var(--localhome-primary);
}

.localhome-account-form input,
.localhome-account-form select {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid #d8dee8;
    border-radius: 6px;
    background: #fff;
    color: #111827;
    font-size: 14px;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.localhome-password-field {
    position: relative;
    display: block;
}

.localhome-password-field input {
    padding-right: 48px;
}

.localhome-password-field.has-copy input {
    padding-right: 82px;
}

.localhome-password-toggle,
.localhome-password-copy {
    position: absolute;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    transform: translateY(-50%);
    color: #667085;
}

.localhome-password-toggle {
    right: 12px;
}

.localhome-password-field.has-copy .localhome-password-toggle {
    right: 44px;
}

.localhome-password-copy {
    right: 12px;
    display: none;
}

.localhome-password-field.has-copy .localhome-password-copy {
    display: inline-flex;
}

.localhome-password-toggle:hover,
.localhome-password-toggle.is-visible,
.localhome-password-copy:hover,
.localhome-password-copy.is-copied {
    color: var(--localhome-primary);
}

.localhome-password-toggle svg,
.localhome-password-copy svg {
    position: static;
    width: 16px;
    height: 16px;
}

.localhome-password-toggle .localhome-eye-slash-icon,
.localhome-password-toggle.is-visible .localhome-eye-icon,
.localhome-password-copy .localhome-clipboard-check-icon,
.localhome-password-copy.is-copied .localhome-clipboard-icon {
    display: none;
}

.localhome-password-toggle.is-visible .localhome-eye-slash-icon,
.localhome-password-copy.is-copied .localhome-clipboard-check-icon {
    display: block;
}

.localhome-account-form input::placeholder {
    color: #98a2b3;
}

.localhome-account-form input:focus,
.localhome-account-form select:focus {
    border-color: var(--localhome-primary);
    box-shadow: 0 0 0 3px rgba(255, 86, 107, .14);
}

.localhome-account-form input.has-error,
.localhome-account-form select.has-error {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .10);
}

.localhome-account-form input.has-success,
.localhome-account-form select.has-success {
    border-color: #198754;
    box-shadow: 0 0 0 3px rgba(25, 135, 84, .12);
}

/* iOS applies its own valid-state treatment to date inputs. Keep the date
 * control aligned with the form's neutral field style until it receives focus. */
.localhome-account-form input[type="date"].has-success,
.localhome-profile-form input[type="date"].has-success {
    border-color: #d8dee8;
    box-shadow: none;
}

.localhome-account-form input[type="date"],
.localhome-profile-form input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    line-height: 24px;
}

.localhome-field-error {
    display: none;
    margin-top: -2px;
    color: #dc3545;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

.localhome-field-error.is-visible {
    display: block;
}

.localhome-generate-password {
    justify-self: end;
    min-height: 34px;
    margin-top: 2px;
    padding: 6px 14px;
    border: 1px solid var(--localhome-primary);
    border-radius: 6px;
    background: #fff;
    color: var(--localhome-primary);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.localhome-generate-password:hover {
    background: var(--localhome-soft);
}

.localhome-account-form img {
    width: 220px;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.localhome-account-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #1f2937;
    font-size: 14px;
    font-weight: 500;
}

.localhome-account-check input {
    width: 18px;
    min-height: 18px;
    margin: 0;
    accent-color: var(--localhome-primary);
}

.localhome-account-check span {
    display: inline;
    margin: 0;
    cursor: pointer;
    user-select: none;
}

.localhome-auth-submit {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 6px;
    background: var(--localhome-primary);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(255, 86, 107, .24);
    transition: background .18s ease, transform .18s ease;
}

.localhome-auth-submit:hover {
    background: var(--localhome-primary-dark);
    transform: translateY(-1px);
}

.localhome-auth-switch {
    margin: 0;
    color: #344054;
    text-align: center;
    font-size: 14px;
}

.localhome-auth-switch button {
    border: 0;
    background: transparent;
    color: var(--localhome-primary);
    font-weight: 700;
    cursor: pointer;
}

.localhome-turnstile-wrap {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 70px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
    border: 1px solid var(--localhome-border);
    border-radius: 6px;
    background: #fff;
}

.localhome-forgot-password-link {
    align-self: center;
    justify-self: end;
    min-height: 32px;
    margin: 0;
    padding: 4px 0;
    border: 0;
    background: transparent;
    color: var(--localhome-primary);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.localhome-password-reset-request h2,
.localhome-password-reset-form h2 {
    margin: 2px 0 0;
    color: #111827;
    font-size: 24px;
    line-height: 1.25;
}

.localhome-password-reset-request > p,
.localhome-password-reset-form > p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.6;
}

.localhome-password-reset-form .localhome-password-toggle {
    width: 26px;
    color: #667085;
}

.localhome-password-reset-form .localhome-password-field input {
    padding-right: 48px;
}

.localhome-turnstile-wrap .cf-turnstile,
.localhome-turnstile-wrap .cf-turnstile > div,
.localhome-turnstile-wrap iframe {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
}

.localhome-account-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.localhome-account-heading h2 {
    margin: 0;
}

.localhome-account-heading a,
.localhome-account-heading a:hover {
    color: var(--localhome-primary);
    font-weight: 700;
}

.localhome-account-notice,
.localhome-account-error {
    position: fixed;
    top: 92px;
    right: 24px;
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: 10px;
    width: min(420px, calc(100vw - 32px));
    margin: 0;
    padding: 12px 16px;
    border: 1px solid #bbf7d0;
    border-left: 4px solid #16a34a;
    border-radius: 6px;
    background: #eef8f2;
    color: #15803d;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 12px 32px rgba(17, 24, 39, .12);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.localhome-account-notice.is-toast-hidden,
.localhome-account-error.is-toast-hidden {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
}

.localhome-account-notice::before {
    display: inline-grid;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    content: "\2713";
    font-size: 14px;
    line-height: 1;
}

.localhome-account-error {
    border-left-color: #dc3545;
    background: #fff1f2;
    color: #b91c1c;
}

.localhome-account-error::before {
    content: none;
}

.is-verified {
    color: #198754;
}

.is-unverified {
    color: #b45309;
}

.localhome-profile-shell {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    min-height: 760px;
    overflow: hidden;
    border: 1px solid var(--localhome-border);
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
}

.localhome-profile-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 28px 20px;
    border-right: 1px solid var(--localhome-border);
    background: #fff;
}

.localhome-profile-user {
    display: grid;
    justify-items: center;
    gap: 6px;
    text-align: center;
}

.localhome-profile-avatar {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    border-radius: 50%;
    background: var(--localhome-primary);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.localhome-profile-user strong {
    font-size: 14px;
}

.localhome-profile-user span {
    font-size: 13px;
}

.localhome-profile-user span,
.localhome-profile-support small,
.localhome-password-note,
.localhome-cccd-head p {
    color: #667085;
}

.localhome-profile-nav {
    display: grid;
    gap: 8px;
}

.localhome-profile-nav {
    scrollbar-width: none;
}

.localhome-profile-nav::-webkit-scrollbar {
    display: none;
}

.localhome-profile-nav button,
.localhome-profile-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 12px;
    border: 0;
    border-left: 3px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: #111827;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.localhome-profile-nav button.is-active,
.localhome-profile-nav button:hover,
.localhome-profile-nav a:hover {
    background: #fff1f3;
    border-left-color: var(--localhome-primary);
    color: var(--localhome-primary);
}

.localhome-profile-nav span,
.localhome-profile-support > span,
.localhome-empty-voucher span {
    display: inline-flex;
    position: relative;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 86, 107, .2);
    border-radius: 50%;
    color: var(--localhome-primary);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.localhome-profile-nav span,
.localhome-profile-support > span {
    font-size: 0;
}

.localhome-profile-nav span::before,
.localhome-profile-support > span::before {
    position: static;
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin: 0 auto;
    background: currentColor;
    content: "";
    transform: none;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 16px 16px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 16px 16px;
}

.localhome-profile-nav a.is-loading {
    pointer-events: none;
    opacity: .72;
}

.localhome-profile-nav a.is-loading::after {
    display: none;
    width: 14px;
    height: 14px;
    margin-left: auto;
    border: 2px solid rgba(255, 86, 107, .24);
    border-top-color: var(--localhome-primary);
    border-radius: 50%;
    content: "";
    animation: localhome-spin .75s linear infinite;
}

.localhome-profile-nav a.is-loading span::before {
    background: transparent;
    border: 2px solid rgba(255, 86, 107, .24);
    border-top-color: var(--localhome-primary);
    border-radius: 50%;
    mask-image: none;
    -webkit-mask-image: none;
    animation: localhome-spin .75s linear infinite;
}

.localhome-profile-busy {
    pointer-events: none;
}

.localhome-profile-busy button,
.localhome-profile-busy a {
    cursor: wait;
}

.localhome-profile-nav button[data-profile-view-button="account"] span::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0m4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4m-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10s-3.516.68-4.168 1.332c-.678.678-.83 1.418-.832 1.664z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0m4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4m-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10s-3.516.68-4.168 1.332c-.678.678-.83 1.418-.832 1.664z'/%3E%3C/svg%3E");
}

.localhome-profile-nav button[data-profile-view-button="vouchers"] span::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 2.5a2.5 2.5 0 0 1 5 0 2.5 2.5 0 0 1 5 0v.006c0 .07 0 .27-.038.494H15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1v7.5a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 14.5V7a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2.038A3 3 0 0 1 3 2.506zm1.068.5H7v-.5a1.5 1.5 0 1 0-3 0c0 .085.002.274.045.43zM9 3h2.932l.023-.07c.043-.156.045-.345.045-.43a1.5 1.5 0 0 0-3 0zM1 4v2h6V4zm8 0v2h6V4zm5 3H9v8h4.5a.5.5 0 0 0 .5-.5zm-7 8V7H2v7.5a.5.5 0 0 0 .5.5z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 2.5a2.5 2.5 0 0 1 5 0 2.5 2.5 0 0 1 5 0v.006c0 .07 0 .27-.038.494H15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1v7.5a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 14.5V7a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2.038A3 3 0 0 1 3 2.506zm1.068.5H7v-.5a1.5 1.5 0 1 0-3 0c0 .085.002.274.045.43zM9 3h2.932l.023-.07c.043-.156.045-.345.045-.43a1.5 1.5 0 0 0-3 0zM1 4v2h6V4zm8 0v2h6V4zm5 3H9v8h4.5a.5.5 0 0 0 .5-.5zm-7 8V7H2v7.5a.5.5 0 0 0 .5.5z'/%3E%3C/svg%3E");
}

.localhome-profile-nav a span::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708z'/%3E%3C/svg%3E");
}

.localhome-profile-support > span::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a5 5 0 0 0-5 5v1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a6 6 0 1 1 12 0v6a2.5 2.5 0 0 1-2.5 2.5H9.366a1 1 0 0 1-.866.5h-1a1 1 0 1 1 0-2h1a1 1 0 0 1 .866.5H11.5A1.5 1.5 0 0 0 13 12h-1a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h1V6a5 5 0 0 0-5-5'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a5 5 0 0 0-5 5v1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a6 6 0 1 1 12 0v6a2.5 2.5 0 0 1-2.5 2.5H9.366a1 1 0 0 1-.866.5h-1a1 1 0 1 1 0-2h1a1 1 0 0 1 .866.5H11.5A1.5 1.5 0 0 0 13 12h-1a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h1V6a5 5 0 0 0-5-5'/%3E%3C/svg%3E");
}

.localhome-profile-support {
    display: grid;
    grid-template-columns: 28px max-content 34px;
    align-items: center;
    gap: 8px 10px;
    margin-top: auto;
    padding: 16px;
    border-radius: 8px;
    background: #fff3f5;
}

.localhome-profile-support strong {
    grid-column: 2 / 4;
    font-size: 14px;
}

.localhome-profile-support small {
    display: none;
}

.localhome-profile-support a {
    color: var(--localhome-primary);
    font-weight: 800;
}

.localhome-profile-support > a[href^="tel:"] {
    grid-column: 2;
    white-space: nowrap;
}

.localhome-support-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.localhome-zalo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    grid-column: 3;
    grid-row: 2;
}

.localhome-zalo-link img {
    width: 20px;
    height: 20px;
}

.localhome-profile-main {
    padding: 24px;
}

.localhome-profile-view {
    display: none;
}

.localhome-profile-view.is-active {
    display: block;
}

.localhome-profile-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
}

.localhome-profile-section-head h2,
.localhome-profile-form h3,
.localhome-cccd-head h3 {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.3;
}

.localhome-profile-section-head p {
    margin: 0;
    font-size: 14px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.localhome-profile-section-head > div:first-child {
    min-width: 0;
}

.localhome-profile-section-head-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.localhome-email-badge {
    display: inline-flex;
    margin-left: 8px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.localhome-email-badge.is-verified {
    background: #dcfce7;
}

.localhome-email-badge.is-unverified {
    background: #ffedd5;
}

.localhome-profile-link,
.localhome-profile-back {
    border: 0;
    background: transparent;
    color: var(--localhome-primary);
    font-weight: 700;
    cursor: pointer;
}

.localhome-verification-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
    padding: 14px;
    border: 1px solid #fdba74;
    border-radius: 8px;
    background: #fff7ed;
}

.localhome-verification-card div {
    display: grid;
    gap: 4px;
}

.localhome-verification-card button,
.localhome-profile-submit {
    min-height: 44px;
    padding: 0 24px;
    border: 0;
    border-radius: 6px;
    background: var(--localhome-primary);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.localhome-profile-form,
.localhome-password-form {
    display: grid;
    gap: 16px;
}

.localhome-profile-link {
    flex: 0 0 auto;
    margin-top: 2px;
    font-size: 15px;
    white-space: nowrap;
}

.localhome-profile-grid,
.localhome-cccd-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.localhome-profile-form label,
.localhome-password-form label {
    display: block;
    font-size: 13px;
    font-weight: 700;
}

.localhome-profile-form label > span,
.localhome-password-form label > span:not(.localhome-password-field) {
    color: var(--localhome-primary);
}

.localhome-profile-form label input,
.localhome-profile-form label select,
.localhome-profile-form label .localhome-password-field,
.localhome-password-form label input,
.localhome-password-form label .localhome-password-field {
    margin-top: 8px;
}

.localhome-profile-form input,
.localhome-profile-form select,
.localhome-password-form input {
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid #d8dee8;
    border-radius: 6px;
    background: #fff;
    color: #111827;
    font-size: 14px;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.localhome-profile-form input::placeholder,
.localhome-password-form input::placeholder {
    color: #98a2b3;
}

.localhome-profile-form input:focus,
.localhome-profile-form select:focus,
.localhome-password-form input:focus {
    border-color: var(--localhome-primary);
    box-shadow: 0 0 0 3px rgba(255, 86, 107, .14);
}

.localhome-profile-form input.has-error,
.localhome-profile-form select.has-error,
.localhome-password-form input.has-error {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .10);
}

.localhome-profile-form input.has-success,
.localhome-profile-form select.has-success,
.localhome-password-form input.has-success {
    border-color: #198754;
    box-shadow: 0 0 0 3px rgba(25, 135, 84, .12);
}

.localhome-cccd-grid label {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-content: center;
    align-items: center;
    column-gap: 10px;
    min-height: 96px;
    padding: 12px 14px;
    border: 2px dashed #d8dee8;
    border-radius: 8px;
    background: #fff;
    color: #344054;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.localhome-cccd-grid label:focus-within,
.localhome-cccd-grid label:hover {
    border-color: var(--localhome-primary);
    box-shadow: 0 0 0 3px rgba(255, 86, 107, .10);
}

.localhome-cccd-grid label::before {
    display: block;
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 40px;
    height: 40px;
    margin: 0;
    background: url("../../images/ico-add-img.svg") center/contain no-repeat;
    content: "";
}

.localhome-cccd-grid label::after {
    content: none;
}

.localhome-cccd-grid label > .localhome-cccd-card-title,
.localhome-cccd-grid label > .localhome-cccd-card-subtitle {
    grid-column: 2;
    color: #344054;
}

.localhome-cccd-grid label > .localhome-cccd-card-title {
    align-self: end;
    font-weight: 700;
}

.localhome-cccd-grid label > .localhome-cccd-card-subtitle {
    align-self: start;
    font-size: 12px;
    font-weight: 500;
}

.localhome-cccd-grid input[type="file"] {
    max-width: 1px;
    max-height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    opacity: 0;
}

.localhome-cccd-grid img {
    display: block;
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 44px;
    height: 44px;
    margin: 0;
    object-fit: cover;
    border-radius: 6px;
}

.localhome-cccd-grid label:has(img)::before {
    display: none;
}

.localhome-cccd-grid small {
    grid-column: 2;
    color: #198754;
    font-size: 11px;
}

.localhome-cccd-head p {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 1.45;
}

.localhome-password-form {
    max-width: none;
    width: 100%;
}

.localhome-profile-back {
    margin-bottom: 20px;
    color: #111827;
    font-size: 20px;
    font-weight: 800;
}

.localhome-empty-voucher {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px dashed var(--localhome-border);
    border-radius: 8px;
    font-size: 13px;
}

.localhome-empty-voucher span {
    font-size: 0;
}

.localhome-empty-voucher span::before {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin: 0 auto;
    background: currentColor;
    content: "";
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0 4.5A1.5 1.5 0 0 1 1.5 3h13A1.5 1.5 0 0 1 16 4.5V6a.5.5 0 0 1-.5.5 1.5 1.5 0 0 0 0 3 .5.5 0 0 1 .5.5v1.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 11.5V10a.5.5 0 0 1 .5-.5 1.5 1.5 0 1 0 0-3A.5.5 0 0 1 0 6zM1.5 4a.5.5 0 0 0-.5.5v1.05a2.5 2.5 0 0 1 0 4.9v1.05a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-1.05a2.5 2.5 0 0 1 0-4.9V4.5a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 16px 16px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0 4.5A1.5 1.5 0 0 1 1.5 3h13A1.5 1.5 0 0 1 16 4.5V6a.5.5 0 0 1-.5.5 1.5 1.5 0 0 0 0 3 .5.5 0 0 1 .5.5v1.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 11.5V10a.5.5 0 0 1 .5-.5 1.5 1.5 0 1 0 0-3A.5.5 0 0 1 0 6zM1.5 4a.5.5 0 0 0-.5.5v1.05a2.5 2.5 0 0 1 0 4.9v1.05a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-1.05a2.5 2.5 0 0 1 0-4.9V4.5a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 16px 16px;
}

.localhome-empty-voucher strong {
    font-size: 15px;
}

.localhome-empty-voucher p {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.45;
}

.localhome-profile-view[data-profile-view="vouchers"] h2 {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.3;
}

.localhome-voucher-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.localhome-voucher-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 88px;
    padding: 16px;
    border: 1px solid #f5c2ca;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff 0%, #fff4f6 100%);
}

.localhome-voucher-card > span {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--localhome-primary);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.localhome-voucher-card div {
    display: grid;
    gap: 5px;
}

.localhome-voucher-card strong {
    color: #111827;
    font-size: 15px;
}

.localhome-voucher-card small {
    color: #667085;
    font-size: 13px;
}

.localhome-voucher-progress {
    width: 100%;
    margin: 2px 0 0;
}

.localhome-voucher-progress__bar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    height: 13px;
    border: 1px solid rgba(255, 86, 107, .58);
    border-radius: 6px;
    background: #fff4f6;
}

.localhome-voucher-progress__segment {
    position: relative;
    overflow: hidden;
    min-width: 0;
    background: #fff4f6;
}

.localhome-voucher-progress__segment + .localhome-voucher-progress__segment {
    border-left: 1px solid rgba(255, 255, 255, .94);
}

.localhome-voucher-progress__fill {
    position: absolute;
    inset: 0 auto 0 0;
    display: block;
    background: rgba(255, 86, 107, .34);
}

.localhome-voucher-progress__segment:nth-child(2) .localhome-voucher-progress__fill {
    background: rgba(255, 86, 107, .64);
}

.localhome-voucher-progress__segment:nth-child(3) .localhome-voucher-progress__fill {
    background: var(--localhome-primary);
}

.localhome-voucher-progress__segment strong {
    position: relative;
    z-index: 1;
    display: block;
    color: #7c2534;
    font-size: 8px;
    font-weight: 800;
    line-height: 11px;
    text-align: center;
    text-transform: lowercase;
}

.localhome-voucher-card.lh-voucher-card {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 108px;
    padding: 14px 16px;
    border: 1px solid #f5c2ca;
    border-radius: 12px;
    background: #fff7f8;
}

.localhome-voucher-card.lh-voucher-card::before,
.lh-voucher-choice::before {
    position: absolute;
    top: 50%;
    left: -1px;
    width: 4px;
    height: 58%;
    border-radius: 0 4px 4px 0;
    background: var(--localhome-primary);
    content: "";
    transform: translateY(-50%);
}

.localhome-voucher-card.lh-voucher-card .lh-voucher-card__badge,
.lh-voucher-choice .lh-voucher-card__badge {
    display: inline-flex;
    width: auto;
    height: auto;
    min-height: 28px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #ecfdf3;
    color: #15803d;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
}

.localhome-voucher-card.lh-voucher-card .lh-voucher-card__body {
    display: grid;
    min-width: 0;
    gap: 5px;
}

.localhome-voucher-card.lh-voucher-card .lh-voucher-card__body strong {
    overflow-wrap: anywhere;
}

.localhome-voucher-card.lh-voucher-card .lh-voucher-card__check {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid #b7e4c7;
    border-radius: 50%;
    background: #ecfdf3;
    color: #15803d;
    font-size: 15px;
    font-weight: 800;
}

.localhome-form-loading {
    position: relative;
    pointer-events: none;
    opacity: .72;
}

.localhome-form-loading input,
.localhome-form-loading textarea,
.localhome-form-loading select {
    background: #f9fafb;
    cursor: not-allowed;
}

.localhome-auth-submit.is-loading::after,
.localhome-profile-submit.is-loading::after,
.localhome-verification-card button.is-loading::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    border: 2px solid rgba(255, 255, 255, .55);
    border-top-color: #fff;
    border-radius: 50%;
    content: "";
    vertical-align: -3px;
    animation: localhome-spin .75s linear infinite;
}

@keyframes localhome-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .localhome-auth-shell {
        grid-template-columns: 1fr;
        max-width: 560px;
        min-height: 0;
        margin: 0 auto;
    }

    .localhome-auth-hero {
        min-height: 300px;
        padding: 28px 28px 20px;
    }

    .localhome-auth-hero-mark {
        right: -48px;
        bottom: -22px;
        width: 230px;
        opacity: .12;
    }

    .localhome-auth-logo {
        width: 210px;
    }

    .localhome-auth-hero h1 {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 1.45;
    }

    .localhome-auth-benefits {
        display: grid;
        gap: 10px;
        margin-top: 18px;
    }

    .localhome-auth-benefit {
        grid-template-columns: 42px minmax(0, 1fr);
        column-gap: 12px;
        row-gap: 4px;
        align-items: center;
        min-height: 72px;
        padding: 10px 12px;
        border: 1px solid rgba(255, 86, 107, .12);
        border-radius: 8px;
        background: rgba(255, 255, 255, .72);
        backdrop-filter: blur(2px);
    }

    .localhome-auth-benefit span {
        width: 36px;
        height: 36px;
    }

    .localhome-auth-benefit svg {
        width: 16px;
        height: 16px;
    }

    .localhome-auth-benefit strong {
        margin: 0;
        font-size: 13px;
        line-height: 1.35;
    }

    .localhome-auth-benefit small {
        display: -webkit-box;
        overflow: hidden;
        color: #344054;
        font-size: 11px;
        line-height: 1.35;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .localhome-auth-benefit--voucher small {
        display: block;
        overflow: visible;
        -webkit-line-clamp: unset;
    }

    .localhome-auth-panel {
        min-height: 0;
        padding: 34px 22px 30px;
    }

    .localhome-auth-panel .localhome-account-form {
        min-height: 0;
    }

    .localhome-account-form input:not([type="checkbox"]):not([type="hidden"]),
    .localhome-account-form select,
    .localhome-profile-form input,
    .localhome-profile-form select,
    .localhome-password-form input {
        font-size: 16px;
    }

    .localhome-profile-shell {
        display: flex;
        flex-direction: column;
    }

    .localhome-profile-sidebar {
        display: contents;
    }

    .localhome-profile-user {
        order: 1;
        margin-top: 18px;
        padding-bottom: 14px;
        border-bottom: 1px solid var(--localhome-border);
    }

    .localhome-voucher-progress {
        order: 2;
        width: auto;
        margin: -6px 16px 10px;
    }

    .localhome-profile-nav {
        order: 3;
    }

    .localhome-profile-main {
        order: 4;
    }

    .localhome-profile-support {
        order: 5;
        margin: 0 16px 18px;
    }

    .localhome-profile-sidebar {
        gap: 14px;
        padding: 18px 16px;
        border-right: 0;
        border-bottom: 1px solid var(--localhome-border);
    }

    .localhome-profile-user {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 6px;
        text-align: center;
    }

    .localhome-profile-avatar {
        width: 48px;
        height: 48px;
        font-size: 15px;
    }

    .localhome-profile-nav {
        display: flex;
        gap: 0;
        overflow-x: visible;
        padding-bottom: 2px;
    }

    .localhome-profile-nav button,
    .localhome-profile-nav a {
        flex: 1 1 0;
        min-width: 0;
        min-height: 66px;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        padding: 6px 2px;
        border-left-width: 0;
        border-bottom: 3px solid transparent;
        border-radius: 0;
        font-size: 11px;
        line-height: 1.25;
        text-align: center;
        white-space: nowrap;
    }

    .localhome-profile-nav span {
        width: 30px;
        height: 30px;
    }

    .localhome-profile-nav button.is-active,
    .localhome-profile-nav button:hover,
    .localhome-profile-nav a:hover {
        border-bottom-color: var(--localhome-primary);
    }

    .localhome-profile-main {
        padding: 18px 16px;
    }

    .localhome-profile-section-head {
        flex-direction: row;
        align-items: flex-start;
    }

    .localhome-profile-section-head h2 {
        font-size: 19px;
    }

    .localhome-profile-link {
        max-width: 96px;
        overflow: hidden;
        font-size: 13px;
        line-height: 1.35;
        text-overflow: ellipsis;
    }

    .localhome-profile-nav a.is-loading::after {
        content: none;
    }

    .localhome-profile-grid {
        grid-template-columns: 1fr;
    }

    .localhome-cccd-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .localhome-verification-card {
        align-items: stretch;
    }

    .localhome-verification-card {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .localhome-customer-account {
        margin: 20px auto;
        padding: 0 12px;
    }

    .localhome-auth-shell {
        border-radius: 8px;
    }

    .localhome-auth-hero {
        min-height: 280px;
        padding: 24px 20px 18px;
    }

    .localhome-auth-hero-mark {
        right: -58px;
        bottom: -28px;
        width: 210px;
    }

    .localhome-auth-logo {
        width: 190px;
    }

    .localhome-auth-hero h1 {
        font-size: 18px;
    }

    .localhome-auth-panel {
        min-height: 0;
        padding: 30px 17px 26px;
    }

    .localhome-turnstile-wrap {
        min-height: 65px;
        padding-right: 0;
        padding-left: 0;
    }

    .localhome-auth-tabs button {
        min-height: 44px;
    }

    .localhome-account-notice,
    .localhome-account-error {
        top: 76px;
        right: 12px;
        left: 12px;
        width: auto;
    }
}

@media (max-width: 375px) {
    .localhome-turnstile-wrap {
        min-height: 60px;
    }

    .localhome-turnstile-wrap .cf-turnstile,
    .localhome-turnstile-wrap .cf-turnstile > div,
    .localhome-turnstile-wrap iframe {
        width: 300px !important;
        min-width: 300px !important;
        max-width: none !important;
    }

    .localhome-turnstile-wrap .cf-turnstile {
        flex: 0 0 300px;
        transform: scale(0.88);
        transform-origin: center;
    }
}

@media screen and (max-width: 767.98px) {
    .localhome-profile-section-head {
        display: grid;
        gap: 10px;
    }

    .localhome-profile-section-head-actions {
        width: 100%;
    }

    .localhome-profile-link {
        display: inline-flex;
        width: 100%;
        max-width: none;
        min-height: 44px;
        align-items: center;
        justify-content: flex-start;
        overflow: visible;
        padding: 0;
        text-overflow: clip;
        white-space: nowrap;
    }

    .localhome-cccd-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .localhome-cccd-grid label {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        justify-items: center;
        min-height: 150px;
        padding: 12px 8px;
        text-align: center;
    }

    .localhome-cccd-grid label::before,
    .localhome-cccd-grid img {
        grid-column: 1;
        grid-row: 1;
        width: 40px;
        height: 40px;
        margin: 0 auto 4px;
    }

    .localhome-cccd-grid label > .localhome-cccd-card-title,
    .localhome-cccd-grid label > .localhome-cccd-card-subtitle,
    .localhome-cccd-grid small {
        grid-column: 1;
        min-width: 0;
        max-width: 100%;
        text-align: center;
    }

    .localhome-cccd-grid label > .localhome-cccd-card-title {
        grid-row: 2;
        align-self: center;
        font-size: 13px;
        line-height: 1.25;
    }

    .localhome-cccd-grid label > .localhome-cccd-card-subtitle {
        grid-row: 3;
        align-self: center;
        font-size: 11px;
        line-height: 1.3;
    }

    .localhome-cccd-grid small {
        grid-row: 4;
        align-self: center;
    }

    .localhome-voucher-card.lh-voucher-card {
        grid-template-columns: auto minmax(0, 1fr) auto;
        min-height: 96px;
        padding: 12px;
    }
}

/* Voucher wallet: a compact ticket silhouette with a clear availability state. */
.localhome-voucher-list {
    grid-template-columns: repeat(auto-fill, minmax(270px, 380px));
    justify-content: start;
    gap: 12px;
}

.localhome-voucher-card.lh-voucher-card {
    position: relative;
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    align-items: stretch;
    gap: 0;
    width: 100%;
    max-width: 380px;
    min-height: 112px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #f5c2ca;
    border-radius: 12px;
    background: #fffdfd;
    box-shadow: 0 6px 16px rgba(17, 24, 39, .05);
}

.localhome-voucher-card.lh-voucher-card::before {
    display: none;
}

.lh-voucher-card__ticket-panel {
    position: relative;
    display: grid !important;
    width: auto !important;
    height: auto !important;
    min-height: 112px;
    place-items: center;
    border-right: 1px dashed #ffb1bc;
    border-radius: 0 !important;
    background: #fff7f8 !important;
    color: var(--localhome-primary) !important;
}

.lh-voucher-card__ticket-panel::before,
.lh-voucher-card__ticket-panel::after {
    position: absolute;
    right: -7px;
    width: 14px;
    height: 14px;
    border: 1px solid #f5c2ca;
    border-radius: 50%;
    background: #fffdfd;
    content: "";
}

.lh-voucher-card__ticket-panel::before {
    top: -8px;
}

.lh-voucher-card__ticket-panel::after {
    bottom: -8px;
}

.lh-voucher-card__ticket-icon {
    display: block;
    width: 36px;
    height: 28px;
    background: currentColor;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0 4.5A1.5 1.5 0 0 1 1.5 3h13A1.5 1.5 0 0 1 16 4.5V6a.5.5 0 0 1-.5.5 1.5 1.5 0 0 0 0 3 .5.5 0 0 1 .5.5v1.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 11.5V10a.5.5 0 0 1 .5-.5 1.5 1.5 0 1 0 0-3A.5.5 0 0 1 0 6zM1.5 4a.5.5 0 0 0-.5.5v1.05a2.5 2.5 0 0 1 0 4.9v1.05a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-1.05a2.5 2.5 0 0 1 0-4.9V4.5a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0 4.5A1.5 1.5 0 0 1 1.5 3h13A1.5 1.5 0 0 1 16 4.5V6a.5.5 0 0 1-.5.5 1.5 1.5 0 0 0 0 3 .5.5 0 0 1 .5.5v1.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 11.5V10a.5.5 0 0 1 .5-.5 1.5 1.5 0 1 0 0-3A.5.5 0 0 1 0 6zM1.5 4a.5.5 0 0 0-.5.5v1.05a2.5 2.5 0 0 1 0 4.9v1.05a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-1.05a2.5 2.5 0 0 1 0-4.9V4.5a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.localhome-voucher-card.lh-voucher-card .lh-voucher-card__body {
    display: grid;
    align-content: center;
    gap: 7px;
    min-width: 0;
    padding: 14px;
}

.localhome-voucher-card.lh-voucher-card .lh-voucher-card__body strong {
    overflow-wrap: anywhere;
    color: var(--localhome-text);
    font-size: 15px;
    line-height: 1.25;
}

.localhome-voucher-card.lh-voucher-card .lh-voucher-card__badge {
    display: inline-flex;
    width: max-content;
    height: auto;
    min-height: 26px;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    border: 1px solid #b9e4c5;
    border-radius: 999px;
    background: #effbf2;
    color: #15803d;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
}

.lh-voucher-card__status-icon {
    display: inline-grid;
    width: 16px;
    height: 16px;
    place-items: center;
    border-radius: 50%;
    background: #16a34a;
    color: #fff;
    font-size: 9px;
    line-height: 1;
}

.localhome-voucher-card.lh-voucher-card .lh-voucher-card__badge.is-blind {
    border-color: #fed7aa;
    background: #fff7ed;
    color: #9a3412;
}

.localhome-voucher-card.lh-voucher-card .lh-voucher-card__badge.is-blind .lh-voucher-card__status-icon {
    background: #ea580c;
}

.localhome-voucher-card.lh-voucher-card .lh-voucher-card__expiry {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--localhome-muted);
    font-size: 12px;
}

.lh-voucher-card__expiry > span {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 15px;
    border: 1.5px solid currentColor;
    border-radius: 3px;
}

.lh-voucher-card__expiry > span::before {
    position: absolute;
    top: 3px;
    right: 1px;
    left: 1px;
    border-top: 1.5px solid currentColor;
    content: "";
}

.lh-voucher-card__expiry > span::after {
    position: absolute;
    top: -3px;
    left: 3px;
    width: 2px;
    height: 4px;
    border-radius: 2px;
    background: currentColor;
    box-shadow: 7px 0 currentColor;
    content: "";
}

@media screen and (max-width: 767.98px) {
    .localhome-voucher-list {
        grid-template-columns: 1fr;
    }

    .localhome-voucher-card.lh-voucher-card {
        min-height: 104px;
    }

    .lh-voucher-card__ticket-panel {
        min-height: 104px;
    }

    .localhome-voucher-card.lh-voucher-card .lh-voucher-card__body {
        padding: 12px;
    }
}

.localhome-cccd-grid {
    gap: 8px;
}

.localhome-cccd-grid label {
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-content: center;
    justify-items: stretch;
    column-gap: 8px;
    min-height: 56px;
    padding: 5px 6px;
    border-width: 1px;
    text-align: left;
}

.localhome-cccd-grid label::before,
.localhome-cccd-grid img {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 48px;
    height: 34px;
    margin: 0;
    border-radius: 4px;
}

.localhome-cccd-grid label > .localhome-cccd-card-title,
.localhome-cccd-grid label > .localhome-cccd-card-subtitle {
    grid-column: 2;
    max-width: none;
    text-align: left;
}

.localhome-cccd-grid label > .localhome-cccd-card-title {
    grid-row: 1;
    align-self: end;
    font-size: 11px;
    line-height: 1.3;
}

.localhome-cccd-grid label > .localhome-cccd-card-subtitle {
    grid-row: 2;
    align-self: start;
    font-size: 10px;
    line-height: 1.3;
}

.localhome-cccd-grid small {
    display: none;
}

@media screen and (max-width: 359.98px) {
    .localhome-cccd-grid {
        grid-template-columns: 1fr;
    }
}
