/* /Components/ItemComponent.razor.rz.scp.css */
.item-inputs > *[b-5ycz808gjx] {
  margin: 0;
}

input:disabled[b-5ycz808gjx] {
  background-color: var(--muted-border-color);
  opacity: 1;
}

button[b-5ycz808gjx] {
  transition: var(--transition);
  opacity: 0.75;
}

button:hover[b-5ycz808gjx] {
  opacity: 1;
}

i[b-5ycz808gjx] {
  color: var(--h4-color);
  font-size: 1.25rem;
}

label[b-5ycz808gjx] {
  display: none;
  padding-inline: 0.5rem;
}

@media screen and (max-width: 832px) {
  label[b-5ycz808gjx] {
    display: block;
  }
  input[b-5ycz808gjx] {
    grid-column: 2/4;
  }
  .short-input[b-5ycz808gjx] {
    grid-column: 2/3;
  }
  button[b-5ycz808gjx] {
    grid-column: 1/4;
  }
  .item-inputs[b-5ycz808gjx] {
    padding: 0.5rem;
    border: 2px solid var(--muted-border-color);
    border-radius: var(--border-radius);
  }
}
/* /Pages/About.razor.rz.scp.css */
code[b-cbdc59yo8q] {
  color: var(--primary);
}
/* /Pages/Index.razor.rz.scp.css */
.result-section *[b-hae51koqbi] {
  margin: 0;
}

.result-section[b-hae51koqbi] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr calc(var(--font-size) * 4.22);
  gap: 0.375rem;
  margin-bottom: 2rem;
  align-items: flex-end;
}

.result-section > div[b-hae51koqbi] {
  display: inline-block;
  align-items: center;
}

.result-section label[b-hae51koqbi] {
  display: block;
  word-wrap: none;
}

input:disabled[b-hae51koqbi] {
  background-color: var(--muted-border-color);
  opacity: 1;
}

.items-labels[b-hae51koqbi] {
  padding: 0.5rem;
}

.items-labels label[b-hae51koqbi] {
  margin: 0rem;
  font-size: 20px;
  border: none;
  width: min-content;
  position: relative;
}

.info-icon[b-hae51koqbi] {
  padding-left: 0.125rem;
  opacity: 0.65;
  font-size: 0.75rem;
  position: absolute;
  top: 1px;
}

.items[b-hae51koqbi] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
  border: 2px solid var(--muted-border-color);
  border-radius: var(--border-radius);
}

.add-item-button[b-hae51koqbi] {
  transition: var(--transition);
  opacity: 0.75;
  border: 1px dashed;
  margin: 0;
  background-color: var(--code-background-color);
}

.add-item-button:hover[b-hae51koqbi] {
  opacity: 1;
}

@media screen and (max-width: 832px) {
  .result-section[b-hae51koqbi] {
    grid-template-columns: 1fr calc(var(--font-size) * 4.22);
  }
  .result-section > div[b-hae51koqbi] {
    grid-column: 1/3;
  }
  .result-section > div:nth-child(3)[b-hae51koqbi] {
    grid-column: 1/2;
  }
  .result-section > div:last-of-type[b-hae51koqbi] {
    grid-column: 2/3;
  }

  .items-labels[b-hae51koqbi] {
    display: none;
  }
  .items[b-hae51koqbi] {
    border: none;
    padding: 0;
    gap: 1.5rem;
  }
}
/* /Shared/Footer.razor.rz.scp.css */
p[b-2rjde29ijq] {
  text-align: center;
  margin: 0;
}

footer[b-2rjde29ijq] {
  border-top: 2px solid var(--primary-focus);
  padding: var(--spacing);
  background-color: var(--code-background-color);
  box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.1);
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* /Shared/NavMenu.razor.rz.scp.css */
nav[b-8xzhm8zibs] {
  border-bottom: 2px solid var(--primary-focus);
  background-color: var(--code-background-color);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
}

nav label[b-8xzhm8zibs] {
  display: flex;
  align-items: center;
  padding-top: 0.325rem;
}

h1[b-8xzhm8zibs] {
  margin: 0;
}

a[b-8xzhm8zibs],
a > h1[b-8xzhm8zibs] {
  font-size: 1.5rem;
  font-weight: 600;
}

i[b-8xzhm8zibs] {
  padding-left: 0.25rem;
  padding-bottom: 0.125rem;
  font-size: 1.5rem;
  color: var(--h1-color);
}
