:root {
  --atpv-navy: #0b3045;
  --atpv-navy-deep: #061f2e;
  --atpv-teal: #0e6671;
  --atpv-teal-dark: #0a515a;
  --atpv-gold: #b58b51;
  --atpv-bg: #f3f6f7;
  --atpv-card: #ffffff;
  --atpv-text: #18303c;
  --atpv-muted: #667983;
  --atpv-border: #dbe5e9;
  --atpv-border-strong: #c4d3d9;
  --atpv-success: #17724b;
  --atpv-success-bg: #ebf7f0;
  --atpv-warning: #8a5b12;
  --atpv-warning-bg: #fff7e5;
  --atpv-error: #b42318;
  --atpv-error-bg: #ffffff;
  --atpv-info: #245e78;
  --atpv-info-bg: #edf6fa;
  --atpv-shadow: 0 24px 65px rgba(9, 42, 58, .11);
}

.atpv-shell,
.atpv-shell *,
.atpv-shell *::before,
.atpv-shell *::after {
  box-sizing: border-box;
}

.atpv-shell {
  width: 100%;
  min-height: 100vh;
  margin: 0 !important;
  padding: 34px 20px 56px !important;
  color: var(--atpv-text) !important;
  background:
    radial-gradient(circle at 10% 4%, rgba(14, 102, 113, .08), transparent 26%),
    linear-gradient(180deg, #f8fafb 0%, var(--atpv-bg) 100%) !important;
  font-family: "Manrope", "Inter", Arial, sans-serif !important;
  line-height: 1.5;
}

.atpv-shell--wide {
  --atpv-content-width: 1180px;
}

.atpv-shell--compact {
  --atpv-content-width: 760px;
}

.atpv-shell > * {
  width: min(var(--atpv-content-width), 100%);
  margin-inline: auto;
}

.atpv-shell a {
  text-decoration: none !important;
  box-shadow: none !important;
}

.atpv-shell h1,
.atpv-shell h2,
.atpv-shell h3,
.atpv-shell p,
.atpv-shell dl,
.atpv-shell dt,
.atpv-shell dd,
.atpv-shell figure,
.atpv-shell fieldset,
.atpv-shell legend {
  margin-top: 0;
}

.atpv-shell input,
.atpv-shell select,
.atpv-shell textarea,
.atpv-shell button {
  font: inherit !important;
}

.atpv-shell button {
  appearance: none;
}

.atpv-brandbar {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 30px !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(11, 48, 69, .08);
  border-radius: 16px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 34px rgba(9, 42, 58, .07);
  backdrop-filter: blur(13px);
}

.atpv-brand {
  display: inline-flex !important;
  align-items: center;
  gap: 11px;
  color: var(--atpv-navy) !important;
}

.atpv-brand::before {
  content: "A";
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: var(--atpv-navy);
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 900;
}

.atpv-brand span {
  display: grid;
  gap: 1px;
}

.atpv-brand strong {
  color: var(--atpv-navy);
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.atpv-brand small {
  color: var(--atpv-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.atpv-brand-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--atpv-muted);
  font-size: 12px;
  font-weight: 700;
}

.atpv-brand-link {
  display: inline-flex !important;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px !important;
  border: 1px solid var(--atpv-border) !important;
  border-radius: 9px !important;
  color: var(--atpv-navy) !important;
  background: #fff !important;
  font-size: 12px;
  font-weight: 800;
}

.atpv-brand-link:hover,
.atpv-brand-link:focus-visible {
  border-color: var(--atpv-teal) !important;
  color: var(--atpv-teal) !important;
}

.atpv-card {
  min-width: 0;
  padding: 30px !important;
  border: 1px solid var(--atpv-border) !important;
  border-radius: 20px !important;
  color: var(--atpv-text) !important;
  background: var(--atpv-card) !important;
  box-shadow: var(--atpv-shadow) !important;
}

.atpv-section-kicker,
.atpv-kicker {
  display: inline-flex;
  color: var(--atpv-teal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.atpv-kicker--light {
  color: #b9d8df;
}

.atpv-shell h1,
.atpv-shell h2,
.atpv-shell h3 {
  color: var(--atpv-navy) !important;
  font-family: "Sora", "Manrope", Arial, sans-serif !important;
  letter-spacing: -.035em;
}

.atpv-shell h1 {
  margin-bottom: 14px;
  font-size: clamp(31px, 4.1vw, 52px);
  line-height: 1.08;
  font-weight: 780;
}

.atpv-shell h2 {
  font-size: 24px;
  line-height: 1.25;
}

.atpv-lead {
  color: #526973 !important;
  font-size: 17px;
  line-height: 1.72;
}

.atpv-lead-sm {
  margin-bottom: 23px;
  color: var(--atpv-muted) !important;
  font-size: 15px;
  line-height: 1.7;
}

.atpv-start-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: 34px;
  align-items: stretch;
}

.atpv-intro-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 14px 36px 4px;
}

.atpv-intro-panel h1 {
  max-width: 720px;
  margin-top: 13px;
}

.atpv-intro-panel .atpv-lead {
  max-width: 670px;
}

.atpv-intro-points {
  display: grid;
  gap: 11px;
  margin-top: 28px;
}

.atpv-intro-points article {
  display: grid;
  gap: 4px;
  padding: 15px 17px;
  border-left: 3px solid var(--atpv-teal);
  border-radius: 0 11px 11px 0;
  background: rgba(255, 255, 255, .67);
}

.atpv-intro-points strong {
  color: var(--atpv-navy);
  font-size: 13px;
}

.atpv-intro-points span {
  color: var(--atpv-muted);
  font-size: 12px;
  line-height: 1.55;
}

.atpv-form-card {
  align-self: stretch;
  padding: 34px !important;
}

.atpv-card-head {
  margin-bottom: 24px;
}

.atpv-card-head h2 {
  margin: 7px 0 8px;
  font-size: 29px;
}

.atpv-card-head p {
  margin: 0;
  color: var(--atpv-muted);
  font-size: 13px;
  line-height: 1.62;
}

.atpv-form {
  min-width: 0;
  display: grid;
  gap: 17px;
}

.atpv-form label {
  min-width: 0;
  display: grid;
  gap: 7px;
  margin: 0 !important;
  color: var(--atpv-text);
}

.atpv-form label > span,
.atpv-payment-options > legend {
  color: #2c4653;
  font-size: 12px;
  font-weight: 800;
}

.atpv-form label > small,
.atpv-form small {
  color: var(--atpv-muted);
  font-size: 10.5px;
  line-height: 1.45;
}

.atpv-form label em {
  color: var(--atpv-muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
}

.atpv-form input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.atpv-form select,
.atpv-form textarea {
  width: 100% !important;
  min-width: 0;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid var(--atpv-border-strong) !important;
  border-radius: 10px !important;
  outline: 0 !important;
  color: var(--atpv-text) !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.atpv-form textarea {
  min-height: 105px !important;
  resize: vertical;
}

.atpv-form input[readonly] {
  color: #536874 !important;
  background: #f2f6f7 !important;
}

.atpv-form input:focus,
.atpv-form select:focus,
.atpv-form textarea:focus {
  border-color: var(--atpv-teal) !important;
  box-shadow: 0 0 0 4px rgba(14, 102, 113, .10) !important;
}

.atpv-form input::placeholder,
.atpv-form textarea::placeholder {
  color: #9aa9b0;
  opacity: 1;
}

.atpv-grid-2 {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.atpv-address-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 125px;
  gap: 15px;
}


.atpv-grid-2,
.atpv-address-grid {
  align-items: start;
}

.atpv-grid-2 > label,
.atpv-address-grid > label {
  align-self: start;
  align-content: start;
}

.atpv-field-grow {
  min-width: 0;
}

.atpv-button {
  min-width: 0;
  min-height: 50px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 20px !important;
  border: 1px solid var(--atpv-navy) !important;
  border-radius: 10px !important;
  color: #fff !important;
  background: var(--atpv-navy) !important;
  box-shadow: 0 13px 28px rgba(11, 48, 69, .18) !important;
  font-family: "Sora", "Manrope", Arial, sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  white-space: normal;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.atpv-button:hover,
.atpv-button:focus-visible {
  color: #fff !important;
  background: var(--atpv-navy-deep) !important;
  border-color: var(--atpv-navy-deep) !important;
  transform: translateY(-2px);
  box-shadow: 0 17px 34px rgba(11, 48, 69, .25) !important;
}

.atpv-button:disabled {
  opacity: .65;
  cursor: wait;
  transform: none;
}

.atpv-button--full {
  width: 100%;
}

.atpv-button--small {
  min-height: 40px;
  padding: 9px 13px !important;
  font-size: 11px !important;
}

.atpv-button--secondary {
  color: var(--atpv-navy) !important;
  background: #fff !important;
  border-color: var(--atpv-border-strong) !important;
  box-shadow: none !important;
}

.atpv-button--secondary:hover,
.atpv-button--secondary:focus-visible {
  color: var(--atpv-teal) !important;
  background: #f8fbfc !important;
  border-color: var(--atpv-teal) !important;
}

.atpv-form-foot,
.atpv-secondary-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 14px;
  flex-wrap: wrap;
  margin-top: 20px;
  color: var(--atpv-muted);
  font-size: 11.5px;
}

.atpv-form-foot a,
.atpv-secondary-actions a,
.atpv-text-button {
  color: var(--atpv-teal) !important;
  font-weight: 800;
}

.atpv-text-button {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
}

.atpv-text-button--back {
  color: var(--atpv-navy) !important;
}

.atpv-private-disclaimer,
.atpv-form-privacy {
  margin-top: 24px !important;
  color: #71828a !important;
  font-size: 10.5px;
  line-height: 1.6;
  text-align: center;
}

.atpv-focus-card {
  max-width: 720px;
}

.atpv-single-card {
  margin-top: 58px !important;
  padding: 38px !important;
  text-align: left;
}

.atpv-single-card .atpv-button:not(.atpv-button--full) {
  margin-top: 10px;
}

.atpv-code-label {
  max-width: 330px;
  margin-inline: auto !important;
  text-align: center;
}

.atpv-code-input {
  min-height: 62px !important;
  text-align: center;
  font-size: 27px !important;
  letter-spacing: .22em;
}

.atpv-request-reference {
  min-width: 170px;
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid var(--atpv-border);
  border-radius: 11px;
  background: #f5f8f9;
}

.atpv-request-reference span,
.atpv-result-summary span,
.atpv-order-summary dt {
  color: var(--atpv-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.atpv-request-reference strong {
  color: var(--atpv-navy);
  font-size: 16px;
  overflow-wrap: anywhere;
}

.atpv-request-reference--inline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 22px 0;
}

.atpv-prevalidation-card {
  max-width: 760px;
  padding: 40px !important;
}

.atpv-prevalidation-card h1 {
  margin-top: 10px;
  font-size: clamp(30px, 4.5vw, 43px);
}

.atpv-question-block {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid var(--atpv-border);
}

.atpv-question-block h2 {
  margin: 8px 0 20px;
  font-size: clamp(23px, 3.4vw, 32px);
  line-height: 1.25;
}

.atpv-question-eyebrow {
  margin-bottom: 5px;
  color: var(--atpv-muted);
  font-size: 12px;
  line-height: 1.55;
}

.atpv-dut-example {
  margin: 0 0 24px !important;
  overflow: hidden;
  border: 1px solid var(--atpv-border);
  border-radius: 14px;
  background: #f6fafb;
}

.atpv-dut-example img {
  width: 100%;
  max-height: 360px;
  display: block;
  object-fit: contain;
  background: #edf4f6;
}

.atpv-dut-example figcaption {
  padding: 11px 14px;
  color: var(--atpv-muted);
  font-size: 11px;
  line-height: 1.5;
}

.atpv-choice-list {
  min-width: 0;
  display: grid;
  gap: 10px;
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
}

.atpv-choice {
  min-width: 0;
  min-height: 54px;
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 12px !important;
  padding: 14px 16px !important;
  border: 1px solid var(--atpv-border) !important;
  border-radius: 11px !important;
  background: #fff !important;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.atpv-choice:hover {
  border-color: #a9bdc5 !important;
}

.atpv-choice:has(input:checked) {
  border-color: var(--atpv-teal) !important;
  background: #f5fafb !important;
  box-shadow: 0 0 0 4px rgba(14, 102, 113, .08) !important;
}

.atpv-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.atpv-choice-control {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border: 2px solid #a5b6be;
  border-radius: 50%;
  background: #fff;
}

.atpv-choice:has(input:checked) .atpv-choice-control {
  border-color: var(--atpv-teal);
}

.atpv-choice:has(input:checked) .atpv-choice-control::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--atpv-teal);
}

.atpv-choice strong {
  min-width: 0;
  color: var(--atpv-text);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.atpv-back-form {
  margin-top: 16px;
  text-align: center;
}

.atpv-payment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  align-items: start;
}

.atpv-payment-main {
  padding: 38px !important;
}

.atpv-payment-main h1 {
  margin-top: 8px;
}

.atpv-payment-options {
  display: grid;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.atpv-payment-options > legend {
  margin-bottom: 8px;
}

.atpv-payment-option {
  min-width: 0;
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px !important;
  padding: 16px !important;
  border: 1px solid var(--atpv-border) !important;
  border-radius: 12px !important;
  background: #fff !important;
  cursor: pointer;
}

.atpv-payment-option:has(input:checked) {
  border-color: var(--atpv-teal) !important;
  background: #f4fafb !important;
  box-shadow: 0 0 0 4px rgba(14, 102, 113, .08);
}

.atpv-payment-option input {
  width: 18px;
  height: 18px;
  accent-color: var(--atpv-teal);
}

.atpv-payment-option > span {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.atpv-payment-option strong {
  color: var(--atpv-navy);
  font-size: 13px;
}

.atpv-payment-option small {
  color: var(--atpv-muted);
  font-size: 11px;
}

.atpv-payment-option b {
  color: var(--atpv-teal);
  font-size: 10px;
  white-space: nowrap;
}

.atpv-consent-box {
  display: grid;
  gap: 10px;
  margin: 4px 0;
  padding: 16px;
  border: 1px solid var(--atpv-border);
  border-radius: 12px;
  background: #f7f9fa;
}

.atpv-check {
  display: grid !important;
  grid-template-columns: 19px minmax(0, 1fr);
  align-items: start;
  gap: 10px !important;
  color: #435963 !important;
  font-size: 11.5px;
  line-height: 1.55;
}

.atpv-check input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0 !important;
  accent-color: var(--atpv-teal);
}

.atpv-check a {
  color: var(--atpv-teal) !important;
  font-weight: 800;
}

.atpv-check--optional {
  color: var(--atpv-muted) !important;
}

.atpv-order-summary {
  position: sticky;
  top: 28px;
  padding: 26px !important;
  box-shadow: 0 18px 45px rgba(9, 42, 58, .09) !important;
}

.atpv-order-summary h2 {
  margin: 7px 0 18px;
}

.atpv-order-summary dl {
  display: grid;
  margin-bottom: 16px;
}

.atpv-order-summary dl > div {
  display: grid;
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid var(--atpv-border);
}

.atpv-order-summary dd {
  margin: 0;
  color: var(--atpv-navy);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.atpv-order-summary p {
  margin: 0;
  color: var(--atpv-muted);
  font-size: 10.5px;
  line-height: 1.6;
}

.atpv-payment-instructions {
  margin-top: 23px;
  padding: 18px;
  border: 1px solid var(--atpv-border);
  border-radius: 12px;
  background: #f7f9fa;
}

.atpv-payment-instructions h2 {
  margin-bottom: 8px;
  font-size: 19px;
}

.atpv-payment-instructions p {
  color: var(--atpv-muted);
  font-size: 12px;
}

.atpv-copy-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.atpv-copy-row code {
  min-width: 0;
  flex: 1;
  padding: 11px;
  border-radius: 8px;
  background: #fff;
  color: var(--atpv-navy);
  overflow-wrap: anywhere;
}

.atpv-copy-button {
  min-height: 40px;
  padding: 9px 12px !important;
  border: 1px solid var(--atpv-border-strong) !important;
  border-radius: 8px !important;
  color: var(--atpv-navy) !important;
  background: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  cursor: pointer;
}

.atpv-information-card,
.atpv-documents-card {
  padding: 38px !important;
}

.atpv-form-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 27px;
}

.atpv-form-heading h1 {
  margin: 8px 0 10px;
}

.atpv-form-heading p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--atpv-muted);
  font-size: 14px;
  line-height: 1.65;
}

.atpv-information-form {
  gap: 20px;
}

.atpv-form-section {
  min-width: 0;
  display: grid;
  gap: 17px;
  padding: 24px;
  border: 1px solid var(--atpv-border);
  border-radius: 15px;
  background: #fbfcfd;
}

.atpv-form-section-head {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  margin-bottom: 3px;
}

.atpv-form-section-head > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--atpv-navy);
  font-size: 10px;
  font-weight: 900;
}

.atpv-form-section-head h2 {
  margin: 0 0 4px;
  font-size: 21px;
}

.atpv-form-section-head p {
  margin: 0;
  color: var(--atpv-muted);
  font-size: 11.5px;
  line-height: 1.55;
}

.atpv-form-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-top: 5px;
}

.atpv-form-submit-row p {
  max-width: 640px;
  margin: 0;
  color: var(--atpv-muted);
  font-size: 11.5px;
  line-height: 1.6;
}

.atpv-document-guidance {
  margin: 22px 0;
  padding: 18px;
  border-left: 4px solid var(--atpv-teal);
  border-radius: 0 12px 12px 0;
  background: #f3f8f9;
}

.atpv-document-guidance strong {
  color: var(--atpv-navy);
}

.atpv-document-guidance ul {
  margin: 7px 0 0;
  padding-left: 19px;
  color: var(--atpv-muted);
  font-size: 12px;
  line-height: 1.7;
}

.atpv-upload-list {
  display: grid;
  gap: 14px;
}

.atpv-upload-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--atpv-border);
  border-radius: 14px;
  background: #fbfcfd;
}

.atpv-upload-copy {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
}

.atpv-upload-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--atpv-teal);
  background: #e9f3f5;
  font-size: 19px;
  font-weight: 900;
}

.atpv-upload-copy h2 {
  margin: 0 0 5px;
  font-size: 19px;
}

.atpv-upload-copy p {
  margin: 0;
  color: var(--atpv-muted);
  font-size: 11.5px;
  line-height: 1.55;
}

.atpv-current-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  margin-top: 15px;
  padding: 13px;
  border: 1px solid var(--atpv-border);
  border-radius: 10px;
  background: #fff;
}

.atpv-current-file > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.atpv-current-file span,
.atpv-current-file small {
  color: var(--atpv-muted);
  font-size: 9.5px;
}

.atpv-current-file strong {
  color: var(--atpv-navy);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.atpv-current-file p {
  margin: 3px 0 0;
  color: var(--atpv-error);
  font-size: 11px;
}

.atpv-current-file a {
  color: var(--atpv-teal) !important;
  font-size: 11px;
  font-weight: 800;
}

.atpv-file-field {
  display: flex !important;
  align-items: center;
  gap: 12px !important;
  margin-top: 15px !important;
  padding-top: 15px;
  border-top: 1px solid var(--atpv-border);
}

.atpv-file-field input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.atpv-file-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 41px;
  padding: 9px 13px;
  border-radius: 8px;
  color: #fff;
  background: var(--atpv-navy);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.atpv-file-field small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.atpv-result-card {
  max-width: 760px;
  margin-top: 55px !important;
  padding: 40px !important;
}

.atpv-result-card h1 {
  margin-top: 9px;
}

.atpv-result-card--warning {
  border-top: 5px solid #d4942c !important;
}

.atpv-result-card--success {
  border-top: 5px solid var(--atpv-success) !important;
}

.atpv-result-card--error {
  border-top: 5px solid var(--atpv-error) !important;
}

.atpv-result-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin: 23px 0;
}

.atpv-result-summary > div {
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid var(--atpv-border);
  border-radius: 10px;
  background: #f7f9fa;
}

.atpv-result-summary strong {
  color: var(--atpv-navy);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.atpv-result-note {
  margin: 0 0 22px;
  padding: 17px;
  border-radius: 11px;
  background: var(--atpv-warning-bg);
  color: #6e4e17;
}

.atpv-result-note strong {
  color: #6e4e17;
  font-size: 12px;
}

.atpv-result-note p {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.65;
}

.atpv-notice {
  margin: 0 0 18px !important;
  padding: 14px 16px !important;
  border: 1px solid transparent !important;
  border-radius: 11px !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

.atpv-notice a {
  color: inherit !important;
  font-weight: 800;
  text-decoration: underline !important;
}

.atpv-notice--success {
  border-color: #b7ddc7 !important;
  color: var(--atpv-success) !important;
  background: var(--atpv-success-bg) !important;
}

.atpv-notice--warning {
  border-color: #efd99c !important;
  color: var(--atpv-warning) !important;
  background: var(--atpv-warning-bg) !important;
}

.atpv-notice--error {
  border-color: #d92d20 !important;
  color: var(--atpv-error) !important;
  background: var(--atpv-error-bg) !important;
}

.atpv-notice--info {
  border-color: #bddbe7 !important;
  color: var(--atpv-info) !important;
  background: var(--atpv-info-bg) !important;
}

.atpv-dashboard-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin: 36px 0 22px !important;
}

.atpv-dashboard-head h1 {
  margin: 8px 0 7px;
}

.atpv-dashboard-head p {
  margin: 0;
  color: var(--atpv-muted);
}

.atpv-request-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 16px !important;
  padding-bottom: 7px;
  overflow-x: auto;
}

.atpv-request-tabs a {
  min-width: 215px;
  display: grid;
  gap: 4px;
  padding: 14px 16px !important;
  border: 1px solid var(--atpv-border) !important;
  border-radius: 11px !important;
  color: var(--atpv-text) !important;
  background: #fff !important;
}

.atpv-request-tabs a.is-active {
  border-color: var(--atpv-teal) !important;
  box-shadow: 0 0 0 4px rgba(14, 102, 113, .08) !important;
}

.atpv-request-tabs span,
.atpv-request-tabs small {
  color: var(--atpv-muted);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.atpv-request-tabs strong {
  color: var(--atpv-navy);
  font-size: 13px;
}

.atpv-status-hero {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 28px 30px;
  border-radius: 18px;
  color: #fff;
  background:
    linear-gradient(135deg, var(--atpv-navy-deep), var(--atpv-navy) 58%, var(--atpv-teal-dark));
  box-shadow: 0 20px 45px rgba(7, 36, 51, .18);
}

.atpv-status-hero h2 {
  margin: 6px 0 5px;
  color: #fff !important;
  font-size: clamp(26px, 4vw, 37px);
}

.atpv-status-hero p {
  margin: 0;
  color: #c7d8de;
  font-size: 12px;
}

.atpv-status-protocol {
  min-width: 220px;
  display: grid;
  gap: 4px;
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 11px;
  background: rgba(255,255,255,.07);
}

.atpv-status-protocol span {
  color: #bfd4da;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}

.atpv-status-protocol strong {
  color: #fff;
  font-size: 17px;
  overflow-wrap: anywhere;
}

.atpv-status-protocol small {
  color: #bed2d8;
}

.atpv-dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
  margin: 13px 0;
}

.atpv-dashboard-metrics article {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding: 15px;
  border: 1px solid var(--atpv-border);
  border-radius: 11px;
  background: #fff;
}

.atpv-dashboard-metrics span {
  color: var(--atpv-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.atpv-dashboard-metrics strong {
  color: var(--atpv-navy);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.atpv-next-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 14px;
  padding: 21px 23px;
  border: 1px solid #e9d8b8;
  border-radius: 13px;
  background: #fff9ed;
}

.atpv-next-action > div {
  min-width: 0;
}

.atpv-next-action span {
  color: var(--atpv-gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}

.atpv-next-action h2 {
  margin: 5px 0 4px;
  font-size: 22px;
}

.atpv-next-action p {
  margin: 0;
  color: var(--atpv-muted);
  font-size: 12px;
}

.atpv-next-action--success {
  border-color: #bdddc9;
  background: var(--atpv-success-bg);
}

.atpv-next-action--warning {
  border-color: #ecd49e;
  background: var(--atpv-warning-bg);
}

.atpv-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 14px;
  margin-bottom: 14px;
}

.atpv-dashboard-section {
  margin-top: 14px !important;
}

.atpv-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 17px;
}

.atpv-section-head h2 {
  margin: 5px 0 0;
  font-size: 22px;
}

.atpv-section-head > a {
  color: var(--atpv-teal) !important;
  font-size: 11px;
  font-weight: 800;
}

.atpv-timeline {
  display: grid;
  gap: 16px;
}

.atpv-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 12px;
}

.atpv-timeline article > span {
  width: 11px;
  height: 11px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--atpv-teal);
}

.atpv-timeline article:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 4.5px;
  top: 17px;
  bottom: -17px;
  width: 2px;
  background: #dce6e9;
}

.atpv-timeline strong {
  color: var(--atpv-navy);
  font-size: 12.5px;
}

.atpv-timeline time,
.atpv-message-list time {
  display: block;
  margin-top: 3px;
  color: var(--atpv-muted);
  font-size: 9.5px;
}

.atpv-timeline p,
.atpv-message-list p {
  margin: 5px 0 0;
  color: var(--atpv-muted);
  font-size: 11.5px;
  line-height: 1.6;
}

.atpv-details {
  display: grid;
  margin: 0;
}

.atpv-details > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--atpv-border);
}

.atpv-details > div:last-child {
  border-bottom: 0;
}

.atpv-details dt {
  color: var(--atpv-muted);
  font-size: 10.5px;
}

.atpv-details dd {
  min-width: 0;
  margin: 0;
  color: var(--atpv-text);
  font-size: 11.5px;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.atpv-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.atpv-table {
  width: 100%;
  border-collapse: collapse;
}

.atpv-table th,
.atpv-table td {
  min-width: 110px;
  padding: 11px;
  border-bottom: 1px solid var(--atpv-border);
  text-align: left;
  vertical-align: top;
  font-size: 10.5px;
}

.atpv-table th {
  color: var(--atpv-muted);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.atpv-table td:first-child {
  min-width: 180px;
}

.atpv-table strong {
  color: var(--atpv-navy);
  overflow-wrap: anywhere;
}

.atpv-table td > small {
  display: block;
  margin-top: 4px;
  color: var(--atpv-error);
}

.atpv-table a {
  color: var(--atpv-teal) !important;
  font-weight: 800;
}

.atpv-chip {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  color: #3d5966;
  background: #edf2f4;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.atpv-message-list {
  display: grid;
  gap: 11px;
}

.atpv-message-list article {
  padding: 14px;
  border: 1px solid var(--atpv-border);
  border-radius: 10px;
  background: #fbfcfd;
}

.atpv-message-list article > div {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
}

.atpv-message-list strong {
  color: var(--atpv-navy);
  font-size: 12px;
}

.atpv-profile-consent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 14px !important;
}

.atpv-profile-consent h2 {
  margin: 5px 0;
  font-size: 20px;
}

.atpv-profile-consent p {
  margin: 0;
  color: var(--atpv-muted);
  font-size: 11px;
}

.atpv-profile-consent form {
  min-width: 310px;
  display: grid;
  gap: 11px;
}

.atpv-empty-state {
  text-align: center;
}

.atpv-empty-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border-radius: 15px;
  color: var(--atpv-teal);
  background: #eaf3f5;
  font-size: 24px;
  font-weight: 800;
}

.atpv-empty-state p,
.atpv-muted {
  color: var(--atpv-muted) !important;
  font-size: 12px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 960px) {
  .atpv-start-grid,
  .atpv-payment-layout,
  .atpv-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .atpv-intro-panel {
    padding: 20px 5px 6px;
  }

  .atpv-order-summary {
    position: static;
  }

  .atpv-dashboard-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .atpv-shell {
    padding: 16px 12px 36px !important;
  }

  .atpv-brandbar {
    min-height: 58px;
    margin-bottom: 19px !important;
    padding: 9px 11px !important;
    border-radius: 13px;
  }

  .atpv-brand::before {
    width: 34px;
    height: 34px;
  }

  .atpv-brand strong {
    font-size: 13px;
  }

  .atpv-brand-actions > span {
    display: none;
  }

  .atpv-brand-link {
    min-height: 35px;
    padding: 7px 10px !important;
    font-size: 10px;
  }

  .atpv-card,
  .atpv-form-card,
  .atpv-payment-main,
  .atpv-information-card,
  .atpv-documents-card,
  .atpv-prevalidation-card,
  .atpv-result-card,
  .atpv-single-card {
    padding: 23px 18px !important;
    border-radius: 16px !important;
  }

  .atpv-single-card,
  .atpv-result-card {
    margin-top: 18px !important;
  }

  .atpv-grid-2,
  .atpv-address-grid,
  .atpv-result-summary,
  .atpv-request-reference--inline {
    grid-template-columns: 1fr;
  }

  .atpv-form-heading,
  .atpv-form-submit-row,
  .atpv-profile-consent,
  .atpv-next-action,
  .atpv-status-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .atpv-form-heading .atpv-request-reference {
    width: 100%;
  }

  .atpv-form-section {
    padding: 19px 15px;
  }

  .atpv-form-submit-row .atpv-button,
  .atpv-next-action .atpv-button {
    width: 100%;
  }

  .atpv-file-field {
    align-items: stretch;
    flex-direction: column;
  }

  .atpv-file-button {
    justify-content: center;
  }

  .atpv-current-file {
    align-items: flex-start;
    flex-direction: column;
  }

  .atpv-payment-option {
    grid-template-columns: 20px minmax(0, 1fr);
  }

  .atpv-payment-option b {
    display: none;
  }

  .atpv-copy-row {
    align-items: stretch;
    flex-direction: column;
  }

  .atpv-status-protocol {
    width: 100%;
    min-width: 0;
  }

  .atpv-dashboard-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .atpv-dashboard-head {
    align-items: stretch;
    flex-direction: column;
  }

  .atpv-dashboard-head .atpv-button {
    width: 100%;
  }

  .atpv-profile-consent form {
    min-width: 0;
  }

  .atpv-message-list article > div {
    flex-direction: column;
    gap: 2px;
  }
}

@media (max-width: 420px) {
  .atpv-dashboard-metrics {
    grid-template-columns: 1fr;
  }

  .atpv-card {
    padding-inline: 16px !important;
  }

  .atpv-shell h1 {
    font-size: 29px;
  }

  .atpv-question-block h2 {
    font-size: 23px;
  }

  .atpv-button {
    padding-inline: 14px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atpv-shell *,
  .atpv-shell *::before,
  .atpv-shell *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

.atpv-back-form--payment {
  margin: 0 0 18px;
  text-align: left;
}

.atpv-back-form--result {
  margin: 0 0 10px;
}


/* =========================================================
   REFINAMENTO VISUAL 3.3.3
   Alinhado à identidade e à hierarquia tipográfica da Home.
   ========================================================= */

.atpv-shell {
  min-height: auto;
  padding: 76px 20px 90px !important;
  background:
    radial-gradient(circle at 8% 8%, rgba(14, 102, 113, .045), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f6f9fa 100%) !important;
  font-family:
    "Manrope",
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif !important;
}

.atpv-shell h1,
.atpv-shell h2 {
  font-family: "Sora", "Manrope", Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -.045em !important;
}

.atpv-shell h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(38px, 5.2vw, 62px);
  line-height: 1.07;
}

.atpv-shell h2 {
  font-size: clamp(25px, 3.2vw, 38px);
  line-height: 1.16;
}

.atpv-shell h3 {
  font-family: "Sora", "Manrope", Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -.03em !important;
}

.atpv-shell p,
.atpv-shell li {
  font-weight: 550;
}

.atpv-lead {
  max-width: 760px;
  color: #667b85 !important;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.72;
  font-weight: 550 !important;
}

.atpv-lead-sm {
  max-width: 760px;
  color: #667b85 !important;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 550 !important;
}

.atpv-section-kicker,
.atpv-kicker {
  color: var(--atpv-teal);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .17em;
}

.atpv-card {
  padding: 42px !important;
  border: 1px solid rgba(11, 48, 69, .10) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .97) !important;
  box-shadow: 0 22px 60px rgba(11, 48, 69, .09) !important;
}

.atpv-start-grid {
  grid-template-columns: minmax(0, 1.07fr) minmax(420px, .93fr);
  gap: 58px;
}

.atpv-intro-panel {
  padding: 54px 6px 54px 0;
}

.atpv-intro-panel h1 {
  margin-top: 16px;
}

.atpv-intro-points {
  gap: 13px;
  margin-top: 34px;
}

.atpv-intro-points article {
  padding: 17px 20px;
  border-left-width: 2px;
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, .72);
}

.atpv-intro-points strong {
  font-family: "Sora", "Manrope", sans-serif;
  font-weight: 700;
}

.atpv-form-card {
  padding: 38px !important;
}

.atpv-card-head {
  margin-bottom: 28px;
}

.atpv-card-head h2 {
  margin: 9px 0 11px;
  font-size: clamp(28px, 3.2vw, 37px);
}

.atpv-card-head p {
  font-size: 13px;
  line-height: 1.68;
}

.atpv-form {
  gap: 19px;
}

.atpv-form label > span,
.atpv-payment-options > legend {
  color: #314b57;
  font-size: 12px;
  font-weight: 750;
}

.atpv-form input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.atpv-form select,
.atpv-form textarea {
  min-height: 54px !important;
  padding: 14px 15px !important;
  border: 1px solid #cfdbdf !important;
  border-radius: 11px !important;
  color: #203944 !important;
  background: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.atpv-form input:focus,
.atpv-form select:focus,
.atpv-form textarea:focus {
  border-color: var(--atpv-teal) !important;
  box-shadow: 0 0 0 4px rgba(14, 102, 113, .08) !important;
}

.atpv-button {
  min-height: 55px;
  padding: 15px 23px !important;
  border-radius: 12px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.atpv-button b {
  font-size: 19px;
  font-weight: 500;
}

.atpv-consent-box--start {
  margin-top: 2px;
  padding: 18px;
  border-color: rgba(11, 48, 69, .10);
  background: #f7fafb;
}

.atpv-check {
  font-size: 12px;
  line-height: 1.62;
}

.atpv-check--optional {
  padding-top: 11px;
  border-top: 1px solid rgba(11, 48, 69, .08);
}

.atpv-focus-card,
.atpv-prevalidation-card,
.atpv-result-card {
  max-width: 820px;
}

.atpv-single-card,
.atpv-result-card {
  margin-top: 0 !important;
}

.atpv-prevalidation-card {
  padding: 48px !important;
}

.atpv-prevalidation-intro {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(11, 48, 69, .10);
}

.atpv-prevalidation-intro h1 {
  margin-top: 12px;
  font-size: clamp(37px, 5vw, 57px);
}

.atpv-request-reference--inline {
  margin: 24px 0 0;
}

.atpv-question-block {
  margin-top: 34px;
  padding-top: 0;
  border-top: 0;
}

.atpv-question-block h2 {
  max-width: 760px;
  margin: 10px 0 24px;
  font-size: clamp(27px, 3.5vw, 39px);
  font-weight: 700 !important;
  line-height: 1.2;
}

.atpv-question-eyebrow {
  color: #70828a;
  font-size: 12px;
}

.atpv-dut-example {
  margin-bottom: 27px !important;
  border-radius: 16px;
  background: #f4f8f9;
  box-shadow: 0 12px 30px rgba(11, 48, 69, .06);
}

.atpv-dut-example img {
  max-height: 430px;
  padding: 13px;
  object-fit: contain;
}

.atpv-dut-example figcaption {
  padding: 14px 17px;
  border-top: 1px solid rgba(11, 48, 69, .08);
  font-size: 12px;
  line-height: 1.6;
}

.atpv-choice-list {
  gap: 12px;
}

.atpv-choice {
  min-height: 60px;
  padding: 16px 18px !important;
  border-radius: 12px !important;
}

.atpv-choice strong {
  font-size: 14px;
  font-weight: 700;
}

.atpv-payment-layout {
  gap: 30px;
}

.atpv-payment-main {
  padding: 46px !important;
}

.atpv-order-summary {
  padding: 30px !important;
  top: 34px;
}

.atpv-information-card,
.atpv-documents-card {
  padding: 48px !important;
}

.atpv-form-heading {
  gap: 38px;
  margin-bottom: 32px;
}

.atpv-form-heading h1 {
  margin-top: 11px;
  font-size: clamp(38px, 5vw, 58px);
}

.atpv-form-heading p {
  font-size: 15px;
  line-height: 1.72;
}

.atpv-communication-email {
  display: grid;
  gap: 5px;
  margin: 0 0 25px;
  padding: 17px 19px;
  border-left: 2px solid var(--atpv-teal);
  border-radius: 0 12px 12px 0;
  background: #f2f7f8;
}

.atpv-communication-email > span {
  color: var(--atpv-teal);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .15em;
}

.atpv-communication-email strong {
  color: var(--atpv-navy);
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.atpv-communication-email p {
  margin: 0;
  color: #687b85;
  font-size: 11px;
  line-height: 1.55;
}

.atpv-form-section {
  gap: 20px;
  padding: 30px;
  border-color: rgba(11, 48, 69, .09);
  border-radius: 17px;
  background: #fbfcfc;
}

.atpv-form-section-head {
  display: block;
  margin-bottom: 6px;
}

.atpv-form-section-head > div {
  min-width: 0;
}

.atpv-form-section-head h2 {
  margin: 7px 0 7px;
  font-size: clamp(25px, 3vw, 34px);
}

.atpv-form-section-head p {
  max-width: 760px;
  font-size: 12px;
  line-height: 1.65;
}

.atpv-form-section-head > span {
  display: none;
}

.atpv-form-submit-row {
  padding-top: 8px;
}

.atpv-document-guidance {
  padding: 20px 22px;
  border-left-width: 2px;
}

.atpv-upload-card {
  padding: 25px;
  border-radius: 15px;
}

.atpv-result-card {
  padding: 48px !important;
}

.atpv-result-card h1 {
  font-size: clamp(37px, 5vw, 57px);
}

.atpv-page-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
  margin-bottom: 28px !important;
  color: #71828a;
  font-size: 11px;
  font-weight: 650;
}

.atpv-page-tools a {
  color: var(--atpv-teal) !important;
  font-weight: 800;
}

.atpv-dashboard-head {
  margin-top: 0 !important;
}

.atpv-dashboard-head h1 {
  font-size: clamp(39px, 5vw, 61px);
}

.atpv-status-hero {
  padding: 34px 36px;
  border-radius: 20px;
}

.atpv-status-hero h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700 !important;
}

.atpv-next-action h2,
.atpv-section-head h2 {
  font-weight: 700 !important;
}

.atpv-private-disclaimer,
.atpv-form-privacy {
  max-width: 830px;
  margin-top: 30px !important;
  font-size: 11px;
  line-height: 1.7;
}

@media (max-width: 960px) {
  .atpv-shell {
    padding-top: 56px !important;
  }

  .atpv-start-grid {
    gap: 24px;
  }

  .atpv-intro-panel {
    padding: 25px 4px 13px;
  }

  .atpv-prevalidation-card,
  .atpv-information-card,
  .atpv-documents-card,
  .atpv-payment-main,
  .atpv-result-card {
    padding: 38px !important;
  }
}

@media (max-width: 700px) {
  .atpv-shell {
    padding: 42px 14px 62px !important;
  }

  .atpv-card,
  .atpv-form-card,
  .atpv-payment-main,
  .atpv-information-card,
  .atpv-documents-card,
  .atpv-prevalidation-card,
  .atpv-result-card,
  .atpv-single-card {
    padding: 27px 20px !important;
  }

  .atpv-shell h1,
  .atpv-form-heading h1,
  .atpv-prevalidation-intro h1,
  .atpv-result-card h1,
  .atpv-dashboard-head h1 {
    font-size: 34px;
    line-height: 1.1;
  }

  .atpv-question-block h2,
  .atpv-form-section-head h2 {
    font-size: 26px;
  }

  .atpv-form-section {
    padding: 22px 17px;
  }

  .atpv-form-heading {
    gap: 21px;
  }

  .atpv-page-tools {
    margin-bottom: 18px !important;
  }
}

@media (max-width: 420px) {
  .atpv-shell {
    padding-inline: 11px !important;
  }

  .atpv-card,
  .atpv-form-card,
  .atpv-payment-main,
  .atpv-information-card,
  .atpv-documents-card,
  .atpv-prevalidation-card,
  .atpv-result-card,
  .atpv-single-card {
    padding-inline: 17px !important;
  }
}


.atpv-prevalidation-acceptance {
  display: grid;
  gap: 24px;
  margin-top: 30px;
  padding: 28px;
  border: 1px solid rgba(11, 48, 69, .10);
  border-radius: 16px;
  background: #fbfcfc;
}

.atpv-prevalidation-acceptance-copy h2 {
  margin: 8px 0 10px;
  font-size: clamp(26px, 3.4vw, 36px);
}

.atpv-prevalidation-acceptance-copy p {
  max-width: 700px;
  margin: 0;
  color: #687b85;
  font-size: 13px;
  line-height: 1.72;
}

.atpv-consent-box--prevalidation {
  margin: 0;
  padding: 18px;
  border-color: rgba(11, 48, 69, .10);
  background: #f2f7f8;
}

@media (max-width: 700px) {
  .atpv-prevalidation-acceptance {
    padding: 21px 17px;
  }
}


/* Escolha ao reencontrar um protocolo ativo */
.atpv-resume-card {
  max-width: 860px;
  padding: 48px !important;
}

.atpv-resume-card > h1 {
  margin-top: 12px;
  font-size: clamp(39px, 5vw, 58px);
}

.atpv-resume-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.atpv-resume-option {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 25px;
  border: 1px solid rgba(11, 48, 69, .11);
  border-radius: 17px;
  background: #fbfcfc;
}

.atpv-resume-option--primary {
  border-color: rgba(14, 102, 113, .35);
  background: linear-gradient(180deg, #f5fafb 0%, #ffffff 100%);
  box-shadow: 0 16px 34px rgba(11, 48, 69, .07);
}

.atpv-resume-icon {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--atpv-teal);
  background: #e8f3f5;
  font-size: 22px;
  font-weight: 700;
}

.atpv-resume-option > div:nth-child(2) {
  min-width: 0;
  flex: 1;
}

.atpv-resume-option span {
  color: var(--atpv-teal);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .15em;
}

.atpv-resume-option h2 {
  margin: 7px 0 9px;
  font-size: clamp(25px, 3vw, 33px);
}

.atpv-resume-option p {
  margin: 0;
  color: #687b85;
  font-size: 12.5px;
  line-height: 1.68;
}

.atpv-restart-warning {
  padding: 12px 14px;
  border-radius: 10px;
  color: #7a5719;
  background: #fff7e7;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.55;
}

.atpv-resume-option form {
  margin-top: auto;
}

@media (max-width: 700px) {
  .atpv-resume-card {
    padding: 28px 20px !important;
  }

  .atpv-resume-options {
    grid-template-columns: 1fr;
  }

  .atpv-resume-option {
    padding: 21px 17px;
  }
}


/* Simplificação da pré-validação e da retomada — 3.3.3 */
.atpv-question-context {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 27px;
  color: #7a8b93;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.atpv-question-context b {
  color: #aebdc3;
  font-weight: 500;
}

.atpv-question-block {
  margin-top: 0;
}

.atpv-question-title {
  max-width: 760px !important;
  margin: 0 0 26px !important;
  font-size: clamp(30px, 4.1vw, 43px) !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
  letter-spacing: -.04em !important;
}

.atpv-resume-simple {
  max-width: 760px;
  padding: 48px !important;
}

.atpv-resume-simple h1 {
  margin-top: 12px;
  font-size: clamp(37px, 5vw, 54px);
}

.atpv-resume-reference {
  display: flex;
  align-items: center;
  gap: 10px 22px;
  flex-wrap: wrap;
  margin: 25px 0;
  padding: 14px 16px;
  border: 1px solid rgba(11, 48, 69, .09);
  border-radius: 11px;
  color: #70828a;
  background: #f7fafb;
  font-size: 11px;
}

.atpv-resume-reference strong {
  color: var(--atpv-navy);
  font-weight: 800;
}

.atpv-resume-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.atpv-resume-actions form {
  margin: 0;
}

.atpv-resume-note {
  margin: 16px 0 0;
  color: #7a8b93;
  font-size: 10.5px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 700px) {
  .atpv-question-context {
    margin-bottom: 21px;
  }

  .atpv-question-title {
    font-size: 29px !important;
  }

  .atpv-resume-simple {
    padding: 28px 20px !important;
  }

  .atpv-resume-actions {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   ÁREA DO CLIENTE — LINHA DO TEMPO E DOCUMENTOS
   ========================================================= */

.atpv-timeline-legend {
  display: flex;
  align-items: center;
  gap: 9px 18px;
  flex-wrap: wrap;
  margin: -4px 0 22px;
  padding: 12px 14px;
  border: 1px solid var(--atpv-border);
  border-radius: 10px;
  background: #f8fafb;
}

.atpv-timeline-legend > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--atpv-muted);
  font-size: 9px;
  font-weight: 700;
}

.atpv-timeline-legend b {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%;
  background: #aebdc3;
}

.atpv-timeline-legend .is-success b {
  background: #21845a;
}

.atpv-timeline-legend .is-warning b {
  background: #d39a32;
}

.atpv-timeline-legend .is-error b {
  background: #b42318;
}

.atpv-timeline-item--success > span {
  background: #21845a !important;
}

.atpv-timeline-item--warning > span {
  background: #d39a32 !important;
}

.atpv-timeline-item--error > span {
  background: #b42318 !important;
}

.atpv-timeline-item--pending > span {
  background: #aebdc3 !important;
}

.atpv-client-document-list {
  display: grid;
  gap: 11px;
}

.atpv-client-document-list article {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px solid var(--atpv-border);
  border-radius: 12px;
  background: #fbfcfd;
}

.atpv-client-document-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #17724b;
  background: #e9f7ef;
  font-weight: 900;
}

.atpv-client-document-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.atpv-client-document-copy > span {
  color: var(--atpv-teal);
  font-size: 8.5px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.atpv-client-document-copy strong {
  color: var(--atpv-navy);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.atpv-client-document-copy small {
  color: var(--atpv-muted);
  font-size: 9px;
}

.atpv-client-document-copy p {
  margin: 4px 0 0;
  color: var(--atpv-error);
  font-size: 10px;
}

.atpv-client-document-list article > a {
  color: var(--atpv-teal) !important;
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

.atpv-chip--approved {
  color: #17724b;
  background: #e9f7ef;
}

.atpv-chip--illegible,
.atpv-chip--incomplete,
.atpv-chip--incorrect,
.atpv-chip--resend {
  color: #b42318;
  background: #ffffff;
}

@media (max-width: 700px) {
  .atpv-client-document-list article {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .atpv-client-document-list article > .atpv-chip,
  .atpv-client-document-list article > a {
    grid-column: 2;
    justify-self: start;
  }
}


.atpv-timeline-item--success:not(:last-child)::before {
  background: #21845a !important;
}

.atpv-timeline-item--warning:not(:last-child)::before {
  background: #d39a32 !important;
}

.atpv-timeline-item--error:not(:last-child)::before {
  background: #b42318 !important;
}


/* ENTREGA FINAL DA ATPV — 3.3.3 */
.atpv-final-delivery {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  border-color: #b8ddc8 !important;
  border-top: 4px solid #21845a !important;
  background: linear-gradient(180deg, #fbfefc 0%, #fff 100%) !important;
}

.atpv-final-delivery-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: #21845a;
  font-size: 24px;
  font-weight: 900;
}

.atpv-final-delivery h2 {
  margin: 5px 0 5px !important;
}

.atpv-final-delivery p {
  margin: 0;
  color: var(--atpv-muted);
  font-size: 11px;
}

.atpv-notice--error,
.atpv-chip--illegible,
.atpv-chip--incomplete,
.atpv-chip--incorrect,
.atpv-chip--resend {
  color: #b42318 !important;
  background: #fff !important;
  border-color: #d92d20 !important;
}

@media (max-width: 700px) {
  .atpv-final-delivery { grid-template-columns: 50px minmax(0, 1fr); }
  .atpv-final-delivery > a { grid-column: 1 / -1; width: 100%; }
  .atpv-final-delivery-icon { width: 48px; height: 48px; }
}


/* =========================================================
   CONTRASTE DE BOTÕES E UPLOAD — 3.3.3
   ========================================================= */

.atpv-shell .atpv-button,
.atpv-shell .atpv-button:visited,
.atpv-shell .atpv-button:hover,
.atpv-shell .atpv-button:focus,
.atpv-shell .atpv-button:focus-visible,
.atpv-shell .atpv-button:active {
  color: #ffffff !important;
  text-decoration: none !important;
}

.atpv-shell .atpv-button > span,
.atpv-shell .atpv-button > b {
  color: inherit !important;
}

.atpv-shell .atpv-button--secondary,
.atpv-shell .atpv-button--secondary:visited {
  color: var(--atpv-navy) !important;
  background: #ffffff !important;
}

.atpv-shell .atpv-button--secondary:hover,
.atpv-shell .atpv-button--secondary:focus,
.atpv-shell .atpv-button--secondary:focus-visible,
.atpv-shell .atpv-button--secondary:active {
  color: var(--atpv-teal) !important;
  background: #f4f8f9 !important;
}

.atpv-form label > .atpv-file-button,
.atpv-file-field .atpv-file-button {
  color: #ffffff !important;
  background: var(--atpv-navy) !important;
  border: 1px solid var(--atpv-navy) !important;
  box-shadow: 0 8px 18px rgba(11, 48, 69, .15);
}

.atpv-file-field:hover .atpv-file-button,
.atpv-file-field input:focus-visible + .atpv-file-button {
  color: #ffffff !important;
  background: var(--atpv-navy-deep) !important;
  border-color: var(--atpv-navy-deep) !important;
}

.atpv-result-note a,
.atpv-next-action a {
  color: var(--atpv-teal) !important;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}


/* =========================================================
   FLUXOS, BENEFÍCIOS E TIPOGRAFIA — 3.3.3
   ========================================================= */

.atpv-shell h1,
.atpv-shell h2,
.atpv-shell h3 {
  font-weight: 740 !important;
}

.atpv-question-title {
  font-weight: 740 !important;
}

.atpv-decision-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.atpv-decision-actions form {
  margin: 0;
}

.atpv-result-caption {
  margin: 13px 0 0;
  color: var(--atpv-muted);
  font-size: 13px;
  line-height: 1.65;
  text-align: center;
}

.atpv-benefit-box,
.atpv-issuance-consent {
  padding: clamp(20px, 3.5vw, 29px);
  border: 1px solid var(--atpv-border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 13px 34px rgba(11, 48, 69, .06);
}

.atpv-benefit-box {
  margin: 18px 0;
}

.atpv-benefit-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.atpv-benefit-head h2,
.atpv-issuance-consent h2 {
  margin: 6px 0 7px;
  font-size: clamp(21px, 3vw, 27px);
}

.atpv-benefit-head p,
.atpv-issuance-consent p {
  max-width: 650px;
  margin: 0;
  color: var(--atpv-muted);
  line-height: 1.7;
}

.atpv-benefit-head > strong {
  flex: 0 0 auto;
  padding: 9px 13px;
  border-radius: 999px;
  color: #17724b;
  background: #eef9f3;
  font-size: 15px;
  white-space: nowrap;
}

.atpv-benefit-form {
  display: grid;
  gap: 17px;
}

.atpv-benefit-form label {
  display: grid;
  gap: 8px;
}

.atpv-benefit-form label > span {
  color: var(--atpv-text);
  font-size: 12px;
  font-weight: 700;
}

.atpv-benefit-form label em {
  color: var(--atpv-muted);
  font-style: normal;
  font-weight: 500;
}

.atpv-automatic-benefit {
  display: grid;
  gap: 3px;
  margin: 0 0 18px;
  padding: 14px 16px;
  border-left: 4px solid #21845a;
  border-radius: 10px;
  background: #f3fbf6;
}

.atpv-automatic-benefit span {
  color: #17724b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.atpv-automatic-benefit strong {
  color: var(--atpv-navy);
  font-size: 15px;
}

.atpv-automatic-benefit small {
  color: var(--atpv-muted);
}

.atpv-order-summary .atpv-order-discount dt,
.atpv-order-summary .atpv-order-discount dd {
  color: #17724b;
}

.atpv-order-summary .atpv-order-total {
  padding-top: 14px;
  border-top: 1px solid var(--atpv-border);
}

.atpv-order-summary .atpv-order-total dt,
.atpv-order-summary .atpv-order-total dd {
  color: var(--atpv-navy);
  font-size: 17px;
  font-weight: 800;
}

.atpv-issuance-consent {
  display: grid;
  gap: 18px;
  margin-top: 22px;
  border-color: #b9cbd2;
  background: #f8fbfc;
}

.atpv-check--issuance {
  align-items: flex-start !important;
  padding: 16px !important;
  border: 1px solid #b9cbd2 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
}

.atpv-check--issuance input {
  flex: 0 0 auto;
  width: 19px !important;
  height: 19px !important;
  margin-top: 2px !important;
}

.atpv-check--issuance > span {
  color: var(--atpv-text) !important;
  font-size: 13px !important;
  font-weight: 620 !important;
  line-height: 1.7 !important;
}

.atpv-field-status {
  display: block;
  min-height: 19px;
  color: var(--atpv-muted);
  font-size: 11px;
  line-height: 1.55;
}

.atpv-field-status[data-state="loading"] {
  color: #176b87;
}

.atpv-field-status[data-state="success"] {
  color: #17724b;
}

.atpv-field-status[data-state="error"] {
  color: #b42318;
}

.atpv-status--analysis_decision,
.atpv-timeline-item--analysis_decision {
  color: #176b87;
}

@media (max-width: 680px) {
  .atpv-decision-actions {
    grid-template-columns: 1fr;
  }

  .atpv-benefit-head {
    display: grid;
    gap: 13px;
  }

  .atpv-benefit-head > strong {
    justify-self: start;
  }
}


.atpv-free-benefit-confirmation {
  display: grid;
  gap: 5px;
  margin-bottom: 18px;
  padding: 17px;
  border: 1px solid #9fcdb4;
  border-radius: 12px;
  background: #f3fbf6;
}

.atpv-free-benefit-confirmation span {
  color: #17724b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.atpv-free-benefit-confirmation strong {
  color: var(--atpv-navy);
  font-size: 17px;
}

.atpv-free-benefit-confirmation p {
  margin: 0;
  color: var(--atpv-muted);
  line-height: 1.65;
}

/* =========================================================
   REVISÃO, VALIDAÇÃO E DOCUMENTOS — 3.4.0
   ========================================================= */

.atpv-required-note {
  margin: 0 0 2px;
  color: var(--atpv-muted);
  font-size: 12px;
  line-height: 1.5;
}

.atpv-required-note > span,
.atpv-required-mark {
  color: #b42318 !important;
  font-weight: 800;
}

.atpv-field-invalid input:not([type="radio"]):not([type="checkbox"]),
.atpv-field-invalid select,
.atpv-field-invalid textarea,
.atpv-input-invalid:not([type="radio"]):not([type="checkbox"]) {
  border-color: #b42318 !important;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, .10) !important;
}

.atpv-field-invalid.atpv-choice-list,
.atpv-field-invalid.atpv-payment-options,
.atpv-field-invalid.atpv-consent-box,
.atpv-field-invalid.atpv-issuance-consent,
.atpv-field-invalid.atpv-file-field,
label.atpv-field-invalid {
  border-color: #b42318 !important;
}

.atpv-field-error {
  display: block;
  width: 100%;
  margin-top: 6px;
  color: #b42318;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.atpv-validation-dialog {
  width: min(560px, calc(100vw - 28px));
  max-width: 560px;
  max-height: min(82vh, 700px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 20px;
  background: #ffffff;
  color: var(--atpv-text);
  box-shadow: 0 30px 90px rgba(11, 48, 69, .25);
}

.atpv-validation-dialog::backdrop {
  background: rgba(8, 33, 47, .62);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.atpv-validation-dialog[open] {
  display: block;
}

.atpv-validation-dialog__inner {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 30px;
}

.atpv-validation-dialog__inner h2 {
  margin: 0;
  color: var(--atpv-navy);
  font-size: clamp(24px, 4vw, 32px);
  line-height: 1.16;
}

.atpv-validation-dialog__inner > p {
  margin: 0;
  color: var(--atpv-muted);
  line-height: 1.65;
}

.atpv-validation-dialog__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--atpv-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--atpv-navy);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.atpv-validation-dialog ul {
  display: grid;
  gap: 9px;
  max-height: 290px;
  margin: 2px 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}

.atpv-validation-dialog li {
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border-left: 4px solid #b42318;
  border-radius: 10px;
  background: #fff6f5;
}

.atpv-validation-dialog li strong {
  color: var(--atpv-navy);
  font-size: 13px;
}

.atpv-validation-dialog li span {
  color: #7a271a;
  font-size: 12px;
  line-height: 1.5;
}

.atpv-review-card {
  max-width: 860px;
}

.atpv-answer-review-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.atpv-answer-review-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--atpv-border);
  border-radius: 13px;
  background: #f8fbfc;
}

.atpv-answer-review-list article span {
  color: var(--atpv-text);
  font-size: 14px;
  line-height: 1.55;
}

.atpv-answer-review-list article strong {
  min-width: 92px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #e8f4f6;
  color: var(--atpv-teal);
  font-size: 13px;
  text-align: center;
}

.atpv-data-review {
  display: grid;
  gap: 20px;
  margin-bottom: 24px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--atpv-border);
  border-radius: 18px;
  background: #f8fbfc;
}


.atpv-review-warning {
  margin: 4px 0 0 !important;
  color: #b42318 !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.atpv-review-warning strong {
  color: #b42318;
  font-weight: 900;
}

.atpv-data-review-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

.atpv-data-review-head h2 {
  margin: 6px 0 5px;
}

.atpv-data-review-head p {
  margin: 0;
  color: var(--atpv-muted);
  line-height: 1.6;
}

.atpv-review-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.atpv-review-details > div {
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid var(--atpv-border);
  border-radius: 12px;
  background: #ffffff;
}

.atpv-review-details dt {
  margin-bottom: 5px;
  color: var(--atpv-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.atpv-review-details dd {
  margin: 0;
  color: var(--atpv-navy);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.atpv-current-file {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin: 14px 0;
  padding: 14px 15px;
  border: 1px solid #b8d7c5;
  border-radius: 12px;
  background: #f3fbf6;
}

.atpv-current-file > div:first-child {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.atpv-current-file span {
  color: #17724b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.atpv-current-file strong {
  color: var(--atpv-navy);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.atpv-current-file small,
.atpv-current-file p {
  margin: 0;
  color: var(--atpv-muted);
  font-size: 12px;
  line-height: 1.5;
}

.atpv-current-file-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  align-items: center;
}

.atpv-current-file-actions a,
.atpv-current-file-actions button {
  color: var(--atpv-teal);
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.atpv-current-file-actions .atpv-text-button--danger {
  color: #b42318;
}

.atpv-hidden-form {
  display: none !important;
}

.atpv-form button[formnovalidate] {
  margin-top: 4px;
}

html.atpv-dialog-open {
  overflow: hidden;
}
