/* Outer container for styling/border if desired */
.cf-elementor-pdf-container {
  box-sizing: border-box;
  width: 100%;
}

/* We don't enforce a height: 100% anymore; 
   the user sets the height in Elementor's UI. */
.cf-elementor-pdf-iframe {
  display: block;
  border: none;
  width: 100%;
}

/* No PDF fallback */
.cf-elementor-pdf-no-file {
  padding: 20px;
  text-align: center;
  background-color: #f0f0f0;
  font-style: italic;
}

/* Custom icon in the editor */
.cf-pdf-icon.eicon-file-download {
  background-image: url('../pdf-file-icon.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  color: transparent !important;
  border: none !important;
  width: 28px !important;
  height: 28px !important;
}
