.store-verification, .product-check-message {
  border: 1px solid #d5dfca;
  border-radius: 10px;
  background: #eff4e9;
  color: #29412c;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.store-verification[data-state="warning"], .product-check-message {
  background: #faf3e6;
  border-color: #dfceb2;
  color: #664c25;
}
.product-check-message { margin: 12px 0 0; }
.store-check-button {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid #63774c;
  border-radius: 8px;
  color: #29412c;
  background: #eff4e9;
  font: inherit;
  cursor: pointer;
}
.store-check-button:disabled { cursor: wait; opacity: .65; }
.store-check-button[hidden], .store-check-results[hidden] { display: none; }
.store-check-button:focus-visible { outline: 3px solid #63774c; outline-offset: 3px; }
.store-check-results { margin-top: 16px; font-size: 13px; line-height: 1.6; }
.store-check-results ul { padding-left: 18px; }
.store-check-results li + li { margin-top: 12px; }
.store-check-results a { color: #29412c; text-decoration: underline; }
