/* Reset default margin and padding for elements */
body, h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

/* Style the main form container */
#anti-counterfeit-form {
    margin: 20px;
}

/* Style the input field for the anti-counterfeit code */
#anti-counterfeit-code {
    width: 200px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Style the submit button */
#anti-counterfeit-form input[type="submit"] {
    background-color: #0073e6;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
/* Text style in button */
#anti-counterfeit-result {
    margin: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: left; /* 将文本内容左对齐 */
}


/* Style any additional messages inside the result container */
#anti-counterfeit-result p {
    font-weight: bold;
}

/* Add a hover effect to the submit button */
#anti-counterfeit-form input[type="submit"]:hover {
    background-color: #005ba7;
}

/*
     FILE ARCHIVED ON 04:54:47 Dec 02, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:52:10 Aug 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.414
  exclusion.robots: 0.065
  exclusion.robots.policy: 0.056
  esindex: 0.007
  cdx.remote: 37.277
  LoadShardBlock: 101.578 (3)
  PetaboxLoader3.datanode: 158.821 (5)
  load_resource: 129.036
  PetaboxLoader3.resolve: 44.629
  loaddict: 49.002
*/