@import url("../../../shared/css/base.css");
@import url("../../../shared/css/toidud-base.css");
@import url("../../../shared/css/backgrounds.css");


/* Price icons: column layout without border */
.price-icons {
  flex-direction: column;
  gap: 0.6em;
  flex-wrap: wrap;
  padding-top: 0;
}

/* Tall 4K portrait: price font sizes */
@media (min-height: 3200px) {
  .title-text {
    font-size: 2.6rem;
  }
}
body {
  cursor: auto !important;
}

body.empty-state .brand img {
  height: 4rem;
}
/* Loader text size for toidud */
#loader .loader-text {
  font-size: 1rem;
}

/* Spinner size for toidud */
#loader .spinner {
  width: 32px;
  height: 32px;
}
/* Info margin for toidud */
.info {
  margin: 0.8rem auto 0;
  max-width: none;
}

body.info-only .brand img {
  height: 2rem;
}

body.info-only .info {
  margin: 0;
  font-size: 1rem;
  text-align: center;
}