.hero {
  height: 0px;
  min-height: 0px;
  padding-bottom: 0px;
  border-radius: 0;
  padding-top: 154px;
}

@media screen and (max-width: 1200px) {
  .hero {
    padding-top: 116px;
  }
}
mmq-basket {
  font-family: "Euclid", sans-serif;
}
/* Ensure Euclid font is available for canvas text */
@supports (font-family: Euclid) {
  /* Font already available from external CSS */
}
body {
  font-family: "Euclid", sans-serif;
  font-weight: 300;
  /* Euclid Light */
}
button .fs-7 {
  font-family: "Euclid", sans-serif;
  font-weight: 300;
  /* Euclid Light */
}
canvas {
  border: 1px solid #ccc;
  width: 100%;
}
.canvas-container-container {
  width: 100%;
  aspect-ratio: 1.4142 / 1;
  position: relative;
}
#canvas {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #ccc;
}
.btn-no-style {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.bg-acsi {
  background-color: #f1ebe3;
}
.nav-link {
  color: #000 !important;
}
.btn-acsi {
  --bs-btn-color: #000;
  --bs-btn-bg: #f1ebe3;
  --bs-btn-border-color: #f1ebe3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f0d5b4ff;
  --bs-btn-hover-border-color: #f0d5b4ff;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f0d5b4ff;
  --bs-btn-active-border-color: #f0d5b4ff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dfdfdfff;
  --bs-btn-disabled-border-color: #dfdfdfff;
}
.panel .w-100 {
  max-height: 400px;
  overflow-y: auto;
}
.panel-toggle {
  cursor: pointer;
  user-select: none;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.material-symbols-filled {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 48;
}
.fs-7 {
  font-size: 0.9rem !important;
}
/* Make disabled control buttons visibly disabled and non-interactive */
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media screen and (min-width: 1700px) {
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
/* Ensure modal sits above backdrop and any stacking contexts */
.modal {
  --bs-modal-zindex: 2000;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1990;
}
/* Toast notification */
.toast-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #28a745;
  color: white;
  padding: 12px 20px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 2001;
  animation: slideIn 0.3s ease-in;
}
@keyframes slideIn {
  from {
    transform: translateX(400px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* Styling for active text alignment button */
[data-text-effect].active {
  color: #000 !important;
}
.nav-link.active {
  background-color: #f1ebe3 !important;
  color: #000 !important;
}
