.ucf-wrap .ucf-complete-box {
  padding: 24px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 8px;
}

.ucf-wrap .ucf-complete-title {
  margin: 0 0 16px;
  font-size: 1.4em;
}

.ucf-wrap .ucf-complete-message {
  margin-bottom: 24px;
  line-height: 1.8;
}

.ucf-wrap .ucf-complete-actions {
  margin-top: 24px;
}

.ucf-wrap .ucf-button {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}

.ucf-wrap .ucf-button-secondary {
  border: 1px solid #ccc;
  background: #f7f7f7;
  color: #333;
}

.ucf-wrap .ucf-button-secondary:hover {
  background: #eee;
}
