.perturb-image {
  max-width: 200px;
  width: 80%;
  height: auto;
  margin-bottom: 10px;
}

.perturb-image:hover {
  transform: translateY(-5px);
}

.withdrawal-warning {
  background: #fdeaea;
  border-left: 6px solid #c0392b;
  border-radius: 10px;
  padding: 16px 18px;
  margin: 20px 0;
  color: #7a1d16;
  box-shadow: 0 2px 4px var(--shadow-color);
}

.withdrawal-warning strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.05em;
}
