/**
 * Generated from emails repo
 */

.emails {
  font-family: Geist, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #000;

  .layout {
    background-color: #000;
    font-family: Geist, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif
  }
  @media (max-width: 600px) {
    .layout {
      padding-left: 16px;
      padding-right: 16px
    }
  }
  .card {
    background-color: #18181B;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  @media (min-width: 600px) {
    .card {
      border-radius: 12px;
      padding-left: 24px;
      padding-right: 24px;
      border: 1px solid rgba(255, 255, 255, 0.10);
    }
  }
  .card-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }
  .card-content {
    margin: 0;
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
  }
  .card-actions {
    margin: 24px 0;
  }
  .card-footer {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #A1A1AA;
  }
  .card-notice {
    margin: 0;
    margin-top: 16px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
  }
  .btn {
    display: inline-block;
    border-radius: 6px;
    background-color: #52525b;
    border: 1px solid rgba(82, 82, 91, 0.05);
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #fafafa;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .btn:hover {
    background-color: rgba(113, 113, 122, 0.9);
  }

  .btn:focus-visible {
    outline-width: 2px;
    outline-offset: 2px;
  }

  .btn:disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .m-0 {
    margin: 0 !important
  }
  .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }
  .mb-2 {
    margin-bottom: 8px !important
  }
  .mb-4 {
    margin-bottom: 16px !important
  }
  .mb-6 {
    margin-bottom: 24px !important
  }
  .hidden {
    display: none !important
  }
  .w-552px {
    width: 552px !important
  }
  .w-full {
    width: 100% !important
  }
  .max-w-full {
    max-width: 100% !important
  }
  .bg-background {
    background-color: #000 !important
  }
  .p-0 {
    padding: 0 !important
  }
  .px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important
  }
  .py-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
  }
  .text-center {
    text-align: center !important
  }
  .text-base {
    font-size: 16px !important
  }
  .text-base-6 {
    font-size: 16px !important;
    line-height: 24px !important
  }
  .text-xs {
    font-size: 12px !important
  }
  .font-semibold {
    font-weight: 600 !important
  }
  .text-muted-foreground {
    color: #A1A1AA !important
  }
  .text-foreground {
    color: #fff !important
  }
  .mso-font-width-150pc {
    mso-font-width: 150%
  }
  .-webkit-font-smoothing-antialiased {
    -webkit-font-smoothing: antialiased !important
  }
  .word-break-break-word {
    word-break: break-word !important
  }
  img {
    max-width: 100%;
    vertical-align: middle
  }
}
