html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  background-color: #fcf8fa;
  color: #1b1b1d;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

table {
  border-collapse: collapse;
  mso-table-lspace: 0;
  mso-table-rspace: 0;
}

img {
  border: 0;
  display: block;
  line-height: 100%;
  outline: none;
  text-decoration: none;
}

a {
  color: #0058be;
}

.orca-mail-preheader {
  display: none !important;
  max-height: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  mso-hide: all;
  visibility: hidden;
}

.orca-mail-page {
  background-color: #fcf8fa;
  width: 100%;
}

.orca-mail-page-cell {
  padding: 40px 20px;
}

.orca-mail-card {
  background-color: #ffffff;
  border: 1px solid #c6c6cd;
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
}

.orca-mail-card-cell {
  padding: 36px 40px 30px;
}

.orca-mail-header {
  border-bottom: 1px solid #e4e2e4;
  padding-bottom: 24px;
}

.orca-mail-logo {
  height: auto;
  width: 112px;
}

.orca-mail-content {
  padding: 30px 0;
}

.orca-mail-content h1 {
  color: #1b1b1d;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 20px;
}

.orca-mail-content p {
  color: #1b1b1d;
  margin: 0 0 18px;
}

.orca-mail-content p:last-child {
  margin-bottom: 0;
}

.orca-mail-muted,
.orca-mail-content .orca-mail-muted {
  color: #5f6068;
}

.orca-mail-action-wrap {
  margin: 26px 0 22px;
}

.orca-mail-action-cell {
  background-color: #000000;
  border-radius: 6px;
  height: 48px;
  text-align: center;
}

.orca-mail-action {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 6px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding: 12px 22px;
  text-decoration: none;
}

.orca-mail-fallback {
  color: #5f6068;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 18px;
}

.orca-mail-fallback a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.orca-mail-results {
  margin: 0 0 22px;
  padding-top: 26px;
}

.orca-mail-result-section {
  margin-top: 22px;
}

.orca-mail-result-section-first {
  margin-top: 0;
}

.orca-mail-result-heading-cell {
  border-bottom: 1px solid #e4e2e4;
  padding: 0 0 10px;
}

.orca-mail-result-icon {
  height: 26px;
  width: 26px;
}

.orca-mail-result-title {
  color: #1b1b1d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.orca-mail-result-section-problem .orca-mail-result-heading-cell {
  border-bottom-color: #e3a4a4;
}

.orca-mail-result-section-problem .orca-mail-result-title {
  color: #ba1a1a;
}

.orca-mail-result-description {
  color: #5f6068;
  font-size: 14px;
  line-height: 1.5;
  padding: 12px 0 2px;
}

.orca-mail-result-marker,
.orca-mail-result-row {
  border-bottom: 1px solid #f0edef;
  padding: 12px 0;
  vertical-align: top;
}

.orca-mail-result-marker {
  color: #76777d;
  padding-right: 10px;
  width: 12px;
}

.orca-mail-result-row-last {
  border-bottom: 0;
}

.orca-mail-filename {
  color: #1b1b1d;
  font-weight: 600;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.orca-mail-result-reason {
  color: #5f6068;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 3px;
}

.orca-mail-guidance {
  color: #45464d;
  font-size: 14px;
  margin-top: 14px;
}

.orca-mail-status-heading-icon {
  padding-right: 12px;
  vertical-align: top;
  width: 28px;
}

.orca-mail-footer {
  border-top: 1px solid #e4e2e4;
  color: #5f6068;
  font-size: 13px;
  line-height: 1.55;
  padding-top: 22px;
}

.orca-mail-footer-brand {
  color: #1b1b1d;
  font-weight: 700;
  margin-bottom: 5px;
}

.orca-mail-footer p {
  margin: 0 0 7px;
}

.orca-mail-footer p:last-child {
  margin-bottom: 0;
}

.orca-mail-operational-details {
  background-color: #f6f3f5;
  border-radius: 6px;
  margin-top: 22px;
  width: 100%;
}

.orca-mail-operational-details td {
  color: #1b1b1d;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  line-height: 1.55;
  padding: 16px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media only screen and (max-width: 640px) {
  .orca-mail-page-cell {
    padding: 16px 10px !important;
  }

  .orca-mail-card-cell {
    padding: 26px 18px 24px !important;
  }

  .orca-mail-content {
    padding: 26px 0 28px !important;
  }

  .orca-mail-content h1 {
    font-size: 24px !important;
  }

  .orca-mail-action-wrap,
  .orca-mail-action-wrap tbody,
  .orca-mail-action-wrap tr,
  .orca-mail-action-cell,
  .orca-mail-action {
    box-sizing: border-box !important;
    width: 100% !important;
  }
}
