/* GS1 Digital Link Styles */
.gs1-digital-link {
  @apply bg-gray-50 p-3 rounded-md border border-gray-200;
}

.gs1-digital-link button:focus {
  @apply outline-none ring-2 ring-indigo-500 ring-offset-2;
}

.gs1-qr-code {
  @apply border border-gray-200 rounded-lg p-2 bg-white;
}