#quote-output {
  font-size: 1.25rem;
  font-weight: bold;
}


.store-info-box {
  background-color: #f8f9fa;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 0.9rem;
  max-width: 300px;
}

.work-btn.active {
  background-color: var(--color-brand);
  color: #fff;
}

.selectable-product-card {
  display: block;
  cursor: pointer;
}

.selectable-product-card .product-card {
  border: 2px solid transparent;
}

.selectable-product-card:has(input:checked) .product-card {
  border-color: var(--color-brand);
  box-shadow: 0 0 0 2px var(--color-brand);
}
