
    html, body, .page, .page-content, .page-wrapper, .main-content, .content, .template-page, .page-header, .page-title, .main-page-title {
      background: #ffffff !important;
      color: #111827 !important;
    }
    body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: #1f2937; background: #ffffff; }
    .prm-page * { box-sizing: border-box; }
    .prm-page a { color: #0f4c81; text-decoration: none; }
    .prm-page a:hover { text-decoration: underline; }
    .prm-page img { max-width: 100%; height: auto; }
    .prm-page p { font-size: 16px; line-height: 1.7; }
    .prm-page table th, .prm-page table td { vertical-align: top; }
    .prm-media-frame {
      background: #ffffff;
      border: 1px solid #dbe3ea;
      overflow: hidden;
    }
    .prm-media-frame img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .prm-hero-frame img {
      object-fit: contain;
      background: #ffffff;
    }
  