/* 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 08:29:57 Feb 07, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:54:34 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.36
  exclusion.robots: 0.051
  exclusion.robots.policy: 0.043
  esindex: 0.005
  cdx.remote: 14.357
  LoadShardBlock: 119.345 (3)
  PetaboxLoader3.datanode: 152.75 (4)
  load_resource: 146.438
  PetaboxLoader3.resolve: 43.908
*/