
    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;
    }
    #mp-paper-cups-page {
      background: #f8fafc;
      color: #1f2937;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.6;
    }
    #mp-paper-cups-page * {
      box-sizing: border-box;
    }
    #mp-paper-cups-page a {
      color: #0f766e;
      text-decoration: none;
    }
    #mp-paper-cups-page a:hover {
      text-decoration: underline;
    }
    #mp-paper-cups-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    #mp-paper-cups-page p {
      margin: 0;
    }
    #mp-paper-cups-page h1,
    #mp-paper-cups-page h2,
    #mp-paper-cups-page h3 {
      margin: 0;
      color: #111827;
      letter-spacing: 0;
    }
    #mp-paper-cups-page ul {
      margin: 0;
      padding-left: 1.25rem;
    }
    #mp-paper-cups-page .mp-container {
      width: 100%;
      max-width: 1180px;
      margin: 0 auto;
      padding-left: 1rem;
      padding-right: 1rem;
    }
  