/* EU Withdrawal Button — frontend styles */

/* ── Footer button ── */
.wd-footer-btn-wrap {
  padding: 12px 0;
}

.wd-footer-btn {
  display: inline-block;
  padding: 12px 28px;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 3px;
  transition: filter 0.15s ease, transform 0.1s ease;
}

.wd-footer-btn:hover {
  filter: brightness(0.9);
  transform: translateY(-1px);
  color: #ffffff !important;
}

.wd-footer-link {
  color: #888;
  text-decoration: underline;
  font-size: 0.85rem;
}

.wd-footer-link:hover {
  color: #555;
}

/* ── Customer account tile ── */
.wd-account-tile-wrap {
  margin-bottom: 20px;
}

.wd-account-tile {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333 !important;
  text-decoration: none !important;
  transition: border-color 0.15s, box-shadow 0.15s;
  background: #fff;
}

.wd-account-tile:hover {
  border-color: #aaa;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  color: #333 !important;
}

.wd-account-tile-icon {
  font-size: 1.4rem;
  margin-right: 14px;
  color: #FF4013;
  flex-shrink: 0;
}

.wd-account-tile-label {
  font-size: 0.95rem;
  font-weight: 600;
}

/* ── Withdrawal form page ── */
.wd-container {
  max-width: 680px;
  margin: 0 auto;
  padding: 20px 0;
}

.wd-intro {
  margin-bottom: 20px;
  color: #555;
}

.wd-form .form-group {
  margin-bottom: 18px;
}

.wd-form label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.wd-form label.required::after {
  content: " *";
  color: #c00;
}

.wd-privacy-notice {
  background: #f8f8f8;
  border-left: 3px solid #ddd;
  padding: 12px 16px;
  margin-bottom: 16px;
  font-size: 0.85rem;
  color: #666;
}

.wd-privacy-notice p {
  margin: 0;
}
