.product-card footer > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-card footer button {
  padding: 0;
  border: 0;
  color: #66798c;
  background: transparent;
  font-size: 10px;
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .auth-form-panel,
  .auth-card,
  .auth-card > *,
  .auth-form,
  .auth-form > * {
    min-width: 0;
    max-width: 100%;
  }

  .auth-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .auth-tabs button {
    min-width: 0;
    padding-inline: 6px;
    white-space: nowrap;
  }

  .pending-product-imports>header,.pending-product-imports article{align-items:stretch;flex-direction:column}.pending-product-imports article .button{width:100%}
  .sidebar-close {
    position: absolute;
    top: 10px;
    right: 8px;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 0;
    border-radius: 6px;
    color: #abc0d1;
    background: rgba(255, 255, 255, .07);
    font-size: 20px;
  }
}
