.withdraw-bank-directory-page__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.withdraw-bank-directory-page__header-actions {
  display: flex;
  gap: 12px;
}

.withdraw-bank-directory-page__empty {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.withdraw-bank-directory-page__error,
.withdraw-bank-directory-page__success {
  border-radius: 10px;
  font-size: 13px;
  margin-bottom: 16px;
  padding: 12px 14px;
}

.withdraw-bank-directory-page__error {
  background: #fff1f0;
  border: 1px solid #ffccc7;
  color: #a8071a;
}

.withdraw-bank-directory-page__success {
  background: #f6ffed;
  border: 1px solid #b7eb8f;
  color: #237804;
}

.withdraw-bank-directory-page__table-wrap {
  overflow-x: auto;
}

.withdraw-bank-directory-page__table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
}

.withdraw-bank-directory-page__table th,
.withdraw-bank-directory-page__table td {
  padding: 14px 12px;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
  text-align: left;
}

.withdraw-bank-directory-page__table th {
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  background: #f8fafc;
}

.withdraw-bank-directory-page__select {
  width: 100%;
  min-height: 36px;
  border: 1px solid #d7dbdf;
  border-radius: 6px;
  background: #fff;
  padding: 0 12px;
  color: #111827;
  font-size: 14px;
}

@media (max-width: 960px) {
  .withdraw-bank-directory-page__header {
    flex-direction: column;
  }

  .withdraw-bank-directory-page__header-actions {
    width: 100%;
  }
}
