/* static/css/calculators/geometry/volume_of_a_cube_calculator.css */

.main-paragraph {
  margin: 0.5em 0 !important;
}

/* illustration */
.image-container {
  margin: 0 !important;
  padding: 0 !important;
}

.centered-img {
  display: block !important;
  margin: 0 auto !important;
  max-width: 200px !important;
}

/* input + toggle */
.input-container {
  display: flex !important;
  align-items: center !important;
  gap: 0.5em !important;
  margin: 0.5em 0 !important;
}

.edge-input {
  height: 1.5em !important;
  line-height: 1.5em !important;
  padding: 0.25em !important;
  min-width: 80px !important;
  box-sizing: border-box !important;
}

/* toggle arrow is centred via flex set inline in HTML; nothing more needed */

/* solve button */
.solve-button {
  margin-top: 0.5em !important;
  padding: 0.5em 1em !important;
}

/* answer / steps */
.answer-box {
  margin-top: 0 !important;
}

.final-answer {
  font-weight: bold !important;
  margin-top: 0 !important;
}

.steps-buttons {
  margin-top: 0.5em !important;
}
