/* Extracted from intel/intelligence.php */

html,
    body {
      margin: 0;
      padding: 0;
      overflow-x: hidden;
      background: #ffffff;
    }

    iframe.pdf-viewer {
      width: 70vw;
      height: 1030px;
      border: none;
      display: block;
    }

    /* Green rule used in welcome section */
    .green-rule {
      border: none;
      height: 4px;
      background-color: #2e7d32;
      width: 100%;
      margin: 0 0 20px;
    }

    /* Responsive iframe wrapper */
    .responsive-iframe {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%; /* 16:9 */
      margin: 30px 0;
    }

    .responsive-iframe iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: none;
    }
