:host {
  min-height: 1px;
  height: 100%;
  width: 100%;
  display: flex;
}

iframe {
  border: none;
  flex:1;
  height: 100%;

}

.pdf-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex: 1;
  border: 1px solid #ccc;
}

.no-pdf {
  text-align: center;
  color: #666;
  font-size: 1.2rem;
  font-weight: bold;
}