
.sheet-wrapper {
  padding: 1rem;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  margin-bottom: 20px;
}
.content article .sheet-container {
  display: block;
  justify-content: initial;
  align-items: initial;
  gap: 0;
}
.sheet-section {
  margin-bottom: 1.5rem;
}
.sheet-label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
.sheet-input,
.sheet-select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
  font-size: 0.9rem;
}
.sheet-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sheet-input-group {
  width: 100%;
}
.sheet-results {
  display: block !important;
  flex-direction: unset !important;
  align-items: unset !important;
  justify-content: unset !important;
  gap: unset !important;
}
.sheet-heading {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.sheet-input-group {
  display: block !important;
  flex-direction: unset !important;
  align-items: unset !important;
  justify-content: unset !important;
  gap: 0 !important;
}

.sheet-button-row {
  margin-top: 1rem;
  text-align: left;
}

.sheet-button {
  padding: 0.75rem 1rem;
  background-color: #0ea5e9;
  color: white;
  font-weight: 300;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-size: 15px;
}

.sheet-button:hover {
  background-color: #fbbf24;
  color: rgb(0, 0, 0);
}
