.preview-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.preview-business-card {
  width: 91mm;
  height: 55mm;
  background: white;
  border-radius: 4px;
  padding: 3mm 5mm;
  color: #333;
  position: relative;
  overflow: hidden;
  font-family: "Arial", sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.preview-empty-card {
  background: #f8f9fa;
  border: 2px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  padding: 1mm;
}

.business-card {
  width: 91mm;
  height: 55mm;
  background: rgba(255, 255, 255, 0);
  border-radius: 2mm;
  padding: 3mm 5mm;
  color: #333;
  position: relative;
  overflow: hidden;
  font-family: "Arial", sans-serif;
}

.card-header {
  font-size: 9px;
  line-height: 1.3;
  margin-bottom: 3mm;
  color: #333;
}

.card-department {
  font-size: 8px;
  color: #666;
  margin-bottom: 0;
}

.card-grade {
  font-size: 8px;
  color: #666;
}

.card-name-section {
  margin: 6mm 0 4mm 0;
}

.card-name {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0mm;
  color: #000;
}

.card-reading {
  font-size: 10px;
  color: #666;
  letter-spacing: 1px;
}

.card-company-name {
  font-size: 10px;
  margin-bottom: 1mm;
}

.card-footer {
  font-size: 7px;
  line-height: 1.5;
  color: #333;
  border-top: 1px solid #ddd;
  padding-top: 1mm;
}

.card-logo {
  position: absolute;
  bottom: 1mm;
  right: 0;
  height: auto;
  width: 20mm;
}
