body.page-ttwithdrawal-request #wrapper {
  background: #f6f6f6;
  color: #14202d;
}

.tt-withdrawal-page {
  max-width: 1180px;
  margin: 2rem auto 3rem;
  color: #14202d;
}

.tt-withdrawal-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 1.5rem;
  align-items: start;
}

.tt-withdrawal-page__main,
.tt-withdrawal-page__side {
  display: grid;
  gap: 1.25rem;
}

.tt-withdrawal__header,
.tt-withdrawal__card,
.tt-withdrawal-page__notice,
.tt-withdrawal-page__aside-card,
.tt-withdrawal-order-cta,
.tt-withdrawal-confirmation-cta {
  border: 1px solid rgba(20, 32, 45, 0.12);
  border-top: 4px solid #ff6a00;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 32, 45, 0.08);
}

.tt-withdrawal__header,
.tt-withdrawal__card,
.tt-withdrawal-page__notice,
.tt-withdrawal-page__aside-card {
  padding: 1.5rem;
}

.tt-withdrawal-page h1,
.tt-withdrawal-page h2,
.tt-withdrawal-page h3,
.tt-withdrawal-page label,
.tt-withdrawal-page strong {
  color: #101820;
}

.tt-withdrawal-page h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  line-height: 1.15;
}

.tt-withdrawal-page h2 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  line-height: 1.25;
}

.tt-withdrawal-page p,
.tt-withdrawal-page li,
.tt-withdrawal-page dd {
  color: #465466;
  line-height: 1.55;
}

.tt-withdrawal-page p:last-child,
.tt-withdrawal-page ol:last-child,
.tt-withdrawal-page ul:last-child,
.tt-withdrawal-page dl:last-child {
  margin-bottom: 0;
}

.tt-withdrawal__eyebrow {
  margin: 0 0 0.5rem;
  color: #ff6a00;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tt-withdrawal-page__notice {
  border-top-width: 1px;
  border-left: 4px solid #ff6a00;
}

.tt-withdrawal-page__notice--soft {
  border-left-color: #1b82d6;
}

.tt-withdrawal-page__notice--soft a {
  color: #1b82d6;
  font-weight: 700;
}

.tt-withdrawal-page__aside-card {
  box-shadow: 0 8px 20px rgba(20, 32, 45, 0.07);
}

.tt-withdrawal-page__aside-card ol {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 1.15rem;
}

.tt-withdrawal-page__steps {
  counter-reset: ttw-step;
  list-style: none;
  padding-left: 0;
}

.tt-withdrawal-page__steps li {
  display: grid;
  grid-template-columns: 1.8rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
}

.tt-withdrawal-page__steps li::before {
  counter-increment: ttw-step;
  content: counter(ttw-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  background: rgba(255, 106, 0, 0.12);
  color: #ff6a00;
  font-size: 0.8rem;
  font-weight: 700;
}

.tt-withdrawal__form,
.tt-withdrawal__table,
.tt-withdrawal__product-grid,
.tt-withdrawal__items,
.tt-withdrawal__summary {
  display: grid;
  gap: 1rem;
}

.tt-withdrawal__form {
  max-width: 760px;
}

.tt-withdrawal__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(9rem, 14rem);
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(20, 32, 45, 0.1);
}

.tt-withdrawal__row:last-child {
  border-bottom: 0;
}

.tt-withdrawal__product-grid {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 32, 45, 0.1);
  border-radius: 0.55rem;
  background: #fff;
}

.tt-withdrawal__product-head,
.tt-withdrawal__product-row {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(7rem, 0.8fr) minmax(7rem, 0.7fr) minmax(10rem, 0.9fr);
  gap: 1rem;
  align-items: center;
  padding: 0.95rem 1rem;
}

.tt-withdrawal__product-head {
  background: #f8fafc;
  color: #101820;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tt-withdrawal__product-row {
  border-top: 1px solid rgba(20, 32, 45, 0.1);
}

.tt-withdrawal__product-meta {
  min-width: 0;
  color: #465466;
}

.tt-withdrawal__sku,
.tt-withdrawal__quantity-help {
  display: block;
  color: #6a7685;
  font-size: 0.875rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.tt-withdrawal__mobile-label {
  display: none;
  margin-bottom: 0.25rem;
  color: #5f6b7a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tt-withdrawal__product small,
.tt-withdrawal__quantity label,
.tt-withdrawal__field label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.875rem;
  font-weight: 700;
}

.tt-withdrawal__product small {
  color: #6a7685;
  font-weight: 400;
}

.tt-withdrawal__field,
.tt-withdrawal__quantity {
  margin-bottom: 0;
}

.tt-withdrawal-page .form-control {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(20, 32, 45, 0.22);
  border-radius: 0.45rem;
  background: #fff;
  color: #14202d;
}

.tt-withdrawal-page textarea.form-control {
  min-height: 120px;
}

.tt-withdrawal-page input[type="email"].form-control {
  background-image: none;
}

.tt-withdrawal-page .form-control:focus {
  border-color: #ff6a00;
  box-shadow: 0 0 0 0.12rem rgba(255, 106, 0, 0.16);
  outline: 0;
}

.tt-withdrawal-page .btn-primary {
  width: fit-content;
  min-height: 44px;
  padding-right: 1.35rem;
  padding-left: 1.35rem;
  border-color: #ff6a00;
  background: #ff6a00;
  color: #fff;
}

.tt-withdrawal-page .btn-primary:hover,
.tt-withdrawal-page .btn-primary:focus {
  border-color: #df5a00;
  background: #df5a00;
  color: #fff;
  box-shadow: 0 0 0 0.14rem rgba(255, 106, 0, 0.22);
  outline: 0;
}

.tt-withdrawal__form-note {
  max-width: 760px;
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(20, 32, 45, 0.1);
  border-left: 4px solid #ff6a00;
  border-radius: 0.45rem;
  background: #f8fafc;
  color: #465466;
  font-size: 0.92rem;
}

.tt-withdrawal__check {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 0.5rem;
  background: rgba(255, 106, 0, 0.08);
}

.tt-withdrawal__check input {
  flex: 0 0 auto;
  margin-top: 0.2rem;
}

.tt-withdrawal__check label {
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
}

.tt-withdrawal__summary {
  grid-template-columns: max-content minmax(0, 1fr);
}

.tt-withdrawal__summary dt {
  color: #5f6b7a;
  font-weight: 700;
}

.tt-withdrawal__summary dd {
  margin-bottom: 0;
}

.tt-withdrawal__items {
  padding-left: 1.2rem;
}

.tt-withdrawal__declaration {
  padding: 1rem;
  border: 1px solid rgba(20, 32, 45, 0.1);
  border-left: 4px solid #ff6a00;
  border-radius: 0.5rem;
  background: #f8fafc;
}

.tt-withdrawal__declaration h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.tt-withdrawal-footer {
  margin-top: 0.5rem;
}

.tt-withdrawal-footer-company a {
  display: inline-flex;
  align-items: center;
  color: inherit;
}

.tt-withdrawal-account-link .link-item {
  min-height: 100%;
}

.tt-withdrawal-order-action {
  overflow-wrap: anywhere;
}

.tt-withdrawal-order-action--disabled {
  margin: 0;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(20, 32, 45, 0.12);
  border-left: 4px solid #ff6a00;
  border-radius: 0.45rem;
  background: #f8fafc;
  color: #5f6b7a;
  font-size: 0.9rem;
  line-height: 1.4;
}

.tt-withdrawal-order-action__note {
  margin: 0.5rem 0 0;
  color: #5f6b7a;
  font-size: 0.875rem;
  line-height: 1.4;
}

.tt-account-order-card__actions .tt-withdrawal-order-action__note,
.tt-account-order-card__actions .tt-withdrawal-order-action--disabled {
  grid-column: 1 / -1;
}

@media (max-width: 1023px) {
  .tt-withdrawal-page__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .tt-withdrawal-page {
    margin: 1.25rem auto 2rem;
  }

  .tt-withdrawal__header,
  .tt-withdrawal__card,
  .tt-withdrawal-page__notice,
  .tt-withdrawal-page__aside-card {
    padding: 1rem;
  }

  .tt-withdrawal__row,
  .tt-withdrawal__summary {
    grid-template-columns: 1fr;
  }

  .tt-withdrawal__product-head {
    display: none;
  }

  .tt-withdrawal__product-grid {
    gap: 0.85rem;
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .tt-withdrawal__product-row {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 1rem;
    border: 1px solid rgba(20, 32, 45, 0.1);
    border-radius: 0.55rem;
    background: #fff;
  }

  .tt-withdrawal__mobile-label {
    display: block;
  }

  .tt-withdrawal-page .btn-primary {
    width: 100%;
  }

  .tt-withdrawal__check {
    padding: 0.85rem;
  }
}
