.postmail-component {
  display: block;
  margin: auto;
  max-width: 640px;
}

.postmail-header {
  margin-top: 12px;
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 24px;
  padding-top: 22px;
  padding-bottom: 16px;
  position: relative;
}
.RVEQke {
  background-color: rgb(91, 183, 159);
  color: rgba(0, 0, 0, 1);
}
.JH79cc {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 10px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% + 2px);
}
.postmail-header .N0gd6 {
  padding-bottom: 12px;
}
.postmail-header .ahS2Le {
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.postmail-header .ahS2Le .title {
  font-size: 24pt;
  font-family: 'docs-Roboto', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  color: #202124;
  line-height: 135%;
  max-width: 100%;
  min-width: 0%;
}
.postmail-header .N0gd6 p {
  white-space: pre-wrap;
  font-family: Roboto,Arial,sans-serif;
  font-weight: 400;
  color: #202124;
  margin-top: 12px;
  font-size: 11pt;
  line-height: 15pt;
  letter-spacing: 0;
}

.postmail-body {}

.postmail-item {
  -webkit-transition: background-color 200ms cubic-bezier(0,0,0.2,1);
  transition: background-color 200ms cubic-bezier(0,0,0.2,1);
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 24px;
  page-break-inside: avoid;
  word-wrap: break-word;
}
.postmail-item .z12JJ{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 16px;
}
.postmail-item .M4DNQ{
  -webkit-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  min-width: 0%;
  position: relative;
}
.postmail-item .HoXoMd{
  display: flex;
  width: 100%;
  word-break: break-word;
  font-family: Roboto,Arial,sans-serif;
  font-size: 16px;
  letter-spacing: .2px;
  line-height: 24px;
  color: #202124;
  font-weight: 400;
}
.postmail-item .M7eMe{
  font-size: 12pt;
  font-family: 'docs-Roboto', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
.postmail-item .OIC90c {
  font-family: Roboto,Arial,sans-serif;
  color: #202124;
  white-space: pre-wrap;
  font-size: 11pt;
  line-height: 15pt;
  letter-spacing: 0;
}
.postmail-item input,
.postmail-item label,
.postmail-item textarea {
  font-size: 16px;
}
.postmail-item .msg {
  color: #dc3545;
}

.postmail-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.postmail-footer button {
  font-size: 14px;
  min-width: 10rem;
}
.postmail-footer button.btn-link {
  text-decoration: none;
}