/**
 * @file
 * "Disponível em loja" indicator styles for the product page.
 * Uses brand blue (#08a6e3) to distinguish from the green stock indicator.
 */

.store-availability {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  padding: 0.35em 0.75em;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  margin: 0.5em 0;
  background-color: #e8f6fc;
  color: #0878a6;
  border: 1px solid #89d0ee;
}

.store-availability__icon {
  font-size: 0.95em;
}

.store-availability__label {
  white-space: nowrap;
}
