.success-hero {
  border: 1px solid #d9ecff;
  background: linear-gradient(135deg, #f6fbff 0%, #ffffff 100%);
  border-radius: 14px;
  padding: 20px 18px;
}

.success-hero .success-icon {
  color: #17a85f;
  font-size: 64px;
}

.success-meta {
  border: 1px dashed #9ac7f4;
  border-radius: 12px;
  background: #f9fcff;
  padding: 14px;
}

.success-next {
  border-left: 4px solid #1b5ea1;
  background: #f8fafc;
  border-radius: 10px;
  padding: 12px 14px;
  text-align: left;
  line-height: 1.8;
}

.success-links a {
  font-weight: 600;
}

.current-status-card {
  border: 1px solid #d9ecff;
  border-radius: 12px;
  background: #ffffff;
  padding: 12px;
}

.current-status-title {
  color: #4a648d;
  font-size: 13px;
  margin-bottom: 8px;
}

.current-status-desc {
  color: #4a648d;
  font-size: 13px;
  margin: 8px 0 0;
}

@media (max-width: 576px) {
  .success-hero h2 {
    font-size: 24px !important;
  }

  .success-hero .success-icon {
    font-size: 54px !important;
  }
}
