.pdf-area {
  margin-bottom: 8px;
}
.pdf-area .pdf-item {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  height: 56px;
  padding: 0 12px 0 24px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  width: 100%;
  justify-content: space-between;
}
.pdf-area .pdf-item .title {
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
}
.pdf-area .pdf-item .download {
  gap: 12px;
  display: flex;
  align-items: center;
}
.pdf-area .pdf-item .download a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.pdf-area .pdf-item .download a svg {
  margin-right: 12px;
}

/*# sourceMappingURL=vc_attach_pdf.css.map */
