body {
  background-color: #f8f9fa;
}

.card {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.contact-photo-container, .preview-photo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 5px;
  background-color: #f1f1f1;
}

#contactPhoto, #previewPhoto {
  -o-object-fit: cover;
     object-fit: cover;
}

.form-label {
  font-weight: 500;
}

h5 {
  color: #495057;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 8px;
}

.btn-outline-danger {
  padding: 0.375rem 0.5rem;
}

/* Preview Card Styles */
.preview-card {
  top: 20px;
}

.preview-section {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9ecef;
}

.preview-section:last-child {
  border-bottom: none;
}

.preview-section-title {
  font-size: 1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 10px;
}

.preview-name {
  font-weight: 600;
  margin-top: 10px;
}

.preview-org-title {
  font-size: 1rem;
  margin-bottom: 5px;
}

.preview-notes-content {
  font-size: 0.9rem;
  white-space: pre-line;
  color: #6c757d;
}

#preview-phone-list li, #preview-email-list li, #preview-address-list li, #preview-website-list li {
  padding: 8px 0;
  border-bottom: 1px dashed #e9ecef;
}

#preview-phone-list li:last-child, #preview-email-list li:last-child,
#preview-address-list li:last-child, #preview-website-list li:last-child {
  border-bottom: none;
}

.preview-label {
  font-size: 0.8rem;
  color: #6c757d;
  display: block;
}

.preview-value {
  font-weight: 500;
}

@media (max-width: 768px) {
  .remove-phone, .remove-email, .remove-address, .remove-website {
    margin-top: 10px;
  }
  .preview-card {
    position: static !important;
  }
}
/*# sourceMappingURL=vcf.css.map */