.euwithdrawalpro-widget {
  margin: 1rem 0;
}

.euwithdrawalpro-button {
  background: #0f6fa8 !important;
  border-color: #0f6fa8 !important;
  color: #ffffff !important;
  font-weight: 600;
}

.euwithdrawalpro-button:hover,
.euwithdrawalpro-button:focus {
  background: #0b567f !important;
  border-color: #0b567f !important;
}

.euwithdrawalpro-button-secondary {
  margin-left: 0.5rem;
}

.euwithdrawalpro-legal-note {
  margin-top: 0.5rem;
  color: #1d334a;
  font-size: 0.95rem;
}

.euwithdrawalpro-form-wrapper {
  max-width: 900px;
  margin: 1.5rem auto;
  padding: 0 1rem;
}

.euwithdrawalpro-card {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.euwithdrawalpro-card .card-block {
  padding: 1.5rem;
}

.euwithdrawalpro-form .form-group {
  margin-bottom: 1rem;
}

.euwithdrawalpro-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
  text-align: left !important;
}

.euwithdrawalpro-form input[type="text"],
.euwithdrawalpro-form input[type="date"],
.euwithdrawalpro-form select,
.euwithdrawalpro-form textarea {
  width: 100%;
  min-height: 2.5rem;
}

.euwithdrawalpro-statement-box {
  background: #edf7ff;
  border: 1px solid #c2dff4;
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.euwithdrawalpro-submit {
  background: #0f6fa8 !important;
  border-color: #0f6fa8 !important;
  padding: 0.625rem 1.2rem;
}

.euwithdrawalpro-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.euwithdrawalpro-radio-group .radio-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
}

.euwithdrawalpro-confirmation {
  max-width: 700px;
  margin: 1.5rem auto;
  text-align: center;
  background: #f5fff7;
  border: 1px solid #b9e5c1;
  border-radius: 8px;
  padding: 1.5rem;
}

.euwithdrawalpro-checkmark {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1e9c3f;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.euwithdrawalpro-actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .euwithdrawalpro-form-wrapper,
  .euwithdrawalpro-confirmation {
    padding: 0.75rem;
  }

  .euwithdrawalpro-actions {
    flex-direction: column;
  }
}

.euwithdrawal-header-link {
  display: inline-flex;
  align-items: center;
}

.euwithdrawal-nav-link {
  color: #0f6fa8;
  font-weight: 600;
  text-decoration: none;
}

.euwithdrawal-nav-link:hover,
.euwithdrawal-nav-link:focus {
  text-decoration: underline;
}

.eu-return-lookup-page .euwithdrawalpro-card + .euwithdrawalpro-card {
  margin-top: 1rem;
}

.eu-return-summary li {
  padding: 0.2rem 0;
}

.eu-order-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 0.5rem 1.5rem;
  margin-bottom: 1rem;
}

.eu-order-details {
  margin-bottom: 1rem;
}

.eu-return-action-box {
  border: 1px solid #e3e6ea;
  border-radius: 6px;
  background: #fafbfc;
  padding: 0.9rem;
}

.eu-return-action-box h3 {
  margin-bottom: 0.25rem;
}

.eu-return-action-box .euwithdrawalpro-actions {
  justify-content: flex-start;
  gap: 0.5rem;
}

.eu-return-action-box .eu-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.85rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.2;
  text-decoration: none !important;
}

.eu-return-action-box .eu-action-btn-secondary {
  background: #ffffff !important;
  border: 1px solid #c6ccd4 !important;
  color: #2c3e50 !important;
}

.eu-return-action-box .eu-action-btn-secondary:hover,
.eu-return-action-box .eu-action-btn-secondary:focus {
  background: #f4f7fb !important;
  border-color: #9facba !important;
  color: #1f2e3d !important;
}

.eu-return-action-box .eu-action-btn-primary {
  color: #ffffff !important;
}

.eu-order-detail-extra-panel {
  margin: 1rem 0;
}

.eu-no-options-box {
  background: #ffffff;
}

.eu-withdraw-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  z-index: 9999;
  padding: 1rem;
}

.eu-withdraw-modal-overlay.is-open {
  display: block;
}

.eu-withdraw-modal-dialog {
  position: relative;
  background: #ffffff;
  max-width: 780px;
  margin: 1.5rem auto;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.eu-modal-loader {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  z-index: 5;
}

.eu-modal-loader.is-visible {
  display: flex;
}

.eu-modal-loader-panel {
  text-align: center;
  padding: 1.5rem;
}

.eu-modal-spinner {
  width: 44px;
  height: 44px;
  margin: 0 auto 0.85rem;
  border: 3px solid #d8e3ef;
  border-top-color: #0f6fa8;
  border-radius: 50%;
  animation: eu-modal-spin 0.8s linear infinite;
}

.eu-modal-loader-text {
  margin: 0;
  color: #334155;
  font-size: 0.95rem;
  font-weight: 600;
}

.eu-withdraw-modal-overlay.is-loading .eu-withdraw-modal-close {
  opacity: 0.45;
  cursor: not-allowed;
}

@keyframes eu-modal-spin {
  to {
    transform: rotate(360deg);
  }
}

.eu-withdraw-modal-header {
  background: #1f1f1f;
  color: #ffffff;
  padding: 0.7rem 1rem;
  position: relative;
}

.eu-withdraw-modal-header h4 {
  margin: 0;
  color: #ffffff;
}

.eu-modal-header-withdraw {
  background: #1f1f1f;
}

.eu-modal-header-cancel {
  background: #8b1f2f;
}

.eu-modal-header-return {
  background: #1f5d8b;
}

.eu-modal-header-complaint {
  background: #8a6b1a;
}

.eu-modal-title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  margin-right: 0.35rem;
}

.eu-withdraw-modal-close {
  position: absolute;
  top: 0.3rem;
  right: 0.5rem;
  background: transparent;
  border: 0;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.eu-withdraw-modal-body {
  padding: 1rem;
}

.eu-return-address-box {
  background: #f7f7f7;
  border: 1px solid #ececec;
  padding: 0.6rem 0.75rem;
  margin-bottom: 1rem;
}

.eu-return-address-box span {
  margin-left: 0.35rem;
}

.eu-withdraw-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.eu-withdraw-success {
  text-align: center;
  padding: 1rem 0.5rem;
}

.eu-withdraw-success .eu-success-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2dbb7f;
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.eu-order-requests-box {
  margin-top: 1rem;
  border: 1px solid #e3e6ea;
  border-radius: 6px;
  background: #ffffff;
  padding: 0.9rem;
}

.eu-order-requests-box h3 {
  margin-bottom: 0.6rem;
}

.eu-order-requests-box .eu-action-btn {
  min-height: 1.9rem;
  padding: 0.3rem 0.65rem;
  font-size: 0.82rem;
}

.eu-status-badge {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  background: #eef2f7;
  color: #34495e;
}

.eu-status-badge.eu-status-confirmed {
  background: #dff5e6;
  color: #1d7c40;
}

.eu-status-badge.eu-status-pending {
  background: #fff4d9;
  color: #9a6a00;
}

.eu-status-badge.eu-status-rejected {
  background: #fde3e3;
  color: #a52323;
}

@media (max-width: 991px) {
  .eu-order-meta {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}

@media (max-width: 575px) {
  .eu-order-meta {
    grid-template-columns: 1fr;
  }
}
