.wallet-page-topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(1rem, 0.8125rem + 0.5vw, 1.25rem);
  margin-bottom: clamp(1.25rem, 0.875rem + 1vw, 1.75rem);
}

.wallet-page-title {
  font-size: clamp(1.75rem, 1.6563rem + 0.25vw, 1.875rem);
  font-weight: 700;
  color: #191c1e;
  margin: 0 0 4px;
}

.wallet-page-subtitle {
  color: #464555;
  font-size: clamp(0.9375rem, 0.7969rem + 0.375vw, 1.125rem);
  margin: 0;
}

.wallet-page-export-btn {
  padding: 12px clamp(1.125rem, 0.8438rem + 0.75vw, 1.5rem);
  border-radius: clamp(1.75rem, 1.6563rem + 0.25vw, 1.875rem);
  border: 1px solid #c7c4d8;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.7813rem + 0.25vw, 1rem);
}

.wallet-page-export-btn svg {
  width: clamp(0.875rem, 0.7813rem + 0.25vw, 1rem);
  height: clamp(0.875rem, 0.7813rem + 0.25vw, 1rem);
}

.wallet-page-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.9375rem, 0.7969rem + 0.375vw, 1.125rem);
  margin-bottom: clamp(1rem, 0.8125rem + 0.5vw, 1.25rem);
}

.wallet-page-stat-card {
  background: #fff;
  border-radius: clamp(0.9375rem, 0.7969rem + 0.375vw, 1.125rem);
  padding: clamp(1.0625rem, 0.8281rem + 0.625vw, 1.375rem);
  border: 1px solid #edf0f5;
}

.wallet-page-stat-icon {
  width: clamp(1.875rem, 1.4063rem + 1.25vw, 2.5rem);
  height: clamp(1.875rem, 1.4063rem + 1.25vw, 2.5rem);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.wallet-page-stat-icon svg {
  width: clamp(1rem, 0.8125rem + 0.5vw, 1.25rem);
  height: clamp(1rem, 0.8125rem + 0.5vw, 1.25rem);
}

.wallet-page-blue {
  background: #eff6ff;
  color: #0e3fad;
}

.wallet-page-green {
  background: #f0fdf4;
  color: #16a34a;
}

.wallet-page-red {
  background: #fef2f2;
  color: #dc2626;
}

.wallet-page-purple {
  background: #f5f3ff;
  color: #7c3aed;
}

.wallet-page-stat-card p {
  color: #6b7280;
  margin-bottom: 12px;
  font-size: clamp(0.875rem, 0.7813rem + 0.25vw, 1rem);
}

.wallet-page-stat-card h2 {
  font-size: clamp(1.125rem, 0.8438rem + 0.75vw, 1.5rem);
  font-weight: 600;
  color: #18181b;
  margin: 8px 0 0;
}

.wallet-page-middle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 0.8125rem + 0.5vw, 1.25rem);
  margin-bottom: clamp(1rem, 0.8125rem + 0.5vw, 1.25rem);
}

.wallet-page-filter-card,
.wallet-page-add-card {
  background: #fff;
  border-radius: clamp(1rem, 0.8125rem + 0.5vw, 1.25rem);
  padding: clamp(1.0625rem, 0.8281rem + 0.625vw, 1.375rem);
  border: 1px solid #edf0f5;
}

.wallet-page-search-row {
  display: flex;
  gap: 15px;
  margin-bottom: clamp(0.9375rem, 0.7969rem + 0.375vw, 1.125rem);
}

.wallet-page-search-row input {
  flex: 1;
}

.wallet-page-search-row button,
.wallet-page-add-row button {
  width: 200px;
  padding: 10px clamp(1rem, 0.8125rem + 0.5vw, 1.25rem);
  border: none;
  border-radius: clamp(1.75rem, 1.6563rem + 0.25vw, 1.875rem);
  background: #004aca;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.wallet-page-date-row {
  display: flex;
  gap: clamp(0.875rem, 0.7813rem + 0.25vw, 1rem);
}

.wallet-page-field {
  flex: 1;
}

.wallet-page-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.wallet-page-field input,
.wallet-page-search-row input,
.wallet-page-add-row input {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px clamp(0.875rem, 0.7813rem + 0.25vw, 1rem);
  outline: none;
}

.wallet-page-add-card h3 {
  font-size: clamp(1.375rem, 1rem + 1vw, 1.875rem);
  margin: 0 0 8px;
}

.wallet-page-add-card p {
  color: #6b7280;
  margin-bottom: clamp(1rem, 0.8125rem + 0.5vw, 1.25rem);
}

.wallet-page-add-row {
  display: flex;
  gap: 14px;
}

.wallet-page-table-card {
  background: #fff;
  border-radius: clamp(0.9375rem, 0.7969rem + 0.375vw, 1.125rem);
  padding: clamp(1.0625rem, 0.8281rem + 0.625vw, 1.375rem);
  border: 1px solid #edf0f5;
}

.wallet-page-table-card h2 {
  font-size: clamp(1.0625rem, 0.8281rem + 0.625vw, 1.375rem);
  margin: 0 0 clamp(1.125rem, 0.8438rem + 0.75vw, 1.5rem);
}

.wallet-page-table-wrapper {
  overflow-x: auto;
}

.wallet-page-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.wallet-page-table th {
  text-align: left;
  color: #6b7280;
  font-size: 15px;
  font-weight: 600;
  padding: clamp(0.875rem, 0.7813rem + 0.25vw, 1rem);
}

.wallet-page-table td {
  padding: clamp(0.9375rem, 0.7969rem + 0.375vw, 1.125rem);
  border-top: 1px solid #edf0f5;
}

.wallet-page-right {
  text-align: right;
}


.wallet-page-credit {
  color: #16a34a;
  font-weight: 600;
}

.wallet-page-debit {
  color: #ef4444;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .wallet-page-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wallet-page-middle-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .wallet-page-topbar {
    flex-direction: column;
  }

  .wallet-page-stats-grid {
    grid-template-columns: 1fr;
  }

  .wallet-page-search-row,
  .wallet-page-date-row,
  .wallet-page-add-row {
    flex-direction: column;
  }

  .wallet-page-search-row button,
  .wallet-page-add-row button {
    width: 100%;
  }

  .wallet-page-table {
    min-width: 850px;
  }
}

/* Fund request page  */

.fund-request-topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: clamp(1rem, 0.8125rem + 0.5vw, 1.25rem);
}

.fund-request-title {
  font-size: 34px;
  font-weight: 700;
  color: #18181b;
}

.fund-request-subtitle {
  margin-top: 6px;
  color: #6b7280;
}

.fund-request-export-btn {
  height: 42px;
  padding: 0 clamp(1.0625rem, 0.8281rem + 0.625vw, 1.375rem);
  border: 1px solid #d8dce7;
  border-radius: clamp(1.75rem, 1.6563rem + 0.25vw, 1.875rem);
  background: #fff;
  cursor: pointer;
}

.fund-request-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}

.fund-request-stat-card {
  background: #fff;
  border-radius: clamp(0.875rem, 0.7813rem + 0.25vw, 1rem);
  padding: clamp(1rem, 0.8125rem + 0.5vw, 1.25rem);
}

.fund-request-stat-card p {
  color: #7b8190;
  font-size: 13px;
  margin-bottom: 10px;
}

.fund-request-stat-card h2 {
  font-size: 36px;
  font-weight: 700;
}

.fund-request-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 14px;
}

.fund-request-blue {
  background: #eef4ff;
}

.fund-request-green {
  background: #ebfff2;
}

.fund-request-red {
  background: #fff0ef;
}

.fund-request-purple {
  background: #f3ebff;
}

.fund-request-middle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.fund-request-filter-card,
.fund-request-action-card {
  background: #fff;
  border-radius: clamp(0.875rem, 0.7813rem + 0.25vw, 1rem);
  padding: clamp(0.9375rem, 0.7969rem + 0.375vw, 1.125rem);
}

.fund-request-search-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.fund-request-search-row input {
  flex: 1;
}

.fund-request-search-row input,
.fund-request-field input {
  height: 42px;
  border: 1px solid #dfe3ea;
  border-radius: 8px;
  padding: 10px 16px;
  width: 100%;
}

.fund-request-search-row button {
  width: 120px;
  background: #004aca;
  border: none;
  color: #fff;
  border-radius: clamp(1.75rem, 1.6563rem + 0.25vw, 1.875rem);
  padding: 10px 14px;
}

.fund-request-date-row {
  display: flex;
  gap: 12px;
}

.fund-request-field {
  flex: 1;
}

.fund-request-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
}

.fund-request-action-card h3 {
  margin: 0 0 8px;
}

.fund-request-action-card p {
  color: #444653;
  margin-bottom: 14px;
  line-height: 1.6;
}

.fund-request-btn-row {
  display: flex;
  gap: 10px;
}

.fund-request-primary-btn {
  background: #004aca;
  color: #fff;
  border: none;
  border-radius: clamp(1.75rem, 1.6563rem + 0.25vw, 1.875rem);
  padding: 12px clamp(1.0625rem, 0.8281rem + 0.625vw, 1.375rem);
}

.fund-request-outline-btn {
  background: #fff;
  color: #004aca;
  border: 1px solid #004aca;
  border-radius: clamp(1.75rem, 1.6563rem + 0.25vw, 1.875rem);
  padding: 12px clamp(1.0625rem, 0.8281rem + 0.625vw, 1.375rem);
}

.fund-request-table-card {
  background: #fff;
  border-radius: clamp(0.875rem, 0.7813rem + 0.25vw, 1rem);
  overflow: hidden;
}

.fund-request-table-wrapper {
  overflow-x: auto;
}

.fund-request-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.fund-request-table thead {
  background: #f3f3fc;
  border: 1px solid #eef2f7;
}

.fund-request-table th {
  text-align: left;
  padding: clamp(0.9375rem, 0.7969rem + 0.375vw, 1.125rem);
  font-size: 14px;
  font-weight: 700;
}

.payment-method-icon svg {
  width: 14px;
  height: 14px;
  color: #004aca;
}

.payment-method-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.fund-request-table td {
  padding: clamp(0.9375rem, 0.7969rem + 0.375vw, 1.125rem);
  border-top: 1px solid #eef2f7;
  font-size: 14px;
}

.fund-request-approved {
  background: #ddf8ea;
  color: #0f8b54;
  border: 1px solid #006b5f33;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: clamp(1rem, 0.8125rem + 0.5vw, 1.25rem);
  font-weight: 600;
}

@media (max-width: 992px) {
  .fund-request-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fund-request-middle-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .fund-request-stats-grid {
    grid-template-columns: 1fr;
  }

  .fund-request-search-row,
  .fund-request-date-row,
  .fund-request-btn-row {
    flex-direction: column;
  }

  .fund-request-search-row button {
    width: 100%;
  }
}

/* ================================== credit limit ====================== */

.credit-limit-topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: clamp(0.9375rem, 0.7969rem + 0.375vw, 1.125rem);
}

.credit-limit-title {
  font-size: 34px;
  font-weight: 700;
  color: #18181b;
}

.credit-limit-subtitle {
  color: #6b7280;
  margin-top: 5px;
}

.credit-limit-export-btn {
  height: 42px;
  padding: 0 clamp(1.0625rem, 0.8281rem + 0.625vw, 1.375rem);
  border-radius: clamp(1.75rem, 1.6563rem + 0.25vw, 1.875rem);
  border: 1px solid #dce1ea;
  background: #fff;
  cursor: pointer;
}

.credit-limit-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}

.credit-limit-stat-card {
  background: #fff;
  border-radius: clamp(0.875rem, 0.7813rem + 0.25vw, 1rem);
  padding: clamp(1rem, 0.8125rem + 0.5vw, 1.25rem);
}

.credit-limit-stat-card p {
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 10px;
}

.credit-limit-stat-card h2 {
  font-size: 32px;
  font-weight: 700;
}

.credit-limit-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 14px;
}

.credit-limit-orange {
  background: #fff1e8;
}

.credit-limit-green {
  background: #eafbf0;
}

.credit-limit-purple {
  background: #f4ebff;
}

.credit-limit-cyan {
  background: #e8fbff;
}

.credit-limit-middle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.credit-limit-filter-card,
.credit-limit-action-card {
  background: #fff;
  border-radius: clamp(0.875rem, 0.7813rem + 0.25vw, 1rem);
  padding: clamp(0.9375rem, 0.7969rem + 0.375vw, 1.125rem);
}

.credit-limit-search-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.credit-limit-search-row input {
  flex: 1;
}

.credit-limit-search-row input,
.credit-limit-field input {
  width: 100%;
  height: 42px;
  border: 1px solid #dde2ea;
  border-radius: 8px;
  padding: 0 14px;
}

.credit-limit-search-row button {
  width: 120px;
  border: none;
  background: #004aca;
  color: #fff;
  border-radius: clamp(1.75rem, 1.6563rem + 0.25vw, 1.875rem);
  cursor: pointer;
}

.credit-limit-date-row {
  display: flex;
  gap: 12px;
}

.credit-limit-field {
  flex: 1;
}

.credit-limit-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}

.credit-limit-action-card h3 {
  margin: 0 0 10px;
}

.credit-limit-action-card p {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: clamp(0.9375rem, 0.7969rem + 0.375vw, 1.125rem);
  font-size: clamp(0.875rem, 0.7813rem + 0.25vw, 1rem);
}

.credit-limit-primary-btn {
  height: 42px;
  border: none;
  background: #004aca;
  color: #fff;
  border-radius: clamp(1.75rem, 1.6563rem + 0.25vw, 1.875rem);
  padding: 0 clamp(1rem, 0.8125rem + 0.5vw, 1.25rem);
  cursor: pointer;
}

.credit-limit-table-card {
  background: #fff;
  border-radius: clamp(0.875rem, 0.7813rem + 0.25vw, 1rem);
  overflow: hidden;
}

.credit-limit-table-wrapper {
  overflow-x: auto;
}

.credit-limit-table {
  width: 100%;
  min-width: 950px;
  border-collapse: collapse;
}

.credit-limit-table thead {
  background: #f5f7fb;
}

.credit-limit-table th {
  text-align: left;
  padding: clamp(0.875rem, 0.7813rem + 0.25vw, 1rem);
  font-size: 14px;
  font-weight: 700;
}

.credit-limit-table td {
  padding: clamp(0.9375rem, 0.7969rem + 0.375vw, 1.125rem);
  border-top: 1px solid #eef2f7;
  font-size: 14px;
}

.credit-limit-approved,
.credit-limit-pending,
.credit-limit-rejected {
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: clamp(1.75rem, 1.6563rem + 0.25vw, 1.875rem);
  border: 1px solid;
}

.credit-limit-approved {
  background: #ddf8ea;
  color: #0b8f57;
}

.credit-limit-pending {
  background: #fff1c9;
  color: #d18a00;
}

.credit-limit-rejected {
  background: #ffe0df;
  color: #d63636;
}

@media (max-width: 992px) {
  .credit-limit-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .credit-limit-middle-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .credit-limit-topbar {
    flex-direction: column;
    gap: 15px;
  }

  .credit-limit-stats-grid {
    grid-template-columns: 1fr;
  }

  .credit-limit-search-row,
  .credit-limit-date-row {
    flex-direction: column;
  }

  .credit-limit-search-row button {
    width: 100%;
  }
}

.fund-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9998;
}

.fund-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* DRAWER */

.fund-request-drawer {
  position: fixed;
  top: 0;
  right: -420px;
  width: 420px;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
}

.fund-request-drawer.active {
  right: 0;
}

.drawer-header {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c4c5d54d;
  align-items: flex-start;
}

.drawer-header h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: #1a1b22;
}

.drawer-header p {
  margin-top: 6px;
  color: #444653;
  font-size: 12px;
}

.drawer-close,
.bank-close {
  border: none;
  background: none;
  cursor: pointer;
}

.drawer-body {
  padding: 24px;
  overflow: auto;
}

.drawer-field {
  margin-bottom: 22px;
}

.drawer-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #444653;
}

.drawer-field input,
.drawer-field select,
.drawer-field textarea {
  width: 100%;
  border: none;
  background: #f3f3fc;
  border-radius: 20px;
  padding: 18px;
  font-size: 15px;
  outline: none;
}

.drawer-field textarea {
  height: 120px;
  padding-top: 16px;
  resize: none;
}

.upload-box {
  border: 2px dashed #d0d5dd;
  border-radius: 22px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 10px 0;
}

.submit-request-btn {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 999px;
  background: #004aca;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 12px;
  cursor: pointer;
}

.approval-text {
  text-align: center;
  margin-top: 12px;
  color: #667085;
  font-size: 14px;
  font-weight: 500;
}

/* MODAL */

.bank-modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.bank-modal.active {
  opacity: 1;
  visibility: visible;
}

.bank-modal-card {
  width: 620px;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
}

.bank-modal-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.bank-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bank-title svg {
  width: 20px;
  height: 20px;
  color: #1847c7;
}

.bank-title h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.bank-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 14px;
}

.bank-grid label {
  display: block;
  color: #747684;
  margin-bottom: 6px;
  font-size: 16px;
}

.bank-grid strong {
  font-size: 16px;
}

/* MOBILE */

@media (max-width: 768px) {
  .fund-request-drawer {
    width: 100%;
    height: 90vh;
    right: 0;
    bottom: -100%;
    top: auto;
    border-radius: 24px 24px 0 0;
  }

  .fund-request-drawer.active {
    bottom: 0;
  }

  .drawer-header {
    padding: 22px;
  }

  .drawer-body {
    padding: 20px;
  }

  .bank-modal-card {
    width: 92%;
    padding: 22px;
  }

  .bank-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= CREDIT DRAWER ================= */

.credit-request-drawer {
  position: fixed;
  top: 0;
  right: -420px;
  width: 420px;
  height: 100vh;
  background: #fff;
  z-index: 10001;
  transition: 0.35s ease;
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.08);
}

.credit-request-drawer.active {
  right: 0;
}

.credit-drawer-header {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.credit-drawer-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #0e3fad;
  line-height: 1.1;
}

.credit-drawer-close {
  background: none;
  border: none;
  cursor: pointer;
}

.credit-drawer-body {
  flex: 1;
  overflow: auto;
  padding: 0 24px 24px;
}

.credit-form-group {
  margin-bottom: 24px;
}

.credit-form-group label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #444653;
}

.credit-form-group input,
.credit-form-group select {
  width: 100%;
  border: 1px solid #c4c5d5;
  border-radius: 10px;
  padding: 12px 16px;
  background: #f5f7fb;
  outline: none;
}

.credit-form-group textarea {
  width: 100%;
  height: 90px;
  border: 1px solid #c4c5d5;
  border-radius: 10px;
  padding: 14px;
  resize: none;
  background: #f5f7fb;
}

.credit-duration-row {
  display: flex;
  gap: 8px;
}

.credit-duration-btn {
  flex: 1;
  border: 1px solid #d3d7e4;
  background: #f0f2f7;
  border-radius: 10px;
  cursor: pointer;
  padding: 12px;
  font-size: 16px;
}

.credit-duration-btn.active {
  background: #1847c7;
  color: #fff;
  border-color: #1847c7;
}

.credit-upload-box {
  height: 120px;
  border: 2px dashed #ccd2e0;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.credit-upload-box span {
  font-size: 14px;
}

.credit-upload-box small {
  color: #7b8190;
  font-size: 10px;
}

.credit-action-row {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.credit-submit-btn {
  flex: 1;
  border: none;
  background: #0e3fad;
  color: #fff;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
  padding: 16px;
  box-shadow: 0 8px 20px rgba(24, 71, 199, 0.25);
}

.credit-cancel-btn {
  width: 120px;
  border: 1px solid #d2d7e3;
  background: #fff;
  border-radius: 14px;
  font-weight: 500;
}

.credit-help-box {
  padding: 24px;
  border-top: 1px solid #eceef5;
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: #444653;
  background: #f3f3fc80;
  display: flex;
  align-items: center;
}

.credit-help-box strong {
  color: #0e3fad;
}

@media (max-width: 768px) {
  .credit-request-drawer {
    width: 100%;
    height: 88vh;
    top: auto;
    bottom: -100%;
    right: 0;
    border-radius: 24px 24px 0 0;
  }

  .credit-request-drawer.active {
    bottom: 0;
  }

  .credit-drawer-header h2 {
    font-size: 28px;
  }

  .credit-action-row {
    flex-direction: column;
  }

  .credit-cancel-btn {
    width: 100%;
    height: 50px;
  }
}
