
/* v821 — restore non-requested icon changes + keep only 1-2-3-4-5 process clean. Sidebar structure preserved. */

/* Restore heading icon style: simple large emoji, no SVG replacement, no box */
.working-restore-v821 .working-simple-main-v818 .simple-section-v818 h3 span,
.working-restore-v821 .working-simple-main-v818 .simple-final-v818 h3 span,
.working-restore-v821 .working-simple-main-v818 .simple-heading-icon-v819 {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 34px !important;
  line-height: 1 !important;
  filter: saturate(1.18) contrast(1.03);
}

/* Only simplify the 1-2-3-4-5 process badges */
.working-restore-v821 .working-simple-main-v818 .simple-step-list-v818 li {
  border-left-color: #0b6fe8 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.working-restore-v821 .working-simple-main-v818 .simple-step-list-v818 li::before,
.working-restore-v821 .working-simple-main-v818 .simple-step-list-v818 li:nth-child(2)::before,
.working-restore-v821 .working-simple-main-v818 .simple-step-list-v818 li:nth-child(3)::before,
.working-restore-v821 .working-simple-main-v818 .simple-step-list-v818 li:nth-child(4)::before,
.working-restore-v821 .working-simple-main-v818 .simple-step-list-v818 li:nth-child(5)::before {
  background: #0b6fe8 !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* Keep document bullets as the requested large black dot */
.working-restore-v821 .working-simple-main-v818 .simple-doc-list-v818 li::before {
  content: "●" !important;
  color: #111 !important;
  font-size: 16px !important;
  top: .06em !important;
}

/* Remove CTA trust-line if any old CSS tries to show spacing */
.working-restore-v821 .working-simple-main-v818 .working-simple-center-v818 small {
  display: none !important;
}

/* Internal government form modal */
.working-form-modal-v821 {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.working-form-modal-v821.is-open {
  display: block;
}

.working-form-modal-backdrop-v821 {
  position: absolute;
  inset: 0;
  background: rgba(5, 18, 38, .62);
  backdrop-filter: blur(4px);
}

.working-form-modal-panel-v821 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(940px, calc(100vw - 34px));
  height: min(760px, calc(100vh - 34px));
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0,0,0,.32);
  border: 1px solid #d6e4f3;
}

.working-form-modal-head-v821 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #edf7ff, #fff);
  border-bottom: 1px solid #d6e4f3;
}

.working-form-modal-head-v821 h3 {
  margin: 0;
  color: #071d3a;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 950;
}

.working-form-modal-close-v821 {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #071d3a;
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.working-form-modal-frame-v821 {
  flex: 1 1 auto;
  width: 100%;
  border: 0;
  background: #f5f8fc;
}

body.working-form-modal-open-v821 {
  overflow: hidden;
}

@media (max-width: 640px) {
  .working-form-modal-panel-v821 {
    width: calc(100vw - 18px);
    height: calc(100vh - 18px);
    border-radius: 12px;
  }
}
