.pisell-hdl-kiosk {
  .hdl-checkout-screen {
    width: 100%;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    padding-bottom: 166px;
    background: radial-gradient(
        circle at 75% 10%,
        rgba(245, 184, 75, 0.24),
        transparent 20rem
      ),
      #f4f6f9;
  }

  .hdl-checkout-payment-result {
    display: flex;
    width: 100%;
    height: 100%;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 28px;
    overflow: auto;
    background: #fff;
    color: #101828;
    text-align: center;
  }

  .hdl-checkout-payment-result .payment-result-toast-v2__hero-copy,
  .hdl-checkout-payment-result .payment-result-toast-v2__description,
  .hdl-checkout-payment-result .payment-result-toast-v2__prominent-reference,
  .hdl-checkout-payment-result .payment-result-toast-v2__session,
  .hdl-checkout-payment-result .payment-result-toast-v2__actions {
    animation: hdl-payment-result-copy-enter 320ms 90ms ease-out both;
  }

  .hdl-checkout-payment-result .payment-result-toast-v2__hero-check {
    animation: hdl-payment-result-icon-enter 480ms
      cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .hdl-checkout-payment-result .payment-result-toast-v2__action-btn {
    transition: color 220ms ease, background-color 220ms ease,
      border-color 220ms ease, box-shadow 220ms ease, transform 180ms ease;
  }

  .hdl-checkout-payment-result
    .payment-result-toast-v2__action-btn:active:not(:disabled) {
    transform: scale(0.97);
  }

  .hdl-checkout-layout {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 0;
    grid-template-columns: minmax(0, 0.82fr) minmax(389px, 1fr);
    column-gap: 46px;
    row-gap: 26px;
    align-content: start;
    overflow: auto;
    padding: 58px;
    scrollbar-width: thin;
  }

  .hdl-checkout-heading,
  .hdl-payment-methods {
    min-width: 0;
  }

  .hdl-payment-methods__notice {
    margin: 0;
    padding: 26px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    color: #667085;
    font-size: 24px;
    font-weight: 750;
  }

  .hdl-payment-feedback {
    display: flex;
    flex-direction: column;
    gap: 7px;
    border: 1px solid #b2ddff;
    border-radius: 20px;
    padding: 18px 22px;
    background: #eff8ff;
    color: #175cd3;
    font-size: 20px;
    line-height: 1.35;
  }

  .hdl-payment-feedback--warning {
    border-color: #fedf89;
    background: #fffaeb;
    color: #93370d;
  }

  .hdl-payment-feedback--error {
    border-color: #fecdca;
    background: #fef3f2;
    color: #b42318;
  }

  .hdl-payment-feedback small {
    color: #667085;
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  .hdl-content-restart-order-button:disabled,
  .hdl-no-payment-confirm:disabled,
  .hdl-payment-method:disabled,
  .hdl-checkout-screen .hdl-floating-bar__button:disabled {
    opacity: 1;
    cursor: not-allowed;
    transform: none;
  }

  .hdl-checkout-heading p {
    margin: 0;
    color: var(--hdl-brand);
    font-size: 26px;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .hdl-checkout-heading h1 {
    margin: 9px 0 0;
    color: #111827;
    font-size: 56px;
    font-weight: 950;
    line-height: 0.95;
    letter-spacing: -0.045em;
  }

  .hdl-checkout-heading > span {
    display: block;
    max-width: 562px;
    margin-top: 19px;
    color: #667085;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
  }

  .hdl-content-restart-order-button {
    display: inline-flex;
    width: min(100%, 320px);
    min-height: 64px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    border: 2px solid #fda29b;
    border-radius: 20px;
    padding: 15px 24px;
    background: rgba(255, 255, 255, 0.82);
    color: #b42318;
    box-shadow: 0 10px 24px rgba(180, 35, 24, 0.08);
    font-size: 21px;
    font-weight: 900;
    cursor: pointer;
    transition: color 180ms ease, background-color 180ms ease,
      border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }

  .hdl-content-restart-order-button svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }

  .hdl-content-restart-order-button:hover:not(:disabled) {
    border-color: #f04438;
    background: #fef3f2;
    color: #912018;
    box-shadow: 0 12px 28px rgba(180, 35, 24, 0.14);
    transform: translateY(-2px);
  }

  .hdl-content-restart-order-button:active:not(:disabled) {
    transform: scale(0.98);
  }

  .hdl-payment-restart-section {
    display: flex;
    width: 100%;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding-top: 2px;
  }

  .hdl-payment-restart-section::before {
    width: 96px;
    height: 2px;
    border-radius: 999px;
    background: #d0d5dd;
    content: '';
  }

  .hdl-payment-methods {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 19px;
  }

  .hdl-payment-due,
  .hdl-payment-method {
    border: 1px solid #e1e5eb;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 15px 32px rgba(17, 24, 39, 0.08);
  }

  .hdl-no-payment-confirm {
    border-color: #e1e5eb;
    background: #fff;
    color: #111827;
  }

  .hdl-no-payment-confirm__icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fef3f2;
    color: var(--hdl-brand);
  }

  .hdl-no-payment-confirm__icon svg {
    width: 35px;
    height: 35px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.4;
  }

  .hdl-payment-due {
    display: flex;
    min-height: 233px;
    flex-direction: column;
    justify-content: center;
    padding: 41px;
  }

  .hdl-payment-due span {
    color: #667085;
    font-size: 31px;
    font-weight: 850;
  }

  .hdl-payment-due strong {
    margin-top: 13px;
    color: var(--hdl-brand);
    font-size: 60px;
    font-weight: 950;
    line-height: 0.95;
    letter-spacing: -0.04em;
  }

  .hdl-payment-method {
    display: grid;
    min-height: 140px;
    min-width: 0;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    padding: 32px;
    color: #111827;
    text-align: left;
    cursor: pointer;
    transition: transform 160ms ease, border-color 160ms ease,
      box-shadow 160ms ease;
  }

  .hdl-payment-method:hover:not(:disabled) {
    transform: translateY(-3px);
    border-color: #cfd6e2;
    box-shadow: 0 19px 39px rgba(17, 24, 39, 0.13);
  }

  .hdl-payment-method:active:not(:disabled) {
    transform: scale(0.99);
  }

  .hdl-payment-method__icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .hdl-payment-method > svg:last-child {
    width: 35px;
    height: 35px;
    color: #98a2b3;
  }

  .hdl-payment-method strong {
    font-size: 26px;
    font-weight: 950;
    line-height: 1;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }
}

@keyframes hdl-payment-result-copy-enter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hdl-payment-result-icon-enter {
  from {
    opacity: 0;
    transform: scale(0.72);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
