/* SKU.io branding for public subscription pages */
.logo img { max-height: 48px; width: auto; }
a { color: #0096dd; }
a:hover { color: #0087c7; }
.button, button.button, input[type=submit].button {
  background: #0096dd !important;
  border-color: #0096dd !important;
}
.button:hover { background: #0087c7 !important; border-color: #0087c7 !important; }
/* Replace the "Powered by listmonk" footer with SKU.io */
footer.container { font-size: 0 !important; padding-top: 8px; }
footer.container a { display: none !important; }
footer.container::after {
  content: "SKU.io \2014 inventory optimized";
  font-size: 12px;
  color: #9aa0a6;
}