.cracha-digital-card {
  width: 300px;
  border: 2px solid #004a80;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
}

.cracha-header h5 {
  margin: 0 0 15px 0 !important;
  color: #004a80 !important;
  text-transform: uppercase !important;
}

.cracha-foto img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #eee;
  margin-bottom: 15px;
}

.cracha-info {
  text-align: left;
  margin-bottom: 20px;
}

.cracha-info .label {
  font-size: 10px;
  color: #888;
  margin: 0;
  text-transform: uppercase;
}

.cracha-info .valor {
  margin: 0 0 8px 0;
  font-size: 14px;
}

#btn-pdf {
  background: #28a745 !important;
  color: white !important;
  border: none !important;
  padding: 10px 15px !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  font-weight: bold !important;
  transition: 0.8s ;
}
#btn-pdf:hover {
  
  background: #333835 !important;
  color: white !important;
}