.orderwithdrawl-footer-wrapper {
  display: flex;
  padding: 0 16px;
  width: 100%;
}

.orderwithdrawl-footer-wrapper--left {
  justify-content: flex-start;
}

.orderwithdrawl-footer-wrapper--center {
  justify-content: center;
}

.orderwithdrawl-footer-wrapper--right {
  justify-content: flex-end;
}
.orderwithdrawl-footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  gap: 8px;
  background: var(--orderwithdrawl-btn-color, #f44708);
  color: var(--orderwithdrawl-btn-font-color, #ffffff);
  padding: 10px 10px;
  font-size: 1rem;
  transition: all .3s ease;
}

.orderwithdrawl-footer-button--small {
  padding: 6px 14px;
  font-size: 0.875rem;
}

.orderwithdrawl-footer-button--medium {
  padding: 0;
  font-size: 1rem;
}

.orderwithdrawl-footer-button--large {
  padding: 14px 28px;
  font-size: 1.0625rem;
}

.orderwithdrawl-footer-button:hover,
.orderwithdrawl-footer-button:focus {
  color: #e2c74f !important;
  padding-left: 7px;
  /*transform: translateY(-2px);*/
  /*filter: brightness(0.95);*/
  /*box-shadow: 0 16px 32px rgba(15, 23, 42, 0.18);*/
  /*color: var(--orderwithdrawl-btn-font-color, #ffffff);*/
}

.orderwithdrawl-footer-button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

@media (max-width: 576px) {
  .orderwithdrawl-footer-button {
    width: 100%;
    padding: 0 0 30px 0;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .orderwithdrawl-footer-wrapper{
    padding: 0;
    margin-top: -40px;
    margin-bottom: 50px;
    justify-content: center;
  }
}

.orderwithdrawl-account-card {
  --orderwithdrawl-account-brand: #f1b218;
}

.orderwithdrawl-account-card__inner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.orderwithdrawl-account-card__icon {
  font-size: 2rem;
  color: var(--orderwithdrawl-account-brand);
  line-height: 1;
}

.orderwithdrawl-account-card__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: inherit;
}

.orderwithdrawl-account-card__title {
  font-size: 1rem;
  font-weight: 600;
}

.orderwithdrawl-account-card__subtitle {
  font-size: 0.8125rem;
  color: rgba(15, 23, 42, 0.7);
  line-height: 1.4;
}

.orderwithdrawl-account-legacy {
  list-style: none;
}

.orderwithdrawl-privacy {
  margin-top: 24px;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #f8fafc;
}

.orderwithdrawl-privacy__note {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 0.9375rem;
  line-height: 1.5;
  white-space: pre-line;
}

.orderwithdrawl-privacy__title {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f172a;
}

.orderwithdrawl-privacy__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}

.orderwithdrawl-privacy__link:hover,
.orderwithdrawl-privacy__link:focus {
  text-decoration: underline;
}
