/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2025 | 07:07:57 */
.download-datasheet {
  color: #4e95c5 !important;
  background-color: white;
  padding: 6px 12px;
  font-size: 13px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 2px solid #4e95c5;
  font-weight: 500;
  transition: all 0.3s ease;
  margin: 0;
  line-height: 1;
  vertical-align: middle;
}

.download-datasheet:hover {
  color: white !important;
  background-color: #4e95c5 !important;
}

/* 👇 Hides empty button boxes */
.download-datasheet:empty {
  display: none;
}
