/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 25 2026 | 11:03:44 */
/* Wrapper for image + button */
.printable-wrapper {
  text-align: center;
  margin-bottom: 0px;
}

/* Printable button */
.printable-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 28px;
  background: #8e3ce7;
  color: #fff !important;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 21px;
  transition: all 0.25s ease;
}

.printable-btn:hover {
  background: #6f2bc1;
  transform: translateY(-2px);
}
