.customer-documents-body-v598 {
  display: grid;
  gap: 16px;
}

.customer-documents-loading-v598,
.customer-documents-error-v598 {
  padding: 22px;
  border: 1px solid #dbe3ec;
  border-radius: 14px;
  background: #f8fafc;
}

.customer-documents-error-v598 {
  border-color: #fecaca;
  background: #fff7f7;
  color: #991b1b;
}

.customer-document-readiness-v598 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding: 18px;
  border: 1px solid #dbe3ec;
  border-radius: 16px;
}

.customer-document-readiness-v598.ready {
  border-color: #86efac;
  background: #f0fdf4;
}

.customer-document-readiness-v598.incomplete {
  border-color: #fdba74;
  background: #fff7ed;
}

.customer-document-readiness-v598 small {
  display: block;
  margin-bottom: 5px;
  font-weight: 800;
  letter-spacing: .08em;
}

.customer-document-readiness-v598 h4,
.customer-document-card-v598 h4,
.customer-document-missing-v598 h4 {
  margin: 0 0 6px;
}

.customer-document-readiness-v598 p,
.customer-document-card-v598 p,
.customer-document-missing-v598 p {
  margin: 0;
  line-height: 1.45;
  color: #64748b;
}

.customer-document-readiness-v598 > strong {
  white-space: nowrap;
  font-size: 12px;
}

.customer-document-profile-v598 {
  display: grid;
  grid-template-columns:
    repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.customer-document-profile-v598 > div {
  min-width: 0;
  padding: 13px;
  border: 1px solid #e2e8f0;
  border-radius: 13px;
  background: #fff;
}

.customer-document-profile-v598 small {
  display: block;
  margin-bottom: 5px;
  color: #64748b;
}

.customer-document-profile-v598 b {
  display: block;
  overflow-wrap: anywhere;
}

.customer-document-missing-v598 {
  padding: 16px;
  border: 1px solid #fdba74;
  border-radius: 14px;
  background: #fffaf3;
}

.customer-document-missing-v598 > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 10px 0;
}

.customer-document-tag-v598 {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: #ffedd5;
  color: #9a3412;
  font-size: 12px;
  font-weight: 700;
}

.customer-document-tag-v598.ok {
  background: #dcfce7;
  color: #166534;
}

.customer-document-reference-v598 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px;
  border-radius: 13px;
  background: #f1f5f9;
}

.customer-document-list-v598 {
  display: grid;
  gap: 10px;
}

.customer-document-card-v598 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 16px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
}

.customer-document-card-v598.available {
  border-left: 4px solid #16a34a;
}

.customer-document-card-v598.pending {
  border-left: 4px solid #cbd5e1;
}

.customer-document-card-v598 small {
  display: block;
  margin-bottom: 5px;
  color: #64748b;
  font-weight: 800;
}

.customer-document-card-action-v598 {
  display: grid;
  justify-items: end;
  gap: 8px;
  min-width: 135px;
}

.customer-document-card-action-v598 span {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 760px) {
  .customer-document-readiness-v598,
  .customer-document-card-v598 {
    display: grid;
  }

  .customer-document-readiness-v598 > strong {
    white-space: normal;
  }

  .customer-document-profile-v598 {
    grid-template-columns: 1fr;
  }

  .customer-document-card-action-v598 {
    justify-items: stretch;
    min-width: 0;
  }
}
