.cedric-wallet {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow: 0 16px 30px rgba(11, 31, 58, 0.06);
}

.cedric-wallet__header {
  margin-bottom: 1.5rem;
}

.cedric-wallet__balance {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  background: #f5f8ff;
}

.cedric-wallet__balance-value {
  font-size: 2rem;
  color: #0b1f3a;
}

.cedric-wallet__transactions {
  margin-top: 2rem;
}

.cedric-wallet__actions {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.cedric-wallet__form--topup .cedric-wallet-topup {
  margin: 0;
  max-width: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: none;
}

.cedric-wallet__form--topup .cedric-wallet-topup__header {
  text-align: left;
  margin-bottom: 1rem;
}

.cedric-wallet__form--topup .cedric-wallet-topup__header h2 {
  font-size: 1.5rem;
}

.cedric-wallet__form--topup .cedric-wallet-topup__notice {
  margin-top: 0.75rem;
}

.cedric-wallet__form label {
  display: block;
  margin-bottom: 0.75rem;
}

.cedric-wallet__form input {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(11, 31, 58, 0.16);
}

.cedric-wallet__notice {
  margin-top: 0.75rem;
  min-height: 1.5rem;
  color: #0b1f3a;
}
