.moba-page-title h2 {
  font-size: 23px;
  font-weight: 400;
  margin: 0 30px 0 0;
  padding: 9px 0 4px;
  line-height: 1.3;
  display: inline-block;
  white-space: nowrap;
}
.moba-page-title h2, .moba-page-title form, .moba-page-title img {
  vertical-align: middle;
}
.moba-page-title form {
  display: inline-block;
}
@media (max-width: 380px) {
  .moba-page-title form {
    display: flex;
    justify-content: flex-end;
  }
}

.moba-fieldset img {
  margin-left: 10px;
  width: 100px;
  vertical-align: middle;
}
@media (max-width: 360px) {
  .moba-fieldset img {
    display: none;
  }
}

.moba-store-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
.moba-store-items.moba-first-empty {
  flex-direction: column;
}
.moba-store-items .moba-products:first-child {
  margin-right: 3rem;
}
.moba-store-items .moba-products .card {
  max-width: 560px;
}
.moba-store-items .moba-products .card.moba-product-card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media (max-width: 576px) {
  .moba-store-items .moba-products .card.moba-product-card {
    flex-direction: column;
  }
}
.moba-store-items .moba-products .card.moba-product-card .moba-product-image {
  align-self: center;
  max-width: 120px;
  max-height: 120px;
}
.moba-store-items .moba-products .card.moba-product-card .moba-product-info {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  gap: 5px;
}
@media (max-width: 576px) {
  .moba-store-items .moba-products .card.moba-product-card .moba-product-info {
    text-align: center;
  }
}
.moba-store-items .moba-products .card.moba-product-card .moba-product-info .moba-product-name {
  font-size: 18px;
  font-weight: bold;
  margin: 1rem 0 0;
}
.moba-store-items .moba-products .card.moba-product-card .moba-product-info .moba-product-shortcode {
  margin-bottom: 5px;
}
.moba-store-items .moba-products .card.moba-product-card .moba-product-info .moba-product-shortcode > div {
  font-weight: bold;
}
.moba-store-items .moba-products .card.moba-product-card .moba-product-info .moba-product-shortcode code {
  display: block;
}
.moba-store-items .moba-products .card.moba-product-card .moba-product-info button {
  display: block;
  max-width: 220px;
}
@media (max-width: 576px) {
  .moba-store-items .moba-products .card.moba-product-card .moba-product-info button {
    align-self: center;
  }
}

/*# sourceMappingURL=moonbase-admin.css.map */
