label#platform_id_iVIpdcLz {
    color:black;
}

 body {
      background: #f4f4f4;
      font-family: 'Roboto', Arial, sans-serif;
      margin: 40px;
      color: #222;
    }
    h1 {
      font-family: 'Lobster', cursive;
      font-size: 3em;
      color: #2a9d8f;
      letter-spacing: 2px;
      text-shadow: 2px 2px 8px #b2dfdb;
      margin-bottom: 10px;
    }
    h2 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 2em;
      color: #e76f51;
      text-decoration: underline double #e76f51;
      margin: 30px 0 10px 0;
    }
    .subtitle {
      font-family: 'Open Sans', sans-serif;
      font-size: 1.3em;
      font-weight: 600;
      color: #264653;
      letter-spacing: 1px;
      margin-bottom: 25px;
      font-style: italic;
    }
    p {
      font-family: 'Roboto', Arial, sans-serif;
      font-size: 1.1em;
      line-height: 1.7;
      color: #333;
      margin-bottom: 18px;
    }
    .highlight {
      background: #ffe082;
      color: #d84315;
      font-weight: bold;
      padding: 2px 8px;
      border-radius: 4px;
      font-family: 'Montserrat', sans-serif;
      font-size: 1.2em;
    }
    .fancy {
      font-family: 'Lobster', cursive;
      color: #8d5524;
      font-size: 1.5em;
      font-style: italic;
      text-shadow: 1px 1px 3px #e9c46a;
      letter-spacing: 3px;
    }
    ul {
      font-family: 'Open Sans', sans-serif;
      font-size: 1em;
      color: #444;
      margin-left: 24px;
      margin-bottom: 20px;
    }
    li {
      margin-bottom: 6px;
    }
    .underline {
      text-decoration: underline wavy #f77f00;
      font-weight: 700;
      font-size: 1.1em;
    }
    .big {
      font-size: 2em;
      font-weight: bold;
      color: #005f73;
      font-family: 'Montserrat', sans-serif;
    }
    .small {
      font-size: 0.85em;
      color: #888;
      font-style: italic;
    }
    .spaced {
      letter-spacing: 5px;
      color: #e63946;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
    }
    .caps {
      text-transform: uppercase;
      font-family: 'Roboto', sans-serif;
      font-weight: 900;
      color: #457b9d;
      letter-spacing: 2px;
    }
    .shadowed {
      text-shadow: 2px 2px 4px #aaa;
      color: #1d3557;
      font-size: 1.3em;
    }
    .lineheight {
      line-height: 2.5;
      font-family: 'Open Sans', sans-serif;
      color: #6d6875;
    }
    .bordered {
      border: 2px solid #2a9d8f;
      padding: 8px 14px;
      border-radius: 6px;
      display: inline-block;
      font-family: 'Montserrat', sans-serif;
      color: #2a9d8f;
      font-weight: 700;
      font-size: 1.1em;
      margin-top: 12px;
    }	
    
    .pfm-ctr-container label{
    font-family: 'Arial', sans-serif; /* Change to your desired font */
    font-style: italic; /* Options: normal | italic | oblique */
    font-weight: bold;  /* Optional: normal | bold | 100-900 */
    font-size: 16px;    /* Optional: adjust text size */
    color: #333;  
    
}

