[data-batya-load-more] {
  display: grid;
  gap: 10px;
  align-items: center;
  justify-items: center;
  padding: 12px 0 20px;
}

.batya-load-more__button {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  color: #171717;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.batya-load-more__button:hover:not(:disabled) {
  transform: translateY(-1px);
}

.batya-load-more__button[hidden] {
  display: none !important;
}

.batya-load-more__button:disabled {
  opacity: 0.72;
  cursor: default;
}

.batya-load-more__status {
  min-height: 1.25em;
  color: #6b7280;
  font-size: 13px;
  text-align: center;
}

.batya-load-more__sentinel {
  width: 100%;
  height: 1px;
}

html.batya-load-more-ready .woocommerce nav.woocommerce-pagination,
html.batya-load-more-ready .woocommerce-pagination {
  display: none;
}

@media (max-width: 991.98px) {
  [data-batya-load-more] {
    padding-bottom: 28px;
  }

  .batya-load-more__button {
    width: calc(100% - 24px);
    max-width: 420px;
  }
}
