.mdt-pdf {
  margin: 24px 0;
}

.mdt-pdf-head{
  display:flex;
  gap:16px;
  align-items:baseline;
  flex-wrap:wrap;
  margin-bottom:10px;
}

.mdt-pdf-title{
  margin:0;
  font-size: 1.25rem;
  font-weight: 700;
}

.mdt-pdf-cta{
  font-weight:600;
  text-decoration: underline;
}

.mdt-pdf-frameWrap{
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
}

.mdt-pdf-frame{
  display:block;
}

.mdt-pdf-fallback{
  position:absolute;
  left:12px;
  bottom:12px;
  right:12px;
  background: rgba(255,255,255,.95);
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
}
